Trace number 3690733

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.83 1797.13

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

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: a3bf3a4-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-3690733-1338022376.opb>
0.01/0.02	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 1502 constraints
0.01/0.02	c problem read in 0.03
0.01/0.03	c No objective function, only one solution is needed.
0.01/0.03	c presolving settings loaded
0.09/0.12	c presolving:
0.28/0.31	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 126776 impls, 1000 clqs
0.39/0.46	c presolving (2 rounds):
0.39/0.46	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.46	c  126776 implications, 1000 cliques
0.39/0.46	c presolved problem has 16722 variables (16722 bin, 0 int, 0 impl, 0 cont) and 17224 constraints
0.39/0.46	c       1 constraints of type <knapsack>
0.39/0.46	c    1500 constraints of type <setppc>
0.39/0.46	c   15722 constraints of type <and>
0.39/0.46	c       1 constraints of type <linear>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.43
0.39/0.46	c - non default parameters ----------------------------------------------------------------------
0.39/0.46	c # SCIP version 2.1.1.4
0.39/0.46	c 
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = 1797
0.39/0.46	c 
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = 13950
0.39/0.46	c 
0.39/0.46	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c limits/solutions = 1
0.39/0.46	c 
0.39/0.46	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.46	c separating/maxrounds = 1
0.39/0.46	c 
0.39/0.46	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c separating/maxroundsroot = 5
0.39/0.46	c 
0.39/0.46	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.46	c # [type: int, range: [1,2], default: 1]
0.39/0.46	c timing/clocktype = 2
0.39/0.46	c 
0.39/0.46	c # belongs reading time to solving time?
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c timing/reading = TRUE
0.39/0.46	c 
0.39/0.46	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.46	c constraints/knapsack/disaggregation = FALSE
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/coefdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.46	c heuristics/crossover/freq = -1
0.39/0.46	c 
0.39/0.46	c # number of nodes added to the contingent of the total nodes
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.46	c heuristics/crossover/nodesofs = 750
0.39/0.46	c 
0.39/0.46	c # number of nodes without incumbent change that heuristic should wait
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.46	c heuristics/crossover/nwaitingnodes = 100
0.39/0.46	c 
0.39/0.46	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.46	c # [type: real, range: [0,1], default: 0.1]
0.39/0.46	c heuristics/crossover/nodesquot = 0.15
0.39/0.46	c 
0.39/0.46	c # minimum percentage of integer variables that have to be fixed 
0.39/0.46	c # [type: real, range: [0,1], default: 0.666]
0.39/0.46	c heuristics/crossover/minfixingrate = 0.5
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/feaspump/freq = -1
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/fracdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/guideddiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/intshifting/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/linesearchdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/objpscostdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.46	c # [type: real, range: [0,1], default: 0.01]
0.39/0.46	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/oneopt/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/pscostdiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/rens/freq = -1
0.39/0.46	c 
0.39/0.46	c # minimum percentage of integer variables that have to be fixable 
0.39/0.46	c # [type: real, range: [0,1], default: 0.5]
0.39/0.46	c heuristics/rens/minfixingrate = 0.3
0.39/0.46	c 
0.39/0.46	c # number of nodes added to the contingent of the total nodes
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.46	c heuristics/rens/nodesofs = 2000
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/rootsoldiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.46	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/rounding/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/shiftandpropagate/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/shifting/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/simplerounding/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/subnlp/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/trivial/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/trysol/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/undercover/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/veclendiving/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.46	c 
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/zirounding/freq = -1
0.39/0.46	c 
0.39/0.46	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c propagating/probing/maxprerounds = 0
0.39/0.46	c 
0.39/0.46	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c separating/cmir/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c separating/flowcover/freq = -1
0.39/0.46	c 
0.39/0.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c separating/rapidlearning/freq = 0
0.39/0.46	c 
0.39/0.46	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/indoneopt/freq = -1
0.39/0.46	c 
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving
0.39/0.47	c 
3.79/3.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.79/3.80	c   3.8s|     1 |     0 |  3454 |     - |  72M|   0 |1308 |  16k|  17k|  16k|  32k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
42.08/42.15	c  42.2s|     1 |     0 |  3716 |     - |  75M|   0 |1291 |  16k|  17k|  16k|  33k|  63 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
81.67/81.78	c  81.8s|     1 |     0 |  3822 |     - |  77M|   0 |1293 |  16k|  17k|  16k|  33k|  85 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
120.97/121.08	c   121s|     1 |     0 |  3921 |     - |  77M|   0 |1294 |  16k|  17k|  16k|  33k|  99 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
157.85/157.97	c   158s|     1 |     0 |  3992 |     - |  80M|   0 |1287 |  16k|  17k|  16k|  33k| 110 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
193.14/193.23	c   193s|     1 |     0 |  4109 |     - |  83M|   0 |1288 |  16k|  17k|  16k|  33k| 117 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
220.43/220.54	c   221s|     1 |     2 |  4109 |     - |  83M|   0 |1288 |  16k|  17k|  16k|  33k| 117 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
372.51/372.60	c   373s|   100 |    97 |118830 |1158.8 |  88M|  33 | 943 |  16k|  17k|  16k|5075 |9793 |   2 | 388 | 0.000000e+00 |      --      |    Inf 
488.69/488.89	c   489s|   200 |   161 |256772 |1269.7 |  90M|  55 | 909 |  16k|  17k|  16k|6004 |  19k|  53 | 601 | 0.000000e+00 |      --      |    Inf 
602.27/602.49	c   602s|   300 |   187 |395922 |1310.4 |  91M|  59 |   - |  16k|  17k|  16k|6424 |  27k| 185 | 795 | 0.000000e+00 |      --      |    Inf 
701.26/701.44	c   701s|   400 |   216 |515208 |1280.9 |  92M|  64 |1026 |  16k|  17k|  16k|5656 |  34k| 310 | 972 | 0.000000e+00 |      --      |    Inf 
797.64/797.83	c   798s|   500 |   284 |621229 |1236.7 |  94M|  64 | 878 |  16k|  17k|  16k|6330 |  43k| 363 |1164 | 0.000000e+00 |      --      |    Inf 
887.53/887.79	c   888s|   600 |   356 |721180 |1197.1 |  95M|  64 | 905 |  16k|  17k|  16k|5762 |  52k| 414 |1363 | 0.000000e+00 |      --      |    Inf 
974.22/974.45	c   974s|   700 |   407 |820707 |1168.2 |  96M|  64 |   - |  16k|  17k|  16k|6869 |  60k| 484 |1517 | 0.000000e+00 |      --      |    Inf 
1059.40/1059.60	c  1060s|   800 |   475 |918128 |1144.0 |  98M|  64 | 849 |  16k|  17k|  16k|6208 |  69k| 530 |1684 | 0.000000e+00 |      --      |    Inf 
1129.09/1129.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1129.09/1129.35	c  1129s|   900 |   515 |  1019k|1129.2 |  99M|  64 |   - |  16k|  17k|  16k|6589 |  76k| 607 |1791 | 0.000000e+00 |      --      |    Inf 
1206.28/1206.53	c  1207s|  1000 |   572 |  1133k|1130.2 | 100M|  64 | 864 |  16k|  17k|  16k|6808 |  85k| 670 |1894 | 0.000000e+00 |      --      |    Inf 
1311.07/1311.39	c  1311s|  1100 |   617 |  1269k|1151.1 | 101M|  64 |   - |  16k|  17k|  16k|6536 |  93k| 727 |2068 | 0.000000e+00 |      --      |    Inf 
1393.25/1393.57	c  1394s|  1200 |   631 |  1391k|1157.5 | 101M|  67 |1085 |  16k|  17k|  16k|4634 | 100k| 855 |2152 | 0.000000e+00 |      --      |    Inf 
1486.73/1487.06	c  1487s|  1300 |   693 |  1509k|1158.5 | 102M|  67 |1178 |  16k|  17k|  16k|4131 | 107k| 921 |2338 | 0.000000e+00 |      --      |    Inf 
1589.52/1589.80	c  1590s|  1400 |   731 |  1630k|1162.4 | 103M|  67 |1046 |  16k|  17k|  16k|4296 | 115k| 985 |2499 | 0.000000e+00 |      --      |    Inf 
1678.91/1679.26	c  1679s|  1500 |   771 |  1759k|1171.0 | 104M|  67 |   - |  16k|  17k|  16k|6359 | 123k|1059 |2614 | 0.000000e+00 |      --      |    Inf 
1796.29/1796.66	c  1797s|  1600 |   826 |  1910k|1192.4 | 105M|  67 |   - |  16k|  17k|  16k|6486 | 132k|1134 |2830 | 0.000000e+00 |      --      |    Inf 
1796.69/1797.01	c 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Solving Time (sec) : 1797.01
1796.69/1797.01	c Solving Nodes      : 1602
1796.69/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.69/1797.01	c Gap                : infinite
1796.69/1797.01	s UNKNOWN
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Total Time         :    1797.01
1796.69/1797.01	c   solving          :    1797.01
1796.69/1797.01	c   presolving       :       0.43 (included in solving)
1796.69/1797.01	c   reading          :       0.03 (included in solving)
1796.69/1797.01	c   copying          :       0.00 (0 times copied the problem)
1796.69/1797.01	c Original Problem   :
1796.69/1797.01	c   Problem name     : HOME/instance-3690733-1338022376.opb
1796.69/1797.01	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 1502 initial, 1502 maximal
1796.69/1797.01	c   Objective sense  : minimize
1796.69/1797.01	c Presolved Problem  :
1796.69/1797.01	c   Problem name     : t_HOME/instance-3690733-1338022376.opb
1796.69/1797.01	c   Variables        : 16722 (16722 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 17224 initial, 17770 maximal
1796.69/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   knapsack         :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   and              :       0.23       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   linear           :       0.05       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   integral         :          0          0          0          0       1372          0          1          0          5        331          0          0       2432
1796.69/1797.01	c   knapsack         :          1          1          5       5112          0          2          0          0          0          0          0          0          0
1796.69/1797.01	c   setppc           :       1500       1500          5       5112          0          2          0     142233          8      12358          0          0          0
1796.69/1797.01	c   and              :      15722      15722       1374       5104          0          2          0     133801          0     241039     291438          0          0
1796.69/1797.01	c   linear           :          1          1          5       5104          0          2          0          0          0          0          0          0          0
1796.69/1797.01	c   logicor          :          0+       546          0       1811          0          0          0       1217          1        386          0          0          0
1796.69/1797.01	c   countsols        :          0          0          0          0          0          2          0          0          0          0          0          0          0
1796.69/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.01	c   integral         :     583.55       0.00       0.00       0.00     583.55       0.00       0.00       0.00
1796.69/1797.01	c   knapsack         :       0.18       0.00       0.17       0.01       0.00       0.00       0.00       0.00
1796.69/1797.01	c   setppc           :       0.15       0.00       0.00       0.11       0.00       0.00       0.00       0.05
1796.69/1797.01	c   and              :       4.79       0.00       3.75       0.98       0.00       0.00       0.00       0.07
1796.69/1797.01	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1796.69/1797.01	c   logicor          :       0.06       0.00       0.00       0.05       0.00       0.00       0.00       0.01
1796.69/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.01	c   rootredcost      :          0          0          0          0
1796.69/1797.01	c   pseudoobj        :          0          0          0          0
1796.69/1797.01	c   vbounds          :          0          0          0          0
1796.69/1797.01	c   redcost          :       2746          0          0          0
1796.69/1797.01	c   probing          :          0          0          0          0
1796.69/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c   redcost          :       1.39       0.00       0.00       1.39       0.00
1796.69/1797.01	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.01	c   propagation      :       0.00          9          9         17       33.4          0        0.0          -
1796.69/1797.01	c   infeasible LP    :       2.08        370        344       7684      230.8          1        3.0          0
1796.69/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.01	c   applied globally :          -          -          -       1134      273.6          -          -          -
1796.69/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.01	c   cut pool         :       0.00                     4          -          -          1          -    (maximal pool size: 422)
1796.69/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   impliedbounds    :       0.01       0.00          5          0          0        122          0
1796.69/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   gomory           :      41.94       0.00          5          0          0          0          0
1796.69/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   strongcg         :     143.91       0.00          5          0          0       1156          0
1796.69/1797.01	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   clique           :       0.45       0.00          5          0          0         33          0
1796.69/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   mcf              :       1.64       0.00          5          0          0        111          0
1796.69/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.01	c   problem variables:       0.00          -          0          0
1796.69/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   relpscost        :     583.55       0.00       1372          5        331          0          0       2432
1796.69/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.69/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.01	c   LP solutions     :       0.00          -          -          0
1796.69/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.01	c   trivial          :       0.00       0.00          1          0
1796.69/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.69/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.69/1797.01	c   zirounding       :       0.00       0.00          0          0
1796.69/1797.01	c   rounding         :       0.00       0.00          0          0
1796.69/1797.01	c   shifting         :       0.00       0.00          0          0
1796.69/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.69/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.69/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.69/1797.01	c   clique           :       0.00       0.00          0          0
1796.69/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   coefdiving       :       0.00       0.00          0          0
1796.69/1797.01	c   pscostdiving     :       0.00       0.00          0          0
1796.69/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   fracdiving       :       0.00       0.00          0          0
1796.69/1797.01	c   veclendiving     :       0.00       0.00          0          0
1796.69/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   objpscostdiving  :       0.00       0.00          0          0
1796.69/1797.01	c   rootsoldiving    :       0.00       0.00          0          0
1796.69/1797.01	c   linesearchdiving :       0.00       0.00          0          0
1796.69/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.69/1797.01	c   octane           :       0.00       0.00          0          0
1796.69/1797.01	c   rens             :       0.00       0.00          0          0
1796.69/1797.01	c   rins             :       0.00       0.00          0          0
1796.69/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.01	c   mutation         :       0.00       0.00          0          0
1796.69/1797.01	c   crossover        :       0.00       0.00          0          0
1796.69/1797.01	c   dins             :       0.00       0.00          0          0
1796.69/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.01	c   undercover       :       0.00       0.00          0          0
1796.69/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.69/1797.01	c   trysol           :       0.00       0.00          0          0
1796.69/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.01	c   primal LP        :       9.87       1216          0       0.00       0.00       9.87       1216
1796.69/1797.01	c   dual LP          :     993.99       3118    1911327     613.19    1922.88       0.01          1
1796.69/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1796.69/1797.01	c   strong branching :     583.16       2830     941325     332.62    1614.17
1796.69/1797.01	c     (at root node) :          -         33      18121     549.12          -
1796.69/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.01	c B&B Tree           :
1796.69/1797.01	c   number of runs   :          1
1796.69/1797.01	c   nodes            :       1602
1796.69/1797.01	c   nodes (total)    :       1602
1796.69/1797.01	c   nodes left       :        828
1796.69/1797.01	c   max depth        :         67
1796.69/1797.01	c   max depth (total):         67
1796.69/1797.01	c   backtracks       :        294 (18.4%)
1796.69/1797.01	c   delayed cutoffs  :          7
1796.69/1797.01	c   repropagations   :       1009 (5781 domain reductions, 6 cutoffs)
1796.69/1797.01	c   avg switch length:       5.67
1796.69/1797.01	c   switching time   :      12.21
1796.69/1797.01	c Solution           :
1796.69/1797.01	c   Solutions found  :          0 (0 improvements)
1796.69/1797.01	c   Primal Bound     :          -
1796.69/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.69/1797.01	c   Gap              :   infinite
1796.69/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.69/1797.01	c   Root Iterations  :       4109
1796.79/1797.13	c Time complete: 1796.83.

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-3690733-1338022376/watcher-3690733-1338022376 -o /tmp/evaluation-result-3690733-1338022376/solver-3690733-1338022376 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690733-1338022376.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.00 2.00 1.93 2/176 1545
/proc/meminfo: memFree=27721668/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=10460 CPUtime=0 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 1359 0 0 0 0 0 0 0 20 0 1 0 268364441 10711040 1313 33554432000 4194304 10173063 140735572647152 140736380394472 5929376 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 2615 1314 414 1460 0 1146 0

[startup+0.015752 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 1545
/proc/meminfo: memFree=27721668/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=11936 CPUtime=0.01 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 1728 0 0 0 1 0 0 0 20 0 1 0 268364441 12222464 1682 33554432000 4194304 10173063 140735572647152 140736380394472 4909710 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 2984 1682 414 1460 0 1515 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11936

[startup+0.100217 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 1545
/proc/meminfo: memFree=27721668/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=45332 CPUtime=0.09 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 9857 0 0 0 8 1 0 0 20 0 1 0 268364441 46419968 9811 33554432000 4194304 10173063 140735572647152 140736380394472 5298105 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 11333 9811 520 1460 0 9864 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45332

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 1545
/proc/meminfo: memFree=27721668/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=59032 CPUtime=0.28 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 13609 0 0 0 24 4 0 0 20 0 1 0 268364441 60448768 13210 33554432000 4194304 10173063 140735572647152 140735572644152 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 14758 13210 572 1460 0 13289 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59032

[startup+0.700239 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 1545
/proc/meminfo: memFree=27721668/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=140724 CPUtime=0.68 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 33065 0 0 0 58 10 0 0 20 0 1 0 268364441 144101376 32088 33554432000 4194304 10173063 140735572647152 140735572641080 8047169 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 35181 32088 747 1460 0 33712 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 140724

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1546
/proc/meminfo: memFree=27595876/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=144140 CPUtime=1.49 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 34488 0 0 0 138 11 0 0 20 0 1 0 268364441 147599360 33479 33554432000 4194304 10173063 140735572647152 140735572640792 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 36035 33479 747 1460 0 34566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144140

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1546
/proc/meminfo: memFree=27592520/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=145844 CPUtime=3.09 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 34986 0 0 0 298 11 0 0 20 0 1 0 268364441 149344256 33972 33554432000 4194304 10173063 140735572647152 140735572640792 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 36461 33972 747 1460 0 34992 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 145844

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 1546
/proc/meminfo: memFree=27591180/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=143312 CPUtime=6.29 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 35694 0 0 0 617 12 0 0 20 0 1 0 268364441 146751488 34033 33554432000 4194304 10173063 140735572647152 140735572642024 5023556 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 35828 34033 776 1460 0 34359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143312

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1547
/proc/meminfo: memFree=27591064/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=143312 CPUtime=12.69 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 35708 0 0 0 1256 13 0 0 20 0 1 0 268364441 146751488 34039 33554432000 4194304 10173063 140735572647152 140735572642024 5112399 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 35828 34039 782 1460 0 34359 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143312

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1547
/proc/meminfo: memFree=27592808/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=143312 CPUtime=25.49 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 35708 0 0 0 2534 15 0 0 20 0 1 0 268364441 146751488 34039 33554432000 4194304 10173063 140735572647152 140735572642040 7657721 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 35828 34039 782 1460 0 34359 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143312

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1547
/proc/meminfo: memFree=27582264/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=155000 CPUtime=51.08 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 37740 0 0 0 5089 19 0 0 20 0 1 0 268364441 158720000 36589 33554432000 4194304 10173063 140735572647152 140735572642072 5023571 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 38750 36589 796 1460 0 37281 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 155000

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1592
/proc/meminfo: memFree=27600112/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=161704 CPUtime=102.28 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 39382 0 0 0 10201 27 0 0 20 0 1 0 268364441 165584896 38742 33554432000 4194304 10173063 140735572647152 140735572642040 8846793 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 40426 38742 796 1460 0 38957 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 161704

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1592
/proc/meminfo: memFree=27581912/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=167344 CPUtime=162.25 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 40060 0 0 0 16188 37 0 0 20 0 1 0 268364441 171360256 39982 33554432000 4194304 10173063 140735572647152 140735572642024 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1545/statm: 41836 39982 796 1460 0 40367 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 167344

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1592
/proc/meminfo: memFree=27591568/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=176868 CPUtime=222.23 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 41368 0 0 0 22179 44 0 0 20 0 1 0 268364441 181112832 42754 33554432000 4194304 10173063 140735572647152 140735572640600 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 44217 42754 809 1460 0 42748 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 176868

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1592
/proc/meminfo: memFree=27587956/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=176868 CPUtime=282.22 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 41368 0 0 0 28160 62 0 0 20 0 1 0 268364441 181112832 42754 33554432000 4194304 10173063 140735572647152 140735572640648 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 44217 42754 809 1460 0 42748 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 176868

[startup+342.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/177 1593
/proc/meminfo: memFree=27587156/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=176868 CPUtime=342.21 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 41374 0 0 0 34139 82 0 0 20 0 1 0 268364441 181112832 42760 33554432000 4194304 10173063 140735572647152 140735572640408 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 44217 42760 813 1460 0 42748 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 176868

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 1.94 3/177 1593
/proc/meminfo: memFree=27586636/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=176868 CPUtime=402.21 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 41377 0 0 0 40123 98 0 0 20 0 1 0 268364441 181112832 42943 33554432000 4194304 10173063 140735572647152 140735572640504 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 44217 42943 813 1460 0 42748 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 176868

[startup+462.3 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 1596
/proc/meminfo: memFree=27575944/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=176868 CPUtime=462.2 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 41387 0 0 0 46104 116 0 0 20 0 1 0 268364441 181112832 42953 33554432000 4194304 10173063 140735572647152 140735572640696 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 44217 42953 816 1460 0 42748 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 176868

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 1.95 3/178 1620
/proc/meminfo: memFree=27576184/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=176868 CPUtime=522.18 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 41388 0 0 0 52086 132 0 0 20 0 1 0 268364441 181112832 42954 33554432000 4194304 10173063 140735572647152 140735572640600 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 44217 42954 816 1460 0 42748 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 176868

[startup+582.3 s]
/proc/loadavg: 2.07 2.04 1.96 3/177 1620
/proc/meminfo: memFree=27574772/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=176868 CPUtime=582.17 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 41390 0 0 0 58067 150 0 0 20 0 1 0 268364441 181112832 42956 33554432000 4194304 10173063 140735572647152 140735572640696 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 44217 42956 816 1460 0 42748 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 176868

[startup+642.3 s]

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

/proc/meminfo: memFree=27537580/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=185556 CPUtime=1062.11 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 43576 0 0 0 105924 287 0 0 20 0 1 0 268364441 190009344 45263 33554432000 4194304 10173063 140735572647152 140735572641064 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 46389 45263 816 1460 0 44920 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 185556

[startup+1122.3 s]
/proc/loadavg: 2.06 2.03 1.97 3/177 1626
/proc/meminfo: memFree=27536596/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=186684 CPUtime=1122.09 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 43821 0 0 0 111908 301 0 0 20 0 1 0 268364441 191164416 45508 33554432000 4194304 10173063 140735572647152 140735572639672 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 46671 45508 816 1460 0 45202 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 186684

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/177 1626
/proc/meminfo: memFree=27535108/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=187508 CPUtime=1182.09 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 44164 0 0 0 117888 321 0 0 20 0 1 0 268364441 192008192 45849 33554432000 4194304 10173063 140735572647152 140735572640504 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 46877 45849 816 1460 0 45408 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 187508

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/177 1627
/proc/meminfo: memFree=27533496/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=189064 CPUtime=1242.07 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 44546 0 0 0 123870 337 0 0 20 0 1 0 268364441 193601536 46231 33554432000 4194304 10173063 140735572647152 140735572640696 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 47266 46231 816 1460 0 45797 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 189064

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/177 1627
/proc/meminfo: memFree=27525988/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=189064 CPUtime=1302.08 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 44562 0 0 0 129853 355 0 0 20 0 1 0 268364441 193601536 46247 33554432000 4194304 10173063 140735572647152 140735572640792 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 47266 46247 816 1460 0 45797 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 189064

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/177 1627
/proc/meminfo: memFree=27525740/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=189064 CPUtime=1362.06 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 44578 0 0 0 135833 373 0 0 20 0 1 0 268364441 193601536 46263 33554432000 4194304 10173063 140735572647152 140735572640696 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 47266 46263 816 1460 0 45797 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 189064

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1627
/proc/meminfo: memFree=27525860/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=189356 CPUtime=1422.06 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 44605 0 0 0 141815 391 0 0 20 0 1 0 268364441 193900544 46288 33554432000 4194304 10173063 140735572647152 140735572640408 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 47339 46288 816 1460 0 45870 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 189356

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 1.98 3/177 1627
/proc/meminfo: memFree=27524620/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=190588 CPUtime=1482.04 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 44891 0 0 0 147797 407 0 0 20 0 1 0 268364441 195162112 46574 33554432000 4194304 10173063 140735572647152 140735572640504 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 47647 46574 816 1460 0 46178 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 190588

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 1627
/proc/meminfo: memFree=27524000/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=191132 CPUtime=1542.03 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45056 0 0 0 153775 428 0 0 20 0 1 0 268364441 195719168 46739 33554432000 4194304 10173063 140735572647152 140735572640408 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 47783 46739 816 1460 0 46314 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 191132

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/177 1628
/proc/meminfo: memFree=27524004/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=191292 CPUtime=1602.02 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45140 0 0 0 159756 446 0 0 20 0 1 0 268364441 195883008 46823 33554432000 4194304 10173063 140735572647152 140735572640792 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 47823 46823 816 1460 0 46354 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 191292

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 1631
/proc/meminfo: memFree=27523504/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=192124 CPUtime=1662.01 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45285 0 0 0 165736 465 0 0 20 0 1 0 268364441 196734976 46968 33554432000 4194304 10173063 140735572647152 140735572640696 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48031 46968 816 1460 0 46562 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 192124

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 1631
/proc/meminfo: memFree=27521836/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=193792 CPUtime=1722.01 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45667 0 0 0 171719 482 0 0 20 0 1 0 268364441 198443008 47349 33554432000 4194304 10173063 140735572647152 140735572640456 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48448 47349 816 1460 0 46979 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 193792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1631
/proc/meminfo: memFree=27519728/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=193792 CPUtime=1782 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45758 0 0 0 177701 499 0 0 20 0 1 0 268364441 198443008 47440 33554432000 4194304 10173063 140735572647152 140735572640648 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48448 47440 816 1460 0 46979 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 193792

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1631
/proc/meminfo: memFree=27519604/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=193792 CPUtime=1785.2 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45758 0 0 0 178020 500 0 0 20 0 1 0 268364441 198443008 47440 33554432000 4194304 10173063 140735572647152 140735572640504 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48448 47440 816 1460 0 46979 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 193792

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1631
/proc/meminfo: memFree=27519604/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=193792 CPUtime=1791.6 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45758 0 0 0 178658 502 0 0 20 0 1 0 268364441 198443008 47440 33554432000 4194304 10173063 140735572647152 140735572640408 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48448 47440 816 1460 0 46979 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 193792

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1631
/proc/meminfo: memFree=27519604/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=193792 CPUtime=1794.79 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45758 0 0 0 178976 503 0 0 20 0 1 0 268364441 198443008 47440 33554432000 4194304 10173063 140735572647152 140735572640984 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48448 47440 816 1460 0 46979 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 193792

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1631
/proc/meminfo: memFree=27519604/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=193792 CPUtime=1795.59 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45758 0 0 0 179055 504 0 0 20 0 1 0 268364441 198443008 47440 33554432000 4194304 10173063 140735572647152 140735572640824 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48448 47440 816 1460 0 46979 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 193792

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1631
/proc/meminfo: memFree=27519604/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=193792 CPUtime=1796.39 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45758 0 0 0 179135 504 0 0 20 0 1 0 268364441 198443008 47440 33554432000 4194304 10173063 140735572647152 140735572642952 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48448 47440 816 1460 0 46979 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 193792

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1631
/proc/meminfo: memFree=27519604/32873648 swapFree=6848/6848
[pid=1545] ppid=1543 vsize=192380 CPUtime=1796.79 cores=0,2,4,6
/proc/1545/stat : 1545 (scip-2.1.1.4fix) R 1543 1545 911 0 -1 4202496 45772 0 0 0 179175 504 0 0 20 0 1 0 268364441 196997120 47101 33554432000 4194304 10173063 140735572647152 140735572643848 4789973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1545/statm: 48095 47101 830 1460 0 46626 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 192380

Child status: 0
Real time (s): 1797.13
CPU time (s): 1796.83
CPU user time (s): 1791.78
CPU system time (s): 5.05323
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 193792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.78
system time used= 5.05323
maximum resident set size= 189804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45786
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= 49
involuntary context switches= 2173

runsolver used 2.6526 second user time and 7.40387 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-26 10:52:56
IDJOB=3690733
IDBENCH=48350
IDSOLVER=2270
FILE ID=node113/3690733-1338022376
RUNJOBID= node113-1338016935-927
PBS_JOBID= 14624358
Free space on /tmp= 71456 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690733-1338022376/watcher-3690733-1338022376 -o /tmp/evaluation-result-3690733-1338022376/solver-3690733-1338022376 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690733-1338022376.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=831145162

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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	: 5438.54
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27722544 kB
Buffers:          241056 kB
Cached:          3853300 kB
SwapCached:            0 kB
Active:          1128152 kB
Inactive:        3247644 kB
Active(anon):     283884 kB
Inactive(anon):        0 kB
Active(file):     844268 kB
Inactive(file):  3247644 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14228 kB
Writeback:             0 kB
AnonPages:        287804 kB
Mapped:            17884 kB
Shmem:               200 kB
Slab:             637988 kB
SReclaimable:      82540 kB
SUnreclaim:       555448 kB
KernelStack:        1448 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     400900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71440 MiB
End job on node113 at 2012-05-26 11:22:53