Trace number 3691779

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? 1797.38 1797.66

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-117.opb
MD5SUM5a894dea8c34367412bae22ac1ac0598
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark4.80927
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10238
Total number of constraints224043
Number of constraints which are clauses200340
Number of constraints which are cardinality constraints (but not clauses)998
Number of constraints which are nor clauses,nor cardinality constraints22705
Minimum length of a constraint1
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
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-3691779-1338040972.opb>
0.59/0.64	c original problem has 10238 variables (10238 bin, 0 int, 0 impl, 0 cont) and 224043 constraints
0.59/0.64	c problem read in 0.64
0.59/0.64	c No objective function, only one solution is needed.
0.59/0.64	c presolving settings loaded
0.89/0.94	c presolving:
1.49/1.51	c (round 1) 2941 del vars, 45937 del conss, 0 add conss, 2940 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 121746 impls, 325 clqs
1.49/1.71	c (round 2) 3798 del vars, 83188 del conss, 0 add conss, 2940 chg bounds, 2427 chg sides, 3024 chg coeffs, 0 upgd conss, 129838 impls, 325 clqs
1.49/1.76	c (round 3) 3853 del vars, 85933 del conss, 0 add conss, 2940 chg bounds, 3131 chg sides, 3902 chg coeffs, 0 upgd conss, 129882 impls, 325 clqs
2.49/2.55	c (round 4) 3853 del vars, 85964 del conss, 0 add conss, 2940 chg bounds, 3148 chg sides, 3902 chg coeffs, 138278 upgd conss, 129882 impls, 325 clqs
2.79/2.82	c (round 5) 3853 del vars, 86150 del conss, 0 add conss, 2940 chg bounds, 3164 chg sides, 3982 chg coeffs, 138278 upgd conss, 129882 impls, 325 clqs
2.99/3.01	c (round 6) 3853 del vars, 86158 del conss, 0 add conss, 2940 chg bounds, 3176 chg sides, 4007 chg coeffs, 138292 upgd conss, 129894 impls, 325 clqs
3.19/3.21	c (round 7) 3853 del vars, 86178 del conss, 0 add conss, 2940 chg bounds, 3178 chg sides, 4012 chg coeffs, 138293 upgd conss, 129894 impls, 326 clqs
4.29/4.36	c presolving (8 rounds):
4.29/4.36	c  3853 deleted vars, 86190 deleted constraints, 0 added constraints, 2940 tightened bounds, 0 added holes, 3178 changed sides, 4012 changed coefficients
4.29/4.36	c  129894 implications, 326 cliques
4.29/4.36	c presolved problem has 6385 variables (6385 bin, 0 int, 0 impl, 0 cont) and 137853 constraints
4.29/4.36	c   21012 constraints of type <knapsack>
4.29/4.36	c   16539 constraints of type <setppc>
4.29/4.36	c       1 constraints of type <linear>
4.29/4.36	c  100301 constraints of type <logicor>
4.29/4.36	c transformed objective value is always integral (scale: 1)
4.29/4.36	c Presolving Time: 3.43
4.29/4.36	c - non default parameters ----------------------------------------------------------------------
4.29/4.36	c # SCIP version 2.1.1.4
4.29/4.36	c 
4.29/4.36	c # maximal time in seconds to run
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.29/4.36	c limits/time = 1797
4.29/4.36	c 
4.29/4.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.29/4.36	c limits/memory = 13950
4.29/4.36	c 
4.29/4.36	c # solving stops, if the given number of solutions were found (-1: no limit)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: -1]
4.29/4.36	c limits/solutions = 1
4.29/4.36	c 
4.29/4.36	c # maximal number of separation rounds per node (-1: unlimited)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 5]
4.29/4.36	c separating/maxrounds = 1
4.29/4.36	c 
4.29/4.36	c # maximal number of separation rounds in the root node (-1: unlimited)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: -1]
4.29/4.36	c separating/maxroundsroot = 5
4.29/4.36	c 
4.29/4.36	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.29/4.36	c # [type: int, range: [1,2], default: 1]
4.29/4.36	c timing/clocktype = 2
4.29/4.36	c 
4.29/4.36	c # belongs reading time to solving time?
4.29/4.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.29/4.36	c timing/reading = TRUE
4.29/4.36	c 
4.29/4.36	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.29/4.36	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.29/4.36	c constraints/knapsack/disaggregation = FALSE
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 10]
4.29/4.36	c heuristics/coefdiving/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to node LP iterations
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.29/4.36	c heuristics/coefdiving/maxlpiterquot = 0.075
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/coefdiving/maxlpiterofs = 1500
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 30]
4.29/4.36	c heuristics/crossover/freq = -1
4.29/4.36	c 
4.29/4.36	c # number of nodes added to the contingent of the total nodes
4.29/4.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.29/4.36	c heuristics/crossover/nodesofs = 750
4.29/4.36	c 
4.29/4.36	c # number of nodes without incumbent change that heuristic should wait
4.29/4.36	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.29/4.36	c heuristics/crossover/nwaitingnodes = 100
4.29/4.36	c 
4.29/4.36	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.29/4.36	c # [type: real, range: [0,1], default: 0.1]
4.29/4.36	c heuristics/crossover/nodesquot = 0.15
4.29/4.36	c 
4.29/4.36	c # minimum percentage of integer variables that have to be fixed 
4.29/4.36	c # [type: real, range: [0,1], default: 0.666]
4.29/4.36	c heuristics/crossover/minfixingrate = 0.5
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 20]
4.29/4.36	c heuristics/feaspump/freq = -1
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/feaspump/maxlpiterofs = 2000
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 10]
4.29/4.36	c heuristics/fracdiving/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to node LP iterations
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.29/4.36	c heuristics/fracdiving/maxlpiterquot = 0.075
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/fracdiving/maxlpiterofs = 1500
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 10]
4.29/4.36	c heuristics/guideddiving/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to node LP iterations
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.29/4.36	c heuristics/guideddiving/maxlpiterquot = 0.075
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/guideddiving/maxlpiterofs = 1500
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to node LP iterations
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.29/4.36	c heuristics/intdiving/maxlpiterquot = 0.075
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 10]
4.29/4.36	c heuristics/intshifting/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 10]
4.29/4.36	c heuristics/linesearchdiving/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to node LP iterations
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.29/4.36	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 20]
4.29/4.36	c heuristics/objpscostdiving/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to total iteration number
4.29/4.36	c # [type: real, range: [0,1], default: 0.01]
4.29/4.36	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 1]
4.29/4.36	c heuristics/oneopt/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 10]
4.29/4.36	c heuristics/pscostdiving/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to node LP iterations
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.29/4.36	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/pscostdiving/maxlpiterofs = 1500
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 0]
4.29/4.36	c heuristics/rens/freq = -1
4.29/4.36	c 
4.29/4.36	c # minimum percentage of integer variables that have to be fixable 
4.29/4.36	c # [type: real, range: [0,1], default: 0.5]
4.29/4.36	c heuristics/rens/minfixingrate = 0.3
4.29/4.36	c 
4.29/4.36	c # number of nodes added to the contingent of the total nodes
4.29/4.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.29/4.36	c heuristics/rens/nodesofs = 2000
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 20]
4.29/4.36	c heuristics/rootsoldiving/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to node LP iterations
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.29/4.36	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 1]
4.29/4.36	c heuristics/rounding/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 0]
4.29/4.36	c heuristics/shiftandpropagate/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 10]
4.29/4.36	c heuristics/shifting/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 1]
4.29/4.36	c heuristics/simplerounding/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 1]
4.29/4.36	c heuristics/subnlp/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 0]
4.29/4.36	c heuristics/trivial/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 1]
4.29/4.36	c heuristics/trysol/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 0]
4.29/4.36	c heuristics/undercover/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 10]
4.29/4.36	c heuristics/veclendiving/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal fraction of diving LP iterations compared to node LP iterations
4.29/4.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.29/4.36	c heuristics/veclendiving/maxlpiterquot = 0.075
4.29/4.36	c 
4.29/4.36	c # additional number of allowed LP iterations
4.29/4.36	c # [type: int, range: [0,2147483647], default: 1000]
4.29/4.36	c heuristics/veclendiving/maxlpiterofs = 1500
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 1]
4.29/4.36	c heuristics/zirounding/freq = -1
4.29/4.36	c 
4.29/4.36	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: -1]
4.29/4.36	c propagating/probing/maxprerounds = 0
4.29/4.36	c 
4.29/4.36	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 0]
4.29/4.36	c separating/cmir/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 0]
4.29/4.36	c separating/flowcover/freq = -1
4.29/4.36	c 
4.29/4.36	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: -1]
4.29/4.36	c separating/rapidlearning/freq = 0
4.29/4.36	c 
4.29/4.36	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
4.29/4.36	c # [type: int, range: [-1,2147483647], default: 1]
4.29/4.36	c heuristics/indoneopt/freq = -1
4.29/4.36	c 
4.29/4.36	c -----------------------------------------------------------------------------------------------
4.29/4.36	c start solving
4.29/4.36	c 
6.49/6.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.49/6.52	c   6.5s|     1 |     0 |  2087 |     - | 284M|   0 | 241 |6385 | 137k|6385 | 137k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.79/7.83	c   7.8s|     1 |     0 |  2095 |     - | 285M|   0 | 219 |6385 | 137k|6385 | 137k|   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.90/9.00	c   9.0s|     1 |     0 |  2104 |     - | 286M|   0 | 216 |6385 | 137k|6385 | 137k|  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.29/10.33	c  10.3s|     1 |     0 |  2143 |     - | 286M|   0 | 207 |6385 | 137k|6385 | 137k|  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.28/16.34	c  16.3s|     1 |     0 |  2191 |     - | 287M|   0 | 239 |6385 | 137k|6385 | 137k|  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
26.49/26.59	c  26.6s|     1 |     0 |  2318 |     - | 288M|   0 | 212 |6385 | 137k|6385 | 137k|  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
41.28/41.37	c  41.4s|     1 |     2 |  2318 |     - | 288M|   0 | 212 |6385 | 137k|6385 | 137k|  31 |   0 |  29 | 0.000000e+00 |      --      |    Inf 
966.34/966.53	c   967s|   100 |    75 | 13785 | 115.8 | 292M|  36 | 275 |6385 | 137k|6385 | 137k|  31 |  21 | 936 | 0.000000e+00 |      --      |    Inf 
1012.13/1012.32	c  1012s|   200 |   114 | 20290 |  90.3 | 294M|  36 | 367 |6385 | 137k|6385 | 137k|  31 |  65 | 951 | 0.000000e+00 |      --      |    Inf 
1068.92/1069.12	c  1069s|   300 |   161 | 27224 |  83.3 | 296M|  36 | 698 |6385 | 137k|6385 | 137k|  31 | 101 | 978 | 0.000000e+00 |      --      |    Inf 
1136.91/1137.15	c  1137s|   400 |   221 | 34976 |  81.8 | 298M|  37 | 574 |6385 | 137k|6385 | 137k|  31 | 129 |1013 | 0.000000e+00 |      --      |    Inf 
1180.50/1180.73	c  1181s|   500 |   271 | 40418 |  76.4 | 301M|  38 | 258 |6385 | 137k|6385 | 137k|  31 | 157 |1033 | 0.000000e+00 |      --      |    Inf 
1257.69/1257.92	c  1258s|   600 |   335 | 48057 |  76.4 | 303M|  38 | 714 |6385 | 138k|6385 | 137k|  31 | 178 |1079 | 0.000000e+00 |      --      |    Inf 
1327.78/1328.01	c  1328s|   700 |   384 | 57224 |  78.5 | 306M|  38 | 340 |6385 | 138k|6385 | 137k|  31 | 216 |1108 | 0.000000e+00 |      --      |    Inf 
1376.97/1377.23	c  1377s|   800 |   433 | 62953 |  75.9 | 308M|  41 |   - |6385 | 138k|   0 |   0 |  31 | 257 |1138 | 0.000000e+00 |      --      |    Inf 
1449.36/1449.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1449.36/1449.66	c  1450s|   900 |   500 | 71627 |  77.1 | 310M|  41 | 564 |6385 | 138k|6385 | 137k|  31 | 276 |1186 | 0.000000e+00 |      --      |    Inf 
1598.04/1598.36	c  1598s|  1000 |   598 | 86296 |  84.1 | 313M|  41 | 157 |6385 | 138k|6385 | 137k|  31 | 276 |1315 | 0.000000e+00 |      --      |    Inf 
1684.43/1684.75	c  1685s|  1100 |   676 | 99366 |  88.3 | 316M|  41 |   - |6385 | 138k|   0 |   0 |  31 | 300 |1357 | 0.000000e+00 |      --      |    Inf 
1768.12/1768.47	c  1768s|  1200 |   764 |111301 |  90.9 | 319M|  41 | 345 |6385 | 138k|6385 | 137k|  31 | 307 |1398 | 0.000000e+00 |      --      |    Inf 
1796.81/1797.20	c 
1796.81/1797.20	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.20	c Solving Time (sec) : 1797.19
1796.81/1797.20	c Solving Nodes      : 1249
1796.81/1797.20	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.81/1797.20	c Dual Bound         : +0.00000000000000e+00
1796.81/1797.20	c Gap                : infinite
1796.81/1797.20	s UNKNOWN
1796.81/1797.20	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.20	c Total Time         :    1797.19
1796.81/1797.20	c   solving          :    1797.19
1796.81/1797.20	c   presolving       :       3.43 (included in solving)
1796.81/1797.20	c   reading          :       0.64 (included in solving)
1796.81/1797.20	c   copying          :       0.00 (0 times copied the problem)
1796.81/1797.20	c Original Problem   :
1796.81/1797.20	c   Problem name     : HOME/instance-3691779-1338040972.opb
1796.81/1797.20	c   Variables        : 10238 (10238 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.20	c   Constraints      : 224043 initial, 224043 maximal
1796.81/1797.20	c   Objective sense  : minimize
1796.81/1797.20	c Presolved Problem  :
1796.81/1797.20	c   Problem name     : t_HOME/instance-3691779-1338040972.opb
1796.81/1797.20	c   Variables        : 6385 (6385 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.20	c   Constraints      : 137853 initial, 138136 maximal
1796.81/1797.20	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.81/1797.20	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.20	c   trivial          :       0.00       0.00         55          0          0          0          0          0          0          0          0
1796.81/1797.20	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.20	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.20	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.20	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.91/1797.20	c   gateextraction   :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.91/1797.20	c   implics          :       0.01       0.00          0        420          0          0          0          0          0          0          0
1796.91/1797.20	c   components       :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.91/1797.20	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.91/1797.20	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.91/1797.20	c   knapsack         :       0.13       0.00          0          0          0          0          0          0          0         30        110
1796.91/1797.20	c   setppc           :       0.06       0.00          0          0          0          0          0        194          0          0          0
1796.91/1797.20	c   linear           :       1.20       0.11       3301         77          0       2940          0      85950          0       3148       3902
1796.91/1797.20	c   logicor          :       0.78       0.94          0          0          0          0          0         46          0          0          0
1796.91/1797.20	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
1796.91/1797.20	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.91/1797.20	c   integral         :          0          0          0          0       1091          0          1          0          0        208          0          0       2062
1796.91/1797.20	c   knapsack         :      21012      21012          5       3983          0          1          0        452         14      17696         12          0          0
1796.91/1797.20	c   setppc           :      16539      16539          5       3969          0          1          0        809         41       6506          0          0          0
1796.91/1797.20	c   linear           :          1          1          5       3928          0          1          0          0          0          0          0          0          0
1796.91/1797.20	c   logicor          :     100301+    100587          5       2297          0          1          0        201        165      11213          0          0          0
1796.91/1797.20	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.91/1797.20	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.91/1797.20	c   integral         :    1276.95       0.00       0.00       0.00    1276.95       0.00       0.00       0.00
1796.91/1797.20	c   knapsack         :       3.72       0.00       0.07       3.65       0.00       0.01       0.00       0.00
1796.91/1797.20	c   setppc           :       1.89       0.00       0.00       1.88       0.00       0.00       0.00       0.00
1796.91/1797.20	c   linear           :       0.11       0.11       0.00       0.00       0.00       0.00       0.00       0.00
1796.91/1797.20	c   logicor          :       1.84       0.94       0.02       0.86       0.00       0.02       0.00       0.00
1796.91/1797.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.91/1797.20	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.91/1797.20	c   rootredcost      :          0          0          0          0
1796.91/1797.20	c   pseudoobj        :          0          0          0          0
1796.91/1797.20	c   vbounds          :          0          0          0          0
1796.91/1797.20	c   redcost          :       1096          0          0          0
1796.91/1797.20	c   probing          :          0          0          0          0
1796.91/1797.20	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.91/1797.20	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.91/1797.20	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.91/1797.20	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.91/1797.20	c   redcost          :       0.12       0.00       0.00       0.12       0.00
1796.91/1797.20	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.91/1797.20	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.91/1797.20	c   propagation      :       0.00        220        220        306        4.9         16        3.6          -
1796.91/1797.20	c   infeasible LP    :       0.01          5          5         13        9.2          0        0.0          0
1796.91/1797.20	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.91/1797.20	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.91/1797.20	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.91/1797.20	c   applied globally :          -          -          -        311        4.6          -          -          -
1796.91/1797.20	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.91/1797.20	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.91/1797.20	c   cut pool         :       0.00                     4          -          -        135          -    (maximal pool size: 222)
1796.91/1797.20	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.91/1797.20	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.91/1797.20	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.91/1797.20	c   gomory           :       9.02       0.00          5          0          0        250          0
1796.91/1797.20	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.91/1797.20	c   strongcg         :       8.21       0.00          5          0          0       2500          0
1796.91/1797.20	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.91/1797.20	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.91/1797.20	c   clique           :       0.25       0.00          5          0          0         30          0
1796.91/1797.20	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.91/1797.20	c   mcf              :       0.12       0.00          1          0          0          0          0
1796.91/1797.20	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.91/1797.20	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.91/1797.20	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.91/1797.20	c   problem variables:       0.00          -          0          0
1796.91/1797.20	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.91/1797.20	c   relpscost        :    1276.95       0.00       1091          0        208          0          0       2062
1796.91/1797.20	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.91/1797.20	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.91/1797.20	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.91/1797.20	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.91/1797.20	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.91/1797.20	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.91/1797.20	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.91/1797.20	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.91/1797.20	c   LP solutions     :       0.00          -          -          0
1796.91/1797.20	c   pseudo solutions :       0.00          -          -          0
1796.91/1797.20	c   smallcard        :       0.00       0.00          0          0
1796.91/1797.20	c   trivial          :       0.00       0.00          1          0
1796.91/1797.20	c   shiftandpropagate:       0.00       0.00          0          0
1796.91/1797.20	c   simplerounding   :       0.00       0.00          0          0
1796.91/1797.20	c   zirounding       :       0.00       0.00          0          0
1796.91/1797.20	c   rounding         :       0.00       0.00          0          0
1796.91/1797.20	c   shifting         :       0.00       0.00          0          0
1796.91/1797.20	c   intshifting      :       0.00       0.00          0          0
1796.91/1797.20	c   oneopt           :       0.00       0.00          0          0
1796.91/1797.20	c   twoopt           :       0.00       0.00          0          0
1796.91/1797.20	c   indtwoopt        :       0.00       0.00          0          0
1796.91/1797.20	c   indoneopt        :       0.00       0.00          0          0
1796.91/1797.20	c   fixandinfer      :       0.00       0.00          0          0
1796.91/1797.20	c   feaspump         :       0.00       0.00          0          0
1796.91/1797.20	c   clique           :       0.00       0.00          0          0
1796.91/1797.20	c   indrounding      :       0.00       0.00          0          0
1796.91/1797.20	c   indcoefdiving    :       0.00       0.00          0          0
1796.91/1797.20	c   coefdiving       :       0.00       0.00          0          0
1796.91/1797.20	c   pscostdiving     :       0.00       0.00          0          0
1796.91/1797.20	c   nlpdiving        :       0.00       0.00          0          0
1796.91/1797.20	c   fracdiving       :       0.00       0.00          0          0
1796.91/1797.20	c   veclendiving     :       0.00       0.00          0          0
1796.91/1797.20	c   intdiving        :       0.00       0.00          0          0
1796.91/1797.20	c   actconsdiving    :       0.00       0.00          0          0
1796.91/1797.20	c   objpscostdiving  :       0.00       0.00          0          0
1796.91/1797.20	c   rootsoldiving    :       0.00       0.00          0          0
1796.91/1797.20	c   linesearchdiving :       0.00       0.00          0          0
1796.91/1797.20	c   guideddiving     :       0.00       0.00          0          0
1796.91/1797.20	c   octane           :       0.00       0.00          0          0
1796.91/1797.20	c   rens             :       0.00       0.00          0          0
1796.91/1797.20	c   rins             :       0.00       0.00          0          0
1796.91/1797.20	c   localbranching   :       0.00       0.00          0          0
1796.91/1797.20	c   mutation         :       0.00       0.00          0          0
1796.91/1797.20	c   crossover        :       0.00       0.00          0          0
1796.91/1797.20	c   dins             :       0.00       0.00          0          0
1796.91/1797.20	c   vbounds          :       0.00       0.00          0          0
1796.91/1797.20	c   undercover       :       0.00       0.00          0          0
1796.91/1797.20	c   subnlp           :       0.00       0.00          0          0
1796.91/1797.20	c   trysol           :       0.00       0.00          0          0
1796.91/1797.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.91/1797.20	c   primal LP        :       0.22          1          0       0.00       0.00       0.22          1
1796.91/1797.20	c   dual LP          :     470.84       1101     114678     104.16     243.56       0.00          0
1796.91/1797.20	c   lex dual LP      :       0.00          0          0       0.00          -
1796.91/1797.20	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.91/1797.20	c   diving/probing LP:       0.00          0          0       0.00          -
1796.91/1797.20	c   strong branching :    1276.38       1415     158095     111.73     123.86
1796.91/1797.20	c     (at root node) :          -         29        177       6.10          -
1796.91/1797.20	c   conflict analysis:       0.00          0          0       0.00          -
1796.91/1797.20	c B&B Tree           :
1796.91/1797.20	c   number of runs   :          1
1796.91/1797.20	c   nodes            :       1249
1796.91/1797.20	c   nodes (total)    :       1249
1796.91/1797.20	c   nodes left       :        805
1796.91/1797.20	c   max depth        :         41
1796.91/1797.20	c   max depth (total):         41
1796.91/1797.20	c   backtracks       :        118 (9.4%)
1796.91/1797.20	c   delayed cutoffs  :         11
1796.91/1797.20	c   repropagations   :       1292 (1585 domain reductions, 8 cutoffs)
1796.91/1797.20	c   avg switch length:       4.03
1796.91/1797.20	c   switching time   :       2.94
1796.91/1797.20	c Solution           :
1796.91/1797.20	c   Solutions found  :          0 (0 improvements)
1796.91/1797.20	c   Primal Bound     :          -
1796.91/1797.20	c   Dual Bound       : +0.00000000000000e+00
1796.91/1797.20	c   Gap              :   infinite
1796.91/1797.20	c   Root Dual Bound  : +0.00000000000000e+00
1796.91/1797.20	c   Root Iterations  :       2318
1797.32/1797.66	c Time complete: 1797.37.

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-3691779-1338040972/watcher-3691779-1338040972 -o /tmp/evaluation-result-3691779-1338040972/solver-3691779-1338040972 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691779-1338040972.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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 2.00 3/175 7357
/proc/meminfo: memFree=28799256/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=12848 CPUtime=0 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 1944 0 0 0 0 0 0 0 20 0 1 0 270223121 13156352 1899 33554432000 4194304 10219143 140735113643600 140735347091128 8844210 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 3212 1909 419 1471 0 1732 0

[startup+0.0854879 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7357
/proc/meminfo: memFree=28799256/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=27848 CPUtime=0.07 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 5715 0 0 0 7 0 0 0 20 0 1 0 270223121 28516352 5670 33554432000 4194304 10219143 140735113643600 140735113508264 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 6962 5670 419 1471 0 5482 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27848

[startup+0.100314 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7357
/proc/meminfo: memFree=28799256/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=29380 CPUtime=0.08 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 6096 0 0 0 8 0 0 0 20 0 1 0 270223121 30085120 6051 33554432000 4194304 10219143 140735113643600 140735113508264 7123399 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 7345 6051 419 1471 0 5865 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29380

[startup+0.300289 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7357
/proc/meminfo: memFree=28799256/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=64972 CPUtime=0.29 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 14986 0 0 0 27 2 0 0 20 0 1 0 270223121 66531328 14941 33554432000 4194304 10219143 140735113643600 140735113508264 4971937 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 16243 14941 419 1471 0 14763 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64972

[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 7357
/proc/meminfo: memFree=28799256/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=162740 CPUtime=0.69 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 39205 0 0 0 64 5 0 0 20 0 1 0 270223121 166645760 39052 33554432000 4194304 10219143 140735113643600 140735113508776 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 40685 39085 472 1471 0 39205 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162740

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7358
/proc/meminfo: memFree=28496060/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=317116 CPUtime=1.49 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 76372 0 0 0 129 20 0 0 20 0 1 0 270223121 324726784 76218 33554432000 4194304 10219143 140735113643600 140735113640600 4428086 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 79279 76218 567 1471 0 77799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 317116

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7358
/proc/meminfo: memFree=28455760/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=346272 CPUtime=3.09 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 92961 0 0 0 266 43 0 0 20 0 1 0 270223121 354582528 82824 33554432000 4194304 10219143 140735113643600 140735113639656 5345827 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 86568 82824 601 1471 0 85088 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 346272

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7358
/proc/meminfo: memFree=28236992/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=609900 CPUtime=6.29 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 134463 0 0 0 575 54 0 0 20 0 1 0 270223121 624537600 142339 33554432000 4194304 10219143 140735113643600 140735113635688 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 152475 142339 752 1471 0 150995 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 609900

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 7358
/proc/meminfo: memFree=28174352/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=616744 CPUtime=12.69 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 140898 0 0 0 1211 58 0 0 20 0 1 0 270223121 631545856 149542 33554432000 4194304 10219143 140735113643600 140735113638552 7698849 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 154186 149542 793 1471 0 152706 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 616744

[startup+25.5067 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 7360
/proc/meminfo: memFree=28130692/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=620700 CPUtime=25.49 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 142263 0 0 0 2490 59 0 0 20 0 1 0 270223121 635596800 151418 33554432000 4194304 10219143 140735113643600 140735113638440 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 155175 151418 793 1471 0 153695 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 620700

[startup+51.1001 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 7360
/proc/meminfo: memFree=28035920/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=652388 CPUtime=51.08 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 143287 0 0 0 5046 62 0 0 20 0 1 0 270223121 668045312 159085 33554432000 4194304 10219143 140735113643600 140735113637432 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 163097 159085 799 1471 0 161617 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 652388

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 7360
/proc/meminfo: memFree=28069572/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=102.27 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144567 0 0 0 10162 65 0 0 20 0 1 0 270223121 697495552 165475 33554432000 4194304 10219143 140735113643600 140735113637048 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 165475 800 1471 0 168807 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 681148

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7360
/proc/meminfo: memFree=28067560/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=162.27 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144577 0 0 0 16159 68 0 0 20 0 1 0 270223121 697495552 165996 33554432000 4194304 10219143 140735113643600 140735113636536 8056746 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 165996 800 1471 0 168807 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 681148

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7360
/proc/meminfo: memFree=28067468/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=222.26 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144580 0 0 0 22155 71 0 0 20 0 1 0 270223121 697495552 165999 33554432000 4194304 10219143 140735113643600 140735113637016 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 165999 800 1471 0 168807 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 681148

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7360
/proc/meminfo: memFree=28062848/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=282.24 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144580 0 0 0 28150 74 0 0 20 0 1 0 270223121 697495552 167088 33554432000 4194304 10219143 140735113643600 140735113637048 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 167088 800 1471 0 168807 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 681148

[startup+342.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7361
/proc/meminfo: memFree=28061280/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=342.24 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144583 0 0 0 34146 78 0 0 20 0 1 0 270223121 697495552 167423 33554432000 4194304 10219143 140735113643600 140735113637048 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 167423 800 1471 0 168807 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 681148

[startup+402.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 7361
/proc/meminfo: memFree=28058328/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=402.22 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144588 0 0 0 40139 83 0 0 20 0 1 0 270223121 697495552 168013 33554432000 4194304 10219143 140735113643600 140735113636312 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 168013 800 1471 0 168807 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 681148

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 7364
/proc/meminfo: memFree=28049424/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=462.21 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144592 0 0 0 46134 87 0 0 20 0 1 0 270223121 697495552 168038 33554432000 4194304 10219143 140735113643600 140735113636728 8056887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 168038 800 1471 0 168807 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 681148

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 7364
/proc/meminfo: memFree=28043060/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=522.21 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144593 0 0 0 52130 91 0 0 20 0 1 0 270223121 697495552 169243 33554432000 4194304 10219143 140735113643600 140735113637432 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169243 801 1471 0 168807 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 681148

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7364
/proc/meminfo: memFree=28043796/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=582.2 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144593 0 0 0 58126 94 0 0 20 0 1 0 270223121 697495552 169273 33554432000 4194304 10219143 140735113643600 140735113636728 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169273 801 1471 0 168807 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 681148

[startup+642.3 s]

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

/proc/meminfo: memFree=28714340/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1122.11 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 112085 126 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636584 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 681148

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7407
/proc/meminfo: memFree=28712480/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1182.1 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 118079 131 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636584 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 681148

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7407
/proc/meminfo: memFree=28710000/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1242.09 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 124073 136 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636584 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 681148

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7408
/proc/meminfo: memFree=28707952/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1302.08 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 130067 141 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113637272 5184605 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 681148

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7408
/proc/meminfo: memFree=28704916/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1362.08 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 136061 147 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636856 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 681148

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7408
/proc/meminfo: memFree=28697848/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1422.06 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 142056 150 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636728 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 681148

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7408
/proc/meminfo: memFree=28694168/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1482.06 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 148052 154 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636584 4819061 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 681148

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7408
/proc/meminfo: memFree=28692188/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1542.05 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 154047 158 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636584 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 681148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7409
/proc/meminfo: memFree=28690204/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1602.03 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 160041 162 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636856 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 681148

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7412
/proc/meminfo: memFree=28688344/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1662.04 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 166038 166 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113637416 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 681148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28686988/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1722.02 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 172030 172 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636856 8107866 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 681148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28683144/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1782.01 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 178022 179 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113637240 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 681148

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

[startup+1785.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28683020/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1785.41 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 178362 179 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636728 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1785.41
Current children cumulated vsize (KiB) 681148

[startup+1792.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28682772/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1791.82 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 179002 180 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636776 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1791.82
Current children cumulated vsize (KiB) 681148

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28682772/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1795.02 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 179322 180 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636728 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1795.02
Current children cumulated vsize (KiB) 681148

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28682772/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1796.61 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144616 0 0 0 179481 180 0 0 20 0 1 0 270223121 697495552 169296 33554432000 4194304 10219143 140735113643600 140735113636408 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169296 806 1471 0 168807 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (KiB) 681148

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28682772/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=681148 CPUtime=1797.01 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144625 0 0 0 179521 180 0 0 20 0 1 0 270223121 697495552 169305 33554432000 4194304 10219143 140735113643600 140735113636408 7589255 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 170287 169305 815 1471 0 168807 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 681148

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28687236/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=673740 CPUtime=1797.22 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144627 0 0 0 179542 180 0 0 20 0 1 0 270223121 689909760 167455 33554432000 4194304 10219143 140735113643600 140735113642712 5015008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 168435 167455 817 1471 0 166955 0
Current children cumulated CPU time (s) 1797.22
Current children cumulated vsize (KiB) 673740

[startup+1797.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7412
/proc/meminfo: memFree=28687236/32873648 swapFree=7112/7112
[pid=7357] ppid=7355 vsize=507360 CPUtime=1797.32 cores=1,3,5,7
/proc/7357/stat : 7357 (scip-2.1.1.4exp) R 7355 7357 6495 0 -1 4202496 144627 0 0 0 179551 181 0 0 20 0 1 0 270223121 519536640 125916 33554432000 4194304 10219143 140735113643600 140735113642712 9036791 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7357/statm: 126840 125916 817 1471 0 125360 0
Current children cumulated CPU time (s) 1797.32
Current children cumulated vsize (KiB) 507360

Child status: 0
Real time (s): 1797.66
CPU time (s): 1797.38
CPU user time (s): 1795.56
CPU system time (s): 1.81972
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 681148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.56
system time used= 1.81972
maximum resident set size= 677228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144640
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= 15
involuntary context switches= 1849

runsolver used 5.2642 second user time and 15.3587 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-26 16:02:52
IDJOB=3691779
IDBENCH=89669
IDSOLVER=2271
FILE ID=node126/3691779-1338040972
RUNJOBID= node126-1338035260-6512
PBS_JOBID= 14624371
Free space on /tmp= 71392 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-117.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-3691779-1338040972/watcher-3691779-1338040972 -o /tmp/evaluation-result-3691779-1338040972/solver-3691779-1338040972 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691779-1338040972.opb -t 1800 -m 15500

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

MD5SUM BENCH= 5a894dea8c34367412bae22ac1ac0598
RANDOM SEED=809997885

node126.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.456
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	: 5332.91
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.456
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.456
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.92
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.456
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.456
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.92
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.456
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.456
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.90
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.456
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:       32873648 kB
MemFree:        28799528 kB
Buffers:          272624 kB
Cached:          2372312 kB
SwapCached:        17768 kB
Active:          1378744 kB
Inactive:        1922076 kB
Active(anon):     638476 kB
Inactive(anon):    19404 kB
Active(file):     740268 kB
Inactive(file):  1902672 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:             22940 kB
Writeback:             0 kB
AnonPages:        686472 kB
Mapped:            12736 kB
Shmem:                 0 kB
Slab:             632636 kB
SReclaimable:      77052 kB
SUnreclaim:       555584 kB
KernelStack:        1472 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     769480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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= 71380 MiB
End job on node126 at 2012-05-26 16:32:50