Trace number 2663430

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.99 1801.49

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
MD5SUMaef8bab64cc2dcfbe1beaaaf4a02d676
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark1.2928
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)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2663430-1276677534.opb>
0.09/0.11	c original problem has 7270 variables (7270 bin, 0 int, 0 impl, 0 cont) and 7772 constraints
0.09/0.11	c problem read
0.09/0.11	c No objective function, only one solution is needed.
0.09/0.11	c presolving settings loaded
0.09/0.11	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.19/0.21	c presolving:
0.49/0.52	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 51160 impls, 1000 clqs
0.69/0.78	c presolving (2 rounds):
0.69/0.78	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.78	c  51160 implications, 1000 cliques
0.69/0.78	c presolved problem has 7270 variables (7270 bin, 0 int, 0 impl, 0 cont) and 7772 constraints
0.69/0.78	c       1 constraints of type <knapsack>
0.69/0.78	c    1000 constraints of type <setppc>
0.69/0.78	c    6270 constraints of type <and>
0.69/0.78	c       1 constraints of type <linear>
0.69/0.78	c     500 constraints of type <logicor>
0.69/0.78	c transformed objective value is always integral (scale: 1)
0.69/0.78	c Presolving Time: 0.42
0.69/0.78	c - non default parameters ----------------------------------------------------------------------
0.69/0.78	c # SCIP version 1.2.1.2
0.69/0.78	c 
0.69/0.78	c # frequency for displaying node information lines
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.78	c display/freq = 10000
0.69/0.78	c 
0.69/0.78	c # maximal time in seconds to run
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/time = 1799.89
0.69/0.78	c 
0.69/0.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/memory = 1620
0.69/0.78	c 
0.69/0.78	c # solving stops, if the given number of solutions were found (-1: no limit)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c limits/solutions = 1
0.69/0.78	c 
0.69/0.78	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c lp/solvefreq = -1
0.69/0.78	c 
0.69/0.78	c # maximal number of separation rounds per node (-1: unlimited)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 5]
0.69/0.78	c separating/maxrounds = 1
0.69/0.78	c 
0.69/0.78	c # maximal number of separation rounds in the root node (-1: unlimited)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c separating/maxroundsroot = 5
0.69/0.78	c 
0.69/0.78	c # should presolving try to simplify inequalities
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78	c constraints/linear/simplifyinequalities = TRUE
0.69/0.78	c 
0.69/0.78	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.69/0.78	c constraints/knapsack/disaggregation = FALSE
0.69/0.78	c 
0.69/0.78	c # should presolving try to simplify knapsacks
0.69/0.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.78	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.78	c 
0.69/0.78	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c presolving/probing/maxrounds = 0
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/coefdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/coefdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/coefdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 30]
0.69/0.78	c heuristics/crossover/freq = -1
0.69/0.78	c 
0.69/0.78	c # number of nodes added to the contingent of the total nodes
0.69/0.78	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.78	c heuristics/crossover/nodesofs = 750
0.69/0.78	c 
0.69/0.78	c # number of nodes without incumbent change that heuristic should wait
0.69/0.78	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.69/0.78	c heuristics/crossover/nwaitingnodes = 100
0.69/0.78	c 
0.69/0.78	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.69/0.78	c # [type: real, range: [0,1], default: 0.1]
0.69/0.78	c heuristics/crossover/nodesquot = 0.15
0.69/0.78	c 
0.69/0.78	c # minimum percentage of integer variables that have to be fixed 
0.69/0.78	c # [type: real, range: [0,1], default: 0.666]
0.69/0.78	c heuristics/crossover/minfixingrate = 0.5
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78	c heuristics/feaspump/freq = -1
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/feaspump/maxlpiterofs = 2000
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/fracdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/fracdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/fracdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/guideddiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/guideddiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/guideddiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/intdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/intshifting/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/linesearchdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/nlp/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78	c heuristics/objpscostdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to total iteration number
0.69/0.78	c # [type: real, range: [0,1], default: 0.01]
0.69/0.78	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/oneopt/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/pscostdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/pscostdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c heuristics/rens/freq = -1
0.69/0.78	c 
0.69/0.78	c # minimum percentage of integer variables that have to be fixable 
0.69/0.78	c # [type: real, range: [0,1], default: 0.5]
0.69/0.78	c heuristics/rens/minfixingrate = 0.3
0.69/0.78	c 
0.69/0.78	c # number of nodes added to the contingent of the total nodes
0.69/0.78	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.78	c heuristics/rens/nodesofs = 2000
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78	c heuristics/rootsoldiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.69/0.78	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/rounding/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/shifting/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/simplerounding/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c heuristics/trivial/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/trysol/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/veclendiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/veclendiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/veclendiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/zirounding/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c separating/cmir/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c separating/flowcover/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.78	c separating/rapidlearning/freq = 0
0.69/0.78	c 
0.69/0.78	c -----------------------------------------------------------------------------------------------
0.69/0.78	c start solving
0.69/0.79	c 
0.79/0.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.80	c   0.5s|     1 |     2 |     0 |     - |  19M|   0 |   - |7270 |7772 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
49.08/49.13	c  48.4s| 10000 |  9829 |     0 |   0.0 |  29M|1327 |   - |7270 |7797 |   0 |   0 |   0 | 101 |   0 | 0.000000e+00 |      --      |    Inf 
101.66/101.72	c   101s| 20000 | 19763 |     0 |   0.0 |  38M|1327 |   - |7270 |7836 |   0 |   0 |   0 | 147 |   0 | 0.000000e+00 |      --      |    Inf 
148.65/148.75	c   147s| 30000 | 29696 |     0 |   0.0 |  46M|1327 |   - |7270 |7883 |   0 |   0 |   0 | 205 |   0 | 0.000000e+00 |      --      |    Inf 
197.34/197.49	c   196s| 40000 | 39627 |     0 |   0.0 |  54M|1327 |   - |7270 |7917 |   0 |   0 |   0 | 256 |   0 | 0.000000e+00 |      --      |    Inf 
239.43/239.53	c   237s| 50000 | 49579 |     0 |   0.0 |  62M|1327 |   - |7270 |7949 |   0 |   0 |   0 | 302 |   0 | 0.000000e+00 |      --      |    Inf 
280.01/280.16	c   278s| 60000 | 59523 |     0 |   0.0 |  69M|1327 |   - |7270 |7977 |   0 |   0 |   0 | 362 |   0 | 0.000000e+00 |      --      |    Inf 
329.30/329.40	c   327s| 70000 | 69437 |     0 |   0.0 |  77M|1327 |   - |7270 |8025 |   0 |   0 |   0 | 419 |   0 | 0.000000e+00 |      --      |    Inf 
369.19/369.39	c   366s| 80000 | 79377 |     0 |   0.0 |  84M|1327 |   - |7270 |8065 |   0 |   0 |   0 | 474 |   0 | 0.000000e+00 |      --      |    Inf 
404.59/404.70	c   401s| 90000 | 89323 |     0 |   0.0 |  91M|1327 |   - |7270 |8099 |   0 |   0 |   0 | 525 |   0 | 0.000000e+00 |      --      |    Inf 
441.77/441.97	c   438s|100000 | 99257 |     0 |   0.0 |  99M|1327 |   - |7270 |8127 |   0 |   0 |   0 | 583 |   0 | 0.000000e+00 |      --      |    Inf 
479.56/479.75	c   476s|110000 |109202 |     0 |   0.0 | 106M|1327 |   - |7270 |8149 |   0 |   0 |   0 | 621 |   0 | 0.000000e+00 |      --      |    Inf 
513.05/513.28	c   509s|120000 |119119 |     0 |   0.0 | 113M|1327 |   - |7270 |8190 |   0 |   0 |   0 | 685 |   0 | 0.000000e+00 |      --      |    Inf 
543.54/543.75	c   539s|130000 |129058 |     0 |   0.0 | 120M|1327 |   - |7270 |8229 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 |      --      |    Inf 
572.23/572.43	c   567s|140000 |138999 |     0 |   0.0 | 126M|1327 |   - |7270 |8257 |   0 |   0 |   0 | 802 |   0 | 0.000000e+00 |      --      |    Inf 
602.03/602.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
602.03/602.20	c   597s|150000 |148923 |     0 |   0.0 | 133M|1327 |   - |7270 |8287 |   0 |   0 |   0 | 865 |   0 | 0.000000e+00 |      --      |    Inf 
635.53/635.79	c   630s|160000 |158794 |     0 |   0.0 | 139M|1327 |   - |7270 |8333 |   0 |   0 |   0 | 948 |   0 | 0.000000e+00 |      --      |    Inf 
660.21/660.41	c   654s|170000 |168726 |     0 |   0.0 | 146M|1327 |   - |7270 |8381 |   0 |   0 |   0 |1014 |   0 | 0.000000e+00 |      --      |    Inf 
683.31/683.57	c   677s|180000 |178633 |     0 |   0.0 | 151M|1327 |   - |7270 |8391 |   0 |   0 |   0 |1099 |   0 | 0.000000e+00 |      --      |    Inf 
705.40/705.60	c   699s|190000 |188529 |     0 |   0.0 | 157M|1327 |   - |7270 |8438 |   0 |   0 |   0 |1197 |   0 | 0.000000e+00 |      --      |    Inf 
728.39/728.67	c   722s|200000 |198391 |     0 |   0.0 | 164M|1327 |   - |7270 |8499 |   0 |   0 |   0 |1295 |   0 | 0.000000e+00 |      --      |    Inf 
748.59/748.82	c   742s|210000 |208256 |     0 |   0.0 | 169M|1327 |   - |7270 |8537 |   0 |   0 |   0 |1402 |   0 | 0.000000e+00 |      --      |    Inf 
766.28/766.54	c   759s|220000 |218128 |     0 |   0.0 | 175M|1327 |   - |7270 |8611 |   0 |   0 |   0 |1517 |   0 | 0.000000e+00 |      --      |    Inf 
781.79/782.05	c   774s|230000 |227986 |     0 |   0.0 | 181M|1327 |   - |7270 |8686 |   0 |   0 |   0 |1645 |   0 | 0.000000e+00 |      --      |    Inf 
795.77/796.01	c   788s|240000 |237789 |     0 |   0.0 | 186M|1327 |   - |7270 |8757 |   0 |   0 |   0 |1809 |   0 | 0.000000e+00 |      --      |    Inf 
808.67/808.99	c   801s|250000 |247411 |     0 |   0.0 | 192M|1327 |   - |7270 |8886 |   0 |   0 |   0 |2088 |   0 | 0.000000e+00 |      --      |    Inf 
821.48/821.72	c   813s|260000 |256546 |     0 |   0.0 | 198M|1327 |   - |7270 |9118 |   0 |   0 |   0 |2646 |   0 | 0.000000e+00 |      --      |    Inf 
860.26/860.52	c   851s|270000 |260360 |     0 |   0.0 | 203M|1327 |   - |7270 |9330 |   0 |   0 |   0 |5736 |   0 | 0.000000e+00 |      --      |    Inf 
909.15/909.41	c   899s|280000 |262477 |     0 |   0.0 | 205M|1327 |   - |7270 |9367 |   0 |   0 |   0 |9648 |   0 | 0.000000e+00 |      --      |    Inf 
961.24/961.51	c   950s|290000 |269551 |     0 |   0.0 | 207M|1327 |   - |7270 |8330 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1012.73/1013.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1012.73/1013.07	c  1001s|300000 |279484 |     0 |   0.0 | 216M|1327 |   - |7270 |8344 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1063.21/1063.52	c  1052s|310000 |289420 |     0 |   0.0 | 224M|1327 |   - |7270 |8357 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1114.79/1115.16	c  1103s|320000 |299364 |     0 |   0.0 | 233M|1327 |   - |7270 |8356 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1163.78/1164.19	c  1151s|330000 |309298 |     0 |   0.0 | 241M|1327 |   - |7270 |8367 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1215.37/1215.74	c  1203s|340000 |319225 |     0 |   0.0 | 249M|1327 |   - |7270 |8367 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1266.55/1266.97	c  1254s|350000 |329162 |     0 |   0.0 | 257M|1327 |   - |7270 |8362 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1317.94/1318.37	c  1305s|360000 |339105 |     0 |   0.0 | 266M|1327 |   - |7270 |8350 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1364.72/1365.19	c  1351s|370000 |349050 |     0 |   0.0 | 273M|1327 |   - |7270 |8323 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1413.40/1413.85	c  1399s|380000 |358999 |     0 |   0.0 | 281M|1327 |   - |7270 |8324 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1461.98/1462.48	c  1448s|390000 |368942 |     0 |   0.0 | 290M|1327 |   - |7270 |8315 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1508.57/1509.00	c  1494s|400000 |378896 |     0 |   0.0 | 297M|1327 |   - |7270 |8308 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1559.26/1559.78	c  1544s|410000 |388839 |     0 |   0.0 | 306M|1327 |   - |7270 |8309 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1609.64/1610.19	c  1594s|420000 |398770 |     0 |   0.0 | 314M|1327 |   - |7270 |8296 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1657.84/1658.30	c  1642s|430000 |408704 |     0 |   0.0 | 322M|1327 |   - |7270 |8294 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1707.21/1707.73	c  1691s|440000 |418649 |     0 |   0.0 | 330M|1327 |   - |7270 |8296 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1760.30/1760.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1760.30/1760.83	c  1744s|450000 |428569 |     0 |   0.0 | 338M|1327 |   - |7270 |8285 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.51	c 
1800.01/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.51	c Solving Time (sec) : 1783.39
1800.01/1800.51	c Solving Nodes      : 458398
1800.01/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.51	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.51	c Gap                : infinite
1800.01/1800.51	s UNKNOWN
1800.01/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.51	c Solving Time       :    1783.39
1800.01/1800.51	c Original Problem   :
1800.01/1800.51	c   Problem name     : HOME/instance-2663430-1276677534.opb
1800.01/1800.51	c   Variables        : 7270 (7270 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.51	c   Constraints      : 7772 initial, 7772 maximal
1800.01/1800.51	c Presolved Problem  :
1800.01/1800.51	c   Problem name     : t_HOME/instance-2663430-1276677534.opb
1800.01/1800.51	c   Variables        : 7270 (7270 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.51	c   Constraints      : 7772 initial, 9387 maximal
1800.01/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   knapsack         :       0.03          0          0          0          0          0          0          0          0
1800.01/1800.51	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.51	c   and              :       0.24          0          0          0          0          0          0          0          0
1800.01/1800.51	c   linear           :       0.06          0          0          0          0          0          0          0          0
1800.01/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.51	c   knapsack         :          1          0     837565          0     292079        283     554061          0          0          0
1800.01/1800.51	c   setppc           :       1000          0    1231117          0     448037       2476      10250          0          0          0
1800.01/1800.51	c   and              :       6270          0    1229199          0     448221         15    3481518          0          0          0
1800.01/1800.51	c   linear           :          1          0    1227898          0     448221       8280     121678          0          0          0
1800.01/1800.51	c   logicor          :        500+         0      20406          0     448215        254     365014          0          0          0
1800.01/1800.51	c   countsols        :          0          0          0          0     448221          0          0          0          0          0
1800.01/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.51	c   knapsack         :      37.44       0.00      20.03       0.00      17.41
1800.01/1800.51	c   setppc           :     346.16       0.00      44.01       0.00     302.15
1800.01/1800.51	c   and              :     459.59       0.00     156.13       0.00     303.46
1800.01/1800.51	c   linear           :     201.79       0.00     200.85       0.00       0.94
1800.01/1800.51	c   logicor          :      73.80       0.00       4.71       0.00      69.09
1800.01/1800.51	c   countsols        :       0.32       0.00       0.00       0.00       0.32
1800.01/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.51	c   vbounds          :       0.95          1          0          0
1800.01/1800.51	c   rootredcost      :       0.78          0          0          0
1800.01/1800.51	c   pseudoobj        :       0.49          0          0          0
1800.01/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.51	c   propagation      :      91.15      11308      11172      24210      741.8          1      852.0          -
1800.01/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.51	c   applied globally :          -          -          -       3656      347.0          -          -          -
1800.01/1800.51	c   applied locally  :          -          -          -       8304      798.3          -          -          -
1800.01/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.01/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.01/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.01/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.01/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.01/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.01/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.01/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.01/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.01/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.51	c Pricers            :       Time      Calls       Vars
1800.01/1800.51	c   problem variables:       0.00          0          0
1800.01/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   inference        :     609.68     448221          0          0          0          0     896442
1800.01/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.51	c   LP solutions     :       0.00          -          0
1800.01/1800.51	c   pseudo solutions :       0.00          -          0
1800.01/1800.51	c   trivial          :       0.02          1          0
1800.01/1800.51	c   simplerounding   :       0.00          0          0
1800.01/1800.51	c   zirounding       :       0.00          0          0
1800.01/1800.51	c   rounding         :       0.00          0          0
1800.01/1800.51	c   shifting         :       0.00          0          0
1800.01/1800.51	c   intshifting      :       0.00          0          0
1800.01/1800.51	c   oneopt           :       0.00          0          0
1800.01/1800.51	c   twoopt           :       0.00          0          0
1800.01/1800.51	c   fixandinfer      :       0.00          0          0
1800.01/1800.51	c   feaspump         :       0.00          0          0
1800.01/1800.51	c   coefdiving       :       0.00          0          0
1800.01/1800.51	c   pscostdiving     :       0.00          0          0
1800.01/1800.51	c   fracdiving       :       0.00          0          0
1800.01/1800.51	c   veclendiving     :       0.00          0          0
1800.01/1800.51	c   intdiving        :       0.00          0          0
1800.01/1800.51	c   actconsdiving    :       0.00          0          0
1800.01/1800.51	c   objpscostdiving  :       0.00          0          0
1800.01/1800.51	c   rootsoldiving    :       0.00          0          0
1800.01/1800.51	c   linesearchdiving :       0.00          0          0
1800.01/1800.51	c   guideddiving     :       0.00          0          0
1800.01/1800.51	c   octane           :       0.00          0          0
1800.01/1800.51	c   rens             :       0.00          0          0
1800.01/1800.51	c   rins             :       0.00          0          0
1800.01/1800.51	c   localbranching   :       0.00          0          0
1800.01/1800.51	c   mutation         :       0.00          0          0
1800.01/1800.51	c   crossover        :       0.00          0          0
1800.01/1800.51	c   dins             :       0.00          0          0
1800.01/1800.51	c   undercover       :       0.00          0          0
1800.01/1800.51	c   nlp              :       0.00          0          0
1800.01/1800.51	c   trysol           :       0.00          0          0
1800.01/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.01/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.01/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.01/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.01/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.51	c B&B Tree           :
1800.01/1800.51	c   number of runs   :          1
1800.01/1800.51	c   nodes            :     458398
1800.01/1800.51	c   nodes (total)    :     458398
1800.01/1800.51	c   nodes left       :     436914
1800.01/1800.51	c   max depth        :       1327
1800.01/1800.51	c   max depth (total):       1327
1800.01/1800.51	c   backtracks       :       1259 (0.3%)
1800.01/1800.51	c   delayed cutoffs  :       1131
1800.01/1800.51	c   repropagations   :     324096 (127245 domain reductions, 1131 cutoffs)
1800.01/1800.51	c   avg switch length:       3.56
1800.01/1800.51	c   switching time   :      24.01
1800.01/1800.51	c Solution           :
1800.01/1800.51	c   Solutions found  :          0 (0 improvements)
1800.01/1800.51	c   Primal Bound     :          -
1800.01/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.51	c   Gap              :   infinite
1800.01/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.51	c   Root Iterations  :          0
1800.89/1801.49	c Time complete: 1800.98.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663430-1276677534/watcher-2663430-1276677534 -o /tmp/evaluation-result-2663430-1276677534/solver-2663430-1276677534 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663430-1276677534.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.99 2/106 7735
/proc/meminfo: memFree=1761668/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=3652 CPUtime=0
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 470 0 0 0 0 0 0 0 19 0 1 0 43355210 3739648 392 1992294400 4194304 7136930 140737417323152 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7735/statm: 913 395 224 719 0 192 0

[startup+0.0872051 s]
/proc/loadavg: 0.91 0.95 0.99 2/106 7735
/proc/meminfo: memFree=1761668/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=16632 CPUtime=0.08
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 3630 0 0 0 7 1 0 0 19 0 1 0 43355210 17031168 3552 1992294400 4194304 7136930 140737417323152 18446744073709551615 6419587 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7735/statm: 4158 3552 269 719 0 3437 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16632

[startup+0.101206 s]
/proc/loadavg: 0.91 0.95 0.99 2/106 7735
/proc/meminfo: memFree=1761668/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=17656 CPUtime=0.09
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 3911 0 0 0 8 1 0 0 19 0 1 0 43355210 18079744 3833 1992294400 4194304 7136930 140737417323152 18446744073709551615 6339939 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7735/statm: 4414 3833 269 719 0 3693 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17656

[startup+0.301228 s]
/proc/loadavg: 0.91 0.95 0.99 2/106 7735
/proc/meminfo: memFree=1761668/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=36012 CPUtime=0.29
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 8915 0 0 0 24 5 0 0 20 0 1 0 43355210 36876288 8226 1992294400 4194304 7136930 140737417323152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 9003 8226 327 719 0 8282 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36012

[startup+0.701272 s]
/proc/loadavg: 0.91 0.95 0.99 2/106 7735
/proc/meminfo: memFree=1761668/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=39444 CPUtime=0.69
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 11273 0 0 0 50 19 0 0 20 0 1 0 43355210 40390656 9042 1992294400 4194304 7136930 140737417323152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 9861 9042 361 719 0 9140 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39444

[startup+1.50136 s]
/proc/loadavg: 0.92 0.95 0.99 2/107 7736
/proc/meminfo: memFree=1725452/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=41020 CPUtime=1.48
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 12221 0 0 0 125 23 0 0 22 0 1 0 43355210 42004480 9476 1992294400 4194304 7136930 140737417323152 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 10255 9476 389 719 0 9534 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41020

[startup+3.10054 s]
/proc/loadavg: 0.92 0.95 0.99 2/107 7736
/proc/meminfo: memFree=1724212/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=42840 CPUtime=3.08
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 12675 0 0 0 283 25 0 0 25 0 1 0 43355210 43868160 9930 1992294400 4194304 7136930 140737417323152 18446744073709551615 4947664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 10710 9930 389 719 0 9989 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42840

[startup+6.30089 s]
/proc/loadavg: 1.01 0.97 0.99 2/107 7736
/proc/meminfo: memFree=1721608/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=44352 CPUtime=6.29
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 13033 0 0 0 601 28 0 0 25 0 1 0 43355210 45416448 10288 1992294400 4194304 7136930 140737417323152 18446744073709551615 4774442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 11088 10288 394 719 0 10367 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44352

[startup+12.7006 s]
/proc/loadavg: 1.01 0.97 0.99 2/107 7736
/proc/meminfo: memFree=1719500/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=46352 CPUtime=12.69
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 13525 0 0 0 1234 35 0 0 25 0 1 0 43355210 47464448 10780 1992294400 4194304 7136930 140737417323152 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 11588 10780 394 719 0 10867 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46352

[startup+25.501 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7736
/proc/meminfo: memFree=1717888/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=49084 CPUtime=25.49
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 14212 0 0 0 2506 43 0 0 25 0 1 0 43355210 50262016 11467 1992294400 4194304 7136930 140737417323152 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 12271 11467 394 719 0 11550 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49084

[startup+51.1008 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7736
/proc/meminfo: memFree=1711564/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=54484 CPUtime=51.08
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 15597 0 0 0 5050 58 0 0 25 0 1 0 43355210 55791616 12852 1992294400 4194304 7136930 140737417323152 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 13621 12852 394 719 0 12900 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54484

[startup+102.309 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7738
/proc/meminfo: memFree=1700900/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=64572 CPUtime=102.27
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 18129 0 0 0 10137 90 0 0 25 0 1 0 43355210 66121728 15384 1992294400 4194304 7136930 140737417323152 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 16143 15384 394 719 0 15422 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 64572

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7740
/proc/meminfo: memFree=1689740/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=75544 CPUtime=162.25
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 20924 0 0 0 16091 134 0 0 25 0 1 0 43355210 77357056 18179 1992294400 4194304 7136930 140737417323152 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 18886 18179 394 719 0 18165 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 75544

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7742
/proc/meminfo: memFree=1679944/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=85196 CPUtime=222.23
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 23349 0 0 0 22046 177 0 0 25 0 1 0 43355210 87240704 20604 1992294400 4194304 7136930 140737417323152 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 21299 20604 394 719 0 20578 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 85196

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7742
/proc/meminfo: memFree=1666800/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=97892 CPUtime=282.21
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 26594 0 0 0 28000 221 0 0 25 0 1 0 43355210 100241408 23849 1992294400 4194304 7136930 140737417323152 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 24473 23849 394 719 0 23752 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 97892

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7744
/proc/meminfo: memFree=1657624/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=109084 CPUtime=342.2
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 28888 0 0 0 33956 264 0 0 25 0 1 0 43355210 111702016 26143 1992294400 4194304 7136930 140737417323152 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 27271 26143 394 719 0 26550 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 109084

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7746
/proc/meminfo: memFree=1646960/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=119948 CPUtime=402.18
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 31651 0 0 0 39904 314 0 0 25 0 1 0 43355210 122826752 28906 1992294400 4194304 7136930 140737417323152 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 29987 28906 394 719 0 29266 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 119948

[startup+462.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7748
/proc/meminfo: memFree=1633568/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=132700 CPUtime=462.17
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 34865 0 0 0 45848 369 0 0 25 0 1 0 43355210 135884800 32120 1992294400 4194304 7136930 140737417323152 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 33175 32120 394 719 0 32454 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 132700

[startup+522.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7750
/proc/meminfo: memFree=1621416/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=144724 CPUtime=522.15
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 37899 0 0 0 51790 425 0 0 25 0 1 0 43355210 148197376 35154 1992294400 4194304 7136930 140737417323152 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 36181 35154 394 719 0 35460 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 144724

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7750
/proc/meminfo: memFree=1603560/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=162296 CPUtime=582.14
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 42346 0 0 0 57724 490 0 0 25 0 1 0 43355210 166191104 39601 1992294400 4194304 7136930 140737417323152 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 40574 39601 394 719 0 39853 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 162296

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7752
/proc/meminfo: memFree=1593020/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=172396 CPUtime=642.12
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 44949 0 0 0 63667 545 0 0 25 0 1 0 43355210 176533504 42204 1992294400 4194304 7136930 140737417323152 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 43099 42204 394 719 0 42378 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 172396

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7762
/proc/meminfo: memFree=1489604/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=282400 CPUtime=1002.02
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 70646 0 0 0 99085 1117 0 0 25 0 1 0 43355210 289177600 67901 1992294400 4194304 7136930 140737417323152 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 70600 67901 394 719 0 69879 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 282400

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7764
/proc/meminfo: memFree=1480924/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=290904 CPUtime=1062.01
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 72785 0 0 0 105042 1159 0 0 25 0 1 0 43355210 297885696 70040 1992294400 4194304 7136930 140737417323152 18446744073709551615 5005044 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 72726 70040 394 719 0 72005 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 290904

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7766
/proc/meminfo: memFree=1467284/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=304344 CPUtime=1121.99
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 76184 0 0 0 110998 1201 0 0 25 0 1 0 43355210 311648256 73439 1992294400 4194304 7136930 140737417323152 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 76086 73439 394 719 0 75365 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 304344

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7766
/proc/meminfo: memFree=1457612/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=313844 CPUtime=1181.98
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 78575 0 0 0 116958 1240 0 0 25 0 1 0 43355210 321376256 75830 1992294400 4194304 7136930 140737417323152 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 78461 75830 394 719 0 77740 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 313844

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7768
/proc/meminfo: memFree=1450544/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=322000 CPUtime=1241.96
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 80567 0 0 0 122914 1282 0 0 25 0 1 0 43355210 329728000 77822 1992294400 4194304 7136930 140737417323152 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 80500 77822 394 719 0 79779 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 322000

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7770
/proc/meminfo: memFree=1437400/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=333824 CPUtime=1301.95
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 83570 0 0 0 128873 1322 0 0 25 0 1 0 43355210 341835776 80825 1992294400 4194304 7136930 140737417323152 18446744073709551615 4643160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 83456 80825 394 719 0 82735 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 333824

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7781
/proc/meminfo: memFree=1429464/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=341324 CPUtime=1361.91
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 85467 0 0 0 134827 1364 0 0 25 0 1 0 43355210 349515776 82722 1992294400 4194304 7136930 140737417323152 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 85331 82722 394 719 0 84610 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 341324

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7783
/proc/meminfo: memFree=1421404/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=349008 CPUtime=1421.9
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 87473 0 0 0 140789 1401 0 0 25 0 1 0 43355210 357384192 84728 1992294400 4194304 7136930 140737417323152 18446744073709551615 5120184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 87252 84728 394 719 0 86531 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 349008

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7783
/proc/meminfo: memFree=1408756/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=361724 CPUtime=1481.88
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 90633 0 0 0 146745 1443 0 0 25 0 1 0 43355210 370405376 87888 1992294400 4194304 7136930 140737417323152 18446744073709551615 4740313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 90431 87888 394 719 0 89710 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 361724

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7785
/proc/meminfo: memFree=1399828/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=370556 CPUtime=1541.86
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 92864 0 0 0 152703 1483 0 0 25 0 1 0 43355210 379449344 90119 1992294400 4194304 7136930 140737417323152 18446744073709551615 4642005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 92639 90119 394 719 0 91918 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 370556

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7787
/proc/meminfo: memFree=1389660/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=380472 CPUtime=1601.85
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 95399 0 0 0 158661 1524 0 0 25 0 1 0 43355210 389603328 92654 1992294400 4194304 7136930 140737417323152 18446744073709551615 4642165 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 95118 92654 394 719 0 94397 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 380472

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7789
/proc/meminfo: memFree=1377260/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=392920 CPUtime=1661.83
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 98487 0 0 0 164619 1564 0 0 25 0 1 0 43355210 402350080 95742 1992294400 4194304 7136930 140737417323152 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 98230 95742 394 719 0 97509 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 392920

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7791
/proc/meminfo: memFree=1368952/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=401076 CPUtime=1721.81
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 100552 0 0 0 170579 1602 0 0 25 0 1 0 43355210 410701824 97807 1992294400 4194304 7136930 140737417323152 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 100269 97807 394 719 0 99548 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 401076

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7791
/proc/meminfo: memFree=1361016/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=408952 CPUtime=1781.79
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 102522 0 0 0 176540 1639 0 0 25 0 1 0 43355210 418766848 99777 1992294400 4194304 7136930 140737417323152 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 102238 99777 394 719 0 101517 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 408952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 0.97 0.99 2/107 7793
/proc/meminfo: memFree=1358288/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=411576 CPUtime=1800.01
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 103208 0 0 0 178349 1652 0 0 25 0 1 0 43355210 421453824 100463 1992294400 4194304 7136930 140737417323152 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7735/statm: 102894 100463 394 719 0 102173 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 411576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.61 s]
/proc/loadavg: 1.00 0.97 0.99 2/108 7794
/proc/meminfo: memFree=1358280/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=411576 CPUtime=1800.11
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 103213 0 0 0 178359 1652 0 0 25 0 1 0 43355210 421453824 100468 1992294400 4194304 7136930 140737417323152 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7735/statm: 102894 100468 399 719 0 102173 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 411576

[startup+1801 s]
/proc/loadavg: 1.00 0.97 0.99 2/108 7794
/proc/meminfo: memFree=1358280/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=402884 CPUtime=1800.5
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 103225 0 0 0 178398 1652 0 0 25 0 1 0 43355210 412553216 98307 1992294400 4194304 7136930 140737417323152 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7735/statm: 100721 98307 399 719 0 100000 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 402884

[startup+1801.4 s]
/proc/loadavg: 1.00 0.97 0.99 2/108 7794
/proc/meminfo: memFree=1358280/2059040 swapFree=4140260/4192956
[pid=7735] ppid=7733 vsize=294744 CPUtime=1800.89
/proc/7735/stat : 7735 (pbscip.linux.x8) R 7733 7735 7710 0 -1 4202496 103225 0 0 0 178436 1653 0 0 25 0 1 0 43355210 301817856 71279 1992294400 4194304 7136930 140737417323152 18446744073709551615 4384024 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7735/statm: 73686 71182 399 719 0 72965 0
Current children cumulated CPU time (s) 1800.89
Current children cumulated vsize (KiB) 294744

Child status: 0
Real time (s): 1801.49
CPU time (s): 1800.99
CPU user time (s): 1784.42
CPU system time (s): 16.5775
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 411576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.42
system time used= 16.5775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103231
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= 3
involuntary context switches= 2878

runsolver used 3.05653 second user time and 8.42772 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 10:38:55
IDJOB=2663430
IDBENCH=48308
IDSOLVER=1167
FILE ID=node009/2663430-1276677534
PBS_JOBID= 11172567
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663430-1276677534/watcher-2663430-1276677534 -o /tmp/evaluation-result-2663430-1276677534/solver-2663430-1276677534 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663430-1276677534.opb -t 1800 -m 1800

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

MD5SUM BENCH= aef8bab64cc2dcfbe1beaaaf4a02d676
RANDOM SEED=1870595381

node009.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1762072 kB
Buffers:         73492 kB
Cached:         128856 kB
SwapCached:       6248 kB
Active:         102856 kB
Inactive:       112732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1762072 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            3520 kB
Writeback:           0 kB
AnonPages:       11524 kB
Mapped:          13008 kB
Slab:            59556 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180876 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node009 at 2010-06-16 11:08:57