Trace number 2663408

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.06 1801.7

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_2_80.opb
MD5SUM4b0064bdd43b7a445f2334396cfebe4e
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.9697
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)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

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-2663408-1276675260.opb>
0.09/0.10	c original problem has 7328 variables (7328 bin, 0 int, 0 impl, 0 cont) and 7830 constraints
0.09/0.10	c problem read
0.09/0.10	c No objective function, only one solution is needed.
0.09/0.11	c presolving settings loaded
0.09/0.11	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.19/0.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, 51624 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  51624 implications, 1000 cliques
0.69/0.78	c presolved problem has 7328 variables (7328 bin, 0 int, 0 impl, 0 cont) and 7830 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    6328 constraints of type <and>
0.69/0.78	c       1 constraints of type <linear>
0.69/0.78	c     500 constraints of type <logicor>
0.69/0.78	c transformed objective value is always integral (scale: 1)
0.69/0.78	c Presolving Time: 0.42
0.69/0.78	c - non default parameters ----------------------------------------------------------------------
0.69/0.78	c # SCIP version 1.2.1.2
0.69/0.78	c 
0.69/0.78	c # frequency for displaying node information lines
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.78	c display/freq = 10000
0.69/0.78	c 
0.69/0.78	c # maximal time in seconds to run
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.78	c limits/time = 1799.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.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/nlp/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78	c heuristics/objpscostdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to total iteration number
0.69/0.78	c # [type: real, range: [0,1], default: 0.01]
0.69/0.78	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/oneopt/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/pscostdiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.78	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/pscostdiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c heuristics/rens/freq = -1
0.69/0.78	c 
0.69/0.78	c # minimum percentage of integer variables that have to be fixable 
0.69/0.78	c # [type: real, range: [0,1], default: 0.5]
0.69/0.78	c heuristics/rens/minfixingrate = 0.3
0.69/0.78	c 
0.69/0.78	c # number of nodes added to the contingent of the total nodes
0.69/0.78	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.78	c heuristics/rens/nodesofs = 2000
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.78	c heuristics/rootsoldiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.69/0.78	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.69/0.78	c 
0.69/0.78	c # additional number of allowed LP iterations
0.69/0.78	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.78	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/rounding/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/shifting/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/simplerounding/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.78	c heuristics/trivial/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.78	c heuristics/trysol/freq = -1
0.69/0.78	c 
0.69/0.78	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.69/0.78	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.78	c heuristics/veclendiving/freq = -1
0.69/0.78	c 
0.69/0.78	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.78	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.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.78/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.78/0.80	c   0.5s|     1 |     2 |     0 |     - |  19M|   0 |   - |7328 |7830 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
47.17/47.29	c  46.6s| 10000 |  9710 |     0 |   0.0 |  29M|1312 |   - |7328 |7855 |   0 |   0 |   0 | 159 |   0 | 0.000000e+00 |      --      |    Inf 
95.35/95.43	c  94.4s| 20000 | 19653 |     0 |   0.0 |  37M|1312 |   - |7328 |7889 |   0 |   0 |   0 | 209 |   0 | 0.000000e+00 |      --      |    Inf 
142.43/142.58	c   141s| 30000 | 29604 |     0 |   0.0 |  45M|1312 |   - |7328 |7910 |   0 |   0 |   0 | 251 |   0 | 0.000000e+00 |      --      |    Inf 
189.03/189.15	c   187s| 40000 | 39542 |     0 |   0.0 |  53M|1312 |   - |7328 |7949 |   0 |   0 |   0 | 305 |   0 | 0.000000e+00 |      --      |    Inf 
235.80/235.94	c   234s| 50000 | 49473 |     0 |   0.0 |  61M|1312 |   - |7328 |7966 |   0 |   0 |   0 | 357 |   0 | 0.000000e+00 |      --      |    Inf 
276.68/276.89	c   275s| 60000 | 59426 |     0 |   0.0 |  69M|1312 |   - |7328 |8005 |   0 |   0 |   0 | 405 |   0 | 0.000000e+00 |      --      |    Inf 
323.57/323.74	c   321s| 70000 | 69355 |     0 |   0.0 |  77M|1312 |   - |7328 |8037 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 |      --      |    Inf 
365.15/365.37	c   362s| 80000 | 79282 |     0 |   0.0 |  84M|1312 |   - |7328 |8051 |   0 |   0 |   0 | 512 |   0 | 0.000000e+00 |      --      |    Inf 
401.14/401.39	c   398s| 90000 | 89228 |     0 |   0.0 |  91M|1312 |   - |7328 |8084 |   0 |   0 |   0 | 564 |   0 | 0.000000e+00 |      --      |    Inf 
435.93/436.16	c   433s|100000 | 99164 |     0 |   0.0 |  98M|1312 |   - |7328 |8118 |   0 |   0 |   0 | 623 |   0 | 0.000000e+00 |      --      |    Inf 
472.22/472.44	c   469s|110000 |109088 |     0 |   0.0 | 106M|1312 |   - |7328 |8151 |   0 |   0 |   0 | 682 |   0 | 0.000000e+00 |      --      |    Inf 
511.61/511.88	c   508s|120000 |118990 |     0 |   0.0 | 113M|1312 |   - |7328 |8198 |   0 |   0 |   0 | 753 |   0 | 0.000000e+00 |      --      |    Inf 
547.49/547.74	c   543s|130000 |128908 |     0 |   0.0 | 120M|1312 |   - |7328 |8246 |   0 |   0 |   0 | 817 |   0 | 0.000000e+00 |      --      |    Inf 
577.08/577.32	c   572s|140000 |138836 |     0 |   0.0 | 127M|1312 |   - |7328 |8289 |   0 |   0 |   0 | 886 |   0 | 0.000000e+00 |      --      |    Inf 
605.37/605.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
605.37/605.66	c   601s|150000 |148760 |     0 |   0.0 | 133M|1312 |   - |7328 |8325 |   0 |   0 |   0 | 963 |   0 | 0.000000e+00 |      --      |    Inf 
635.47/635.74	c   630s|160000 |158664 |     0 |   0.0 | 140M|1312 |   - |7328 |8375 |   0 |   0 |   0 |1038 |   0 | 0.000000e+00 |      --      |    Inf 
662.55/662.80	c   657s|170000 |168575 |     0 |   0.0 | 146M|1312 |   - |7328 |8411 |   0 |   0 |   0 |1111 |   0 | 0.000000e+00 |      --      |    Inf 
688.44/688.71	c   683s|180000 |178475 |     0 |   0.0 | 153M|1312 |   - |7328 |8453 |   0 |   0 |   0 |1185 |   0 | 0.000000e+00 |      --      |    Inf 
710.64/710.98	c   705s|190000 |188383 |     0 |   0.0 | 159M|1312 |   - |7328 |8505 |   0 |   0 |   0 |1265 |   0 | 0.000000e+00 |      --      |    Inf 
731.32/731.63	c   725s|200000 |198277 |     0 |   0.0 | 165M|1312 |   - |7328 |8565 |   0 |   0 |   0 |1364 |   0 | 0.000000e+00 |      --      |    Inf 
751.92/752.26	c   745s|210000 |208137 |     0 |   0.0 | 171M|1312 |   - |7328 |8628 |   0 |   0 |   0 |1472 |   0 | 0.000000e+00 |      --      |    Inf 
771.12/771.46	c   764s|220000 |217966 |     0 |   0.0 | 177M|1312 |   - |7328 |8679 |   0 |   0 |   0 |1611 |   0 | 0.000000e+00 |      --      |    Inf 
787.00/787.37	c   780s|230000 |227821 |     0 |   0.0 | 182M|1312 |   - |7328 |8760 |   0 |   0 |   0 |1745 |   0 | 0.000000e+00 |      --      |    Inf 
800.80/801.18	c   794s|240000 |237644 |     0 |   0.0 | 188M|1312 |   - |7328 |8846 |   0 |   0 |   0 |1903 |   0 | 0.000000e+00 |      --      |    Inf 
813.00/813.31	c   805s|250000 |247368 |     0 |   0.0 | 194M|1312 |   - |7328 |8958 |   0 |   0 |   0 |2127 |   0 | 0.000000e+00 |      --      |    Inf 
827.79/828.13	c   820s|260000 |256378 |     0 |   0.0 | 200M|1312 |   - |7328 |9098 |   0 |   0 |   0 |2694 |   0 | 0.000000e+00 |      --      |    Inf 
867.08/867.45	c   858s|270000 |260298 |     0 |   0.0 | 201M|1312 |   - |7328 |9110 |   0 |   0 |   0 |5722 |   0 | 0.000000e+00 |      --      |    Inf 
912.76/913.10	c   903s|280000 |262780 |     0 |   0.0 | 203M|1312 |   - |7328 |9186 |   0 |   0 |   0 |9458 |   0 | 0.000000e+00 |      --      |    Inf 
966.84/967.24	c   956s|290000 |268975 |     0 |   0.0 | 205M|1312 |   - |7328 |8400 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1021.92/1022.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1021.92/1022.30	c  1011s|300000 |278895 |     0 |   0.0 | 214M|1312 |   - |7328 |8413 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1071.90/1072.30	c  1060s|310000 |288827 |     0 |   0.0 | 222M|1312 |   - |7328 |8422 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1119.09/1119.58	c  1107s|320000 |298783 |     0 |   0.0 | 230M|1312 |   - |7328 |8423 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1168.88/1169.37	c  1157s|330000 |308701 |     0 |   0.0 | 238M|1312 |   - |7328 |8425 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1217.96/1218.44	c  1206s|340000 |318659 |     0 |   0.0 | 246M|1312 |   - |7328 |8432 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1269.94/1270.50	c  1257s|350000 |328581 |     0 |   0.0 | 255M|1312 |   - |7328 |8438 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1320.33/1320.83	c  1307s|360000 |338528 |     0 |   0.0 | 263M|1312 |   - |7328 |8420 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1371.61/1372.18	c  1358s|370000 |348461 |     0 |   0.0 | 271M|1312 |   - |7328 |8408 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1421.48/1422.09	c  1408s|380000 |358397 |     0 |   0.0 | 280M|1312 |   - |7328 |8413 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1472.28/1472.87	c  1458s|390000 |368345 |     0 |   0.0 | 288M|1312 |   - |7328 |8406 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1523.95/1524.57	c  1510s|400000 |378274 |     0 |   0.0 | 296M|1312 |   - |7328 |8386 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1574.23/1574.82	c  1560s|410000 |388220 |     0 |   0.0 | 304M|1312 |   - |7328 |8365 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1626.42/1627.04	c  1611s|420000 |398151 |     0 |   0.0 | 313M|1312 |   - |7328 |8352 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1679.79/1680.41	c  1664s|430000 |408091 |     0 |   0.0 | 321M|1312 |   - |7328 |8324 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1731.28/1731.94	c  1716s|440000 |418022 |     0 |   0.0 | 329M|1312 |   - |7328 |8313 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1780.16/1780.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.16/1780.85	c  1764s|450000 |427964 |     0 |   0.0 | 337M|1312 |   - |7328 |8303 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1800.07/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.71	c 
1800.07/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.71	c Solving Time (sec) : 1784.02
1800.07/1800.71	c Solving Nodes      : 453339
1800.07/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.71	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.71	c Gap                : infinite
1800.07/1800.71	s UNKNOWN
1800.07/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.71	c Solving Time       :    1784.02
1800.07/1800.71	c Original Problem   :
1800.07/1800.71	c   Problem name     : HOME/instance-2663408-1276675260.opb
1800.07/1800.71	c   Variables        : 7328 (7328 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.71	c   Constraints      : 7830 initial, 7830 maximal
1800.07/1800.71	c Presolved Problem  :
1800.07/1800.71	c   Problem name     : t_HOME/instance-2663408-1276675260.opb
1800.07/1800.71	c   Variables        : 7328 (7328 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.71	c   Constraints      : 7830 initial, 9208 maximal
1800.07/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.71	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.07/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   knapsack         :       0.03          0          0          0          0          0          0          0          0
1800.07/1800.71	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.71	c   and              :       0.24          0          0          0          0          0          0          0          0
1800.07/1800.71	c   linear           :       0.06          0          0          0          0          0          0          0          0
1800.07/1800.71	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.71	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.71	c   knapsack         :          1          0     850299          0     291450        289     568957          0          0          0
1800.07/1800.71	c   setppc           :       1000          0    1231668          0     442606       2248      11246          0          0          0
1800.07/1800.71	c   and              :       6328          0    1231062          0     442861         10    3512670          0          0          0
1800.07/1800.71	c   linear           :          1          0    1229786          0     442861       8804     120889          0          0          0
1800.07/1800.71	c   logicor          :        500+         0      21178          0     442855        247     396979          0          0          0
1800.07/1800.71	c   countsols        :          0          0          0          0     442861          0          0          0          0          0
1800.07/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.71	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.71	c   knapsack         :      37.87       0.00      19.93       0.00      17.94
1800.07/1800.71	c   setppc           :     338.92       0.00      41.11       0.00     297.81
1800.07/1800.71	c   and              :     463.19       0.00     153.84       0.00     309.35
1800.07/1800.71	c   linear           :     203.43       0.00     202.69       0.00       0.74
1800.07/1800.71	c   logicor          :      73.59       0.00       4.51       0.00      69.08
1800.07/1800.71	c   countsols        :       0.28       0.00       0.00       0.00       0.28
1800.07/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.71	c   vbounds          :       0.82          1          0          0
1800.07/1800.71	c   rootredcost      :       0.78          0          0          0
1800.07/1800.71	c   pseudoobj        :       0.70          0          0          0
1800.07/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.71	c   propagation      :      94.93      11598      11429      25626      752.9          3      619.3          -
1800.07/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.71	c   applied globally :          -          -          -       3337      341.9          -          -          -
1800.07/1800.71	c   applied locally  :          -          -          -       8849      795.8          -          -          -
1800.07/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.71	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.07/1800.71	c   redcost          :       0.00          0          0          0          0          0
1800.07/1800.71	c   impliedbounds    :       0.00          0          0          0          0          0
1800.07/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.71	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.71	c   gomory           :       0.00          0          0          0          0          0
1800.07/1800.71	c   strongcg         :       0.00          0          0          0          0          0
1800.07/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.71	c   clique           :       0.00          0          0          0          0          0
1800.07/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.71	c   mcf              :       0.00          0          0          0          0          0
1800.07/1800.71	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.71	c Pricers            :       Time      Calls       Vars
1800.07/1800.71	c   problem variables:       0.00          0          0
1800.07/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.71	c   relpscost        :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   inference        :     612.03     442861          0          0          0          0     885722
1800.07/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.71	c   LP solutions     :       0.00          -          0
1800.07/1800.71	c   pseudo solutions :       0.00          -          0
1800.07/1800.71	c   trivial          :       0.01          1          0
1800.07/1800.71	c   simplerounding   :       0.00          0          0
1800.07/1800.71	c   zirounding       :       0.00          0          0
1800.07/1800.71	c   rounding         :       0.00          0          0
1800.07/1800.71	c   shifting         :       0.00          0          0
1800.07/1800.71	c   intshifting      :       0.00          0          0
1800.07/1800.71	c   oneopt           :       0.00          0          0
1800.07/1800.71	c   twoopt           :       0.00          0          0
1800.07/1800.71	c   fixandinfer      :       0.00          0          0
1800.07/1800.71	c   feaspump         :       0.00          0          0
1800.07/1800.71	c   coefdiving       :       0.00          0          0
1800.07/1800.71	c   pscostdiving     :       0.00          0          0
1800.07/1800.71	c   fracdiving       :       0.00          0          0
1800.07/1800.71	c   veclendiving     :       0.00          0          0
1800.07/1800.71	c   intdiving        :       0.00          0          0
1800.07/1800.71	c   actconsdiving    :       0.00          0          0
1800.07/1800.71	c   objpscostdiving  :       0.00          0          0
1800.07/1800.71	c   rootsoldiving    :       0.00          0          0
1800.07/1800.71	c   linesearchdiving :       0.00          0          0
1800.07/1800.71	c   guideddiving     :       0.00          0          0
1800.07/1800.71	c   octane           :       0.00          0          0
1800.07/1800.71	c   rens             :       0.00          0          0
1800.07/1800.71	c   rins             :       0.00          0          0
1800.07/1800.71	c   localbranching   :       0.00          0          0
1800.07/1800.71	c   mutation         :       0.00          0          0
1800.07/1800.71	c   crossover        :       0.00          0          0
1800.07/1800.71	c   dins             :       0.00          0          0
1800.07/1800.71	c   undercover       :       0.00          0          0
1800.07/1800.71	c   nlp              :       0.00          0          0
1800.07/1800.71	c   trysol           :       0.00          0          0
1800.07/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.71	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.71	c   dual LP          :       0.00          0          0       0.00          -
1800.07/1800.71	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.71	c   strong branching :       0.00          0          0       0.00          -
1800.07/1800.71	c     (at root node) :          -          0          0       0.00          -
1800.07/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.71	c B&B Tree           :
1800.07/1800.71	c   number of runs   :          1
1800.07/1800.71	c   nodes            :     453339
1800.07/1800.71	c   nodes (total)    :     453339
1800.07/1800.71	c   nodes left       :     431264
1800.07/1800.71	c   max depth        :       1312
1800.07/1800.71	c   max depth (total):       1312
1800.07/1800.71	c   backtracks       :       1223 (0.3%)
1800.07/1800.71	c   delayed cutoffs  :       1120
1800.07/1800.71	c   repropagations   :     333724 (128030 domain reductions, 1120 cutoffs)
1800.07/1800.71	c   avg switch length:       3.61
1800.07/1800.71	c   switching time   :      24.03
1800.07/1800.71	c Solution           :
1800.07/1800.71	c   Solutions found  :          0 (0 improvements)
1800.07/1800.71	c   Primal Bound     :          -
1800.07/1800.71	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.71	c   Gap              :   infinite
1800.07/1800.71	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.71	c   Root Iterations  :          0
1800.95/1801.69	c Time complete: 1801.05.

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-2663408-1276675260/watcher-2663408-1276675260 -o /tmp/evaluation-result-2663408-1276675260/solver-2663408-1276675260 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663408-1276675260.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11779
/proc/meminfo: memFree=1741880/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=6584 CPUtime=0
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 930 0 0 0 0 0 0 0 25 0 1 0 43127618 6742016 852 1992294400 4194304 7136930 140733901796096 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11779/statm: 1646 862 254 719 0 925 0

[startup+0.0771379 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11779
/proc/meminfo: memFree=1741880/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=15432 CPUtime=0.06
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 3360 0 0 0 6 0 0 0 25 0 1 0 43127618 15802368 3282 1992294400 4194304 7136930 140733901796096 18446744073709551615 6334898 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11779/statm: 3858 3282 269 719 0 3137 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15432

[startup+0.101141 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11779
/proc/meminfo: memFree=1741880/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=17992 CPUtime=0.09
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 3961 0 0 0 9 0 0 0 25 0 1 0 43127618 18423808 3883 1992294400 4194304 7136930 140733901796096 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11779/statm: 4498 3894 269 719 0 3777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17992

[startup+0.30118 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11779
/proc/meminfo: memFree=1741880/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=36192 CPUtime=0.29
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 8949 0 0 0 24 5 0 0 25 0 1 0 43127618 37060608 8260 1992294400 4194304 7136930 140733901796096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 9048 8260 327 719 0 8327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36192

[startup+0.701258 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11779
/proc/meminfo: memFree=1741880/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=39400 CPUtime=0.69
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 11256 0 0 0 51 18 0 0 25 0 1 0 43127618 40345600 9025 1992294400 4194304 7136930 140733901796096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 9850 9025 361 719 0 9129 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39400

[startup+1.50041 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11789
/proc/meminfo: memFree=1705044/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=40952 CPUtime=1.48
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 12209 0 0 0 125 23 0 0 25 0 1 0 43127618 41934848 9464 1992294400 4194304 7136930 140733901796096 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 10238 9464 389 719 0 9517 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40952

[startup+3.10073 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11789
/proc/meminfo: memFree=1704052/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=42764 CPUtime=3.08
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 12653 0 0 0 284 24 0 0 25 0 1 0 43127618 43790336 9908 1992294400 4194304 7136930 140733901796096 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 10691 9908 389 719 0 9970 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42764

[startup+6.30035 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11789
/proc/meminfo: memFree=1701324/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=44716 CPUtime=6.28
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 13108 0 0 0 602 26 0 0 25 0 1 0 43127618 45789184 10363 1992294400 4194304 7136930 140733901796096 18446744073709551615 4774442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 11179 10363 394 719 0 10458 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44716

[startup+12.7006 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11789
/proc/meminfo: memFree=1699588/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=46556 CPUtime=12.68
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 13545 0 0 0 1237 31 0 0 25 0 1 0 43127618 47673344 10800 1992294400 4194304 7136930 140733901796096 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 11639 10800 394 719 0 10918 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46556

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11791
/proc/meminfo: memFree=1697232/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=48824 CPUtime=25.47
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 14116 0 0 0 2506 41 0 0 25 0 1 0 43127618 49995776 11371 1992294400 4194304 7136930 140733901796096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 12206 11371 394 719 0 11485 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 48824

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11791
/proc/meminfo: memFree=1690660/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=55312 CPUtime=51.06
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 15752 0 0 0 5047 59 0 0 25 0 1 0 43127618 56639488 13007 1992294400 4194304 7136930 140733901796096 18446744073709551615 5121846 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 13828 13007 394 719 0 13107 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 55312

[startup+102.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11793
/proc/meminfo: memFree=1679996/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=65848 CPUtime=102.26
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 18405 0 0 0 10129 97 0 0 25 0 1 0 43127618 67428352 15660 1992294400 4194304 7136930 140733901796096 18446744073709551615 4643160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 16462 15660 394 719 0 15741 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 65848

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11793
/proc/meminfo: memFree=1669208/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=76236 CPUtime=162.23
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 21071 0 0 0 16088 135 0 0 25 0 1 0 43127618 78065664 18326 1992294400 4194304 7136930 140733901796096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 19059 18326 394 719 0 18338 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 76236

[startup+222.302 s]
/proc/loadavg: 1.07 1.00 1.00 2/107 11795
/proc/meminfo: memFree=1658172/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=87272 CPUtime=222.2
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 23843 0 0 0 22046 174 0 0 25 0 1 0 43127618 89366528 21098 1992294400 4194304 7136930 140733901796096 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 21818 21098 394 719 0 21097 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 87272

[startup+282.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 11797
/proc/meminfo: memFree=1649244/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=96580 CPUtime=282.18
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 26208 0 0 0 28002 216 0 0 25 0 1 0 43127618 98897920 23463 1992294400 4194304 7136930 140733901796096 18446744073709551615 4948105 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 24145 23463 394 719 0 23424 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 96580

[startup+342.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 11799
/proc/meminfo: memFree=1634488/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=112560 CPUtime=342.16
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 29717 0 0 0 33958 258 0 0 25 0 1 0 43127618 115261440 26972 1992294400 4194304 7136930 140733901796096 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 28140 26972 394 719 0 27419 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 112560

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11801
/proc/meminfo: memFree=1625188/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=122812 CPUtime=402.14
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 32319 0 0 0 39907 307 0 0 25 0 1 0 43127618 125759488 29574 1992294400 4194304 7136930 140733901796096 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 30703 29574 394 719 0 29982 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 122812

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11801
/proc/meminfo: memFree=1610804/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=135800 CPUtime=462.12
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 35621 0 0 0 45856 356 0 0 25 0 1 0 43127618 139059200 32876 1992294400 4194304 7136930 140733901796096 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 33950 32876 394 719 0 33229 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 135800

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11803
/proc/meminfo: memFree=1598528/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=147884 CPUtime=522.1
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 38680 0 0 0 51808 402 0 0 25 0 1 0 43127618 151433216 35935 1992294400 4194304 7136930 140733901796096 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 36971 35935 394 719 0 36250 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 147884

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11805
/proc/meminfo: memFree=1585508/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=161316 CPUtime=582.08
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 42021 0 0 0 57746 462 0 0 25 0 1 0 43127618 165187584 39276 1992294400 4194304 7136930 140733901796096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 40329 39276 394 719 0 39608 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 161316

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11807
/proc/meminfo: memFree=1570380/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=176072 CPUtime=642.07
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 45696 0 0 0 63689 518 0 0 25 0 1 0 43127618 180297728 42951 1992294400 4194304 7136930 140733901796096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 44018 42951 394 719 0 43297 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 176072

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11818
/proc/meminfo: memFree=1484572/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=267328 CPUtime=941.96
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 66937 0 0 0 93143 1053 0 0 25 0 1 0 43127618 273743872 64192 1992294400 4194304 7136930 140733901796096 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 66832 64192 394 719 0 66111 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 267328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11820
/proc/meminfo: memFree=1471924/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=279908 CPUtime=1001.93
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 70103 0 0 0 99101 1092 0 0 25 0 1 0 43127618 286625792 67358 1992294400 4194304 7136930 140733901796096 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 69977 67358 394 719 0 69256 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 279908

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11820
/proc/meminfo: memFree=1465476/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=286096 CPUtime=1061.92
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 71707 0 0 0 105060 1132 0 0 25 0 1 0 43127618 292962304 68962 1992294400 4194304 7136930 140733901796096 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 71524 68962 394 719 0 70803 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 286096

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11822
/proc/meminfo: memFree=1457044/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=294516 CPUtime=1121.9
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 73828 0 0 0 111021 1169 0 0 25 0 1 0 43127618 301584384 71083 1992294400 4194304 7136930 140733901796096 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 73629 71083 394 719 0 72908 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 294516

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11824
/proc/meminfo: memFree=1444024/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=307464 CPUtime=1181.87
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 77085 0 0 0 116974 1213 0 0 25 0 1 0 43127618 314843136 74340 1992294400 4194304 7136930 140733901796096 18446744073709551615 5122189 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 76866 74340 394 719 0 76145 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 307464

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11826
/proc/meminfo: memFree=1433360/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=318060 CPUtime=1241.85
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 79736 0 0 0 122933 1252 0 0 25 0 1 0 43127618 325693440 76991 1992294400 4194304 7136930 140733901796096 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 79515 76991 394 719 0 78794 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 318060

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11828
/proc/meminfo: memFree=1423688/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=327496 CPUtime=1301.84
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 82165 0 0 0 128894 1290 0 0 25 0 1 0 43127618 335355904 79420 1992294400 4194304 7136930 140733901796096 18446744073709551615 4642112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 81874 79420 394 719 0 81153 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 327496

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11828
/proc/meminfo: memFree=1415256/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=336852 CPUtime=1361.81
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 84526 0 0 0 134855 1326 0 0 25 0 1 0 43127618 344936448 81781 1992294400 4194304 7136930 140733901796096 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 84213 81781 394 719 0 83492 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 336852

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11830
/proc/meminfo: memFree=1403476/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=347384 CPUtime=1421.79
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 87208 0 0 0 140816 1363 0 0 25 0 1 0 43127618 355721216 84463 1992294400 4194304 7136930 140733901796096 18446744073709551615 4780863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 86846 84463 394 719 0 86125 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 347384

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11832
/proc/meminfo: memFree=1394548/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=356212 CPUtime=1481.76
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 89442 0 0 0 146776 1400 0 0 25 0 1 0 43127618 364761088 86697 1992294400 4194304 7136930 140733901796096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 89053 86697 394 719 0 88332 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 356212

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11834
/proc/meminfo: memFree=1385868/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=364856 CPUtime=1541.75
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 91608 0 0 0 152739 1436 0 0 25 0 1 0 43127618 373612544 88863 1992294400 4194304 7136930 140733901796096 18446744073709551615 4780863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 91214 88863 394 719 0 90493 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 364856

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11836
/proc/meminfo: memFree=1374708/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=375884 CPUtime=1601.72
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 94418 0 0 0 158701 1471 0 0 25 0 1 0 43127618 384905216 91673 1992294400 4194304 7136930 140733901796096 18446744073709551615 4780847 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 93971 91673 394 719 0 93250 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 375884

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11836
/proc/meminfo: memFree=1363176/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=387160 CPUtime=1661.7
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 97276 0 0 0 164657 1513 0 0 25 0 1 0 43127618 396451840 94531 1992294400 4194304 7136930 140733901796096 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 96790 94531 394 719 0 96069 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 387160

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11838
/proc/meminfo: memFree=1356728/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=393420 CPUtime=1721.68
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 98858 0 0 0 170618 1550 0 0 25 0 1 0 43127618 402862080 96113 1992294400 4194304 7136930 140733901796096 18446744073709551615 4407823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 98355 96113 394 719 0 97634 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 393420

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11840
/proc/meminfo: memFree=1345816/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=403924 CPUtime=1781.66
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 101519 0 0 0 176580 1586 0 0 25 0 1 0 43127618 413618176 98774 1992294400 4194304 7136930 140733901796096 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 100981 98774 394 719 0 100260 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 403924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11840
/proc/meminfo: memFree=1343212/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=406432 CPUtime=1800.07
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 102168 0 0 0 178412 1595 0 0 25 0 1 0 43127618 416186368 99423 1992294400 4194304 7136930 140733901796096 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11779/statm: 101608 99423 394 719 0 100887 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 406432

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.00 2/107 11840
/proc/meminfo: memFree=1343212/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=388084 CPUtime=1800.75
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 102184 0 0 0 178480 1595 0 0 25 0 1 0 43127618 397398016 94852 1992294400 4194304 7136930 140733901796096 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11779/statm: 97021 94852 399 719 0 96300 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 388084

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11840
/proc/meminfo: memFree=1343212/2059040 swapFree=4136232/4192956
[pid=11779] ppid=11777 vsize=289176 CPUtime=1800.95
/proc/11779/stat : 11779 (pbscip.linux.x8) R 11777 11779 11671 0 -1 4202496 102186 0 0 0 178498 1597 0 0 25 0 1 0 43127618 296116224 70135 1992294400 4194304 7136930 140733901796096 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11779/statm: 72294 70135 399 719 0 71573 0
Current children cumulated CPU time (s) 1800.95
Current children cumulated vsize (KiB) 289176

Child status: 0
Real time (s): 1801.7
CPU time (s): 1801.06
CPU user time (s): 1785.05
CPU system time (s): 16.0106
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 406432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.05
system time used= 16.0106
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102192
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3837

runsolver used 3.10853 second user time and 8.38472 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-16 10:01:01
IDJOB=2663408
IDBENCH=48286
IDSOLVER=1167
FILE ID=node011/2663408-1276675260
PBS_JOBID= 11172563
Free space on /tmp= 62360 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_2_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-2663408-1276675260/watcher-2663408-1276675260 -o /tmp/evaluation-result-2663408-1276675260/solver-2663408-1276675260 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663408-1276675260.opb -t 1800 -m 1800

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

MD5SUM BENCH= 4b0064bdd43b7a445f2334396cfebe4e
RANDOM SEED=432253815

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1742284 kB
Buffers:        120636 kB
Cached:         115872 kB
SwapCached:      10072 kB
Active:         105364 kB
Inactive:       144260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1742284 kB
SwapTotal:     4192956 kB
SwapFree:      4136232 kB
Dirty:            3368 kB
Writeback:           0 kB
AnonPages:       11540 kB
Mapped:           9328 kB
Slab:            45312 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181316 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= 62360 MiB
End job on node011 at 2010-06-16 10:31:03