Trace number 2664260

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.85 1801.33

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin12.opb
MD5SUM8ef9ab9b1b524024010be24ca1127d40
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark13.7839
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4356
Total number of constraints600
Number of constraints which are clauses264
Number of constraints which are cardinality constraints (but not clauses)336
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint66
Maximum length of a constraint121
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 123
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-2664260-1278546197.opb>
0.04/0.09	c original problem has 4356 variables (4356 bin, 0 int, 0 impl, 0 cont) and 600 constraints
0.04/0.09	c problem read
0.04/0.09	c No objective function, only one solution is needed.
0.04/0.09	c presolving settings loaded
0.04/0.09	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.15	c presolving:
0.19/0.22	c (round 1) 0 del vars, 264 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 72 upgd conss, 0 impls, 264 clqs
0.29/0.37	c (round 2) 0 del vars, 264 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 336 upgd conss, 0 impls, 264 clqs
0.29/0.39	c presolving (3 rounds):
0.29/0.39	c  0 deleted vars, 264 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.39	c  0 implications, 264 cliques
0.29/0.39	c presolved problem has 4356 variables (4356 bin, 0 int, 0 impl, 0 cont) and 336 constraints
0.29/0.39	c      72 constraints of type <knapsack>
0.29/0.39	c     264 constraints of type <setppc>
0.29/0.39	c transformed objective value is always integral (scale: 1)
0.29/0.39	c Presolving Time: 0.25
0.29/0.39	c - non default parameters ----------------------------------------------------------------------
0.29/0.39	c # SCIP version 1.2.1.2
0.29/0.39	c 
0.29/0.39	c # frequency for displaying node information lines
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.39	c display/freq = 10000
0.29/0.39	c 
0.29/0.39	c # maximal time in seconds to run
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.39	c limits/time = 1799.91
0.29/0.39	c 
0.29/0.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.39	c limits/memory = 1620
0.29/0.39	c 
0.29/0.39	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39	c limits/solutions = 1
0.29/0.39	c 
0.29/0.39	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39	c lp/solvefreq = -1
0.29/0.39	c 
0.29/0.39	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.39	c separating/maxrounds = 1
0.29/0.39	c 
0.29/0.39	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39	c separating/maxroundsroot = 5
0.29/0.39	c 
0.29/0.39	c # should presolving try to simplify inequalities
0.29/0.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39	c constraints/linear/simplifyinequalities = TRUE
0.29/0.39	c 
0.29/0.39	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.39	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.39	c constraints/knapsack/disaggregation = FALSE
0.29/0.39	c 
0.29/0.39	c # should presolving try to simplify knapsacks
0.29/0.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.39	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.39	c 
0.29/0.39	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39	c presolving/probing/maxrounds = 0
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39	c heuristics/coefdiving/freq = -1
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39	c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.39	c heuristics/crossover/freq = -1
0.29/0.39	c 
0.29/0.39	c # number of nodes added to the contingent of the total nodes
0.29/0.39	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.39	c heuristics/crossover/nodesofs = 750
0.29/0.39	c 
0.29/0.39	c # number of nodes without incumbent change that heuristic should wait
0.29/0.39	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.39	c heuristics/crossover/nwaitingnodes = 100
0.29/0.39	c 
0.29/0.39	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.39	c # [type: real, range: [0,1], default: 0.1]
0.29/0.39	c heuristics/crossover/nodesquot = 0.15
0.29/0.39	c 
0.29/0.39	c # minimum percentage of integer variables that have to be fixed 
0.29/0.39	c # [type: real, range: [0,1], default: 0.666]
0.29/0.39	c heuristics/crossover/minfixingrate = 0.5
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39	c heuristics/feaspump/freq = -1
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39	c heuristics/fracdiving/freq = -1
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39	c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39	c heuristics/guideddiving/freq = -1
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39	c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39	c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39	c heuristics/intshifting/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39	c heuristics/linesearchdiving/freq = -1
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39	c heuristics/nlp/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39	c heuristics/objpscostdiving/freq = -1
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.39	c # [type: real, range: [0,1], default: 0.01]
0.29/0.39	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39	c heuristics/oneopt/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39	c heuristics/pscostdiving/freq = -1
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39	c heuristics/rens/freq = -1
0.29/0.39	c 
0.29/0.39	c # minimum percentage of integer variables that have to be fixable 
0.29/0.39	c # [type: real, range: [0,1], default: 0.5]
0.29/0.39	c heuristics/rens/minfixingrate = 0.3
0.29/0.39	c 
0.29/0.39	c # number of nodes added to the contingent of the total nodes
0.29/0.39	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.39	c heuristics/rens/nodesofs = 2000
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.39	c heuristics/rootsoldiving/freq = -1
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.39	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39	c heuristics/rounding/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39	c heuristics/shifting/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39	c heuristics/simplerounding/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39	c heuristics/trivial/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39	c heuristics/trysol/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.39	c heuristics/veclendiving/freq = -1
0.29/0.39	c 
0.29/0.39	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.39	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.39	c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.39	c 
0.29/0.39	c # additional number of allowed LP iterations
0.29/0.39	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.39	c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.39	c 
0.29/0.39	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.39	c heuristics/zirounding/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39	c separating/cmir/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.39	c separating/flowcover/freq = -1
0.29/0.39	c 
0.29/0.39	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.39	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.39	c separating/rapidlearning/freq = 0
0.29/0.39	c 
0.29/0.39	c -----------------------------------------------------------------------------------------------
0.29/0.39	c start solving
0.29/0.39	c 
0.29/0.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.39	c   0.3s|     1 |     2 |     0 |     - |  13M|   0 |   - |4356 | 336 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
29.09/29.12	c  28.8s| 10000 |  9949 |     0 |   0.0 |  17M|2173 |   - |4356 | 451 |   0 |   0 |   0 | 115 |   0 | 0.000000e+00 |      --      |    Inf 
60.88/60.98	c  60.5s| 20000 | 19890 |     0 |   0.0 |  21M|2173 |   - |4356 | 619 |   0 |   0 |   0 | 284 |   0 | 0.000000e+00 |      --      |    Inf 
92.86/92.98	c  92.3s| 30000 | 29844 |     0 |   0.0 |  25M|2173 |   - |4356 | 793 |   0 |   0 |   0 | 458 |   0 | 0.000000e+00 |      --      |    Inf 
125.26/125.40	c   125s| 40000 | 39810 |     0 |   0.0 |  29M|2173 |   - |4356 | 945 |   0 |   0 |   0 | 618 |   0 | 0.000000e+00 |      --      |    Inf 
158.26/158.39	c   157s| 50000 | 49753 |     0 |   0.0 |  32M|2173 |   - |4356 |1058 |   0 |   0 |   0 | 740 |   0 | 0.000000e+00 |      --      |    Inf 
190.84/190.91	c   190s| 60000 | 59716 |     0 |   0.0 |  35M|2173 |   - |4356 |1154 |   0 |   0 |   0 | 854 |   0 | 0.000000e+00 |      --      |    Inf 
222.93/223.01	c   222s| 70000 | 69664 |     0 |   0.0 |  39M|2173 |   - |4356 |1243 |   0 |   0 |   0 | 970 |   0 | 0.000000e+00 |      --      |    Inf 
254.52/254.63	c   253s| 80000 | 79613 |     0 |   0.0 |  42M|2173 |   - |4356 |1340 |   0 |   0 |   0 |1111 |   0 | 0.000000e+00 |      --      |    Inf 
286.01/286.12	c   284s| 90000 | 89589 |     0 |   0.0 |  45M|2173 |   - |4356 |1370 |   0 |   0 |   0 |1181 |   0 | 0.000000e+00 |      --      |    Inf 
317.11/317.27	c   315s|100000 | 99548 |     0 |   0.0 |  48M|2173 |   - |4356 |1421 |   0 |   0 |   0 |1291 |   0 | 0.000000e+00 |      --      |    Inf 
348.20/348.31	c   346s|110000 |109522 |     0 |   0.0 |  51M|2173 |   - |4356 |1435 |   0 |   0 |   0 |1367 |   0 | 0.000000e+00 |      --      |    Inf 
379.49/379.63	c   377s|120000 |119469 |     0 |   0.0 |  54M|2173 |   - |4356 |1522 |   0 |   0 |   0 |1534 |   0 | 0.000000e+00 |      --      |    Inf 
409.18/409.32	c   407s|130000 |129424 |     0 |   0.0 |  58M|2173 |   - |4356 |1568 |   0 |   0 |   0 |1653 |   0 | 0.000000e+00 |      --      |    Inf 
439.28/439.44	c   437s|140000 |139385 |     0 |   0.0 |  61M|2173 |   - |4356 |1628 |   0 |   0 |   0 |1781 |   0 | 0.000000e+00 |      --      |    Inf 
469.37/469.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
469.37/469.57	c   467s|150000 |149336 |     0 |   0.0 |  64M|2173 |   - |4356 |1699 |   0 |   0 |   0 |1933 |   0 | 0.000000e+00 |      --      |    Inf 
499.76/499.90	c   497s|160000 |159290 |     0 |   0.0 |  68M|2173 |   - |4356 |1789 |   0 |   0 |   0 |2120 |   0 | 0.000000e+00 |      --      |    Inf 
530.35/530.54	c   527s|170000 |169199 |     0 |   0.0 |  71M|2173 |   - |4356 |1803 |   0 |   0 |   0 |2249 |   0 | 0.000000e+00 |      --      |    Inf 
558.94/559.14	c   556s|180000 |179149 |     0 |   0.0 |  74M|2173 |   - |4356 |1811 |   0 |   0 |   0 |2416 |   0 | 0.000000e+00 |      --      |    Inf 
587.43/587.69	c   584s|190000 |189106 |     0 |   0.0 |  78M|2173 |   - |4356 |1820 |   0 |   0 |   0 |2581 |   0 | 0.000000e+00 |      --      |    Inf 
616.13/616.31	c   613s|200000 |199040 |     0 |   0.0 |  81M|2173 |   - |4356 |1841 |   0 |   0 |   0 |2743 |   0 | 0.000000e+00 |      --      |    Inf 
644.52/644.79	c   641s|210000 |208984 |     0 |   0.0 |  85M|2173 |   - |4356 |1889 |   0 |   0 |   0 |2985 |   0 | 0.000000e+00 |      --      |    Inf 
672.51/672.71	c   669s|220000 |218920 |     0 |   0.0 |  88M|2173 |   - |4356 |1901 |   0 |   0 |   0 |3211 |   0 | 0.000000e+00 |      --      |    Inf 
700.81/701.06	c   697s|230000 |228875 |     0 |   0.0 |  92M|2173 |   - |4356 |1900 |   0 |   0 |   0 |3390 |   0 | 0.000000e+00 |      --      |    Inf 
728.60/728.83	c   725s|240000 |238837 |     0 |   0.0 |  95M|2173 |   - |4356 |1869 |   0 |   0 |   0 |3541 |   0 | 0.000000e+00 |      --      |    Inf 
755.50/755.78	c   751s|250000 |248787 |     0 |   0.0 |  99M|2173 |   - |4356 |1838 |   0 |   0 |   0 |3672 |   0 | 0.000000e+00 |      --      |    Inf 
783.19/783.45	c   779s|260000 |258745 |     0 |   0.0 | 102M|2173 |   - |4356 |1848 |   0 |   0 |   0 |3835 |   0 | 0.000000e+00 |      --      |    Inf 
810.49/810.77	c   806s|270000 |268697 |     0 |   0.0 | 106M|2173 |   - |4356 |1892 |   0 |   0 |   0 |4036 |   0 | 0.000000e+00 |      --      |    Inf 
837.58/837.83	c   833s|280000 |278581 |     0 |   0.0 | 110M|2173 |   - |4356 |1940 |   0 |   0 |   0 |4252 |   0 | 0.000000e+00 |      --      |    Inf 
864.16/864.41	c   859s|290000 |288530 |     0 |   0.0 | 113M|2173 |   - |4356 |2003 |   0 |   0 |   0 |4471 |   0 | 0.000000e+00 |      --      |    Inf 
890.95/891.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
890.95/891.21	c   886s|300000 |298473 |     0 |   0.0 | 117M|2173 |   - |4356 |2091 |   0 |   0 |   0 |4697 |   0 | 0.000000e+00 |      --      |    Inf 
916.25/916.59	c   911s|310000 |308410 |     0 |   0.0 | 121M|2173 |   - |4356 |2173 |   0 |   0 |   0 |4942 |   0 | 0.000000e+00 |      --      |    Inf 
941.55/941.81	c   936s|320000 |318328 |     0 |   0.0 | 125M|2173 |   - |4356 |2320 |   0 |   0 |   0 |5277 |   0 | 0.000000e+00 |      --      |    Inf 
966.94/967.23	c   961s|330000 |328271 |     0 |   0.0 | 129M|2173 |   - |4356 |2386 |   0 |   0 |   0 |5534 |   0 | 0.000000e+00 |      --      |    Inf 
991.94/992.21	c   986s|340000 |338187 |     0 |   0.0 | 133M|2173 |   - |4356 |2541 |   0 |   0 |   0 |5851 |   0 | 0.000000e+00 |      --      |    Inf 
1017.53/1017.90	c  1012s|350000 |348100 |     0 |   0.0 | 137M|2173 |   - |4356 |2646 |   0 |   0 |   0 |6171 |   0 | 0.000000e+00 |      --      |    Inf 
1042.92/1043.29	c  1037s|360000 |357828 |     0 |   0.0 | 141M|2173 |   - |4356 |2817 |   0 |   0 |   0 |6527 |   0 | 0.000000e+00 |      --      |    Inf 
1067.60/1067.93	c  1061s|370000 |367713 |     0 |   0.0 | 146M|2173 |   - |4356 |2858 |   0 |   0 |   0 |6858 |   0 | 0.000000e+00 |      --      |    Inf 
1092.09/1092.41	c  1086s|380000 |377598 |     0 |   0.0 | 150M|2173 |   - |4356 |3005 |   0 |   0 |   0 |7307 |   0 | 0.000000e+00 |      --      |    Inf 
1116.20/1116.59	c  1110s|390000 |387506 |     0 |   0.0 | 154M|2173 |   - |4356 |3103 |   0 |   0 |   0 |7662 |   0 | 0.000000e+00 |      --      |    Inf 
1139.19/1139.60	c  1133s|400000 |397423 |     0 |   0.0 | 158M|2173 |   - |4356 |3206 |   0 |   0 |   0 |8001 |   0 | 0.000000e+00 |      --      |    Inf 
1162.58/1162.96	c  1156s|410000 |407343 |     0 |   0.0 | 162M|2173 |   - |4356 |3244 |   0 |   0 |   0 |8311 |   0 | 0.000000e+00 |      --      |    Inf 
1185.67/1186.00	c  1179s|420000 |417228 |     0 |   0.0 | 167M|2173 |   - |4356 |3399 |   0 |   0 |   0 |8705 |   0 | 0.000000e+00 |      --      |    Inf 
1208.16/1208.53	c  1201s|430000 |427136 |     0 |   0.0 | 171M|2173 |   - |4356 |3504 |   0 |   0 |   0 |9097 |   0 | 0.000000e+00 |      --      |    Inf 
1230.66/1231.05	c  1223s|440000 |437025 |     0 |   0.0 | 176M|2173 |   - |4356 |3614 |   0 |   0 |   0 |9577 |   0 | 0.000000e+00 |      --      |    Inf 
1252.06/1252.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1252.06/1252.43	c  1245s|450000 |446917 |     0 |   0.0 | 181M|2173 |   - |4356 |3638 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1272.85/1273.29	c  1265s|460000 |456655 |     0 |   0.0 | 186M|2173 |   - |4356 |3905 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
1293.55/1293.96	c  1286s|470000 |466463 |     0 |   0.0 | 192M|2173 |   - |4356 |4278 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
1313.54/1313.97	c  1306s|480000 |476266 |     0 |   0.0 | 198M|2173 |   - |4356 |4417 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
1333.84/1334.27	c  1326s|490000 |485956 |     0 |   0.0 | 204M|2173 |   - |4356 |4896 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
1353.93/1354.36	c  1346s|500000 |495624 |     0 |   0.0 | 211M|2173 |   - |4356 |5170 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
1373.43/1373.81	c  1365s|510000 |505233 |     0 |   0.0 | 219M|2173 |   - |4356 |5716 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1393.52/1393.95	c  1385s|520000 |514523 |     0 |   0.0 | 228M|2173 |   - |4356 |6028 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1424.51/1424.97	c  1416s|530000 |524021 |     0 |   0.0 | 229M|2173 |   - |4356 |5280 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1454.91/1455.32	c  1446s|540000 |533938 |     0 |   0.0 | 229M|2173 |   - |4356 |4020 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1485.99/1486.43	c  1477s|550000 |543916 |     0 |   0.0 | 230M|2173 |   - |4356 |2849 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1516.29/1516.71	c  1507s|560000 |553884 |     0 |   0.0 | 232M|2173 |   - |4356 |2174 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1546.98/1547.40	c  1537s|570000 |563538 |     0 |   0.0 | 234M|2173 |   - |4356 |1903 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1577.47/1577.97	c  1568s|580000 |573485 |     0 |   0.0 | 237M|2173 |   - |4356 |1654 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1607.86/1608.34	c  1598s|590000 |583458 |     0 |   0.0 | 239M|2173 |   - |4356 |1393 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1638.35/1638.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1638.35/1638.80	c  1628s|600000 |593428 |     0 |   0.0 | 242M|2173 |   - |4356 |1274 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1668.15/1668.67	c  1658s|610000 |603403 |     0 |   0.0 | 245M|2173 |   - |4356 |1124 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1698.24/1698.75	c  1688s|620000 |613377 |     0 |   0.0 | 248M|2173 |   - |4356 |1051 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1727.93/1728.40	c  1717s|630000 |623346 |     0 |   0.0 | 251M|2173 |   - |4356 |1030 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1759.33/1759.87	c  1749s|640000 |633274 |     0 |   0.0 | 254M|2173 |   - |4356 | 940 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1789.51/1790.05	c  1779s|650000 |643231 |     0 |   0.0 | 257M|2173 |   - |4356 | 963 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.50	c 
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time (sec) : 1789.24
1800.02/1800.50	c Solving Nodes      : 653350
1800.02/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.50	c Gap                : infinite
1800.02/1800.50	s UNKNOWN
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time       :    1789.24
1800.02/1800.50	c Original Problem   :
1800.02/1800.50	c   Problem name     : HOME/instance-2664260-1278546197.opb
1800.02/1800.50	c   Variables        : 4356 (4356 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.50	c   Constraints      : 600 initial, 600 maximal
1800.02/1800.50	c Presolved Problem  :
1800.02/1800.50	c   Problem name     : t_HOME/instance-2664260-1278546197.opb
1800.02/1800.50	c   Variables        : 4356 (4356 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.50	c   Constraints      : 336 initial, 6099 maximal
1800.02/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   knapsack         :       0.11          0          0          0          0          0          0          0          0
1800.02/1800.50	c   setppc           :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.50	c   linear           :       0.07          0          0          0          0          0        264          0          0
1800.02/1800.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.50	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.50	c   knapsack         :         72          0     720963          0     651243         21     513539          0          0          0
1800.02/1800.50	c   setppc           :        264          0     720942          0     651243       2923    1216206          0          0          0
1800.02/1800.50	c   logicor          :          0+         0      61960          0          0         98       4153          0          0          0
1800.02/1800.50	c   countsols        :          0          0          0          0     651243          0          0          0          0          0
1800.02/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.50	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.50	c   knapsack         :     448.96       0.00      17.02       0.00     431.94
1800.02/1800.50	c   setppc           :     487.48       0.00      26.98       0.00     460.50
1800.02/1800.50	c   logicor          :       2.16       0.00       2.16       0.00       0.00
1800.02/1800.50	c   countsols        :       0.48       0.00       0.00       0.00       0.48
1800.02/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.50	c   vbounds          :       0.57          1          0          0
1800.02/1800.50	c   rootredcost      :       0.46          0          0          0
1800.02/1800.50	c   pseudoobj        :       0.39          0          0          0
1800.02/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.50	c   propagation      :      11.04       3042       3042      39345      367.9       1053      115.9          -
1800.02/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.50	c   applied globally :          -          -          -      19728      171.1          -          -          -
1800.02/1800.50	c   applied locally  :          -          -          -         13      554.2          -          -          -
1800.02/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.50	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.50	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.50	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.50	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.50	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.50	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.50	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.50	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.50	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.50	c Pricers            :       Time      Calls       Vars
1800.02/1800.50	c   problem variables:       0.00          0          0
1800.02/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.50	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   inference        :     801.61     651243          0          0          0          0    1302486
1800.02/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.50	c   LP solutions     :       0.00          -          0
1800.02/1800.50	c   pseudo solutions :       0.00          -          0
1800.02/1800.50	c   trivial          :       0.01          1          0
1800.02/1800.51	c   simplerounding   :       0.00          0          0
1800.02/1800.51	c   zirounding       :       0.00          0          0
1800.02/1800.51	c   rounding         :       0.00          0          0
1800.02/1800.51	c   shifting         :       0.00          0          0
1800.02/1800.51	c   intshifting      :       0.00          0          0
1800.02/1800.51	c   oneopt           :       0.00          0          0
1800.02/1800.51	c   twoopt           :       0.00          0          0
1800.02/1800.51	c   fixandinfer      :       0.00          0          0
1800.02/1800.51	c   feaspump         :       0.00          0          0
1800.02/1800.51	c   coefdiving       :       0.00          0          0
1800.02/1800.51	c   pscostdiving     :       0.00          0          0
1800.02/1800.51	c   fracdiving       :       0.00          0          0
1800.02/1800.51	c   veclendiving     :       0.00          0          0
1800.02/1800.51	c   intdiving        :       0.00          0          0
1800.02/1800.51	c   actconsdiving    :       0.00          0          0
1800.02/1800.51	c   objpscostdiving  :       0.00          0          0
1800.02/1800.51	c   rootsoldiving    :       0.00          0          0
1800.02/1800.51	c   linesearchdiving :       0.00          0          0
1800.02/1800.51	c   guideddiving     :       0.00          0          0
1800.02/1800.51	c   octane           :       0.00          0          0
1800.02/1800.51	c   rens             :       0.00          0          0
1800.02/1800.51	c   rins             :       0.00          0          0
1800.02/1800.51	c   localbranching   :       0.00          0          0
1800.02/1800.51	c   mutation         :       0.00          0          0
1800.02/1800.51	c   crossover        :       0.00          0          0
1800.02/1800.51	c   dins             :       0.00          0          0
1800.02/1800.51	c   undercover       :       0.00          0          0
1800.02/1800.51	c   nlp              :       0.00          0          0
1800.02/1800.51	c   trysol           :       0.00          0          0
1800.02/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.51	c B&B Tree           :
1800.02/1800.51	c   number of runs   :          1
1800.02/1800.51	c   nodes            :     653350
1800.02/1800.51	c   nodes (total)    :     653350
1800.02/1800.51	c   nodes left       :     646570
1800.02/1800.51	c   max depth        :       2173
1800.02/1800.51	c   max depth (total):       2173
1800.02/1800.51	c   backtracks       :       1269 (0.2%)
1800.02/1800.51	c   delayed cutoffs  :       2567
1800.02/1800.51	c   repropagations   :      31603 (231572 domain reductions, 935 cutoffs)
1800.02/1800.51	c   avg switch length:       2.22
1800.02/1800.51	c   switching time   :      18.09
1800.02/1800.51	c Solution           :
1800.02/1800.51	c   Solutions found  :          0 (0 improvements)
1800.02/1800.51	c   Primal Bound     :          -
1800.02/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.51	c   Gap              :   infinite
1800.02/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.51	c   Root Iterations  :          0
1800.81/1801.33	c Time complete: 1800.84.

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-2664260-1278546197/watcher-2664260-1278546197 -o /tmp/evaluation-result-2664260-1278546197/solver-2664260-1278546197 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664260-1278546197.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.00 0.00 0.00 2/105 29248
/proc/meminfo: memFree=1705768/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=8196 CPUtime=0
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 1522 0 0 0 0 0 0 0 22 0 1 0 22828008 8392704 1445 1992294400 4194304 7136930 140737197004736 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29248/statm: 2049 1445 268 719 0 1328 0

[startup+0.0528469 s]
/proc/loadavg: 0.00 0.00 0.00 2/105 29248
/proc/meminfo: memFree=1705768/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=13300 CPUtime=0.04
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 2800 0 0 0 3 1 0 0 22 0 1 0 22828008 13619200 2723 1992294400 4194304 7136930 140737197004736 18446744073709551615 5648952 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29248/statm: 3325 2723 268 719 0 2604 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13300

[startup+0.100851 s]
/proc/loadavg: 0.00 0.00 0.00 2/105 29248
/proc/meminfo: memFree=1705768/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=16336 CPUtime=0.09
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 3833 0 0 0 8 1 0 0 18 0 1 0 22828008 16728064 3402 1992294400 4194304 7136930 140737197004736 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 4084 3414 280 719 0 3363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16336

[startup+0.300873 s]
/proc/loadavg: 0.00 0.00 0.00 2/105 29248
/proc/meminfo: memFree=1705768/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=30640 CPUtime=0.29
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 7802 0 0 0 26 3 0 0 18 0 1 0 22828008 31375360 6857 1992294400 4194304 7136930 140737197004736 18446744073709551615 4890934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 7660 6857 351 719 0 6939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30640

[startup+0.700918 s]
/proc/loadavg: 0.00 0.00 0.00 2/105 29248
/proc/meminfo: memFree=1705768/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=31932 CPUtime=0.69
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 9456 0 0 0 66 3 0 0 18 0 1 0 22828008 32698368 7226 1992294400 4194304 7136930 140737197004736 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 7983 7226 381 719 0 7262 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31932

[startup+1.50101 s]
/proc/loadavg: 0.00 0.00 0.00 2/106 29249
/proc/meminfo: memFree=1678232/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=32456 CPUtime=1.49
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 9572 0 0 0 145 4 0 0 20 0 1 0 22828008 33234944 7342 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 8114 7342 381 719 0 7393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32456

[startup+3.10118 s]
/proc/loadavg: 0.00 0.00 0.00 2/106 29249
/proc/meminfo: memFree=1677612/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=33108 CPUtime=3.09
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 9739 0 0 0 304 5 0 0 25 0 1 0 22828008 33902592 7509 1992294400 4194304 7136930 140737197004736 18446744073709551615 4697568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 8277 7509 381 719 0 7556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33108

[startup+6.30053 s]
/proc/loadavg: 0.08 0.02 0.01 2/106 29249
/proc/meminfo: memFree=1676000/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=33764 CPUtime=6.29
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 9932 0 0 0 622 7 0 0 25 0 1 0 22828008 34574336 7702 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 8441 7702 387 719 0 7720 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33764

[startup+12.7012 s]
/proc/loadavg: 0.15 0.03 0.01 2/106 29249
/proc/meminfo: memFree=1674512/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=35184 CPUtime=12.69
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 10289 0 0 0 1257 12 0 0 25 0 1 0 22828008 36028416 8059 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 8796 8059 387 719 0 8075 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35184

[startup+25.5007 s]
/proc/loadavg: 0.34 0.08 0.02 2/106 29249
/proc/meminfo: memFree=1672776/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=36916 CPUtime=25.48
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 10718 0 0 0 2530 18 0 0 25 0 1 0 22828008 37801984 8488 1992294400 4194304 7136930 140737197004736 18446744073709551615 5121841 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 9229 8488 387 719 0 8508 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36916

[startup+51.1005 s]
/proc/loadavg: 0.56 0.15 0.05 2/106 29251
/proc/meminfo: memFree=1669552/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=40060 CPUtime=51.08
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 11533 0 0 0 5074 34 0 0 25 0 1 0 22828008 41021440 9303 1992294400 4194304 7136930 140737197004736 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 10015 9303 387 719 0 9294 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40060

[startup+102.308 s]
/proc/loadavg: 0.81 0.28 0.10 2/106 29251
/proc/meminfo: memFree=1661368/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=48008 CPUtime=102.27
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 13534 0 0 0 10167 60 0 0 25 0 1 0 22828008 49160192 11304 1992294400 4194304 7136930 140737197004736 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 12002 11304 387 719 0 11281 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 48008

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/106 29253
/proc/meminfo: memFree=1653804/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=55280 CPUtime=162.25
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 15395 0 0 0 16136 89 0 0 25 0 1 0 22828008 56606720 13165 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 13820 13165 387 719 0 13099 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55280

[startup+222.301 s]
/proc/loadavg: 0.97 0.51 0.20 2/106 29255
/proc/meminfo: memFree=1646612/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=64396 CPUtime=222.23
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 17201 0 0 0 22103 120 0 0 25 0 1 0 22828008 65941504 14971 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 16099 14971 387 719 0 15378 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 64396

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.25 2/106 29257
/proc/meminfo: memFree=1639048/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=71828 CPUtime=282.21
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 19072 0 0 0 28068 153 0 0 25 0 1 0 22828008 73551872 16842 1992294400 4194304 7136930 140737197004736 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 17957 16842 387 719 0 17236 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 71828

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.29 2/106 29259
/proc/meminfo: memFree=1632476/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=78088 CPUtime=342.2
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 20707 0 0 0 34035 185 0 0 25 0 1 0 22828008 79962112 18477 1992294400 4194304 7136930 140737197004736 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 19522 18477 387 719 0 18801 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 78088

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.33 2/106 29259
/proc/meminfo: memFree=1624912/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=85676 CPUtime=402.19
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 22617 0 0 0 40000 219 0 0 25 0 1 0 22828008 87732224 20387 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 21419 20387 387 719 0 20698 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 85676

[startup+462.301 s]
/proc/loadavg: 0.99 0.77 0.37 2/106 29261
/proc/meminfo: memFree=1616604/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=93644 CPUtime=462.17
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 24647 0 0 0 45967 250 0 0 25 0 1 0 22828008 95891456 22417 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 23411 22417 387 719 0 22690 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 93644

[startup+522.301 s]
/proc/loadavg: 0.99 0.81 0.41 2/106 29263
/proc/meminfo: memFree=1609164/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=101012 CPUtime=522.16
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 26514 0 0 0 51933 283 0 0 25 0 1 0 22828008 103436288 24284 1992294400 4194304 7136930 140737197004736 18446744073709551615 4642170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 25253 24284 387 719 0 24532 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 101012

[startup+582.301 s]
/proc/loadavg: 0.99 0.84 0.44 2/106 29265
/proc/meminfo: memFree=1601104/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=108844 CPUtime=582.13
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 28504 0 0 0 57898 315 0 0 25 0 1 0 22828008 111456256 26274 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 27211 26274 387 719 0 26490 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 108844

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.47 2/106 29267
/proc/meminfo: memFree=1592672/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=121232 CPUtime=642.13
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 30602 0 0 0 63862 351 0 0 25 0 1 0 22828008 124141568 28372 1992294400 4194304 7136930 140737197004736 18446744073709551615 4225326 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 30308 28372 387 719 0 29587 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 121232

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/106 29277
/proc/meminfo: memFree=1524472/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=188824 CPUtime=1062.02
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 47543 0 0 0 105591 611 0 0 25 0 1 0 22828008 193355776 45313 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 47206 45313 387 719 0 46485 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 188824

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/106 29288
/proc/meminfo: memFree=1512444/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=200576 CPUtime=1121.99
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 50419 0 0 0 111552 647 0 0 25 0 1 0 22828008 205389824 48189 1992294400 4194304 7136930 140737197004736 18446744073709551615 4414763 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 50144 48189 387 719 0 49423 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 200576

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/106 29290
/proc/meminfo: memFree=1499300/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=214084 CPUtime=1181.98
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 53699 0 0 0 117508 690 0 0 25 0 1 0 22828008 219222016 51469 1992294400 4194304 7136930 140737197004736 18446744073709551615 4225326 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 53521 51469 387 719 0 52800 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 214084

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/106 29292
/proc/meminfo: memFree=1484792/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=228820 CPUtime=1241.96
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 57338 0 0 0 123464 732 0 0 25 0 1 0 22828008 234311680 55108 1992294400 4194304 7136930 140737197004736 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 57205 55108 387 719 0 56484 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 228820

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.72 2/106 29292
/proc/meminfo: memFree=1466440/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=256220 CPUtime=1301.95
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 61879 0 0 0 129416 779 0 0 25 0 1 0 22828008 262369280 59649 1992294400 4194304 7136930 140737197004736 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 64055 59649 387 719 0 63334 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 256220

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.73 2/106 29294
/proc/meminfo: memFree=1442260/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=281728 CPUtime=1361.92
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 67952 0 0 0 135363 829 0 0 25 0 1 0 22828008 288489472 65722 1992294400 4194304 7136930 140737197004736 18446744073709551615 4858842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 70432 65722 387 719 0 69711 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 281728

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.75 2/106 29296
/proc/meminfo: memFree=1420312/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=303456 CPUtime=1421.92
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 73396 0 0 0 141316 876 0 0 25 0 1 0 22828008 310738944 71166 1992294400 4194304 7136930 140737197004736 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 75864 71166 387 719 0 75143 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 303456

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.76 2/106 29298
/proc/meminfo: memFree=1415104/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=308156 CPUtime=1481.89
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 74656 0 0 0 147279 910 0 0 25 0 1 0 22828008 315551744 72426 1992294400 4194304 7136930 140737197004736 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 77039 72426 387 719 0 76318 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 308156

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.77 2/106 29300
/proc/meminfo: memFree=1409152/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=313780 CPUtime=1541.88
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 76123 0 0 0 153247 941 0 0 25 0 1 0 22828008 321310720 73893 1992294400 4194304 7136930 140737197004736 18446744073709551615 4697651 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 78445 73893 387 719 0 77724 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 313780

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.78 2/106 29300
/proc/meminfo: memFree=1403696/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=318880 CPUtime=1601.86
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 77509 0 0 0 159216 970 0 0 25 0 1 0 22828008 326533120 75279 1992294400 4194304 7136930 140737197004736 18446744073709551615 5121864 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 79720 75279 387 719 0 78999 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 318880

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.79 2/106 29302
/proc/meminfo: memFree=1397496/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=324820 CPUtime=1661.85
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 79069 0 0 0 165183 1002 0 0 25 0 1 0 22828008 332615680 76839 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 81205 76839 387 719 0 80484 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 324820

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.80 2/106 29304
/proc/meminfo: memFree=1391296/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=330452 CPUtime=1721.83
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 80581 0 0 0 171151 1032 0 0 25 0 1 0 22828008 338382848 78351 1992294400 4194304 7136930 140737197004736 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 82613 78351 387 719 0 81892 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 330452

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/106 29306
/proc/meminfo: memFree=1385468/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=335804 CPUtime=1781.81
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 81971 0 0 0 177120 1061 0 0 25 0 1 0 22828008 343863296 79741 1992294400 4194304 7136930 140737197004736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 83951 79741 387 719 0 83230 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 335804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.97 0.82 2/106 29306
/proc/meminfo: memFree=1383360/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=337964 CPUtime=1800.02
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 82476 0 0 0 178932 1070 0 0 25 0 1 0 22828008 346075136 80246 1992294400 4194304 7136930 140737197004736 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29248/statm: 84491 80246 387 719 0 83770 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 337964

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

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

[startup+1800.61 s]
/proc/loadavg: 0.99 0.97 0.82 2/107 29307
/proc/meminfo: memFree=1383352/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=337964 CPUtime=1800.13
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 82481 0 0 0 178943 1070 0 0 25 0 1 0 22828008 346075136 80251 1992294400 4194304 7136930 140737197004736 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29248/statm: 84491 80251 392 719 0 83770 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 337964

[startup+1801 s]
/proc/loadavg: 0.99 0.97 0.82 2/107 29307
/proc/meminfo: memFree=1383352/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=338032 CPUtime=1800.51
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 82513 0 0 0 178981 1070 0 0 25 0 1 0 22828008 346144768 80283 1992294400 4194304 7136930 140737197004736 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29248/statm: 84508 80283 392 719 0 83787 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 338032

[startup+1801.2 s]
/proc/loadavg: 0.99 0.97 0.82 2/107 29307
/proc/meminfo: memFree=1383352/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=333512 CPUtime=1800.71
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 82513 0 0 0 179001 1070 0 0 25 0 1 0 22828008 341516288 79153 1992294400 4194304 7136930 140737197004736 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29248/statm: 83378 79153 392 719 0 82657 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 333512

[startup+1801.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/107 29307
/proc/meminfo: memFree=1383352/2059040 swapFree=4136400/4192956
[pid=29248] ppid=29246 vsize=208048 CPUtime=1800.81
/proc/29248/stat : 29248 (pbscip.linux.x8) R 29246 29248 29223 0 -1 4202496 82513 0 0 0 179010 1071 0 0 25 0 1 0 22828008 213041152 47770 1992294400 4194304 7136930 140737197004736 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29248/statm: 51883 47658 392 719 0 51162 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 208048

Child status: 0
Real time (s): 1801.33
CPU time (s): 1800.85
CPU user time (s): 1790.12
CPU system time (s): 10.7344
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 338032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.12
system time used= 10.7344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82522
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= 23005

runsolver used 3.06553 second user time and 8.42972 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-08 01:43:18
IDJOB=2664260
IDBENCH=1151
IDSOLVER=1167
FILE ID=node087/2664260-1278546197
PBS_JOBID= 11239476
Free space on /tmp= 62512 MiB

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

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

MD5SUM BENCH= 8ef9ab9b1b524024010be24ca1127d40
RANDOM SEED=711128428

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1706296 kB
Buffers:         76156 kB
Cached:         183908 kB
SwapCached:      12768 kB
Active:         107396 kB
Inactive:       169280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1706296 kB
SwapTotal:     4192956 kB
SwapFree:      4136400 kB
Dirty:            3836 kB
Writeback:           0 kB
AnonPages:       11276 kB
Mapped:           8260 kB
Slab:            54208 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181484 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= 62508 MiB
End job on node087 at 2010-07-08 02:13:20