Trace number 2664737

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.76 1801.47

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-81-80.opb
MD5SUMd887ec44be40cf432f8acabc52df2afa
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.357945
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6480
Total number of constraints161
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2664737-1276579181.opb>
0.00/0.04	c original problem has 6480 variables (6480 bin, 0 int, 0 impl, 0 cont) and 161 constraints
0.00/0.04	c problem read
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.05	c presolving settings loaded
0.00/0.05	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.09/0.12	c presolving:
0.09/0.16	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 81 upgd conss, 0 impls, 80 clqs
0.09/0.18	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 161 upgd conss, 0 impls, 80 clqs
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  0 implications, 80 cliques
0.09/0.19	c presolved problem has 6480 variables (6480 bin, 0 int, 0 impl, 0 cont) and 161 constraints
0.09/0.19	c      80 constraints of type <setppc>
0.09/0.19	c      81 constraints of type <logicor>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.10
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.96
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 1620
0.09/0.19	c 
0.09/0.19	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c limits/solutions = 1
0.09/0.19	c 
0.09/0.19	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c lp/solvefreq = -1
0.09/0.19	c 
0.09/0.19	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.19	c separating/maxrounds = 1
0.09/0.19	c 
0.09/0.19	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/maxroundsroot = 5
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.19	c constraints/knapsack/disaggregation = FALSE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c presolving/probing/maxrounds = 0
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/coefdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.19	c heuristics/crossover/freq = -1
0.09/0.19	c 
0.09/0.19	c # number of nodes added to the contingent of the total nodes
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19	c heuristics/crossover/nodesofs = 750
0.09/0.19	c 
0.09/0.19	c # number of nodes without incumbent change that heuristic should wait
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.19	c heuristics/crossover/nwaitingnodes = 100
0.09/0.19	c 
0.09/0.19	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.19	c # [type: real, range: [0,1], default: 0.1]
0.09/0.19	c heuristics/crossover/nodesquot = 0.15
0.09/0.19	c 
0.09/0.19	c # minimum percentage of integer variables that have to be fixed 
0.09/0.19	c # [type: real, range: [0,1], default: 0.666]
0.09/0.19	c heuristics/crossover/minfixingrate = 0.5
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/feaspump/freq = -1
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/fracdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/guideddiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/intshifting/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/linesearchdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/nlp/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/objpscostdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.19	c # [type: real, range: [0,1], default: 0.01]
0.09/0.19	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/oneopt/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/pscostdiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c heuristics/rens/freq = -1
0.09/0.19	c 
0.09/0.19	c # minimum percentage of integer variables that have to be fixable 
0.09/0.19	c # [type: real, range: [0,1], default: 0.5]
0.09/0.19	c heuristics/rens/minfixingrate = 0.3
0.09/0.19	c 
0.09/0.19	c # number of nodes added to the contingent of the total nodes
0.09/0.19	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.19	c heuristics/rens/nodesofs = 2000
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.19	c heuristics/rootsoldiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.19	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/rounding/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/shifting/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/simplerounding/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c heuristics/trivial/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/trysol/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.19	c heuristics/veclendiving/freq = -1
0.09/0.19	c 
0.09/0.19	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.19	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.19	c 
0.09/0.19	c # additional number of allowed LP iterations
0.09/0.19	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.19	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.19	c 
0.09/0.19	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.19	c heuristics/zirounding/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c separating/cmir/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c separating/flowcover/freq = -1
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c   0.1s|     1 |     2 |     0 |     - |  11M|   0 |   - |6480 | 161 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
24.68/24.74	c  24.5s| 10000 |  9994 |     0 |   0.0 |  15M|4900 |   - |6480 | 182 |   0 |   0 |   0 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
54.57/54.60	c  54.2s| 20000 | 19982 |     0 |   0.0 |  18M|4900 |   - |6480 | 214 |   0 |   0 |   0 |  73 |   0 | 0.000000e+00 |      --      |    Inf 
83.36/83.47	c  82.9s| 30000 | 29974 |     0 |   0.0 |  21M|4900 |   - |6480 | 209 |   0 |   0 |   0 | 123 |   0 | 0.000000e+00 |      --      |    Inf 
112.25/112.34	c   112s| 40000 | 39965 |     0 |   0.0 |  24M|4900 |   - |6480 | 228 |   0 |   0 |   0 | 173 |   0 | 0.000000e+00 |      --      |    Inf 
142.24/142.33	c   141s| 50000 | 49959 |     0 |   0.0 |  28M|4900 |   - |6480 | 237 |   0 |   0 |   0 | 213 |   0 | 0.000000e+00 |      --      |    Inf 
173.12/173.21	c   172s| 60000 | 59946 |     0 |   0.0 |  31M|4900 |   - |6480 | 247 |   0 |   0 |   0 | 278 |   0 | 0.000000e+00 |      --      |    Inf 
203.61/203.71	c   202s| 70000 | 69940 |     0 |   0.0 |  34M|4900 |   - |6480 | 270 |   0 |   0 |   0 | 318 |   0 | 0.000000e+00 |      --      |    Inf 
234.50/234.68	c   233s| 80000 | 79929 |     0 |   0.0 |  37M|4900 |   - |6480 | 270 |   0 |   0 |   0 | 388 |   0 | 0.000000e+00 |      --      |    Inf 
266.10/266.28	c   265s| 90000 | 89916 |     0 |   0.0 |  40M|4900 |   - |6480 | 292 |   0 |   0 |   0 | 468 |   0 | 0.000000e+00 |      --      |    Inf 
298.08/298.22	c   296s|100000 | 99908 |     0 |   0.0 |  42M|4900 |   - |6480 | 257 |   0 |   0 |   0 | 511 |   0 | 0.000000e+00 |      --      |    Inf 
329.66/329.89	c   328s|110000 |109900 |     0 |   0.0 |  45M|4900 |   - |6480 | 248 |   0 |   0 |   0 | 556 |   0 | 0.000000e+00 |      --      |    Inf 
361.54/361.70	c   359s|120000 |119894 |     0 |   0.0 |  48M|4900 |   - |6480 | 250 |   0 |   0 |   0 | 591 |   0 | 0.000000e+00 |      --      |    Inf 
393.64/393.90	c   391s|130000 |129882 |     0 |   0.0 |  51M|4950 |   - |6480 | 299 |   0 |   0 |   0 | 661 |   0 | 0.000000e+00 |      --      |    Inf 
426.22/426.41	c   424s|140000 |139872 |     0 |   0.0 |  54M|5138 |   - |6480 | 272 |   0 |   0 |   0 | 721 |   0 | 0.000000e+00 |      --      |    Inf 
458.71/458.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.71/458.93	c   456s|150000 |149864 |     0 |   0.0 |  57M|5259 |   - |6480 | 264 |   0 |   0 |   0 | 771 |   0 | 0.000000e+00 |      --      |    Inf 
491.30/491.59	c   489s|160000 |159858 |     0 |   0.0 |  59M|5352 |   - |6480 | 230 |   0 |   0 |   0 | 793 |   0 | 0.000000e+00 |      --      |    Inf 
523.39/523.61	c   520s|170000 |169850 |     0 |   0.0 |  62M|5506 |   - |6480 | 243 |   0 |   0 |   0 | 843 |   0 | 0.000000e+00 |      --      |    Inf 
554.78/555.02	c   552s|180000 |179842 |     0 |   0.0 |  65M|5570 |   - |6480 | 235 |   0 |   0 |   0 | 889 |   0 | 0.000000e+00 |      --      |    Inf 
585.16/585.45	c   582s|190000 |189832 |     0 |   0.0 |  68M|5633 |   - |6480 | 244 |   0 |   0 |   0 | 922 |   0 | 0.000000e+00 |      --      |    Inf 
618.95/619.27	c   616s|200000 |199827 |     0 |   0.0 |  70M|5633 |   - |6480 | 217 |   0 |   0 |   0 | 929 |   0 | 0.000000e+00 |      --      |    Inf 
651.73/652.09	c   648s|210000 |209819 |     0 |   0.0 |  73M|5633 |   - |6480 | 218 |   0 |   0 |   0 | 952 |   0 | 0.000000e+00 |      --      |    Inf 
685.13/685.43	c   681s|220000 |219805 |     0 |   0.0 |  76M|5633 |   - |6480 | 229 |   0 |   0 |   0 | 983 |   0 | 0.000000e+00 |      --      |    Inf 
718.01/718.34	c   714s|230000 |229795 |     0 |   0.0 |  78M|5633 |   - |6480 | 217 |   0 |   0 |   0 | 999 |   0 | 0.000000e+00 |      --      |    Inf 
749.79/750.11	c   746s|240000 |239789 |     0 |   0.0 |  81M|5633 |   - |6480 | 228 |   0 |   0 |   0 |1023 |   0 | 0.000000e+00 |      --      |    Inf 
781.68/782.03	c   777s|250000 |249776 |     0 |   0.0 |  84M|5633 |   - |6480 | 252 |   0 |   0 |   0 |1075 |   0 | 0.000000e+00 |      --      |    Inf 
813.47/813.87	c   809s|260000 |259768 |     0 |   0.0 |  86M|5633 |   - |6480 | 225 |   0 |   0 |   0 |1095 |   0 | 0.000000e+00 |      --      |    Inf 
846.46/846.81	c   842s|270000 |269765 |     0 |   0.0 |  89M|5633 |   - |6480 | 222 |   0 |   0 |   0 |1110 |   0 | 0.000000e+00 |      --      |    Inf 
879.75/880.17	c   875s|280000 |279759 |     0 |   0.0 |  92M|5633 |   - |6480 | 220 |   0 |   0 |   0 |1131 |   0 | 0.000000e+00 |      --      |    Inf 
913.03/913.44	c   908s|290000 |289749 |     0 |   0.0 |  94M|5633 |   - |6480 | 217 |   0 |   0 |   0 |1151 |   0 | 0.000000e+00 |      --      |    Inf 
945.22/945.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
945.22/945.67	c   940s|300000 |299743 |     0 |   0.0 |  97M|5633 |   - |6480 | 227 |   0 |   0 |   0 |1180 |   0 | 0.000000e+00 |      --      |    Inf 
978.00/978.49	c   973s|310000 |309728 |     0 |   0.0 | 100M|5633 |   - |6480 | 215 |   0 |   0 |   0 |1198 |   0 | 0.000000e+00 |      --      |    Inf 
1009.50/1009.99	c  1004s|320000 |319718 |     0 |   0.0 | 103M|5633 |   - |6480 | 221 |   0 |   0 |   0 |1222 |   0 | 0.000000e+00 |      --      |    Inf 
1040.38/1040.87	c  1035s|330000 |329715 |     0 |   0.0 | 105M|5633 |   - |6480 | 218 |   0 |   0 |   0 |1230 |   0 | 0.000000e+00 |      --      |    Inf 
1074.06/1074.50	c  1068s|340000 |339705 |     0 |   0.0 | 108M|5633 |   - |6480 | 213 |   0 |   0 |   0 |1246 |   0 | 0.000000e+00 |      --      |    Inf 
1106.86/1107.33	c  1101s|350000 |349697 |     0 |   0.0 | 111M|5667 |   - |6480 | 221 |   0 |   0 |   0 |1275 |   0 | 0.000000e+00 |      --      |    Inf 
1139.04/1139.53	c  1133s|360000 |359683 |     0 |   0.0 | 113M|5704 |   - |6480 | 226 |   0 |   0 |   0 |1300 |   0 | 0.000000e+00 |      --      |    Inf 
1171.03/1171.56	c  1165s|370000 |369665 |     0 |   0.0 | 116M|5754 |   - |6480 | 229 |   0 |   0 |   0 |1332 |   0 | 0.000000e+00 |      --      |    Inf 
1203.41/1203.97	c  1197s|380000 |379660 |     0 |   0.0 | 119M|5764 |   - |6480 | 214 |   0 |   0 |   0 |1336 |   0 | 0.000000e+00 |      --      |    Inf 
1236.60/1237.16	c  1230s|390000 |389648 |     0 |   0.0 | 121M|5796 |   - |6480 | 217 |   0 |   0 |   0 |1355 |   0 | 0.000000e+00 |      --      |    Inf 
1267.79/1268.38	c  1261s|400000 |399640 |     0 |   0.0 | 124M|5837 |   - |6480 | 229 |   0 |   0 |   0 |1379 |   0 | 0.000000e+00 |      --      |    Inf 
1297.48/1298.10	c  1290s|410000 |409628 |     0 |   0.0 | 127M|5837 |   - |6480 | 230 |   0 |   0 |   0 |1407 |   0 | 0.000000e+00 |      --      |    Inf 
1328.66/1329.21	c  1321s|420000 |419623 |     0 |   0.0 | 129M|5837 |   - |6480 | 222 |   0 |   0 |   0 |1412 |   0 | 0.000000e+00 |      --      |    Inf 
1363.04/1363.62	c  1356s|430000 |429602 |     0 |   0.0 | 132M|5837 |   - |6480 | 242 |   0 |   0 |   0 |1453 |   0 | 0.000000e+00 |      --      |    Inf 
1394.93/1395.52	c  1387s|440000 |439592 |     0 |   0.0 | 135M|5837 |   - |6480 | 236 |   0 |   0 |   0 |1479 |   0 | 0.000000e+00 |      --      |    Inf 
1426.42/1427.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1426.42/1427.06	c  1419s|450000 |449586 |     0 |   0.0 | 137M|5837 |   - |6480 | 221 |   0 |   0 |   0 |1488 |   0 | 0.000000e+00 |      --      |    Inf 
1458.51/1459.13	c  1451s|460000 |459573 |     0 |   0.0 | 140M|5837 |   - |6480 | 232 |   0 |   0 |   0 |1517 |   0 | 0.000000e+00 |      --      |    Inf 
1488.60/1489.20	c  1480s|470000 |469561 |     0 |   0.0 | 143M|5837 |   - |6480 | 259 |   0 |   0 |   0 |1556 |   0 | 0.000000e+00 |      --      |    Inf 
1520.98/1521.66	c  1513s|480000 |479558 |     0 |   0.0 | 145M|5837 |   - |6480 | 253 |   0 |   0 |   0 |1562 |   0 | 0.000000e+00 |      --      |    Inf 
1554.37/1555.05	c  1546s|490000 |489542 |     0 |   0.0 | 148M|5837 |   - |6480 | 252 |   0 |   0 |   0 |1594 |   0 | 0.000000e+00 |      --      |    Inf 
1587.06/1587.78	c  1578s|500000 |499528 |     0 |   0.0 | 151M|5837 |   - |6480 | 279 |   0 |   0 |   0 |1646 |   0 | 0.000000e+00 |      --      |    Inf 
1619.34/1620.00	c  1611s|510000 |509518 |     0 |   0.0 | 153M|5837 |   - |6480 | 273 |   0 |   0 |   0 |1671 |   0 | 0.000000e+00 |      --      |    Inf 
1651.64/1652.35	c  1643s|520000 |519510 |     0 |   0.0 | 156M|5837 |   - |6480 | 259 |   0 |   0 |   0 |1682 |   0 | 0.000000e+00 |      --      |    Inf 
1683.61/1684.37	c  1675s|530000 |529502 |     0 |   0.0 | 159M|5837 |   - |6480 | 275 |   0 |   0 |   0 |1711 |   0 | 0.000000e+00 |      --      |    Inf 
1715.71/1716.42	c  1706s|540000 |539494 |     0 |   0.0 | 162M|5837 |   - |6480 | 262 |   0 |   0 |   0 |1734 |   0 | 0.000000e+00 |      --      |    Inf 
1747.31/1748.01	c  1738s|550000 |549486 |     0 |   0.0 | 164M|5837 |   - |6480 | 269 |   0 |   0 |   0 |1765 |   0 | 0.000000e+00 |      --      |    Inf 
1779.28/1780.01	c  1770s|560000 |559476 |     0 |   0.0 | 167M|5837 |   - |6480 | 257 |   0 |   0 |   0 |1784 |   0 | 0.000000e+00 |      --      |    Inf 
1800.09/1800.81	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.81	c 
1800.09/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.81	c Solving Time (sec) : 1790.29
1800.09/1800.81	c Solving Nodes      : 566360
1800.09/1800.81	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.09/1800.81	c Dual Bound         : +0.00000000000000e+00
1800.09/1800.81	c Gap                : infinite
1800.09/1800.81	s UNKNOWN
1800.09/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.81	c Solving Time       :    1790.29
1800.09/1800.81	c Original Problem   :
1800.09/1800.81	c   Problem name     : HOME/instance-2664737-1276579181.opb
1800.09/1800.81	c   Variables        : 6480 (6480 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.81	c   Constraints      : 161 initial, 161 maximal
1800.09/1800.81	c Presolved Problem  :
1800.09/1800.81	c   Problem name     : t_HOME/instance-2664737-1276579181.opb
1800.09/1800.81	c   Variables        : 6480 (6480 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.81	c   Constraints      : 161 initial, 341 maximal
1800.09/1800.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.81	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.81	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.81	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.09/1800.81	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.81	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.81	c   setppc           :         80          0     581545          0     566152        230     143432          0          0          0
1800.09/1800.81	c   logicor          :         81+         0      53251          0     566152         93       9610          0          0          0
1800.09/1800.81	c   countsols        :          0          0          0          0     566152          0          0          0          0          0
1800.09/1800.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.81	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.81	c   setppc           :     384.89       0.00      22.92       0.00     361.97
1800.09/1800.81	c   logicor          :     213.05       0.00       9.38       0.00     203.67
1800.09/1800.81	c   countsols        :       0.49       0.00       0.00       0.00       0.49
1800.09/1800.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.81	c   vbounds          :       0.72          1          0          0
1800.09/1800.81	c   rootredcost      :       0.56          0          0          0
1800.09/1800.81	c   pseudoobj        :       0.31          0          0          0
1800.09/1800.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.81	c   propagation      :      27.06        323        323      13568     1001.7          8      282.4          -
1800.09/1800.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.81	c   applied globally :          -          -          -       1788      354.0          -          -          -
1800.09/1800.81	c   applied locally  :          -          -          -         19      756.8          -          -          -
1800.09/1800.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.81	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.09/1800.81	c   redcost          :       0.00          0          0          0          0          0
1800.09/1800.81	c   impliedbounds    :       0.00          0          0          0          0          0
1800.09/1800.81	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.81	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.81	c   gomory           :       0.00          0          0          0          0          0
1800.09/1800.81	c   strongcg         :       0.00          0          0          0          0          0
1800.09/1800.81	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.81	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.81	c   clique           :       0.00          0          0          0          0          0
1800.09/1800.81	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.81	c   mcf              :       0.00          0          0          0          0          0
1800.09/1800.81	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.81	c Pricers            :       Time      Calls       Vars
1800.09/1800.81	c   problem variables:       0.00          0          0
1800.09/1800.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.81	c   relpscost        :       0.00          0          0          0          0          0          0
1800.09/1800.81	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.81	c   inference        :    1155.48     566152          0          0          0          0    1132304
1800.09/1800.81	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.81	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.81	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.81	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.81	c   LP solutions     :       0.00          -          0
1800.09/1800.81	c   pseudo solutions :       0.00          -          0
1800.09/1800.81	c   trivial          :       0.01          1          0
1800.09/1800.81	c   simplerounding   :       0.00          0          0
1800.09/1800.81	c   zirounding       :       0.00          0          0
1800.09/1800.81	c   rounding         :       0.00          0          0
1800.09/1800.81	c   shifting         :       0.00          0          0
1800.09/1800.81	c   intshifting      :       0.00          0          0
1800.09/1800.81	c   oneopt           :       0.00          0          0
1800.09/1800.81	c   twoopt           :       0.00          0          0
1800.09/1800.81	c   fixandinfer      :       0.00          0          0
1800.09/1800.81	c   feaspump         :       0.00          0          0
1800.09/1800.81	c   coefdiving       :       0.00          0          0
1800.09/1800.81	c   pscostdiving     :       0.00          0          0
1800.09/1800.81	c   fracdiving       :       0.00          0          0
1800.09/1800.81	c   veclendiving     :       0.00          0          0
1800.09/1800.81	c   intdiving        :       0.00          0          0
1800.09/1800.81	c   actconsdiving    :       0.00          0          0
1800.09/1800.81	c   objpscostdiving  :       0.00          0          0
1800.09/1800.81	c   rootsoldiving    :       0.00          0          0
1800.09/1800.81	c   linesearchdiving :       0.00          0          0
1800.09/1800.81	c   guideddiving     :       0.00          0          0
1800.09/1800.81	c   octane           :       0.00          0          0
1800.09/1800.81	c   rens             :       0.00          0          0
1800.09/1800.81	c   rins             :       0.00          0          0
1800.09/1800.81	c   localbranching   :       0.00          0          0
1800.09/1800.81	c   mutation         :       0.00          0          0
1800.09/1800.81	c   crossover        :       0.00          0          0
1800.09/1800.81	c   dins             :       0.00          0          0
1800.09/1800.81	c   undercover       :       0.00          0          0
1800.09/1800.81	c   nlp              :       0.00          0          0
1800.09/1800.81	c   trysol           :       0.00          0          0
1800.09/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.81	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.81	c   dual LP          :       0.00          0          0       0.00          -
1800.09/1800.81	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.81	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.81	c   strong branching :       0.00          0          0       0.00          -
1800.09/1800.81	c     (at root node) :          -          0          0       0.00          -
1800.09/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.81	c B&B Tree           :
1800.09/1800.81	c   number of runs   :          1
1800.09/1800.81	c   nodes            :     566360
1800.09/1800.81	c   nodes (total)    :     566360
1800.09/1800.81	c   nodes left       :     565829
1800.09/1800.81	c   max depth        :       5837
1800.09/1800.81	c   max depth (total):       5837
1800.09/1800.81	c   backtracks       :        124 (0.0%)
1800.09/1800.81	c   delayed cutoffs  :        116
1800.09/1800.81	c   repropagations   :        756 (4216 domain reductions, 115 cutoffs)
1800.09/1800.81	c   avg switch length:       2.16
1800.09/1800.81	c   switching time   :       9.70
1800.09/1800.81	c Solution           :
1800.09/1800.81	c   Solutions found  :          0 (0 improvements)
1800.09/1800.81	c   Primal Bound     :          -
1800.09/1800.81	c   Dual Bound       : +0.00000000000000e+00
1800.09/1800.81	c   Gap              :   infinite
1800.09/1800.81	c   Root Dual Bound  : +0.00000000000000e+00
1800.09/1800.81	c   Root Iterations  :          0
1800.67/1801.47	c Time complete: 1800.75.

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-2664737-1276579181/watcher-2664737-1276579181 -o /tmp/evaluation-result-2664737-1276579181/solver-2664737-1276579181 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664737-1276579181.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.00 1.01 1.00 3/106 3144
/proc/meminfo: memFree=1822268/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=6584 CPUtime=0
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 916 0 0 0 0 0 0 0 16 0 1 0 31574426 6742016 839 1992294400 4194304 7136930 140736965457104 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3144/statm: 1646 848 254 719 0 925 0

[startup+0.102201 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 3144
/proc/meminfo: memFree=1822268/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=20836 CPUtime=0.09
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 5078 0 0 0 7 2 0 0 17 0 1 0 31574426 21336064 4646 1992294400 4194304 7136930 140736965457104 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 5209 4646 302 719 0 4488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20836

[startup+0.20122 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 3144
/proc/meminfo: memFree=1822268/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=25728 CPUtime=0.19
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 7309 0 0 0 16 3 0 0 17 0 1 0 31574426 26345472 5592 1992294400 4194304 7136930 140736965457104 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 6432 5592 369 719 0 5711 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25728

[startup+0.301238 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 3144
/proc/meminfo: memFree=1822268/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=25728 CPUtime=0.29
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 7314 0 0 0 26 3 0 0 17 0 1 0 31574426 26345472 5597 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 6432 5597 374 719 0 5711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25728

[startup+0.701312 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 3144
/proc/meminfo: memFree=1822268/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=25728 CPUtime=0.69
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 7320 0 0 0 66 3 0 0 17 0 1 0 31574426 26345472 5603 1992294400 4194304 7136930 140736965457104 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 6432 5603 375 719 0 5711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25728

[startup+1.50046 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 3145
/proc/meminfo: memFree=1801056/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=26008 CPUtime=1.49
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 7383 0 0 0 145 4 0 0 18 0 1 0 31574426 26632192 5666 1992294400 4194304 7136930 140736965457104 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 6502 5666 375 719 0 5781 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26008

[startup+3.10076 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 3145
/proc/meminfo: memFree=1800312/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=26916 CPUtime=3.08
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 7602 0 0 0 304 4 0 0 21 0 1 0 31574426 27561984 5885 1992294400 4194304 7136930 140736965457104 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 6729 5885 375 719 0 6008 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26916

[startup+6.30036 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 3145
/proc/meminfo: memFree=1798948/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=27600 CPUtime=6.29
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 7784 0 0 0 621 8 0 0 25 0 1 0 31574426 28262400 6067 1992294400 4194304 7136930 140736965457104 18446744073709551615 4408016 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 6900 6067 375 719 0 6179 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27600

[startup+12.7006 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 3145
/proc/meminfo: memFree=1795600/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=31132 CPUtime=12.68
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 8680 0 0 0 1256 12 0 0 25 0 1 0 31574426 31879168 6963 1992294400 4194304 7136930 140736965457104 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 7783 6963 379 719 0 7062 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31132

[startup+25.5019 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 3145
/proc/meminfo: memFree=1793616/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=32704 CPUtime=25.48
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 9083 0 0 0 2527 21 0 0 25 0 1 0 31574426 33488896 7361 1992294400 4194304 7136930 140736965457104 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 8176 7361 379 719 0 7455 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32704

[startup+51.1017 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 3145
/proc/meminfo: memFree=1789896/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=36236 CPUtime=51.07
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 10003 0 0 0 5070 37 0 0 25 0 1 0 31574426 37105664 8281 1992294400 4194304 7136930 140736965457104 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 9059 8281 379 719 0 8338 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36236

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3147
/proc/meminfo: memFree=1783448/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=42376 CPUtime=102.25
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 11601 0 0 0 10160 65 0 0 25 0 1 0 31574426 43393024 9879 1992294400 4194304 7136930 140736965457104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 10594 9879 379 719 0 9873 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 42376

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3149
/proc/meminfo: memFree=1775016/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=50372 CPUtime=162.22
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 13692 0 0 0 16126 96 0 0 25 0 1 0 31574426 51580928 11970 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 12593 11970 379 719 0 11872 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 50372

[startup+222.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3149
/proc/meminfo: memFree=1766212/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=61032 CPUtime=222.22
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 15896 0 0 0 22093 129 0 0 25 0 1 0 31574426 62496768 14174 1992294400 4194304 7136930 140736965457104 18446744073709551615 5892276 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 15258 14174 379 719 0 14537 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 61032

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3151
/proc/meminfo: memFree=1759392/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=67540 CPUtime=282.18
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 17600 0 0 0 28055 163 0 0 25 0 1 0 31574426 69160960 15878 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 16885 15878 379 719 0 16164 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 67540

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3153
/proc/meminfo: memFree=1753936/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=72820 CPUtime=342.15
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 18984 0 0 0 34020 195 0 0 25 0 1 0 31574426 74567680 17262 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 18205 17262 379 719 0 17484 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 72820

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3155
/proc/meminfo: memFree=1747860/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=78408 CPUtime=402.12
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 20459 0 0 0 39983 229 0 0 25 0 1 0 31574426 80289792 18737 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 19602 18737 379 719 0 18881 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 78408

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3157
/proc/meminfo: memFree=1742032/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=83836 CPUtime=462.11
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 21891 0 0 0 45948 263 0 0 25 0 1 0 31574426 85848064 20169 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 20959 20169 379 719 0 20238 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 83836

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3157
/proc/meminfo: memFree=1736824/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=88816 CPUtime=522.08
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 23210 0 0 0 51918 290 0 0 25 0 1 0 31574426 90947584 21488 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 22204 21488 379 719 0 21483 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 88816

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3159
/proc/meminfo: memFree=1730624/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=94728 CPUtime=582.06
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 24751 0 0 0 57886 320 0 0 25 0 1 0 31574426 97001472 23029 1992294400 4194304 7136930 140736965457104 18446744073709551615 4643166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 23682 23029 379 719 0 22961 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 94728

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3161
/proc/meminfo: memFree=1723804/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=105164 CPUtime=642.04
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 26422 0 0 0 63851 353 0 0 25 0 1 0 31574426 107687936 24700 1992294400 4194304 7136930 140736965457104 18446744073709551615 4641936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 26291 24700 379 719 0 25570 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 105164

[startup+702.3 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3171
/proc/meminfo: memFree=1681148/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=146472 CPUtime=1001.89
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 37016 0 0 0 99648 541 0 0 25 0 1 0 31574426 149987328 35294 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 36618 35294 379 719 0 35897 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 146472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3173
/proc/meminfo: memFree=1674824/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=152544 CPUtime=1061.87
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 38585 0 0 0 105613 574 0 0 25 0 1 0 31574426 156205056 36863 1992294400 4194304 7136930 140736965457104 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 38136 36863 379 719 0 37415 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 152544

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3176
/proc/meminfo: memFree=1668812/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=157384 CPUtime=1121.85
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 39866 0 0 0 111580 605 0 0 25 0 1 0 31574426 161161216 38144 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 39346 38144 379 719 0 38625 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 157384

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3178
/proc/meminfo: memFree=1661744/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=164836 CPUtime=1181.82
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 41762 0 0 0 117542 640 0 0 25 0 1 0 31574426 168792064 40040 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 41209 40040 379 719 0 40488 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 164836

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3180
/proc/meminfo: memFree=1653436/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=172292 CPUtime=1241.79
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 43690 0 0 0 123505 674 0 0 25 0 1 0 31574426 176427008 41968 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 43073 41968 379 719 0 42352 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 172292

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3182
/proc/meminfo: memFree=1647856/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=177628 CPUtime=1301.76
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 45077 0 0 0 129467 709 0 0 25 0 1 0 31574426 181891072 43355 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 44407 43355 379 719 0 43686 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 177628

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3184
/proc/meminfo: memFree=1640044/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=185176 CPUtime=1361.74
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 47032 0 0 0 135430 744 0 0 25 0 1 0 31574426 189620224 45310 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 46294 45310 379 719 0 45573 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 185176

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3184
/proc/meminfo: memFree=1633224/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=191732 CPUtime=1421.73
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 48737 0 0 0 141395 778 0 0 25 0 1 0 31574426 196333568 47015 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 47933 47015 379 719 0 47212 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 191732

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3186
/proc/meminfo: memFree=1626280/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=207092 CPUtime=1481.7
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 50583 0 0 0 147364 806 0 0 25 0 1 0 31574426 212062208 48861 1992294400 4194304 7136930 140736965457104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 51773 48861 379 719 0 51052 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 207092

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3188
/proc/meminfo: memFree=1619956/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=213064 CPUtime=1541.68
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 52082 0 0 0 153328 840 0 0 25 0 1 0 31574426 218177536 50360 1992294400 4194304 7136930 140736965457104 18446744073709551615 4740313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 53266 50360 379 719 0 52545 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 213064

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3190
/proc/meminfo: memFree=1613756/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=218992 CPUtime=1601.65
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 53630 0 0 0 159292 873 0 0 25 0 1 0 31574426 224247808 51908 1992294400 4194304 7136930 140736965457104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 54748 51908 379 719 0 54027 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 218992

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3192
/proc/meminfo: memFree=1608424/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=223980 CPUtime=1661.63
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 54941 0 0 0 165259 904 0 0 25 0 1 0 31574426 229355520 53219 1992294400 4194304 7136930 140736965457104 18446744073709551615 5892276 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 55995 53219 379 719 0 55274 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 223980

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3192
/proc/meminfo: memFree=1602596/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=229724 CPUtime=1721.61
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 56431 0 0 0 171225 936 0 0 25 0 1 0 31574426 235237376 54709 1992294400 4194304 7136930 140736965457104 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 57431 54709 379 719 0 56710 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 229724

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3194
/proc/meminfo: memFree=1597264/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=234788 CPUtime=1781.58
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 57729 0 0 0 177192 966 0 0 25 0 1 0 31574426 240422912 56007 1992294400 4194304 7136930 140736965457104 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 58697 56007 379 719 0 57976 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 234788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3196
/proc/meminfo: memFree=1595032/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=236876 CPUtime=1800.09
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 58272 0 0 0 179032 977 0 0 25 0 1 0 31574426 242561024 56550 1992294400 4194304 7136930 140736965457104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3144/statm: 59219 56550 379 719 0 58498 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 236876

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

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

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3196
/proc/meminfo: memFree=1595032/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=233120 CPUtime=1800.37
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 58390 0 0 0 179060 977 0 0 25 0 1 0 31574426 238714880 55631 1992294400 4194304 7136930 140736965457104 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3144/statm: 58280 55631 384 719 0 57559 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 233120

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3196
/proc/meminfo: memFree=1595032/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=212812 CPUtime=1800.57
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 58393 0 0 0 179080 977 0 0 25 0 1 0 31574426 217919488 50554 1992294400 4194304 7136930 140736965457104 18446744073709551615 6165697 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3144/statm: 53203 50554 384 719 0 52482 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 212812

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3196
/proc/meminfo: memFree=1595032/2059040 swapFree=4140396/4192956
[pid=3144] ppid=3142 vsize=191204 CPUtime=1800.67
/proc/3144/stat : 3144 (pbscip.linux.x8) R 3142 3144 2574 0 -1 4202496 58393 0 0 0 179090 977 0 0 25 0 1 0 31574426 195792896 45152 1992294400 4194304 7136930 140736965457104 18446744073709551615 4616704 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3144/statm: 47801 45152 384 719 0 47080 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 191204

Child status: 0
Real time (s): 1801.47
CPU time (s): 1800.76
CPU user time (s): 1790.95
CPU system time (s): 9.80151
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 236876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.95
system time used= 9.80151
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58402
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= 2
involuntary context switches= 5456

runsolver used 3.24851 second user time and 8.23975 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-15 07:19:41
IDJOB=2664737
IDBENCH=2588
IDSOLVER=1167
FILE ID=node019/2664737-1276579181
PBS_JOBID= 11173520
Free space on /tmp= 62416 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-81-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-2664737-1276579181/watcher-2664737-1276579181 -o /tmp/evaluation-result-2664737-1276579181/solver-2664737-1276579181 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664737-1276579181.opb -t 1800 -m 1800

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

MD5SUM BENCH= d887ec44be40cf432f8acabc52df2afa
RANDOM SEED=2011452808

node019.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.264
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.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		: 3000.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1822672 kB
Buffers:         23324 kB
Cached:         124524 kB
SwapCached:       5704 kB
Active:          32512 kB
Inactive:       127868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1822672 kB
SwapTotal:     4192956 kB
SwapFree:      4140396 kB
Dirty:            3364 kB
Writeback:           0 kB
AnonPages:       11076 kB
Mapped:          13112 kB
Slab:            54112 kB
PageTables:       3900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182448 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= 62412 MiB
End job on node019 at 2010-06-15 07:49:44