Trace number 2663491

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) 1801.04 1801.7

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_1_80.opb
MD5SUM4edc0ea4696bd6b7e21f8ec219e69079
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.65375
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)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

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-2663491-1276683412.opb>
0.09/0.10	c original problem has 7318 variables (7318 bin, 0 int, 0 impl, 0 cont) and 7820 constraints
0.09/0.10	c problem read
0.09/0.10	c No objective function, only one solution is needed.
0.09/0.10	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.20	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, 51544 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  51544 implications, 1000 cliques
0.69/0.78	c presolved problem has 7318 variables (7318 bin, 0 int, 0 impl, 0 cont) and 7820 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    6318 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.43
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.9
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.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/nlp/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.79	c heuristics/objpscostdiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to total iteration number
0.69/0.79	c # [type: real, range: [0,1], default: 0.01]
0.69/0.79	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/oneopt/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/pscostdiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/pscostdiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c heuristics/rens/freq = -1
0.69/0.79	c 
0.69/0.79	c # minimum percentage of integer variables that have to be fixable 
0.69/0.79	c # [type: real, range: [0,1], default: 0.5]
0.69/0.79	c heuristics/rens/minfixingrate = 0.3
0.69/0.79	c 
0.69/0.79	c # number of nodes added to the contingent of the total nodes
0.69/0.79	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.79	c heuristics/rens/nodesofs = 2000
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.79	c heuristics/rootsoldiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.69/0.79	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/rounding/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/shifting/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/simplerounding/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c heuristics/trivial/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/trysol/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/veclendiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/veclendiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/veclendiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/zirounding/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c separating/cmir/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c separating/flowcover/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.79	c separating/rapidlearning/freq = 0
0.69/0.79	c 
0.69/0.79	c -----------------------------------------------------------------------------------------------
0.69/0.79	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 |   - |7318 |7820 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
48.38/48.48	c  47.8s| 10000 |  9804 |     0 |   0.0 |  29M|1366 |   - |7318 |7845 |   0 |   0 |   0 | 111 |   0 | 0.000000e+00 |      --      |    Inf 
96.96/97.08	c  96.0s| 20000 | 19746 |     0 |   0.0 |  38M|1366 |   - |7318 |7872 |   0 |   0 |   0 | 155 |   0 | 0.000000e+00 |      --      |    Inf 
143.14/143.29	c   142s| 30000 | 29695 |     0 |   0.0 |  46M|1366 |   - |7318 |7911 |   0 |   0 |   0 | 201 |   0 | 0.000000e+00 |      --      |    Inf 
195.82/195.96	c   194s| 40000 | 39615 |     0 |   0.0 |  54M|1366 |   - |7318 |7959 |   0 |   0 |   0 | 262 |   0 | 0.000000e+00 |      --      |    Inf 
242.01/242.11	c   240s| 50000 | 49558 |     0 |   0.0 |  62M|1366 |   - |7318 |7987 |   0 |   0 |   0 | 309 |   0 | 0.000000e+00 |      --      |    Inf 
281.99/282.13	c   280s| 60000 | 59508 |     0 |   0.0 |  69M|1366 |   - |7318 |8021 |   0 |   0 |   0 | 356 |   0 | 0.000000e+00 |      --      |    Inf 
323.57/323.75	c   321s| 70000 | 69441 |     0 |   0.0 |  77M|1366 |   - |7318 |8052 |   0 |   0 |   0 | 411 |   0 | 0.000000e+00 |      --      |    Inf 
368.66/368.89	c   366s| 80000 | 79350 |     0 |   0.0 |  85M|1366 |   - |7318 |8081 |   0 |   0 |   0 | 470 |   0 | 0.000000e+00 |      --      |    Inf 
404.55/404.79	c   401s| 90000 | 89286 |     0 |   0.0 |  92M|1366 |   - |7318 |8124 |   0 |   0 |   0 | 532 |   0 | 0.000000e+00 |      --      |    Inf 
438.53/438.73	c   435s|100000 | 99229 |     0 |   0.0 |  98M|1366 |   - |7318 |8157 |   0 |   0 |   0 | 594 |   0 | 0.000000e+00 |      --      |    Inf 
474.42/474.65	c   471s|110000 |109148 |     0 |   0.0 | 105M|1366 |   - |7318 |8183 |   0 |   0 |   0 | 656 |   0 | 0.000000e+00 |      --      |    Inf 
512.80/513.09	c   509s|120000 |119019 |     0 |   0.0 | 113M|1366 |   - |7318 |8201 |   0 |   0 |   0 | 734 |   0 | 0.000000e+00 |      --      |    Inf 
542.99/543.21	c   539s|130000 |128953 |     0 |   0.0 | 119M|1366 |   - |7318 |8242 |   0 |   0 |   0 | 794 |   0 | 0.000000e+00 |      --      |    Inf 
571.58/571.84	c   567s|140000 |138883 |     0 |   0.0 | 126M|1366 |   - |7318 |8274 |   0 |   0 |   0 | 860 |   0 | 0.000000e+00 |      --      |    Inf 
601.78/602.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
601.78/602.09	c   597s|150000 |148786 |     0 |   0.0 | 132M|1366 |   - |7318 |8309 |   0 |   0 |   0 | 940 |   0 | 0.000000e+00 |      --      |    Inf 
631.66/631.95	c   626s|160000 |158687 |     0 |   0.0 | 139M|1366 |   - |7318 |8320 |   0 |   0 |   0 |1007 |   0 | 0.000000e+00 |      --      |    Inf 
659.34/659.60	c   654s|170000 |168597 |     0 |   0.0 | 145M|1366 |   - |7318 |8379 |   0 |   0 |   0 |1081 |   0 | 0.000000e+00 |      --      |    Inf 
683.04/683.40	c   677s|180000 |178502 |     0 |   0.0 | 151M|1366 |   - |7318 |8424 |   0 |   0 |   0 |1173 |   0 | 0.000000e+00 |      --      |    Inf 
704.93/705.24	c   699s|190000 |188404 |     0 |   0.0 | 157M|1366 |   - |7318 |8478 |   0 |   0 |   0 |1269 |   0 | 0.000000e+00 |      --      |    Inf 
726.32/726.68	c   720s|200000 |198300 |     0 |   0.0 | 163M|1366 |   - |7318 |8513 |   0 |   0 |   0 |1349 |   0 | 0.000000e+00 |      --      |    Inf 
746.63/746.94	c   740s|210000 |208173 |     0 |   0.0 | 169M|1366 |   - |7318 |8569 |   0 |   0 |   0 |1449 |   0 | 0.000000e+00 |      --      |    Inf 
764.12/764.48	c   757s|220000 |218035 |     0 |   0.0 | 175M|1366 |   - |7318 |8641 |   0 |   0 |   0 |1571 |   0 | 0.000000e+00 |      --      |    Inf 
780.40/780.73	c   773s|230000 |227861 |     0 |   0.0 | 180M|1366 |   - |7318 |8728 |   0 |   0 |   0 |1737 |   0 | 0.000000e+00 |      --      |    Inf 
794.50/794.89	c   787s|240000 |237608 |     0 |   0.0 | 186M|1366 |   - |7318 |8845 |   0 |   0 |   0 |1937 |   0 | 0.000000e+00 |      --      |    Inf 
807.19/807.58	c   799s|250000 |247228 |     0 |   0.0 | 192M|1366 |   - |7318 |9003 |   0 |   0 |   0 |2214 |   0 | 0.000000e+00 |      --      |    Inf 
819.69/820.07	c   812s|260000 |256429 |     0 |   0.0 | 198M|1366 |   - |7318 |9205 |   0 |   0 |   0 |2732 |   0 | 0.000000e+00 |      --      |    Inf 
856.18/856.51	c   847s|270000 |260740 |     0 |   0.0 | 201M|1366 |   - |7318 |9309 |   0 |   0 |   0 |5571 |   0 | 0.000000e+00 |      --      |    Inf 
902.46/902.87	c   892s|280000 |263240 |     0 |   0.0 | 202M|1366 |   - |7318 |9327 |   0 |   0 |   0 |9294 |   0 | 0.000000e+00 |      --      |    Inf 
957.44/957.83	c   947s|290000 |270134 |     0 |   0.0 | 205M|1366 |   - |7318 |8401 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1005.42/1005.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1005.42/1005.87	c   994s|300000 |280088 |     0 |   0.0 | 213M|1366 |   - |7318 |8415 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1058.01/1058.42	c  1046s|310000 |290021 |     0 |   0.0 | 222M|1366 |   - |7318 |8430 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1112.08/1112.50	c  1100s|320000 |299960 |     0 |   0.0 | 230M|1366 |   - |7318 |8425 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1161.87/1162.34	c  1150s|330000 |309894 |     0 |   0.0 | 239M|1366 |   - |7318 |8424 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1211.65/1212.18	c  1199s|340000 |319835 |     0 |   0.0 | 247M|1366 |   - |7318 |8423 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1264.44/1265.00	c  1252s|350000 |329768 |     0 |   0.0 | 255M|1366 |   - |7318 |8431 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1314.61/1315.15	c  1301s|360000 |339711 |     0 |   0.0 | 263M|1366 |   - |7318 |8386 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1363.29/1363.84	c  1350s|370000 |349665 |     0 |   0.0 | 271M|1366 |   - |7318 |8339 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1412.37/1412.98	c  1399s|380000 |359614 |     0 |   0.0 | 280M|1366 |   - |7318 |8327 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1462.65/1463.23	c  1448s|390000 |369541 |     0 |   0.0 | 288M|1366 |   - |7318 |8333 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1516.25/1516.87	c  1502s|400000 |379469 |     0 |   0.0 | 296M|1366 |   - |7318 |8316 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1567.82/1568.45	c  1553s|410000 |389391 |     0 |   0.0 | 304M|1366 |   - |7318 |8302 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1620.89/1621.59	c  1606s|420000 |399322 |     0 |   0.0 | 313M|1366 |   - |7318 |8285 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1672.18/1672.89	c  1657s|430000 |409250 |     0 |   0.0 | 321M|1366 |   - |7318 |8272 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1724.96/1725.63	c  1709s|440000 |419182 |     0 |   0.0 | 330M|1366 |   - |7318 |8256 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1772.15/1772.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1772.15/1772.85	c  1756s|450000 |429129 |     0 |   0.0 | 338M|1366 |   - |7318 |8255 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.72	c 
1800.05/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.72	c Solving Time (sec) : 1783.60
1800.05/1800.72	c Solving Nodes      : 454946
1800.05/1800.72	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.72	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.72	c Gap                : infinite
1800.05/1800.72	s UNKNOWN
1800.05/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.72	c Solving Time       :    1783.60
1800.05/1800.72	c Original Problem   :
1800.05/1800.72	c   Problem name     : HOME/instance-2663491-1276683412.opb
1800.05/1800.72	c   Variables        : 7318 (7318 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.72	c   Constraints      : 7820 initial, 7820 maximal
1800.05/1800.72	c Presolved Problem  :
1800.05/1800.72	c   Problem name     : t_HOME/instance-2663491-1276683412.opb
1800.05/1800.72	c   Variables        : 7318 (7318 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.72	c   Constraints      : 7820 initial, 9356 maximal
1800.05/1800.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.72	c   knapsack         :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.72	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.72	c   and              :       0.25          0          0          0          0          0          0          0          0
1800.05/1800.72	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.05/1800.72	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.72	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.72	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.72	c   knapsack         :          1          0     837186          0     294199        274     535847          0          0          0
1800.05/1800.72	c   setppc           :       1000          0    1224512          0     444859       2463      11273          0          0          0
1800.05/1800.72	c   and              :       6318          0    1222748          0     445070          7    3495792          0          0          0
1800.05/1800.72	c   linear           :          1          0    1221367          0     445070       8009     129395          0          0          0
1800.05/1800.72	c   logicor          :        500+         0      20252          0     445054        282     365950          0          0          0
1800.05/1800.72	c   countsols        :          0          0          0          0     445070          0          0          0          0          0
1800.05/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.72	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.72	c   knapsack         :      36.20       0.00      19.40       0.00      16.80
1800.05/1800.72	c   setppc           :     351.91       0.00      45.22       0.00     306.69
1800.05/1800.72	c   and              :     458.41       0.00     155.29       0.00     303.12
1800.05/1800.72	c   linear           :     196.57       0.00     195.74       0.00       0.83
1800.05/1800.72	c   logicor          :      71.83       0.00       4.78       0.00      67.05
1800.05/1800.72	c   countsols        :       0.33       0.00       0.00       0.00       0.33
1800.05/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.72	c   vbounds          :       0.76          1          0          0
1800.05/1800.72	c   rootredcost      :       0.93          0          0          0
1800.05/1800.72	c   pseudoobj        :       0.55          0          0          0
1800.05/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.72	c   propagation      :      86.77      11035      10899      22721      739.0          1      906.0          -
1800.05/1800.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.72	c   applied globally :          -          -          -       3618      344.1          -          -          -
1800.05/1800.72	c   applied locally  :          -          -          -       8075      797.3          -          -          -
1800.05/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.72	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.72	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.72	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.72	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.72	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.72	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.72	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.72	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.72	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.72	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.72	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.72	c Pricers            :       Time      Calls       Vars
1800.05/1800.72	c   problem variables:       0.00          0          0
1800.05/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.72	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   inference        :     612.81     445070          0          0          0          0     890140
1800.05/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.72	c   LP solutions     :       0.00          -          0
1800.05/1800.72	c   pseudo solutions :       0.00          -          0
1800.05/1800.72	c   trivial          :       0.02          1          0
1800.05/1800.72	c   simplerounding   :       0.00          0          0
1800.05/1800.72	c   zirounding       :       0.00          0          0
1800.05/1800.72	c   rounding         :       0.00          0          0
1800.05/1800.72	c   shifting         :       0.00          0          0
1800.05/1800.72	c   intshifting      :       0.00          0          0
1800.05/1800.72	c   oneopt           :       0.00          0          0
1800.05/1800.72	c   twoopt           :       0.00          0          0
1800.05/1800.72	c   fixandinfer      :       0.00          0          0
1800.05/1800.72	c   feaspump         :       0.00          0          0
1800.05/1800.72	c   coefdiving       :       0.00          0          0
1800.05/1800.72	c   pscostdiving     :       0.00          0          0
1800.05/1800.72	c   fracdiving       :       0.00          0          0
1800.05/1800.72	c   veclendiving     :       0.00          0          0
1800.05/1800.72	c   intdiving        :       0.00          0          0
1800.05/1800.72	c   actconsdiving    :       0.00          0          0
1800.05/1800.72	c   objpscostdiving  :       0.00          0          0
1800.05/1800.72	c   rootsoldiving    :       0.00          0          0
1800.05/1800.72	c   linesearchdiving :       0.00          0          0
1800.05/1800.72	c   guideddiving     :       0.00          0          0
1800.05/1800.72	c   octane           :       0.00          0          0
1800.05/1800.72	c   rens             :       0.00          0          0
1800.05/1800.72	c   rins             :       0.00          0          0
1800.05/1800.72	c   localbranching   :       0.00          0          0
1800.05/1800.72	c   mutation         :       0.00          0          0
1800.05/1800.72	c   crossover        :       0.00          0          0
1800.05/1800.72	c   dins             :       0.00          0          0
1800.05/1800.72	c   undercover       :       0.00          0          0
1800.05/1800.72	c   nlp              :       0.00          0          0
1800.05/1800.72	c   trysol           :       0.00          0          0
1800.05/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.72	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.72	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.72	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.72	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.72	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.72	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.72	c B&B Tree           :
1800.05/1800.72	c   number of runs   :          1
1800.05/1800.72	c   nodes            :     454946
1800.05/1800.72	c   nodes (total)    :     454946
1800.05/1800.72	c   nodes left       :     434036
1800.05/1800.72	c   max depth        :       1366
1800.05/1800.72	c   max depth (total):       1366
1800.05/1800.72	c   backtracks       :       1286 (0.3%)
1800.05/1800.72	c   delayed cutoffs  :       1159
1800.05/1800.72	c   repropagations   :     324318 (134027 domain reductions, 1159 cutoffs)
1800.05/1800.72	c   avg switch length:       3.58
1800.05/1800.72	c   switching time   :      24.90
1800.05/1800.72	c Solution           :
1800.05/1800.72	c   Solutions found  :          0 (0 improvements)
1800.05/1800.72	c   Primal Bound     :          -
1800.05/1800.72	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.72	c   Gap              :   infinite
1800.05/1800.72	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.72	c   Root Iterations  :          0
1800.93/1801.70	c Time complete: 1801.03.

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-2663491-1276683412/watcher-2663491-1276683412 -o /tmp/evaluation-result-2663491-1276683412/solver-2663491-1276683412 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663491-1276683412.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: 1.90 1.93 1.56 2/106 9471
/proc/meminfo: memFree=1662580/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=6584 CPUtime=0
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 1115 0 0 0 0 0 0 0 25 0 1 0 41993040 6742016 1037 1992294400 4194304 7136930 140733598786736 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9471/statm: 1646 1049 254 719 0 925 0

[startup+0.040544 s]
/proc/loadavg: 1.90 1.93 1.56 2/106 9471
/proc/meminfo: memFree=1662580/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=12868 CPUtime=0.03
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 2698 0 0 0 2 1 0 0 25 0 1 0 41993040 13176832 2620 1992294400 4194304 7136930 140733598786736 18446744073709551615 6285948 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9471/statm: 3217 2620 269 719 0 2496 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12868

[startup+0.101553 s]
/proc/loadavg: 1.90 1.93 1.56 2/106 9471
/proc/meminfo: memFree=1662580/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=18064 CPUtime=0.09
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 4001 0 0 0 8 1 0 0 25 0 1 0 41993040 18497536 3923 1992294400 4194304 7136930 140733598786736 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9471/statm: 4516 3923 269 719 0 3795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18064

[startup+0.30059 s]
/proc/loadavg: 1.90 1.93 1.56 2/106 9471
/proc/meminfo: memFree=1662580/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=36432 CPUtime=0.29
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 9006 0 0 0 24 5 0 0 18 0 1 0 41993040 37306368 8317 1992294400 4194304 7136930 140733598786736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 9108 8317 327 719 0 8387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36432

[startup+0.700662 s]
/proc/loadavg: 1.90 1.93 1.56 2/106 9471
/proc/meminfo: memFree=1662580/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=39636 CPUtime=0.69
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 11312 0 0 0 50 19 0 0 18 0 1 0 41993040 40587264 9081 1992294400 4194304 7136930 140733598786736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 9909 9081 361 719 0 9188 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39636

[startup+1.50081 s]
/proc/loadavg: 1.90 1.93 1.56 2/107 9472
/proc/meminfo: memFree=1626240/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=41192 CPUtime=1.49
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 12259 0 0 0 126 23 0 0 18 0 1 0 41993040 42180608 9514 1992294400 4194304 7136930 140733598786736 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 10298 9514 389 719 0 9577 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41192

[startup+3.1011 s]
/proc/loadavg: 1.90 1.93 1.56 2/107 9472
/proc/meminfo: memFree=1625000/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=43020 CPUtime=3.09
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 12715 0 0 0 284 25 0 0 22 0 1 0 41993040 44052480 9970 1992294400 4194304 7136930 140733598786736 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 10755 9970 389 719 0 10034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43020

[startup+6.30168 s]
/proc/loadavg: 1.83 1.92 1.55 2/107 9472
/proc/meminfo: memFree=1622148/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=44852 CPUtime=6.29
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 13149 0 0 0 601 28 0 0 25 0 1 0 41993040 45928448 10404 1992294400 4194304 7136930 140733598786736 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 11213 10404 394 719 0 10492 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44852

[startup+12.7018 s]
/proc/loadavg: 1.76 1.90 1.55 2/107 9472
/proc/meminfo: memFree=1619916/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=46820 CPUtime=12.68
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 13632 0 0 0 1235 33 0 0 25 0 1 0 41993040 47943680 10887 1992294400 4194304 7136930 140733598786736 18446744073709551615 4642005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 11705 10887 394 719 0 10984 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46820

[startup+25.5012 s]
/proc/loadavg: 1.59 1.86 1.54 2/107 9472
/proc/meminfo: memFree=1616568/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=50164 CPUtime=25.48
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 14467 0 0 0 2507 41 0 0 25 0 1 0 41993040 51367936 11722 1992294400 4194304 7136930 140733598786736 18446744073709551615 5120613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 12541 11722 394 719 0 11820 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50164

[startup+51.1008 s]
/proc/loadavg: 1.45 1.80 1.53 2/107 9474
/proc/meminfo: memFree=1610988/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=55600 CPUtime=51.08
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 15849 0 0 0 5050 58 0 0 25 0 1 0 41993040 56934400 13104 1992294400 4194304 7136930 140733598786736 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 13900 13104 394 719 0 13179 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55600

[startup+102.309 s]
/proc/loadavg: 1.19 1.67 1.50 2/107 9474
/proc/meminfo: memFree=1600820/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=65564 CPUtime=102.27
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 18359 0 0 0 10134 93 0 0 25 0 1 0 41993040 67137536 15614 1992294400 4194304 7136930 140733598786736 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 16391 15614 394 719 0 15670 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 65564

[startup+162.301 s]
/proc/loadavg: 1.07 1.55 1.47 2/107 9476
/proc/meminfo: memFree=1590528/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=75628 CPUtime=162.24
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 20906 0 0 0 16093 131 0 0 25 0 1 0 41993040 77443072 18161 1992294400 4194304 7136930 140733598786736 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 18907 18161 394 719 0 18186 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 75628

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.44 2/107 9478
/proc/meminfo: memFree=1577384/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=88476 CPUtime=222.21
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 24163 0 0 0 22051 170 0 0 25 0 1 0 41993040 90599424 21418 1992294400 4194304 7136930 140733598786736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 22119 21418 394 719 0 21398 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 88476

[startup+282.302 s]
/proc/loadavg: 1.01 1.36 1.41 2/107 9480
/proc/meminfo: memFree=1566720/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=99072 CPUtime=282.19
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 26838 0 0 0 28005 214 0 0 25 0 1 0 41993040 101449728 24093 1992294400 4194304 7136930 140733598786736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 24768 24093 394 719 0 24047 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 99072

[startup+342.302 s]
/proc/loadavg: 1.00 1.29 1.38 2/107 9482
/proc/meminfo: memFree=1557172/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=110516 CPUtime=342.17
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 29230 0 0 0 33961 256 0 0 25 0 1 0 41993040 113168384 26485 1992294400 4194304 7136930 140733598786736 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 27629 26485 394 719 0 26908 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 110516

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.35 2/107 9482
/proc/meminfo: memFree=1545268/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=122164 CPUtime=402.14
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 32168 0 0 0 39905 309 0 0 25 0 1 0 41993040 125095936 29423 1992294400 4194304 7136930 140733598786736 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 30541 29423 394 719 0 29820 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 122164

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.33 2/107 9484
/proc/meminfo: memFree=1531628/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=135572 CPUtime=462.12
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 35555 0 0 0 45852 360 0 0 25 0 1 0 41993040 138825728 32810 1992294400 4194304 7136930 140733598786736 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 33893 32810 394 719 0 33172 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 135572

[startup+522.301 s]
/proc/loadavg: 1.08 1.18 1.31 2/107 9486
/proc/meminfo: memFree=1519600/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=147220 CPUtime=522.1
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 38546 0 0 0 51800 410 0 0 25 0 1 0 41993040 150753280 35801 1992294400 4194304 7136930 140733598786736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 36805 35801 394 719 0 36084 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 147220

[startup+582.301 s]
/proc/loadavg: 1.07 1.16 1.30 2/107 9488
/proc/meminfo: memFree=1504596/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=162020 CPUtime=582.08
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 42269 0 0 0 57734 474 0 0 25 0 1 0 41993040 165908480 39524 1992294400 4194304 7136930 140733598786736 18446744073709551615 4414772 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 40505 39524 394 719 0 39784 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 162020

[startup+642.302 s]
/proc/loadavg: 1.06 1.14 1.28 2/107 9490
/proc/meminfo: memFree=1494180/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=172260 CPUtime=642.06
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 44868 0 0 0 63677 529 0 0 25 0 1 0 41993040 176394240 42123 1992294400 4194304 7136930 140733598786736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 43065 42123 394 719 0 42344 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 172260

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.09 1.11 1.22 2/107 9498
/proc/meminfo: memFree=1406512/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=265128 CPUtime=941.94
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 66637 0 0 0 93128 1066 0 0 25 0 1 0 41993040 271491072 63892 1992294400 4194304 7136930 140733598786736 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 66282 63892 394 719 0 65561 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 265128

[startup+1002.3 s]
/proc/loadavg: 1.31 1.15 1.23 2/107 9498
/proc/meminfo: memFree=1398328/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=273192 CPUtime=1001.92
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 68684 0 0 0 99083 1109 0 0 25 0 1 0 41993040 279748608 65939 1992294400 4194304 7136930 140733598786736 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 68298 65939 394 719 0 67577 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 273192

[startup+1062.3 s]
/proc/loadavg: 1.18 1.15 1.22 2/107 9500
/proc/meminfo: memFree=1386424/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=284952 CPUtime=1061.9
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 71640 0 0 0 105038 1152 0 0 25 0 1 0 41993040 291790848 68895 1992294400 4194304 7136930 140733598786736 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 71238 68895 394 719 0 70517 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 284952

[startup+1122.3 s]
/proc/loadavg: 1.06 1.12 1.20 2/107 9502
/proc/meminfo: memFree=1377744/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=293356 CPUtime=1121.88
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 73786 0 0 0 110999 1189 0 0 25 0 1 0 41993040 300396544 71041 1992294400 4194304 7136930 140733598786736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 73339 71041 394 719 0 72618 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 293356

[startup+1182.3 s]
/proc/loadavg: 1.02 1.10 1.19 2/107 9504
/proc/meminfo: memFree=1367576/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=303176 CPUtime=1181.86
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 76277 0 0 0 116958 1228 0 0 25 0 1 0 41993040 310452224 73532 1992294400 4194304 7136930 140733598786736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 75794 73532 394 719 0 75073 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 303176

[startup+1242.3 s]
/proc/loadavg: 1.01 1.08 1.17 2/107 9506
/proc/meminfo: memFree=1357284/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=313308 CPUtime=1241.84
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 78830 0 0 0 122914 1270 0 0 25 0 1 0 41993040 320827392 76085 1992294400 4194304 7136930 140733598786736 18446744073709551615 5909045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 78327 76085 394 719 0 77606 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 313308

[startup+1302.3 s]
/proc/loadavg: 1.00 1.06 1.16 3/107 9506
/proc/meminfo: memFree=1345380/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=324952 CPUtime=1301.82
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 81783 0 0 0 128876 1306 0 0 25 0 1 0 41993040 332750848 79038 1992294400 4194304 7136930 140733598786736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 81238 79038 394 719 0 80517 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 324952

[startup+1362.3 s]
/proc/loadavg: 1.00 1.05 1.15 2/107 9511
/proc/meminfo: memFree=1337816/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=331872 CPUtime=1361.79
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 83539 0 0 0 134831 1348 0 0 25 0 1 0 41993040 339836928 80794 1992294400 4194304 7136930 140733598786736 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 82968 80794 394 719 0 82247 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 331872

[startup+1422.31 s]
/proc/loadavg: 1.00 1.04 1.14 2/107 9513
/proc/meminfo: memFree=1325788/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=343836 CPUtime=1421.78
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 86529 0 0 0 140790 1388 0 0 25 0 1 0 41993040 352088064 83784 1992294400 4194304 7136930 140733598786736 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 85959 83784 394 719 0 85238 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 343836

[startup+1482.3 s]
/proc/loadavg: 1.00 1.03 1.13 2/107 9515
/proc/meminfo: memFree=1317604/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=351888 CPUtime=1481.75
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 88562 0 0 0 146747 1428 0 0 25 0 1 0 41993040 360333312 85817 1992294400 4194304 7136930 140733598786736 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 87972 85817 394 719 0 87251 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 351888

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/107 9517
/proc/meminfo: memFree=1307436/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=362064 CPUtime=1541.73
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 91091 0 0 0 152705 1468 0 0 25 0 1 0 41993040 370753536 88346 1992294400 4194304 7136930 140733598786736 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 90516 88346 394 719 0 89795 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 362064

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/107 9517
/proc/meminfo: memFree=1299128/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=370192 CPUtime=1601.7
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 93164 0 0 0 158664 1506 0 0 25 0 1 0 41993040 379076608 90419 1992294400 4194304 7136930 140733598786736 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 92548 90419 394 719 0 91827 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 370192

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/107 9519
/proc/meminfo: memFree=1287100/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=382032 CPUtime=1661.68
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 96150 0 0 0 164625 1543 0 0 25 0 1 0 41993040 391200768 93405 1992294400 4194304 7136930 140733598786736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 95508 93405 394 719 0 94787 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 382032

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 9521
/proc/meminfo: memFree=1279164/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=389944 CPUtime=1721.66
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 98133 0 0 0 170583 1583 0 0 25 0 1 0 41993040 399302656 95388 1992294400 4194304 7136930 140733598786736 18446744073709551615 5892368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 97486 95388 394 719 0 96765 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 389944

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 9523
/proc/meminfo: memFree=1267508/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=401576 CPUtime=1781.64
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 101052 0 0 0 176541 1623 0 0 25 0 1 0 41993040 411213824 98307 1992294400 4194304 7136930 140733598786736 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 100394 98307 394 719 0 99673 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 401576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 9523
/proc/meminfo: memFree=1265276/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=403688 CPUtime=1800.05
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 101597 0 0 0 178369 1636 0 0 25 0 1 0 41993040 413376512 98852 1992294400 4194304 7136930 140733598786736 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9471/statm: 100922 98852 394 719 0 100201 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 403688

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 9523
/proc/meminfo: memFree=1265276/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=381240 CPUtime=1800.73
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 101614 0 0 0 178437 1636 0 0 18 0 1 0 41993040 390389760 93257 1992294400 4194304 7136930 140733598786736 18446744073709551615 4616445 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9471/statm: 95310 93257 399 719 0 94589 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 381240

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 9523
/proc/meminfo: memFree=1265276/2059040 swapFree=4140236/4192956
[pid=9471] ppid=9469 vsize=298388 CPUtime=1800.93
/proc/9471/stat : 9471 (pbscip.linux.x8) R 9469 9471 9198 0 -1 4202496 101614 0 0 0 178456 1637 0 0 19 0 1 0 41993040 305549312 72535 1992294400 4194304 7136930 140733598786736 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9471/statm: 74597 72292 399 719 0 73876 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 298388

Child status: 0
Real time (s): 1801.7
CPU time (s): 1801.04
CPU user time (s): 1784.63
CPU system time (s): 16.4075
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 403688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.63
system time used= 16.4075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101620
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= 4
involuntary context switches= 3008

runsolver used 3.59445 second user time and 9.52955 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-16 12:16:52
IDJOB=2663491
IDBENCH=48369
IDSOLVER=1167
FILE ID=node027/2663491-1276683412
PBS_JOBID= 11172570
Free space on /tmp= 62536 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_1_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-2663491-1276683412/watcher-2663491-1276683412 -o /tmp/evaluation-result-2663491-1276683412/solver-2663491-1276683412 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663491-1276683412.opb -t 1800 -m 1800

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

MD5SUM BENCH= 4edc0ea4696bd6b7e21f8ec219e69079
RANDOM SEED=727835539

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1663108 kB
Buffers:         78412 kB
Cached:         221968 kB
SwapCached:       6244 kB
Active:         130984 kB
Inactive:       182932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1663108 kB
SwapTotal:     4192956 kB
SwapFree:      4140236 kB
Dirty:            3420 kB
Writeback:           0 kB
AnonPages:       11684 kB
Mapped:          13072 kB
Slab:            60348 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node027 at 2010-06-16 12:46:55