Trace number 2664448

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.16 1801.63

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
MD5SUM3972d8c24730f4742ee881de3ad25c62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.7442
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
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.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-2664448-1276308752.opb>
0.02/0.06	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.02/0.06	c problem read
0.02/0.06	c No objective function, only one solution is needed.
0.02/0.06	c presolving settings loaded
0.02/0.06	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.02/0.07	c presolving:
0.09/0.12	c (round 1) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.09/0.13	c (round 2) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.09/0.15	c presolving (3 rounds):
0.09/0.15	c  0 deleted vars, 143 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  242 implications, 22 cliques
0.09/0.15	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2564 constraints
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      22 constraints of type <setppc>
0.09/0.15	c    2541 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.07
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.95
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 1620
0.09/0.15	c 
0.09/0.15	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c limits/solutions = 1
0.09/0.15	c 
0.09/0.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c lp/solvefreq = -1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.15	c separating/maxrounds = 1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/maxroundsroot = 5
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.15	c constraints/knapsack/disaggregation = FALSE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c presolving/probing/maxrounds = 0
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/coefdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.15	c heuristics/crossover/freq = -1
0.09/0.15	c 
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/crossover/nodesofs = 750
0.09/0.15	c 
0.09/0.15	c # number of nodes without incumbent change that heuristic should wait
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.15	c heuristics/crossover/nwaitingnodes = 100
0.09/0.15	c 
0.09/0.15	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.15	c # [type: real, range: [0,1], default: 0.1]
0.09/0.15	c heuristics/crossover/nodesquot = 0.15
0.09/0.15	c 
0.09/0.15	c # minimum percentage of integer variables that have to be fixed 
0.09/0.15	c # [type: real, range: [0,1], default: 0.666]
0.09/0.15	c heuristics/crossover/minfixingrate = 0.5
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/feaspump/freq = -1
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/fracdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/guideddiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/intshifting/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/linesearchdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/nlp/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/objpscostdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.15	c # [type: real, range: [0,1], default: 0.01]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/oneopt/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/pscostdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/rens/freq = -1
0.09/0.15	c 
0.09/0.15	c # minimum percentage of integer variables that have to be fixable 
0.09/0.15	c # [type: real, range: [0,1], default: 0.5]
0.09/0.15	c heuristics/rens/minfixingrate = 0.3
0.09/0.15	c 
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/rens/nodesofs = 2000
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/rootsoldiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/rounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/shifting/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/simplerounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/trivial/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/trysol/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/veclendiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/zirounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/cmir/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/flowcover/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     2 |     0 |     - |2396k|   0 |   - | 231 |2564 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.89/3.94	c   3.7s| 10000 |  8339 |     0 |   0.0 |7144k|  95 |   - | 231 |4276 |   0 |   0 |   0 |2554 |   0 | 0.000000e+00 |      --      |    Inf 
9.68/9.79	c   9.3s| 20000 | 14825 |     0 |   0.0 |  11M|  95 |   - | 231 |5033 |   0 |   0 |   0 |7392 |   0 | 0.000000e+00 |      --      |    Inf 
14.89/14.97	c  14.2s| 30000 | 22482 |     0 |   0.0 |  16M|  95 |   - | 231 |5530 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
20.49/20.55	c  19.5s| 40000 | 29912 |     0 |   0.0 |  21M|  95 |   - | 231 |6212 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
26.48/26.50	c  25.2s| 50000 | 37262 |     0 |   0.0 |  26M|  95 |   - | 231 |6719 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
33.48/33.56	c  32.0s| 60000 | 44001 |     0 |   0.0 |  31M|  95 |   - | 231 |7786 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
42.07/42.15	c  40.3s| 70000 | 50198 |     0 |   0.0 |  36M|  95 |   - | 231 |8965 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
52.38/52.41	c  50.3s| 80000 | 55807 |     0 |   0.0 |  41M|  95 |   - | 231 |  10k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
64.66/64.78	c  62.3s| 90000 | 60675 |     0 |   0.0 |  46M|  95 |   - | 231 |  11k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
79.67/79.72	c  77.0s|100000 | 64735 |     0 |   0.0 |  51M|  95 |   - | 231 |  12k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
97.06/97.11	c  94.0s|110000 | 67736 |     0 |   0.0 |  56M|  95 |   - | 231 |  12k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
107.67/107.73	c   104s|120000 | 74499 |     0 |   0.0 |  59M|  95 |   - | 231 |9065 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
116.96/117.09	c   113s|130000 | 81336 |     0 |   0.0 |  64M|  95 |   - | 231 |9051 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
126.65/126.78	c   123s|140000 | 87971 |     0 |   0.0 |  69M|  95 |   - | 231 |9655 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
137.15/137.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.15/137.29	c   133s|150000 | 94262 |     0 |   0.0 |  74M|  95 |   - | 231 |  10k|   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
148.24/148.38	c   144s|160000 |100435 |     0 |   0.0 |  79M|  95 |   - | 231 |  11k|   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
160.24/160.36	c   156s|170000 |106392 |     0 |   0.0 |  84M|  95 |   - | 231 |  11k|   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
172.65/172.70	c   168s|180000 |112313 |     0 |   0.0 |  89M|  95 |   - | 231 |  11k|   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
185.34/185.44	c   180s|190000 |118110 |     0 |   0.0 |  93M|  95 |   - | 231 |  12k|   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
198.43/198.54	c   193s|200000 |123795 |     0 |   0.0 |  98M|  95 |   - | 231 |  12k|   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
212.73/212.88	c   207s|210000 |129054 |     0 |   0.0 | 103M|  95 |   - | 231 |  12k|   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
227.23/227.39	c   221s|220000 |134146 |     0 |   0.0 | 108M|  95 |   - | 231 |  12k|   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
241.93/242.07	c   236s|230000 |139323 |     0 |   0.0 | 112M|  95 |   - | 231 |  12k|   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
257.82/257.95	c   251s|240000 |144025 |     0 |   0.0 | 117M|  95 |   - | 231 |  12k|   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
274.02/274.20	c   267s|250000 |148654 |     0 |   0.0 | 122M|  95 |   - | 231 |  13k|   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
291.51/291.62	c   284s|260000 |152993 |     0 |   0.0 | 127M|  95 |   - | 231 |  13k|   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
309.70/309.84	c   302s|270000 |157130 |     0 |   0.0 | 131M|  95 |   - | 231 |  13k|   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
328.70/328.88	c   321s|280000 |160994 |     0 |   0.0 | 136M|  95 |   - | 231 |  13k|   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
347.99/348.15	c   340s|290000 |164820 |     0 |   0.0 | 141M|  95 |   - | 231 |  14k|   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
368.19/368.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.19/368.39	c   360s|300000 |168463 |     0 |   0.0 | 145M|  95 |   - | 231 |  14k|   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
390.09/390.27	c   381s|310000 |171615 |     0 |   0.0 | 149M|  95 |   - | 231 |  14k|   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
412.58/412.76	c   403s|320000 |174671 |     0 |   0.0 | 154M|  95 |   - | 231 |  14k|   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
435.97/436.15	c   426s|330000 |177540 |     0 |   0.0 | 158M|  95 |   - | 231 |  15k|   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
460.27/460.44	c   450s|340000 |180262 |     0 |   0.0 | 162M|  95 |   - | 231 |  16k|   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
485.26/485.46	c   475s|350000 |182879 |     0 |   0.0 | 167M|  95 |   - | 231 |  16k|   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
513.75/513.91	c   503s|360000 |184860 |     0 |   0.0 | 170M|  95 |   - | 231 |  17k|   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
541.84/542.01	c   531s|370000 |187044 |     0 |   0.0 | 174M|  95 |   - | 231 |  17k|   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
573.04/573.26	c   561s|380000 |188513 |     0 |   0.0 | 178M|  95 |   - | 231 |  18k|   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
606.23/606.44	c   594s|390000 |189801 |     0 |   0.0 | 181M|  95 |   - | 231 |  19k|   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
641.42/641.64	c   629s|400000 |190798 |     0 |   0.0 | 183M|  95 |   - | 231 |  19k|   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
678.01/678.21	c   665s|410000 |191632 |     0 |   0.0 | 186M|  95 |   - | 231 |  20k|   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
716.60/716.85	c   703s|420000 |191940 |     0 |   0.0 | 188M|  95 |   - | 231 |  19k|   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
740.59/740.83	c   727s|430000 |196882 |     0 |   0.0 | 192M|  95 |   - | 231 |  16k|   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
766.89/767.13	c   753s|440000 |201003 |     0 |   0.0 | 197M|  95 |   - | 231 |  16k|   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
795.67/795.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
795.67/795.97	c   782s|450000 |204501 |     0 |   0.0 | 202M|  95 |   - | 231 |  16k|   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
827.27/827.50	c   813s|460000 |207244 |     0 |   0.0 | 206M|  95 |   - | 231 |  17k|   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
860.86/861.17	c   846s|470000 |209521 |     0 |   0.0 | 211M|  95 |   - | 231 |  18k|   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
896.16/896.44	c   881s|480000 |211545 |     0 |   0.0 | 216M|  95 |   - | 231 |  18k|   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
933.65/933.95	c   918s|490000 |213209 |     0 |   0.0 | 220M|  95 |   - | 231 |  19k|   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
972.04/972.32	c   956s|500000 |214875 |     0 |   0.0 | 225M|  95 |   - | 231 |  20k|   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1012.52/1012.86	c   996s|510000 |216109 |     0 |   0.0 | 230M|  95 |   - | 231 |  20k|   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1054.01/1054.37	c  1037s|520000 |217160 |     0 |   0.0 | 234M|  95 |   - | 231 |  21k|   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1097.81/1098.15	c  1081s|530000 |217806 |     0 |   0.0 | 238M|  95 |   - | 231 |  20k|   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1140.89/1141.25	c  1123s|540000 |218690 |     0 |   0.0 | 242M|  95 |   - | 231 |  21k|   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1186.38/1186.79	c  1169s|550000 |218900 |     0 |   0.0 | 246M|  95 |   - | 231 |  22k|   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
1230.77/1231.13	c  1213s|560000 |219888 |     0 |   0.0 | 250M|  95 |   - | 231 |  22k|   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
1279.25/1279.64	c  1261s|570000 |219594 |     0 |   0.0 | 254M|  95 |   - | 231 |  22k|   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
1325.84/1326.21	c  1307s|580000 |220210 |     0 |   0.0 | 258M|  95 |   - | 231 |  23k|   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
1375.93/1376.31	c  1357s|590000 |219825 |     0 |   0.0 | 262M|  95 |   - | 231 |  23k|   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
1424.22/1424.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1424.22/1424.65	c  1405s|600000 |220105 |     0 |   0.0 | 265M|  95 |   - | 231 |  23k|   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
1476.92/1477.38	c  1457s|610000 |219408 |     0 |   0.0 | 269M|  95 |   - | 231 |  24k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
1528.70/1529.12	c  1508s|620000 |219139 |     0 |   0.0 | 272M|  95 |   - | 231 |  24k|   0 |   0 |   0 | 545k|   0 | 0.000000e+00 |      --      |    Inf 
1585.28/1585.71	c  1564s|630000 |217887 |     0 |   0.0 | 275M|  95 |   - | 231 |  25k|   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
1641.17/1641.65	c  1620s|640000 |217235 |     0 |   0.0 | 278M|  95 |   - | 231 |  25k|   0 |   0 |   0 | 572k|   0 | 0.000000e+00 |      --      |    Inf 
1698.45/1698.94	c  1677s|650000 |215956 |     0 |   0.0 | 280M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 586k|   0 | 0.000000e+00 |      --      |    Inf 
1756.64/1757.18	c  1735s|660000 |215004 |     0 |   0.0 | 283M|  95 |   - | 231 |  26k|   0 |   0 |   0 | 600k|   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.51	c 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time (sec) : 1777.60
1800.03/1800.51	c Solving Nodes      : 667120
1800.03/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.51	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.51	c Gap                : infinite
1800.03/1800.51	s UNKNOWN
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time       :    1777.60
1800.03/1800.51	c Original Problem   :
1800.03/1800.51	c   Problem name     : HOME/instance-2664448-1276308752.opb
1800.03/1800.51	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 2707 initial, 2707 maximal
1800.03/1800.51	c Presolved Problem  :
1800.03/1800.51	c   Problem name     : t_HOME/instance-2664448-1276308752.opb
1800.03/1800.51	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 2564 initial, 27162 maximal
1800.03/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.51	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   linear           :       0.03          0          0          0          0          0        143          0          0
1800.03/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.51	c   knapsack         :          1          0    2309663          0     504451      59252    8606098          0          0          0
1800.03/1800.51	c   setppc           :         22          0    2266019          0     504451     107300    2357793          0          0          0
1800.03/1800.51	c   logicor          :       2541+         0    1855902          0     504447      93279    7100934          0          0          0
1800.03/1800.51	c   countsols        :          0          0          0          0     504430          0          0          0          0          0
1800.03/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.51	c   knapsack         :      53.60       0.00      50.69       0.00       2.91
1800.03/1800.51	c   setppc           :      34.35       0.00      27.28       0.00       7.07
1800.03/1800.51	c   logicor          :     925.54       0.00     864.48       0.00      61.06
1800.03/1800.51	c   countsols        :       0.30       0.00       0.00       0.00       0.30
1800.03/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.51	c   vbounds          :       1.53          1          0          0
1800.03/1800.51	c   rootredcost      :       1.31          0          0          0
1800.03/1800.51	c   pseudoobj        :       1.10          0          0          0
1800.03/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.51	c   propagation      :      17.71     259831     259639    1380115       20.4       6082       19.4          -
1800.03/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.51	c   applied globally :          -          -          -     608473       15.7          -          -          -
1800.03/1800.51	c   applied locally  :          -          -          -       2658       34.4          -          -          -
1800.03/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.51	c Pricers            :       Time      Calls       Vars
1800.03/1800.51	c   problem variables:       0.00          0          0
1800.03/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   inference        :      13.31     504430          0          0          0          0    1008860
1800.03/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.51	c   LP solutions     :       0.00          -          0
1800.03/1800.51	c   pseudo solutions :       0.00          -          0
1800.03/1800.51	c   trivial          :       0.01          1          0
1800.03/1800.51	c   simplerounding   :       0.00          0          0
1800.03/1800.51	c   zirounding       :       0.00          0          0
1800.03/1800.51	c   rounding         :       0.00          0          0
1800.03/1800.51	c   shifting         :       0.00          0          0
1800.03/1800.51	c   intshifting      :       0.00          0          0
1800.03/1800.51	c   oneopt           :       0.00          0          0
1800.03/1800.51	c   twoopt           :       0.00          0          0
1800.03/1800.51	c   fixandinfer      :       0.00          0          0
1800.03/1800.51	c   feaspump         :       0.00          0          0
1800.03/1800.51	c   coefdiving       :       0.00          0          0
1800.03/1800.51	c   pscostdiving     :       0.00          0          0
1800.03/1800.51	c   fracdiving       :       0.00          0          0
1800.03/1800.51	c   veclendiving     :       0.00          0          0
1800.03/1800.51	c   intdiving        :       0.00          0          0
1800.03/1800.51	c   actconsdiving    :       0.00          0          0
1800.03/1800.51	c   objpscostdiving  :       0.00          0          0
1800.03/1800.51	c   rootsoldiving    :       0.00          0          0
1800.03/1800.51	c   linesearchdiving :       0.00          0          0
1800.03/1800.51	c   guideddiving     :       0.00          0          0
1800.03/1800.51	c   octane           :       0.00          0          0
1800.03/1800.51	c   rens             :       0.00          0          0
1800.03/1800.51	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   crossover        :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.00          0          0
1800.03/1800.51	c   trysol           :       0.00          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :     667120
1800.03/1800.51	c   nodes (total)    :     667120
1800.03/1800.51	c   nodes left       :     213923
1800.03/1800.51	c   max depth        :         95
1800.03/1800.51	c   max depth (total):         95
1800.03/1800.51	c   backtracks       :     182568 (27.4%)
1800.03/1800.51	c   delayed cutoffs  :     127818
1800.03/1800.51	c   repropagations   :     518355 (5629790 domain reductions, 97141 cutoffs)
1800.03/1800.51	c   avg switch length:      15.83
1800.03/1800.51	c   switching time   :     494.05
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :          0 (0 improvements)
1800.03/1800.51	c   Primal Bound     :          -
1800.03/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.51	c   Gap              :   infinite
1800.03/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.51	c   Root Iterations  :          0
1801.13/1801.63	c Time complete: 1801.15.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8569
/proc/meminfo: memFree=1534368/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=6584 CPUtime=0
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 960 0 0 0 0 0 0 0 18 0 1 0 6461597 6742016 883 1992294400 4194304 7136930 140734865412848 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8569/statm: 1646 891 254 719 0 925 0

[startup+0.0256149 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8569
/proc/meminfo: memFree=1534368/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=8504 CPUtime=0.02
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 1600 0 0 0 2 0 0 0 20 0 1 0 6461597 8708096 1523 1992294400 4194304 7136930 140734865412848 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8569/statm: 2126 1531 268 719 0 1405 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8504

[startup+0.100622 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8569
/proc/meminfo: memFree=1534368/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=14624 CPUtime=0.09
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 3575 0 0 0 8 1 0 0 20 0 1 0 6461597 14974976 2887 1992294400 4194304 7136930 140734865412848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 3656 2888 345 719 0 2935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14624

[startup+0.300642 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8569
/proc/meminfo: memFree=1534368/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=17056 CPUtime=0.29
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 6810 0 0 0 25 4 0 0 20 0 1 0 6461597 17465344 3552 1992294400 4194304 7136930 140734865412848 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 4264 3552 391 719 0 3543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17056

[startup+0.700682 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8569
/proc/meminfo: memFree=1534368/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=17840 CPUtime=0.69
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 7008 0 0 0 64 5 0 0 20 0 1 0 6461597 18268160 3750 1992294400 4194304 7136930 140734865412848 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 4460 3750 391 719 0 3739 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17840

[startup+1.50076 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 8570
/proc/meminfo: memFree=1520100/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=19092 CPUtime=1.49
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 7302 0 0 0 139 10 0 0 23 0 1 0 6461597 19550208 4044 1992294400 4194304 7136930 140734865412848 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 4773 4044 391 719 0 4052 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19092

[startup+3.10092 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 8570
/proc/meminfo: memFree=1517744/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=21596 CPUtime=3.09
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 7955 0 0 0 290 19 0 0 25 0 1 0 6461597 22114304 4697 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 5399 4697 391 719 0 4678 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21596

[startup+6.30124 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 8570
/proc/meminfo: memFree=1513280/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=25560 CPUtime=6.29
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 8947 0 0 0 597 32 0 0 25 0 1 0 6461597 26173440 5689 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 6390 5689 391 719 0 5669 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25560

[startup+12.7009 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 8570
/proc/meminfo: memFree=1506832/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=32444 CPUtime=12.69
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 10703 0 0 0 1208 61 0 0 25 0 1 0 6461597 33222656 7445 1992294400 4194304 7136930 140734865412848 18446744073709551615 4697133 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 8111 7445 391 719 0 7390 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32444

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 8570
/proc/meminfo: memFree=1492820/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=45392 CPUtime=25.49
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 13974 0 0 0 2432 117 0 0 25 0 1 0 6461597 46481408 10716 1992294400 4194304 7136930 140734865412848 18446744073709551615 6166784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 11348 10716 391 719 0 10627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45392

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 8572
/proc/meminfo: memFree=1473724/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=64092 CPUtime=51.07
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 18691 0 0 0 4905 202 0 0 25 0 1 0 6461597 65630208 15433 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 16023 15433 391 719 0 15302 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64092

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 8572
/proc/meminfo: memFree=1449668/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=89512 CPUtime=102.27
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 24578 0 0 0 9916 311 0 0 25 0 1 0 6461597 91660288 21320 1992294400 4194304 7136930 140734865412848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 22378 21320 391 719 0 21657 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 89512

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 8574
/proc/meminfo: memFree=1415568/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=123452 CPUtime=162.24
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 33120 0 0 0 15758 466 0 0 25 0 1 0 6461597 126414848 29862 1992294400 4194304 7136930 140734865412848 18446744073709551615 4221443 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 30863 29862 391 719 0 30142 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 123452

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 8576
/proc/meminfo: memFree=1392008/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=146588 CPUtime=222.23
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 38932 0 0 0 21625 598 0 0 25 0 1 0 6461597 150106112 35674 1992294400 4194304 7136930 140734865412848 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 36647 35674 391 719 0 35926 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 146588

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 8581
/proc/meminfo: memFree=1371300/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=166428 CPUtime=282.21
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 43925 0 0 0 27499 722 0 0 25 0 1 0 6461597 170422272 40667 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 41607 40667 391 719 0 40886 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 166428

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 8583
/proc/meminfo: memFree=1351584/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=186208 CPUtime=342.19
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 48887 0 0 0 33390 829 0 0 25 0 1 0 6461597 190676992 45629 1992294400 4194304 7136930 140734865412848 18446744073709551615 5001186 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 46552 45629 391 719 0 45831 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 186208

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 8583
/proc/meminfo: memFree=1335092/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=202344 CPUtime=402.18
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 52986 0 0 0 39293 925 0 0 25 0 1 0 6461597 207200256 49728 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 50586 49728 391 719 0 49865 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 202344

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 8585
/proc/meminfo: memFree=1321204/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=216280 CPUtime=462.17
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 56455 0 0 0 45207 1010 0 0 25 0 1 0 6461597 221470720 53197 1992294400 4194304 7136930 140734865412848 18446744073709551615 4219826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 54070 53197 391 719 0 53349 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 216280

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 8587
/proc/meminfo: memFree=1311160/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=227284 CPUtime=522.15
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 59162 0 0 0 51122 1093 0 0 25 0 1 0 6461597 232738816 55904 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 56821 55904 391 719 0 56100 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 227284

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8589
/proc/meminfo: memFree=1303596/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=234312 CPUtime=582.13
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 60873 0 0 0 57043 1170 0 0 25 0 1 0 6461597 239935488 57615 1992294400 4194304 7136930 140734865412848 18446744073709551615 5957736 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 58578 57615 391 719 0 57857 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 234312

[startup+642.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 8591
/proc/meminfo: memFree=1296404/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=241376 CPUtime=642.13
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 62684 0 0 0 62979 1234 0 0 25 0 1 0 6461597 247169024 59426 1992294400 4194304 7136930 140734865412848 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 60344 59426 391 719 0 59623 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 241376

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8599
/proc/meminfo: memFree=1245316/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=296020 CPUtime=1002.03
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 75334 0 0 0 98582 1621 0 0 25 0 1 0 6461597 303124480 72076 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 74005 72076 391 719 0 73284 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 296020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8601
/proc/meminfo: memFree=1237132/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=304224 CPUtime=1062.01
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 77368 0 0 0 104527 1674 0 0 25 0 1 0 6461597 311525376 74110 1992294400 4194304 7136930 140734865412848 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 76056 74110 391 719 0 75335 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 304224

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8603
/proc/meminfo: memFree=1228700/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=313652 CPUtime=1122
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 79723 0 0 0 110473 1727 0 0 25 0 1 0 6461597 321179648 76465 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 78413 76465 391 719 0 77692 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 313652

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8605
/proc/meminfo: memFree=1222004/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=319200 CPUtime=1181.99
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 81094 0 0 0 116426 1773 0 0 25 0 1 0 6461597 326860800 77836 1992294400 4194304 7136930 140734865412848 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 79800 77836 391 719 0 79079 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 319200

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8607
/proc/meminfo: memFree=1218408/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=323120 CPUtime=1241.96
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 81989 0 0 0 122372 1824 0 0 25 0 1 0 6461597 330874880 78731 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 80780 78731 391 719 0 80059 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 323120

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8607
/proc/meminfo: memFree=1214192/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=327076 CPUtime=1301.96
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 83002 0 0 0 128322 1874 0 0 25 0 1 0 6461597 334925824 79744 1992294400 4194304 7136930 140734865412848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 81769 79744 391 719 0 81048 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 327076

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8609
/proc/meminfo: memFree=1208488/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=333636 CPUtime=1361.93
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 84662 0 0 0 134273 1920 0 0 25 0 1 0 6461597 341643264 81404 1992294400 4194304 7136930 140734865412848 18446744073709551615 5955584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 83409 81404 391 719 0 82688 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 333636

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8611
/proc/meminfo: memFree=1203528/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=337624 CPUtime=1421.92
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 85680 0 0 0 140225 1967 0 0 25 0 1 0 6461597 345726976 82422 1992294400 4194304 7136930 140734865412848 18446744073709551615 4210019 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 84406 82422 391 719 0 83685 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 337624

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8613
/proc/meminfo: memFree=1202660/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=338412 CPUtime=1481.91
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 85861 0 0 0 146179 2012 0 0 25 0 1 0 6461597 346533888 82603 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 84603 82603 391 719 0 83882 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 338412

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8615
/proc/meminfo: memFree=1197576/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=343504 CPUtime=1541.88
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 87145 0 0 0 152130 2058 0 0 25 0 1 0 6461597 351748096 83887 1992294400 4194304 7136930 140734865412848 18446744073709551615 5000327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 85876 83887 391 719 0 85155 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 343504

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8615
/proc/meminfo: memFree=1193360/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=347628 CPUtime=1601.88
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 88196 0 0 0 158089 2099 0 0 25 0 1 0 6461597 355971072 84938 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 86907 84938 391 719 0 86186 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 347628

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8617
/proc/meminfo: memFree=1188276/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=352976 CPUtime=1661.86
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 89451 0 0 0 164041 2145 0 0 25 0 1 0 6461597 361447424 86193 1992294400 4194304 7136930 140734865412848 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 88244 86193 391 719 0 87523 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 352976

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8619
/proc/meminfo: memFree=1184804/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=356568 CPUtime=1721.84
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 90305 0 0 0 169997 2187 0 0 25 0 1 0 6461597 365125632 87047 1992294400 4194304 7136930 140734865412848 18446744073709551615 4660024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 89142 87047 391 719 0 88421 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 356568

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8621
/proc/meminfo: memFree=1182448/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=358560 CPUtime=1781.83
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 90815 0 0 0 175956 2227 0 0 25 0 1 0 6461597 367165440 87557 1992294400 4194304 7136930 140734865412848 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 89640 87557 391 719 0 88919 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 358560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8621
/proc/meminfo: memFree=1181704/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=359328 CPUtime=1800.03
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 91013 0 0 0 177764 2239 0 0 25 0 1 0 6461597 367951872 87755 1992294400 4194304 7136930 140734865412848 18446744073709551615 5000143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8569/statm: 89832 87755 391 719 0 89111 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 359328

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8622
/proc/meminfo: memFree=1181572/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=359480 CPUtime=1800.13
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 91043 0 0 0 177774 2239 0 0 25 0 1 0 6461597 368107520 87785 1992294400 4194304 7136930 140734865412848 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8569/statm: 89870 87785 396 719 0 89149 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 359480

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8622
/proc/meminfo: memFree=1181572/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=357172 CPUtime=1800.92
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 91043 0 0 0 177853 2239 0 0 25 0 1 0 6461597 365744128 87208 1992294400 4194304 7136930 140734865412848 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8569/statm: 89293 87208 396 719 0 88572 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 357172

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8622
/proc/meminfo: memFree=1181572/2059040 swapFree=4192956/4192956
[pid=8569] ppid=8567 vsize=241788 CPUtime=1801.13
/proc/8569/stat : 8569 (pbscip.linux.x8) R 8567 8569 8507 0 -1 4202496 91043 0 0 0 177872 2241 0 0 25 0 1 0 6461597 247590912 59332 1992294400 4194304 7136930 140734865412848 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8569/statm: 60447 59211 396 719 0 59726 0
Current children cumulated CPU time (s) 1801.13
Current children cumulated vsize (KiB) 241788

Child status: 0
Real time (s): 1801.63
CPU time (s): 1801.16
CPU user time (s): 1778.73
CPU system time (s): 22.4376
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 359480

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

runsolver used 2.96655 second user time and 8.5257 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-12 04:12:32
IDJOB=2664448
IDBENCH=1351
IDSOLVER=1167
FILE ID=node017/2664448-1276308752
PBS_JOBID= 11173148
Free space on /tmp= 62368 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670167.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-2664448-1276308752/watcher-2664448-1276308752 -o /tmp/evaluation-result-2664448-1276308752/solver-2664448-1276308752 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664448-1276308752.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3972d8c24730f4742ee881de3ad25c62
RANDOM SEED=1703176522

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1534772 kB
Buffers:         83048 kB
Cached:         312036 kB
SwapCached:          0 kB
Active:         179144 kB
Inactive:       276532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1534772 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3256 kB
Writeback:           0 kB
AnonPages:       60520 kB
Mapped:          15424 kB
Slab:            46840 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182692 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= 62364 MiB
End job on node017 at 2010-06-12 04:42:34