Trace number 3691689

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
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.82 1797.1

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUM28d827e98d8e81c3ff9d9e47a6238269
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.3388
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691689-1338029442.opb>
0.06/0.09	c original problem has 4644 variables (4644 bin, 0 int, 0 impl, 0 cont) and 31254 constraints
0.06/0.09	c problem read in 0.09
0.06/0.09	c No objective function, only one solution is needed.
0.06/0.09	c presolving settings loaded
0.09/0.15	c presolving:
0.29/0.34	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 31254 upgd conss, 0 impls, 948 clqs
0.29/0.39	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 150 chg coeffs, 35712 upgd conss, 0 impls, 1380 clqs
0.39/0.43	c (round 3) 42 del vars, 7 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 294 chg coeffs, 35712 upgd conss, 8914 impls, 1373 clqs
0.49/0.50	c presolving (4 rounds):
0.49/0.50	c  42 deleted vars, 7 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 6 changed sides, 294 changed coefficients
0.49/0.50	c  8914 implications, 1373 cliques
0.49/0.50	c presolved problem has 4602 variables (4602 bin, 0 int, 0 impl, 0 cont) and 31247 constraints
0.49/0.50	c      78 constraints of type <knapsack>
0.49/0.50	c    5399 constraints of type <setppc>
0.49/0.50	c   25770 constraints of type <logicor>
0.49/0.50	c transformed objective value is always integral (scale: 1)
0.49/0.50	c Presolving Time: 0.35
0.49/0.50	c - non default parameters ----------------------------------------------------------------------
0.49/0.50	c # SCIP version 2.1.1.4
0.49/0.50	c 
0.49/0.50	c # maximal time in seconds to run
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.50	c limits/time = 1797
0.49/0.50	c 
0.49/0.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.50	c limits/memory = 13950
0.49/0.50	c 
0.49/0.50	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.50	c limits/solutions = 1
0.49/0.50	c 
0.49/0.50	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.50	c separating/maxrounds = 1
0.49/0.50	c 
0.49/0.50	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.50	c separating/maxroundsroot = 5
0.49/0.50	c 
0.49/0.50	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.50	c # [type: int, range: [1,2], default: 1]
0.49/0.50	c timing/clocktype = 2
0.49/0.50	c 
0.49/0.50	c # belongs reading time to solving time?
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c timing/reading = TRUE
0.49/0.50	c 
0.49/0.50	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.50	c constraints/knapsack/disaggregation = FALSE
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.50	c heuristics/coefdiving/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.50	c heuristics/coefdiving/maxlpiterquot = 0.075
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/coefdiving/maxlpiterofs = 1500
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.50	c heuristics/crossover/freq = -1
0.49/0.50	c 
0.49/0.50	c # number of nodes added to the contingent of the total nodes
0.49/0.50	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.50	c heuristics/crossover/nodesofs = 750
0.49/0.50	c 
0.49/0.50	c # number of nodes without incumbent change that heuristic should wait
0.49/0.50	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.50	c heuristics/crossover/nwaitingnodes = 100
0.49/0.50	c 
0.49/0.50	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.50	c # [type: real, range: [0,1], default: 0.1]
0.49/0.50	c heuristics/crossover/nodesquot = 0.15
0.49/0.50	c 
0.49/0.50	c # minimum percentage of integer variables that have to be fixed 
0.49/0.50	c # [type: real, range: [0,1], default: 0.666]
0.49/0.50	c heuristics/crossover/minfixingrate = 0.5
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.50	c heuristics/feaspump/freq = -1
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/feaspump/maxlpiterofs = 2000
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.50	c heuristics/fracdiving/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.50	c heuristics/fracdiving/maxlpiterquot = 0.075
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/fracdiving/maxlpiterofs = 1500
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.50	c heuristics/guideddiving/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.50	c heuristics/guideddiving/maxlpiterquot = 0.075
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/guideddiving/maxlpiterofs = 1500
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.50	c heuristics/intdiving/maxlpiterquot = 0.075
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.50	c heuristics/intshifting/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.50	c heuristics/linesearchdiving/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.50	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.50	c heuristics/objpscostdiving/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.50	c # [type: real, range: [0,1], default: 0.01]
0.49/0.50	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.50	c heuristics/oneopt/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.50	c heuristics/pscostdiving/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.50	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/pscostdiving/maxlpiterofs = 1500
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.50	c heuristics/rens/freq = -1
0.49/0.50	c 
0.49/0.50	c # minimum percentage of integer variables that have to be fixable 
0.49/0.50	c # [type: real, range: [0,1], default: 0.5]
0.49/0.50	c heuristics/rens/minfixingrate = 0.3
0.49/0.50	c 
0.49/0.50	c # number of nodes added to the contingent of the total nodes
0.49/0.50	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.50	c heuristics/rens/nodesofs = 2000
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.50	c heuristics/rootsoldiving/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.50	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.50	c heuristics/rounding/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.50	c heuristics/shiftandpropagate/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.50	c heuristics/shifting/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.50	c heuristics/simplerounding/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.50	c heuristics/subnlp/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.50	c heuristics/trivial/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.50	c heuristics/trysol/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.50	c heuristics/undercover/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.50	c heuristics/veclendiving/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.50	c heuristics/veclendiving/maxlpiterquot = 0.075
0.49/0.50	c 
0.49/0.50	c # additional number of allowed LP iterations
0.49/0.50	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.50	c heuristics/veclendiving/maxlpiterofs = 1500
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.50	c heuristics/zirounding/freq = -1
0.49/0.50	c 
0.49/0.50	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.50	c propagating/probing/maxprerounds = 0
0.49/0.50	c 
0.49/0.50	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.50	c separating/cmir/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.50	c separating/flowcover/freq = -1
0.49/0.50	c 
0.49/0.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.50	c separating/rapidlearning/freq = 0
0.49/0.50	c 
0.49/0.50	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.50	c heuristics/indoneopt/freq = -1
0.49/0.50	c 
0.49/0.50	c -----------------------------------------------------------------------------------------------
0.49/0.50	c start solving
0.49/0.50	c 
5.09/5.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.09/5.13	c   5.1s|     1 |     0 |  9060 |     - |  54M|   0 | 522 |4602 |  31k|4602 |  31k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.79/8.89	c   8.9s|     1 |     0 | 12913 |     - |  61M|   0 | 696 |4602 |  31k|4602 |  31k|  55 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.99/11.07	c  11.1s|     1 |     0 | 14863 |     - |  70M|   0 | 713 |4602 |  31k|4602 |  31k| 100 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.20/13.20	c  13.2s|     1 |     0 | 16177 |     - |  80M|   0 | 738 |4602 |  31k|4602 |  31k| 130 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
14.88/14.92	c  14.9s|     1 |     0 | 17146 |     - |  88M|   0 | 738 |4602 |  31k|4602 |  31k| 151 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.98/17.01	c  17.0s|     1 |     0 | 17588 |     - |  96M|   0 | 793 |4602 |  31k|4602 |  31k| 169 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
34.58/34.60	c  34.6s|     1 |     2 | 17588 |     - |  96M|   0 | 793 |4602 |  31k|4602 |  31k| 169 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
192.56/192.65	c   193s|   100 |   101 | 58617 | 414.4 |  98M|  51 | 830 |4602 |  31k|4602 |  31k| 169 |   0 | 248 | 0.000000e+00 |      --      |    Inf 
208.56/208.64	c   209s|   200 |   193 | 73187 | 279.4 |  99M| 126 | 569 |4602 |  31k|4602 |  31k| 169 |  22 | 264 | 0.000000e+00 |      --      |    Inf 
230.55/230.60	c   231s|   300 |   180 | 91954 | 248.7 |  99M| 126 | 764 |4602 |  31k|4602 |  31k| 169 | 132 | 280 | 0.000000e+00 |      --      |    Inf 
255.15/255.21	c   255s|   400 |   165 |109074 | 229.3 |  99M| 126 | 767 |4602 |  31k|4602 |  31k| 169 | 276 | 312 | 0.000000e+00 |      --      |    Inf 
303.14/303.21	c   303s|   500 |   191 |148853 | 263.1 |  99M| 126 | 781 |4602 |  31k|4602 |  31k| 169 | 348 | 358 | 0.000000e+00 |      --      |    Inf 
356.93/357.02	c   357s|   600 |   276 |192969 | 292.8 | 100M| 126 | 672 |4602 |  31k|4602 |  31k| 169 | 361 | 403 | 0.000000e+00 |      --      |    Inf 
435.22/435.34	c   435s|   700 |   368 |252812 | 336.5 | 101M| 126 | 775 |4602 |  31k|4602 |  31k| 169 | 370 | 463 | 0.000000e+00 |      --      |    Inf 
494.01/494.19	c   494s|   800 |   460 |299745 | 353.1 | 102M| 126 | 771 |4602 |  31k|4602 |  31k| 169 | 374 | 508 | 0.000000e+00 |      --      |    Inf 
558.80/558.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
558.80/558.95	c   559s|   900 |   559 |354890 | 375.2 | 103M| 126 | 735 |4602 |  31k|4602 |  31k| 169 | 374 | 553 | 0.000000e+00 |      --      |    Inf 
621.89/622.01	c   622s|  1000 |   659 |410389 | 393.2 | 104M| 126 | 849 |4602 |  31k|4602 |  31k| 169 | 374 | 598 | 0.000000e+00 |      --      |    Inf 
697.07/697.25	c   697s|  1100 |   758 |467687 | 409.6 | 105M| 126 | 824 |4602 |  31k|4602 |  31k| 169 | 374 | 658 | 0.000000e+00 |      --      |    Inf 
759.47/759.62	c   760s|  1200 |   857 |521101 | 419.9 | 106M| 126 | 775 |4602 |  31k|4602 |  31k| 169 | 374 | 703 | 0.000000e+00 |      --      |    Inf 
804.16/804.32	c   804s|  1300 |   955 |556780 | 415.1 | 107M| 126 | 695 |4602 |  31k|4602 |  31k| 169 | 383 | 748 | 0.000000e+00 |      --      |    Inf 
839.06/839.25	c   839s|  1400 |  1054 |587412 | 407.3 | 108M| 126 | 858 |4602 |  31k|4602 |  31k| 169 | 383 | 778 | 0.000000e+00 |      --      |    Inf 
884.26/884.40	c   884s|  1500 |  1148 |623796 | 404.4 | 109M| 126 | 599 |4602 |  31k|4602 |  31k| 169 | 401 | 823 | 0.000000e+00 |      --      |    Inf 
958.54/958.72	c   959s|  1600 |  1248 |683037 | 416.2 | 110M| 126 | 690 |4602 |  31k|4602 |  31k| 169 | 401 | 883 | 0.000000e+00 |      --      |    Inf 
990.23/990.44	c   990s|  1700 |  1347 |710300 | 407.7 | 111M| 126 | 682 |4602 |  31k|4602 |  31k| 169 | 401 | 912 | 0.000000e+00 |      --      |    Inf 
1081.92/1082.11	c  1082s|  1800 |  1447 |784538 | 426.3 | 112M| 126 | 727 |4602 |  31k|4602 |  31k| 169 | 401 | 970 | 0.000000e+00 |      --      |    Inf 
1133.71/1133.99	c  1134s|  1900 |  1547 |825148 | 425.3 | 113M| 126 | 828 |4602 |  31k|4602 |  31k| 169 | 401 |1013 | 0.000000e+00 |      --      |    Inf 
1188.81/1189.10	c  1189s|  2000 |  1646 |870963 | 426.9 | 114M| 126 | 847 |4602 |  31k|4602 |  31k| 169 | 401 |1057 | 0.000000e+00 |      --      |    Inf 
1261.39/1261.61	c  1262s|  2100 |  1744 |929576 | 434.5 | 115M| 126 | 614 |4602 |  31k|4602 |  31k| 169 | 407 |1115 | 0.000000e+00 |      --      |    Inf 
1329.59/1329.88	c  1330s|  2200 |  1842 |987744 | 441.2 | 116M| 126 | 782 |4602 |  31k|4602 |  31k| 169 | 407 |1157 | 0.000000e+00 |      --      |    Inf 
1375.58/1375.81	c  1376s|  2300 |  1938 |  1023k| 437.7 | 117M| 126 | 627 |4602 |  31k|4602 |  31k| 169 | 425 |1199 | 0.000000e+00 |      --      |    Inf 
1437.86/1438.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1437.86/1438.15	c  1438s|  2400 |  2036 |  1073k| 440.3 | 118M| 126 | 815 |4602 |  31k|4602 |  31k| 169 | 435 |1255 | 0.000000e+00 |      --      |    Inf 
1499.16/1499.45	c  1499s|  2500 |  2132 |  1123k| 442.6 | 119M| 126 | 673 |4602 |  31k|4602 |  31k| 169 | 447 |1313 | 0.000000e+00 |      --      |    Inf 
1569.04/1569.33	c  1569s|  2600 |  2232 |  1177k| 446.4 | 120M| 126 | 861 |4602 |  31k|4602 |  31k| 169 | 447 |1369 | 0.000000e+00 |      --      |    Inf 
1652.24/1652.58	c  1653s|  2700 |  2332 |  1247k| 455.5 | 121M| 126 | 751 |4602 |  31k|4602 |  31k| 169 | 447 |1425 | 0.000000e+00 |      --      |    Inf 
1691.82/1692.11	c  1692s|  2800 |  2426 |  1280k| 451.2 | 122M| 126 | 566 |4602 |  31k|4602 |  31k| 169 | 464 |1469 | 0.000000e+00 |      --      |    Inf 
1712.73/1713.03	c  1713s|  2900 |  2524 |  1300k| 442.7 | 123M| 126 | 609 |4602 |  31k|4602 |  31k| 169 | 474 |1484 | 0.000000e+00 |      --      |    Inf 
1739.72/1740.01	c  1740s|  3000 |  2622 |  1326k| 436.4 | 124M| 126 | 544 |4602 |  31k|4602 |  31k| 169 | 482 |1514 | 0.000000e+00 |      --      |    Inf 
1766.62/1766.92	c  1767s|  3100 |  2716 |  1350k| 430.1 | 125M| 126 | 504 |4602 |  31k|4602 |  31k| 169 | 504 |1544 | 0.000000e+00 |      --      |    Inf 
1781.81/1782.12	c  1782s|  3200 |  2810 |  1364k| 421.2 | 126M| 138 | 482 |4602 |  31k|4602 |  31k| 169 | 531 |1559 | 0.000000e+00 |      --      |    Inf 
1795.01/1795.36	c  1795s|  3300 |  2904 |  1376k| 412.0 | 127M| 147 | 489 |4602 |  31k|4602 |  31k| 169 | 558 |1590 | 0.000000e+00 |      --      |    Inf 
1796.71/1797.00	c 
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Solving Time (sec) : 1797.00
1796.71/1797.00	c Solving Nodes      : 3320
1796.71/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.71/1797.00	c Gap                : infinite
1796.71/1797.00	s UNKNOWN
1796.71/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.00	c Total Time         :    1797.00
1796.71/1797.00	c   solving          :    1797.00
1796.71/1797.00	c   presolving       :       0.35 (included in solving)
1796.71/1797.00	c   reading          :       0.09 (included in solving)
1796.71/1797.00	c   copying          :       0.00 (0 times copied the problem)
1796.71/1797.00	c Original Problem   :
1796.71/1797.00	c   Problem name     : HOME/instance-3691689-1338029442.opb
1796.71/1797.00	c   Variables        : 4644 (4644 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 31254 initial, 31254 maximal
1796.71/1797.00	c   Objective sense  : minimize
1796.71/1797.00	c Presolved Problem  :
1796.71/1797.00	c   Problem name     : t_HOME/instance-3691689-1338029442.opb
1796.71/1797.00	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.00	c   Constraints      : 31247 initial, 31440 maximal
1796.71/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   dualfix          :       0.00       0.00         42          0          0          0          0          0          0          0          0
1796.71/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   gateextraction   :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0          6        294
1796.71/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          7          0          0          0
1796.71/1797.00	c   linear           :       0.14       0.02          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   logicor          :       0.12       0.01          0          0          0          0          0          0          0          0          0
1796.71/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   integral         :          0          0          0          0       3174          0          1          0          0          1          0          0       6346
1796.71/1797.00	c   knapsack         :         78         78          5       8477          0          1          0       9189          1      20782        260          0          0
1796.71/1797.00	c   setppc           :       5399       5399          5       8476          0          1          0       7607          0      40658          0          0          0
1796.71/1797.00	c   logicor          :      25770+     25963          5       4698          0          1          0       1329          7       4528          0          0          0
1796.71/1797.00	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.00	c   integral         :     688.96       0.00       0.00       0.00     688.96       0.00       0.00       0.00
1796.71/1797.00	c   knapsack         :       0.08       0.00       0.00       0.07       0.00       0.00       0.00       0.00
1796.71/1797.00	c   setppc           :       0.66       0.00       0.00       0.66       0.00       0.00       0.00       0.00
1796.71/1797.00	c   logicor          :       0.21       0.01       0.00       0.19       0.00       0.00       0.00       0.00
1796.71/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.00	c   rootredcost      :          0          0          0          0
1796.71/1797.00	c   pseudoobj        :          0          0          0          0
1796.71/1797.00	c   vbounds          :          0          0          0          0
1796.71/1797.00	c   redcost          :       3179          0          0          0
1796.71/1797.00	c   probing          :          0          0          0          0
1796.71/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.00	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c   redcost          :       0.22       0.00       0.00       0.22       0.00
1796.71/1797.00	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.00	c   propagation      :       0.00          8          8        133       87.0          0        0.0          -
1796.71/1797.00	c   infeasible LP    :       0.20        139        139       2471       80.9          1       58.0          0
1796.71/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.00	c   applied globally :          -          -          -        558       81.6          -          -          -
1796.71/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.00	c   cut pool         :       0.02                     4          -          -         16          -    (maximal pool size: 1098)
1796.71/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.71/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   gomory           :       1.79       0.00          5          0          0        250          0
1796.71/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   strongcg         :       2.95       0.00          5          0          0       2500          0
1796.71/1797.00	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   clique           :       0.09       0.00          5          0          0         25          0
1796.71/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   mcf              :       0.02       0.00          1          0          0          0          0
1796.71/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.00	c   problem variables:       0.00          -          0          0
1796.71/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.00	c   relpscost        :     688.95       0.00       3174          0          1          0          0       6346
1796.71/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.71/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.00	c   LP solutions     :       0.00          -          -          0
1796.71/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.00	c   trivial          :       0.00       0.00          1          0
1796.71/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.71/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.00	c   zirounding       :       0.00       0.00          0          0
1796.71/1797.00	c   rounding         :       0.00       0.00          0          0
1796.71/1797.00	c   shifting         :       0.00       0.00          0          0
1796.71/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.71/1797.00	c   clique           :       0.00       0.00          0          0
1796.71/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.00	c   coefdiving       :       0.00       0.00          0          0
1796.71/1797.00	c   pscostdiving     :       0.00       0.00          0          0
1796.71/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.00	c   fracdiving       :       0.00       0.00          0          0
1796.71/1797.00	c   veclendiving     :       0.00       0.00          0          0
1796.71/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.00	c   objpscostdiving  :       0.00       0.00          0          0
1796.71/1797.00	c   rootsoldiving    :       0.00       0.00          0          0
1796.71/1797.00	c   linesearchdiving :       0.00       0.00          0          0
1796.71/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.00	c   octane           :       0.00       0.00          0          0
1796.71/1797.00	c   rens             :       0.00       0.00          0          0
1796.71/1797.00	c   rins             :       0.00       0.00          0          0
1796.71/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.00	c   mutation         :       0.00       0.00          0          0
1796.71/1797.00	c   crossover        :       0.00       0.00          0          0
1796.71/1797.00	c   dins             :       0.00       0.00          0          0
1796.71/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.00	c   undercover       :       0.00       0.00          0          0
1796.71/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.00	c   trysol           :       0.00       0.00          0          0
1796.71/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.00	c   primal LP        :       0.01          1          0       0.00       0.00       0.01          1
1796.71/1797.00	c   dual LP          :    1086.94       3319    1378858     415.57    1268.57       0.01          1
1796.71/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.71/1797.00	c   strong branching :     688.16       1590     807816     508.06    1173.87
1796.71/1797.00	c     (at root node) :          -         33      18253     553.12          -
1796.71/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.00	c B&B Tree           :
1796.71/1797.00	c   number of runs   :          1
1796.71/1797.00	c   nodes            :       3320
1796.71/1797.00	c   nodes (total)    :       3320
1796.71/1797.00	c   nodes left       :       2924
1796.71/1797.00	c   max depth        :        148
1796.71/1797.00	c   max depth (total):        148
1796.71/1797.00	c   backtracks       :        260 (7.8%)
1796.71/1797.00	c   delayed cutoffs  :        105
1796.71/1797.00	c   repropagations   :        581 (936 domain reductions, 11 cutoffs)
1796.71/1797.00	c   avg switch length:       3.72
1796.71/1797.00	c   switching time   :       1.63
1796.71/1797.00	c Solution           :
1796.71/1797.00	c   Solutions found  :          0 (0 improvements)
1796.71/1797.00	c   Primal Bound     :          -
1796.71/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.71/1797.00	c   Gap              :   infinite
1796.71/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.71/1797.00	c   Root Iterations  :      17588
1796.81/1797.10	c Time complete: 1796.81.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3691689-1338029442/watcher-3691689-1338029442 -o /tmp/evaluation-result-3691689-1338029442/solver-3691689-1338029442 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691689-1338029442.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4067
/proc/meminfo: memFree=29438820/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=12028 CPUtime=0 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 1687 0 0 0 0 0 0 0 20 0 1 0 269069687 12316672 1642 33554432000 4194304 10219143 140735428113728 140736723763944 8891101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4067/statm: 3007 1642 398 1471 0 1527 0

[startup+0.0704 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4067
/proc/meminfo: memFree=29438820/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=28292 CPUtime=0.06 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 5834 0 0 0 6 0 0 0 20 0 1 0 269069687 28971008 5789 33554432000 4194304 10219143 140735428113728 140736723763944 9029200 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4067/statm: 7073 5789 419 1471 0 5593 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28292

[startup+0.100309 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4067
/proc/meminfo: memFree=29438820/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=34808 CPUtime=0.09 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 7272 0 0 0 9 0 0 0 20 0 1 0 269069687 35643392 7227 33554432000 4194304 10219143 140735428113728 140736723763944 8891101 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4067/statm: 8702 7251 464 1471 0 7222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34808

[startup+0.300227 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4067
/proc/meminfo: memFree=29438820/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=77384 CPUtime=0.29 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 18118 0 0 0 24 5 0 0 20 0 1 0 269069687 79241216 17830 33554432000 4194304 10219143 140735428113728 140736723763944 4965528 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4067/statm: 19346 17830 560 1471 0 17866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77384

[startup+0.70023 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4067
/proc/meminfo: memFree=29438820/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=126332 CPUtime=0.69 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 30842 0 0 0 60 9 0 0 20 0 1 0 269069687 129363968 28585 33554432000 4194304 10219143 140735428113728 140735428109784 8108186 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4067/statm: 31583 28585 741 1471 0 30103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126332

[startup+1.50021 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4068
/proc/meminfo: memFree=29324340/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=127964 CPUtime=1.49 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 31920 0 0 0 139 10 0 0 20 0 1 0 269069687 131035136 29616 33554432000 4194304 10219143 140735428113728 140735428107080 7750245 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4067/statm: 31991 29616 741 1471 0 30511 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127964

[startup+3.10019 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4068
/proc/meminfo: memFree=29322108/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=127964 CPUtime=3.09 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 31991 0 0 0 299 10 0 0 20 0 1 0 269069687 131035136 29734 33554432000 4194304 10219143 140735428113728 140735428107080 8028562 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4067/statm: 31991 29734 741 1471 0 30511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127964

[startup+6.30022 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4068
/proc/meminfo: memFree=29322092/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=143824 CPUtime=6.29 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 35844 0 0 0 617 12 0 0 20 0 1 0 269069687 147275776 34089 33554432000 4194304 10219143 140735428113728 140735428110216 8056436 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4067/statm: 35956 34089 784 1471 0 34476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143824

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 4068
/proc/meminfo: memFree=29280568/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=178308 CPUtime=12.69 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 42126 0 0 0 1255 14 0 0 20 0 1 0 269069687 182587392 42413 33554432000 4194304 10219143 140735428113728 140735428106984 8056443 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 44577 42413 784 1471 0 43097 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178308

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4068
/proc/meminfo: memFree=29248608/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=200176 CPUtime=25.48 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 46585 0 0 0 2532 16 0 0 20 0 1 0 269069687 204980224 47921 33554432000 4194304 10219143 140735428113728 140735428107560 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 50044 47921 787 1471 0 48564 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 200176

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 4068
/proc/meminfo: memFree=29247400/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=200352 CPUtime=51.07 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 46657 0 0 0 5086 21 0 0 20 0 1 0 269069687 205160448 48175 33554432000 4194304 10219143 140735428113728 140735428107224 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 50088 48175 791 1471 0 48608 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 200352

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 4069
/proc/meminfo: memFree=29245100/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=200352 CPUtime=102.27 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 46665 0 0 0 10199 28 0 0 20 0 1 0 269069687 205160448 48590 33554432000 4194304 10219143 140735428113728 140735428107560 8098512 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 50088 48590 791 1471 0 48608 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 200352

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4069
/proc/meminfo: memFree=29244224/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=200352 CPUtime=162.26 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 46687 0 0 0 16188 38 0 0 20 0 1 0 269069687 205160448 48612 33554432000 4194304 10219143 140735428113728 140735428107176 7620755 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 50088 48612 791 1471 0 48608 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 200352

[startup+222.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/175 4069
/proc/meminfo: memFree=29239884/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=204468 CPUtime=222.25 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 47656 0 0 0 22178 47 0 0 20 0 1 0 269069687 209375232 49581 33554432000 4194304 10219143 140735428113728 140735428106984 8056432 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 51117 49581 797 1471 0 49637 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 204468

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 4069
/proc/meminfo: memFree=29239448/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=204468 CPUtime=282.24 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 47702 0 0 0 28165 59 0 0 20 0 1 0 269069687 209375232 49627 33554432000 4194304 10219143 140735428113728 140735428107272 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 51117 49627 797 1471 0 49637 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 204468

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 4069
/proc/meminfo: memFree=29239076/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=204468 CPUtime=342.23 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 47727 0 0 0 34155 68 0 0 20 0 1 0 269069687 209375232 49652 33554432000 4194304 10219143 140735428113728 140735428107272 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 51117 49652 797 1471 0 49637 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 204468

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 4070
/proc/meminfo: memFree=29237464/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=206100 CPUtime=402.22 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 48097 0 0 0 40143 79 0 0 20 0 1 0 269069687 211046400 50022 33554432000 4194304 10219143 140735428113728 140735428107560 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 51525 50022 797 1471 0 50045 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 206100

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 4070
/proc/meminfo: memFree=29235476/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=208416 CPUtime=462.21 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 48560 0 0 0 46130 91 0 0 20 0 1 0 269069687 213417984 50525 33554432000 4194304 10219143 140735428113728 140735428106984 8090833 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 52104 50525 797 1471 0 50624 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 208416

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4070
/proc/meminfo: memFree=29234732/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=208548 CPUtime=522.2 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 48706 0 0 0 52119 101 0 0 20 0 1 0 269069687 213553152 50671 33554432000 4194304 10219143 140735428113728 140735428107368 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 52137 50671 797 1471 0 50657 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 208548

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 4073
/proc/meminfo: memFree=29232676/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=209796 CPUtime=582.19 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 48974 0 0 0 58107 112 0 0 20 0 1 0 269069687 214831104 50939 33554432000 4194304 10219143 140735428113728 140735428106984 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 52449 50939 797 1471 0 50969 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 209796

[startup+642.3 s]

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

/proc/meminfo: memFree=27618272/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=218280 CPUtime=1062.12 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 51095 0 0 0 106014 198 0 0 20 0 1 0 269069687 223518720 53060 33554432000 4194304 10219143 140735428113728 140735428107368 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 54570 53060 797 1471 0 53090 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 218280

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4136
/proc/meminfo: memFree=27547628/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=218280 CPUtime=1122.11 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 51133 0 0 0 112003 208 0 0 20 0 1 0 269069687 223518720 53098 33554432000 4194304 10219143 140735428113728 140735428107080 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 54570 53098 797 1471 0 53090 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 218280

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4139
/proc/meminfo: memFree=27517928/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=219792 CPUtime=1182.1 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 51455 0 0 0 117991 219 0 0 20 0 1 0 269069687 225067008 53420 33554432000 4194304 10219143 140735428113728 140735428107176 8047771 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 54948 53420 797 1471 0 53468 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 219792

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4139
/proc/meminfo: memFree=27515972/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=219792 CPUtime=1242.09 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 51478 0 0 0 123981 228 0 0 20 0 1 0 269069687 225067008 53443 33554432000 4194304 10219143 140735428113728 140735428106248 8056628 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 54948 53443 797 1471 0 53468 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 219792

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4140
/proc/meminfo: memFree=27515004/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=220604 CPUtime=1302.09 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 51697 0 0 0 129969 240 0 0 20 0 1 0 269069687 225898496 53662 33554432000 4194304 10219143 140735428113728 140735428106984 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 55151 53662 797 1471 0 53671 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 220604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4140
/proc/meminfo: memFree=27506084/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=221356 CPUtime=1362.07 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 51896 0 0 0 135957 250 0 0 20 0 1 0 269069687 226668544 53861 33554432000 4194304 10219143 140735428113728 140735428106984 8056755 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 55339 53861 797 1471 0 53859 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 221356

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4140
/proc/meminfo: memFree=27457472/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=223360 CPUtime=1422.07 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 52376 0 0 0 141945 262 0 0 20 0 1 0 269069687 228720640 54341 33554432000 4194304 10219143 140735428113728 140735428106984 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 55840 54341 798 1471 0 54360 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 223360

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4140
/proc/meminfo: memFree=27454088/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=224448 CPUtime=1482.05 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 52656 0 0 0 147932 273 0 0 20 0 1 0 269069687 229834752 54621 33554432000 4194304 10219143 140735428113728 140735428106984 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 56112 54621 798 1471 0 54632 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 224448

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4140
/proc/meminfo: memFree=27450148/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=226140 CPUtime=1542.05 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53003 0 0 0 153922 283 0 0 20 0 1 0 269069687 231567360 54968 33554432000 4194304 10219143 140735428113728 140735428107272 8056877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 56535 54968 798 1471 0 55055 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 226140

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4141
/proc/meminfo: memFree=27448272/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=226140 CPUtime=1602.04 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53073 0 0 0 159910 294 0 0 20 0 1 0 269069687 231567360 55038 33554432000 4194304 10219143 140735428113728 140735428106248 8056881 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 56535 55038 798 1471 0 55055 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 226140

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4141
/proc/meminfo: memFree=27447060/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=227180 CPUtime=1662.03 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53354 0 0 0 165899 304 0 0 20 0 1 0 269069687 232632320 55319 33554432000 4194304 10219143 140735428113728 140735428106440 8056279 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 56795 55319 798 1471 0 55315 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 227180

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 4141
/proc/meminfo: memFree=27446476/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=227460 CPUtime=1722.02 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53416 0 0 0 171883 319 0 0 20 0 1 0 269069687 232919040 55381 33554432000 4194304 10219143 140735428113728 140735428107176 8051294 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 56865 55381 798 1471 0 55385 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 227460

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4144
/proc/meminfo: memFree=27444884/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=229404 CPUtime=1782.01 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53876 0 0 0 177870 331 0 0 20 0 1 0 269069687 234909696 55841 33554432000 4194304 10219143 140735428113728 140735428107368 8051323 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 57351 55841 798 1471 0 55871 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 229404

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4144
/proc/meminfo: memFree=27444620/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=229404 CPUtime=1785.21 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53876 0 0 0 178189 332 0 0 20 0 1 0 269069687 234909696 55841 33554432000 4194304 10219143 140735428113728 140735428107176 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 57351 55841 798 1471 0 55871 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 229404

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4144
/proc/meminfo: memFree=27444744/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=229404 CPUtime=1791.62 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53876 0 0 0 178829 333 0 0 20 0 1 0 269069687 234909696 55841 33554432000 4194304 10219143 140735428113728 140735428106904 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 57351 55841 798 1471 0 55871 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 229404

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4144
/proc/meminfo: memFree=27444728/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=229404 CPUtime=1794.82 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53876 0 0 0 179148 334 0 0 20 0 1 0 269069687 234909696 55841 33554432000 4194304 10219143 140735428113728 140735428109096 8091511 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 57351 55841 798 1471 0 55871 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 229404

[startup+1795.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4144
/proc/meminfo: memFree=27444728/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=229404 CPUtime=1795.61 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53876 0 0 0 179227 334 0 0 20 0 1 0 269069687 234909696 55841 33554432000 4194304 10219143 140735428113728 140735428107032 5196378 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 57351 55841 798 1471 0 55871 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 229404

[startup+1796.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4144
/proc/meminfo: memFree=27444728/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=229404 CPUtime=1796.41 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53876 0 0 0 179307 334 0 0 20 0 1 0 269069687 234909696 55841 33554432000 4194304 10219143 140735428113728 140735428107032 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 57351 55841 798 1471 0 55871 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 229404

[startup+1797.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4144
/proc/meminfo: memFree=27444728/32873852 swapFree=7616/7616
[pid=4067] ppid=4065 vsize=175024 CPUtime=1796.81 cores=0,2,4,6
/proc/4067/stat : 4067 (scip-2.1.1.4exp) R 4065 4067 403 0 -1 4202496 53898 0 0 0 179346 335 0 0 20 0 1 0 269069687 179224576 22371 33554432000 4194304 10219143 140735428113728 140735428106712 9221482 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4067/statm: 43756 22294 820 1471 0 42276 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 175024

Child status: 0
Real time (s): 1797.1
CPU time (s): 1796.82
CPU user time (s): 1793.47
CPU system time (s): 3.35249
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 229404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.47
system time used= 3.35249
maximum resident set size= 223408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53900
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= 30
involuntary context switches= 1894

runsolver used 2.69359 second user time and 7.12792 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 12:50:42
IDJOB=3691689
IDBENCH=1496
IDSOLVER=2271
FILE ID=node131/3691689-1338029442
RUNJOBID= node131-1338017251-877
PBS_JOBID= 14624266
Free space on /tmp= 71576 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691689-1338029442/watcher-3691689-1338029442 -o /tmp/evaluation-result-3691689-1338029442/solver-3691689-1338029442 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691689-1338029442.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 28d827e98d8e81c3ff9d9e47a6238269
RANDOM SEED=1797924035

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29439168 kB
Buffers:          250048 kB
Cached:          2320124 kB
SwapCached:            0 kB
Active:           649732 kB
Inactive:        2016228 kB
Active(anon):      98240 kB
Inactive(anon):        0 kB
Active(file):     551492 kB
Inactive(file):  2016228 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14848 kB
Writeback:             0 kB
AnonPages:        102556 kB
Mapped:            17540 kB
Shmem:               204 kB
Slab:             632500 kB
SReclaimable:      74968 kB
SUnreclaim:       557532 kB
KernelStack:        1464 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     210412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71548 MiB
End job on node131 at 2012-05-26 13:20:40