Trace number 2664429

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.28 1801.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900550006.opb
MD5SUMcabd29c48249a44c2596bb98645c31c8
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 benchmark194.178
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 665
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-2664429-1276302377.opb>
0.00/0.06	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.06	c problem read
0.00/0.06	c No objective function, only one solution is needed.
0.00/0.06	c presolving settings loaded
0.00/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.00/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.06
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 
4.09/4.14	c   3.9s| 10000 |  8007 |     0 |   0.0 |7247k| 102 |   - | 231 |4606 |   0 |   0 |   0 |2868 |   0 | 0.000000e+00 |      --      |    Inf 
9.68/9.76	c   9.2s| 20000 | 14799 |     0 |   0.0 |  11M| 102 |   - | 231 |5756 |   0 |   0 |   0 |7190 |   0 | 0.000000e+00 |      --      |    Inf 
14.98/15.00	c  14.2s| 30000 | 22536 |     0 |   0.0 |  16M| 102 |   - | 231 |6320 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
20.88/20.97	c  20.0s| 40000 | 29869 |     0 |   0.0 |  21M| 102 |   - | 231 |7331 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
27.68/27.77	c  26.5s| 50000 | 36948 |     0 |   0.0 |  26M| 102 |   - | 231 |8385 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
35.88/35.92	c  34.4s| 60000 | 43416 |     0 |   0.0 |  30M| 102 |   - | 231 |9364 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
46.47/46.53	c  44.8s| 70000 | 48821 |     0 |   0.0 |  36M| 102 |   - | 231 |  11k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
59.87/59.93	c  57.9s| 80000 | 53453 |     0 |   0.0 |  41M| 102 |   - | 231 |  12k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
77.26/77.37	c  75.0s| 90000 | 56849 |     0 |   0.0 |  46M| 102 |   - | 231 |  13k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
95.26/95.36	c  92.6s|100000 | 60553 |     0 |   0.0 |  50M| 102 |   - | 231 |  13k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
106.46/106.53	c   104s|110000 | 67602 |     0 |   0.0 |  55M| 102 |   - | 231 |  12k|   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
117.25/117.35	c   114s|120000 | 74603 |     0 |   0.0 |  59M| 102 |   - | 231 |  11k|   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
127.66/127.76	c   124s|130000 | 81533 |     0 |   0.0 |  64M| 102 |   - | 231 |  11k|   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
137.95/138.10	c   134s|140000 | 88303 |     0 |   0.0 |  68M| 102 |   - | 231 |  11k|   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
148.64/148.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.64/148.72	c   145s|150000 | 94981 |     0 |   0.0 |  73M| 102 |   - | 231 |  11k|   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
158.94/159.09	c   155s|160000 |101759 |     0 |   0.0 |  77M| 102 |   - | 231 |  11k|   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
169.83/169.94	c   165s|170000 |108393 |     0 |   0.0 |  81M| 102 |   - | 231 |  11k|   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
180.63/180.76	c   176s|180000 |115005 |     0 |   0.0 |  86M| 102 |   - | 231 |  12k|   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
191.63/191.72	c   187s|190000 |121610 |     0 |   0.0 |  90M| 102 |   - | 231 |  12k|   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
203.02/203.15	c   198s|200000 |128057 |     0 |   0.0 |  95M| 102 |   - | 231 |  12k|   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
214.22/214.36	c   209s|210000 |134563 |     0 |   0.0 |  99M| 102 |   - | 231 |  12k|   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
229.72/229.86	c   224s|220000 |139494 |     0 |   0.0 | 104M| 102 |   - | 231 |  13k|   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
247.00/247.16	c   241s|230000 |144175 |     0 |   0.0 | 109M| 102 |   - | 231 |  15k|   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
265.11/265.24	c   259s|240000 |148841 |     0 |   0.0 | 114M| 102 |   - | 231 |  16k|   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
285.29/285.48	c   279s|250000 |153176 |     0 |   0.0 | 119M| 102 |   - | 231 |  17k|   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
306.50/306.62	c   300s|260000 |157321 |     0 |   0.0 | 124M| 102 |   - | 231 |  18k|   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
328.48/328.60	c   321s|270000 |161432 |     0 |   0.0 | 129M| 102 |   - | 231 |  18k|   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
352.07/352.25	c   345s|280000 |165206 |     0 |   0.0 | 134M| 102 |   - | 231 |  19k|   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
375.08/375.21	c   367s|290000 |169166 |     0 |   0.0 | 139M| 102 |   - | 231 |  19k|   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
400.96/401.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.96/401.20	c   393s|300000 |172434 |     0 |   0.0 | 143M| 102 |   - | 231 |  19k|   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
427.16/427.34	c   419s|310000 |175690 |     0 |   0.0 | 148M| 102 |   - | 231 |  20k|   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
454.74/454.94	c   446s|320000 |178596 |     0 |   0.0 | 153M| 102 |   - | 231 |  21k|   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
484.43/484.64	c   475s|330000 |181201 |     0 |   0.0 | 158M| 102 |   - | 231 |  21k|   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
515.63/515.84	c   506s|340000 |183702 |     0 |   0.0 | 162M| 102 |   - | 231 |  22k|   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
550.42/550.67	c   541s|350000 |185423 |     0 |   0.0 | 167M| 102 |   - | 231 |  23k|   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
586.91/587.15	c   577s|360000 |187074 |     0 |   0.0 | 171M| 102 |   - | 231 |  24k|   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
625.19/625.44	c   615s|370000 |188450 |     0 |   0.0 | 175M| 102 |   - | 231 |  25k|   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
666.99/667.23	c   656s|380000 |189327 |     0 |   0.0 | 179M| 102 |   - | 231 |  26k|   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
712.07/712.31	c   701s|390000 |189723 |     0 |   0.0 | 182M| 102 |   - | 231 |  26k|   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
760.06/760.35	c   748s|400000 |189748 |     0 |   0.0 | 184M| 102 |   - | 231 |  25k|   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
799.64/799.93	c   787s|410000 |192084 |     0 |   0.0 | 187M| 102 |   - | 231 |  24k|   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
826.24/826.59	c   814s|420000 |197508 |     0 |   0.0 | 192M| 102 |   - | 231 |  23k|   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
853.13/853.45	c   840s|430000 |202807 |     0 |   0.0 | 196M| 102 |   - | 231 |  22k|   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
880.42/880.73	c   867s|440000 |207831 |     0 |   0.0 | 201M| 102 |   - | 231 |  22k|   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
909.11/909.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
909.11/909.46	c   896s|450000 |212470 |     0 |   0.0 | 206M| 102 |   - | 231 |  22k|   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
938.80/939.18	c   925s|460000 |216920 |     0 |   0.0 | 211M| 102 |   - | 231 |  23k|   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
969.79/970.17	c   956s|470000 |221217 |     0 |   0.0 | 215M| 102 |   - | 231 |  23k|   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1000.38/1000.72	c   986s|480000 |225645 |     0 |   0.0 | 220M| 102 |   - | 231 |  24k|   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1034.77/1035.17	c  1020s|490000 |229274 |     0 |   0.0 | 225M| 102 |   - | 231 |  24k|   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1067.36/1067.73	c  1053s|500000 |233400 |     0 |   0.0 | 229M| 102 |   - | 231 |  24k|   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1101.85/1102.27	c  1087s|510000 |237139 |     0 |   0.0 | 234M| 102 |   - | 231 |  24k|   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1138.14/1138.51	c  1123s|520000 |240637 |     0 |   0.0 | 239M| 102 |   - | 231 |  25k|   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1174.02/1174.42	c  1158s|530000 |244280 |     0 |   0.0 | 243M| 102 |   - | 231 |  25k|   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1213.31/1213.78	c  1197s|540000 |247289 |     0 |   0.0 | 248M| 102 |   - | 231 |  26k|   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1250.10/1250.51	c  1234s|550000 |250793 |     0 |   0.0 | 253M| 102 |   - | 231 |  26k|   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1287.19/1287.62	c  1270s|560000 |254193 |     0 |   0.0 | 257M| 102 |   - | 231 |  26k|   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1328.68/1329.15	c  1312s|570000 |256964 |     0 |   0.0 | 262M| 102 |   - | 231 |  27k|   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1365.46/1365.94	c  1348s|580000 |260535 |     0 |   0.0 | 266M| 102 |   - | 231 |  27k|   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1403.26/1403.73	c  1385s|590000 |263911 |     0 |   0.0 | 271M| 102 |   - | 231 |  28k|   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1450.24/1450.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1450.24/1450.72	c  1432s|600000 |265985 |     0 |   0.0 | 275M| 102 |   - | 231 |  29k|   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
1488.21/1488.71	c  1470s|610000 |269590 |     0 |   0.0 | 279M| 102 |   - | 231 |  29k|   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
1526.32/1526.84	c  1508s|620000 |273098 |     0 |   0.0 | 284M| 102 |   - | 231 |  28k|   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
1570.30/1570.90	c  1551s|630000 |275543 |     0 |   0.0 | 289M| 102 |   - | 231 |  29k|   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
1622.09/1622.64	c  1603s|640000 |277174 |     0 |   0.0 | 293M| 102 |   - | 231 |  30k|   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
1661.37/1661.96	c  1642s|650000 |280642 |     0 |   0.0 | 297M| 102 |   - | 231 |  30k|   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
1703.55/1704.16	c  1683s|660000 |283652 |     0 |   0.0 | 301M| 102 |   - | 231 |  30k|   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
1756.14/1756.79	c  1736s|670000 |284837 |     0 |   0.0 | 306M| 102 |   - | 231 |  31k|   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.61	c 
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time (sec) : 1779.21
1800.03/1800.61	c Solving Nodes      : 677575
1800.03/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.61	c Gap                : infinite
1800.03/1800.61	s UNKNOWN
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time       :    1779.21
1800.03/1800.61	c Original Problem   :
1800.03/1800.61	c   Problem name     : HOME/instance-2664429-1276302377.opb
1800.03/1800.61	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 2707 initial, 2707 maximal
1800.03/1800.61	c Presolved Problem  :
1800.03/1800.61	c   Problem name     : t_HOME/instance-2664429-1276302377.opb
1800.03/1800.61	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 2564 initial, 32780 maximal
1800.03/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   linear           :       0.03          0          0          0          0          0        143          0          0
1800.03/1800.61	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.61	c   knapsack         :          1          0    2169742          0     536112      74690    6218837          0          0          0
1800.03/1800.61	c   setppc           :         22          0    2109889          0     536112      88728    2731981          0          0          0
1800.03/1800.61	c   logicor          :       2541+         0    1740088          0     536107      77256    6953288          0          0          0
1800.03/1800.61	c   countsols        :          0          0          0          0     536071          0          0          0          0          0
1800.03/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.61	c   knapsack         :      52.39       0.00      48.91       0.00       3.48
1800.03/1800.61	c   setppc           :      39.17       0.00      31.73       0.00       7.44
1800.03/1800.61	c   logicor          :     927.56       0.00     867.07       0.00      60.49
1800.03/1800.61	c   countsols        :       0.25       0.00       0.00       0.00       0.25
1800.03/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.61	c   vbounds          :       1.21          1          0          0
1800.03/1800.61	c   rootredcost      :       1.15          0          0          0
1800.03/1800.61	c   pseudoobj        :       0.94          0          0          0
1800.03/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.61	c   propagation      :      15.43     240674     240628    1194387       18.1       5171       19.7          -
1800.03/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.61	c   applied globally :          -          -          -     530227       14.6          -          -          -
1800.03/1800.61	c   applied locally  :          -          -          -       1977       35.4          -          -          -
1800.03/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.61	c Pricers            :       Time      Calls       Vars
1800.03/1800.61	c   problem variables:       0.00          0          0
1800.03/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   inference        :      13.51     536071          0          0          0          0    1072142
1800.03/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.61	c   LP solutions     :       0.00          -          0
1800.03/1800.61	c   pseudo solutions :       0.00          -          0
1800.03/1800.61	c   trivial          :       0.00          1          0
1800.03/1800.61	c   simplerounding   :       0.00          0          0
1800.03/1800.61	c   zirounding       :       0.00          0          0
1800.03/1800.61	c   rounding         :       0.00          0          0
1800.03/1800.61	c   shifting         :       0.00          0          0
1800.03/1800.61	c   intshifting      :       0.00          0          0
1800.03/1800.61	c   oneopt           :       0.00          0          0
1800.03/1800.61	c   twoopt           :       0.00          0          0
1800.03/1800.61	c   fixandinfer      :       0.00          0          0
1800.03/1800.61	c   feaspump         :       0.00          0          0
1800.03/1800.61	c   coefdiving       :       0.00          0          0
1800.03/1800.61	c   pscostdiving     :       0.00          0          0
1800.03/1800.61	c   fracdiving       :       0.00          0          0
1800.03/1800.61	c   veclendiving     :       0.00          0          0
1800.03/1800.61	c   intdiving        :       0.00          0          0
1800.03/1800.61	c   actconsdiving    :       0.00          0          0
1800.03/1800.61	c   objpscostdiving  :       0.00          0          0
1800.03/1800.61	c   rootsoldiving    :       0.00          0          0
1800.03/1800.61	c   linesearchdiving :       0.00          0          0
1800.03/1800.61	c   guideddiving     :       0.00          0          0
1800.03/1800.61	c   octane           :       0.00          0          0
1800.03/1800.61	c   rens             :       0.00          0          0
1800.03/1800.61	c   rins             :       0.00          0          0
1800.03/1800.61	c   localbranching   :       0.00          0          0
1800.03/1800.61	c   mutation         :       0.00          0          0
1800.03/1800.61	c   crossover        :       0.00          0          0
1800.03/1800.61	c   dins             :       0.00          0          0
1800.03/1800.61	c   undercover       :       0.00          0          0
1800.03/1800.61	c   nlp              :       0.00          0          0
1800.03/1800.61	c   trysol           :       0.00          0          0
1800.03/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.61	c B&B Tree           :
1800.03/1800.61	c   number of runs   :          1
1800.03/1800.61	c   nodes            :     677575
1800.03/1800.61	c   nodes (total)    :     677575
1800.03/1800.61	c   nodes left       :     285635
1800.03/1800.61	c   max depth        :        102
1800.03/1800.61	c   max depth (total):        102
1800.03/1800.61	c   backtracks       :     139046 (20.5%)
1800.03/1800.61	c   delayed cutoffs  :     108933
1800.03/1800.61	c   repropagations   :     415666 (5378422 domain reductions, 99170 cutoffs)
1800.03/1800.61	c   avg switch length:      11.63
1800.03/1800.61	c   switching time   :     484.90
1800.03/1800.61	c Solution           :
1800.03/1800.61	c   Solutions found  :          0 (0 improvements)
1800.03/1800.61	c   Primal Bound     :          -
1800.03/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.61	c   Gap              :   infinite
1800.03/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.61	c   Root Iterations  :          0
1801.22/1801.85	c Time complete: 1801.27.

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-2664429-1276302377/watcher-2664429-1276302377 -o /tmp/evaluation-result-2664429-1276302377/solver-2664429-1276302377 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664429-1276302377.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.00 3/106 7046
/proc/meminfo: memFree=1540360/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=7612 CPUtime=0
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 1165 0 0 0 0 0 0 0 17 0 1 0 5841342 7794688 1087 1992294400 4194304 7136930 140735725674672 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7046/statm: 1903 1096 254 719 0 1182 0

[startup+0.101538 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7046
/proc/meminfo: memFree=1540360/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=14764 CPUtime=0.09
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 3600 0 0 0 8 1 0 0 17 0 1 0 5841342 15118336 2912 1992294400 4194304 7136930 140735725674672 18446744073709551615 6328631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 3691 2919 345 719 0 2970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14764

[startup+0.20055 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7046
/proc/meminfo: memFree=1540360/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=16928 CPUtime=0.19
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 6777 0 0 0 17 2 0 0 17 0 1 0 5841342 17334272 3518 1992294400 4194304 7136930 140735725674672 18446744073709551615 4212314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 4232 3518 391 719 0 3511 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16928

[startup+0.300561 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7046
/proc/meminfo: memFree=1540360/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=17104 CPUtime=0.29
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 6821 0 0 0 27 2 0 0 17 0 1 0 5841342 17514496 3562 1992294400 4194304 7136930 140735725674672 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 4276 3562 391 719 0 3555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17104

[startup+0.700617 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7046
/proc/meminfo: memFree=1540360/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=17632 CPUtime=0.68
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 6949 0 0 0 63 5 0 0 17 0 1 0 5841342 18055168 3690 1992294400 4194304 7136930 140735725674672 18446744073709551615 4414503 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/7046/statm: 4408 3690 391 719 0 3687 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 17632

[startup+1.5007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7047
/proc/meminfo: memFree=1525844/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=19208 CPUtime=1.49
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 7340 0 0 0 139 10 0 0 18 0 1 0 5841342 19668992 4081 1992294400 4194304 7136930 140735725674672 18446744073709551615 5005117 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 4802 4081 391 719 0 4081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19208

[startup+3.10088 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7047
/proc/meminfo: memFree=1523364/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=21752 CPUtime=3.08
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 7980 0 0 0 291 17 0 0 21 0 1 0 5841342 22274048 4721 1992294400 4194304 7136930 140735725674672 18446744073709551615 5005146 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 5438 4721 391 719 0 4717 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21752

[startup+6.30126 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7047
/proc/meminfo: memFree=1519272/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=25248 CPUtime=6.29
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 8898 0 0 0 598 31 0 0 25 0 1 0 5841342 25853952 5639 1992294400 4194304 7136930 140735725674672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 6312 5639 391 719 0 5591 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25248

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7047
/proc/meminfo: memFree=1512080/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=32932 CPUtime=12.69
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 10837 0 0 0 1209 60 0 0 25 0 1 0 5841342 33722368 7578 1992294400 4194304 7136930 140735725674672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 8233 7578 391 719 0 7512 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32932

[startup+25.5005 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7049
/proc/meminfo: memFree=1498936/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=44952 CPUtime=25.47
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 13884 0 0 0 2439 108 0 0 25 0 1 0 5841342 46030848 10625 1992294400 4194304 7136930 140735725674672 18446744073709551615 4414776 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 11238 10625 391 719 0 10517 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44952

[startup+51.1004 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7049
/proc/meminfo: memFree=1483436/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=60404 CPUtime=51.07
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 17786 0 0 0 4928 179 0 0 25 0 1 0 5841342 61853696 14527 1992294400 4194304 7136930 140735725674672 18446744073709551615 4223074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 15101 14527 391 719 0 14380 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60404

[startup+102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7051
/proc/meminfo: memFree=1460372/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=83012 CPUtime=102.27
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 23432 0 0 0 9952 275 0 0 25 0 1 0 5841342 85004288 20173 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 20753 20173 391 719 0 20032 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 83012

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7051
/proc/meminfo: memFree=1432968/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=111772 CPUtime=162.24
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 30266 0 0 0 15801 423 0 0 25 0 1 0 5841342 114454528 27007 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 27943 27007 391 719 0 27222 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 111772

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7053
/proc/meminfo: memFree=1403332/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=140944 CPUtime=222.23
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 37656 0 0 0 21671 552 0 0 25 0 1 0 5841342 144326656 34397 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 35236 34397 391 719 0 34515 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 140944

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7055
/proc/meminfo: memFree=1383864/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=160120 CPUtime=282.2
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 42482 0 0 0 27568 652 0 0 25 0 1 0 5841342 163962880 39223 1992294400 4194304 7136930 140735725674672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 40030 39223 391 719 0 39309 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 160120

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7057
/proc/meminfo: memFree=1369108/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=174648 CPUtime=342.18
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 46129 0 0 0 33478 740 0 0 25 0 1 0 5841342 178839552 42870 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 43662 42870 391 719 0 42941 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 174648

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7059
/proc/meminfo: memFree=1355096/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=188776 CPUtime=402.16
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 49613 0 0 0 39400 816 0 0 25 0 1 0 5841342 193306624 46354 1992294400 4194304 7136930 140735725674672 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 47194 46354 391 719 0 46473 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 188776

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7059
/proc/meminfo: memFree=1343068/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=200740 CPUtime=462.14
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 52611 0 0 0 45325 889 0 0 25 0 1 0 5841342 205557760 49352 1992294400 4194304 7136930 140735725674672 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 50185 49352 391 719 0 49464 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 200740

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7061
/proc/meminfo: memFree=1331412/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=212428 CPUtime=522.13
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 55529 0 0 0 51259 954 0 0 25 0 1 0 5841342 217526272 52270 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 53107 52270 391 719 0 52386 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 212428

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7063
/proc/meminfo: memFree=1322856/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=220672 CPUtime=582.1
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 57634 0 0 0 57195 1015 0 0 25 0 1 0 5841342 225968128 54375 1992294400 4194304 7136930 140735725674672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 55168 54375 391 719 0 54447 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 220672

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7065
/proc/meminfo: memFree=1314672/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=229000 CPUtime=642.09
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 59657 0 0 0 63136 1073 0 0 25 0 1 0 5841342 234496000 56398 1992294400 4194304 7136930 140735725674672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 57250 56398 391 719 0 56529 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 229000

[startup+702.301 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7075
/proc/meminfo: memFree=1255772/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=291036 CPUtime=1061.96
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 74213 0 0 0 104722 1474 0 0 25 0 1 0 5841342 298020864 70954 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 72759 70954 391 719 0 72038 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 291036

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7077
/proc/meminfo: memFree=1247092/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=299696 CPUtime=1121.93
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 76407 0 0 0 110666 1527 0 0 25 0 1 0 5841342 306888704 73148 1992294400 4194304 7136930 140735725674672 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 74924 73148 391 719 0 74203 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 299696

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7079
/proc/meminfo: memFree=1239528/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=307116 CPUtime=1181.92
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 78270 0 0 0 116606 1586 0 0 25 0 1 0 5841342 314486784 75011 1992294400 4194304 7136930 140735725674672 18446744073709551615 5909152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 76779 75011 391 719 0 76058 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 307116

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7081
/proc/meminfo: memFree=1230600/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=315900 CPUtime=1241.9
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 80429 0 0 0 122550 1640 0 0 25 0 1 0 5841342 323481600 77170 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 78975 77170 391 719 0 78254 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 315900

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7083
/proc/meminfo: memFree=1219812/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=326760 CPUtime=1301.88
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 83110 0 0 0 128497 1691 0 0 25 0 1 0 5841342 334602240 79851 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 81690 79851 391 719 0 80969 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 326760

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7083
/proc/meminfo: memFree=1216340/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=330128 CPUtime=1361.86
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 83991 0 0 0 134441 1745 0 0 25 0 1 0 5841342 338051072 80732 1992294400 4194304 7136930 140735725674672 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 82532 80732 391 719 0 81811 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 330128

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7085
/proc/meminfo: memFree=1208900/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=337512 CPUtime=1421.85
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 85841 0 0 0 140390 1795 0 0 25 0 1 0 5841342 345612288 82582 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 84378 82582 391 719 0 83657 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 337512

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7087
/proc/meminfo: memFree=1199848/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=346648 CPUtime=1481.82
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 88081 0 0 0 146340 1842 0 0 25 0 1 0 5841342 354967552 84822 1992294400 4194304 7136930 140735725674672 18446744073709551615 4220855 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 86662 84822 391 719 0 85941 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 346648

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7089
/proc/meminfo: memFree=1194516/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=351940 CPUtime=1541.81
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 89412 0 0 0 152293 1888 0 0 25 0 1 0 5841342 360386560 86153 1992294400 4194304 7136930 140735725674672 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 87985 86153 391 719 0 87264 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 351940

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7091
/proc/meminfo: memFree=1187572/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=358944 CPUtime=1601.78
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 91161 0 0 0 158251 1927 0 0 25 0 1 0 5841342 367558656 87902 1992294400 4194304 7136930 140735725674672 18446744073709551615 4409079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 89736 87902 391 719 0 89015 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 358944

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7091
/proc/meminfo: memFree=1181372/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=364812 CPUtime=1661.76
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 92673 0 0 0 164198 1978 0 0 25 0 1 0 5841342 373567488 89414 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 91203 89414 391 719 0 90482 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 364812

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7093
/proc/meminfo: memFree=1174924/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=372184 CPUtime=1721.74
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 94501 0 0 0 170148 2026 0 0 25 0 1 0 5841342 381116416 91242 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 93046 91242 391 719 0 92325 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 372184

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7095
/proc/meminfo: memFree=1169220/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=376772 CPUtime=1781.73
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 95636 0 0 0 176108 2065 0 0 25 0 1 0 5841342 385814528 92377 1992294400 4194304 7136930 140735725674672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 94193 92377 391 719 0 93472 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 376772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7095
/proc/meminfo: memFree=1167112/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=378816 CPUtime=1800.03
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 96139 0 0 0 177926 2077 0 0 25 0 1 0 5841342 387907584 92880 1992294400 4194304 7136930 140735725674672 18446744073709551615 4999881 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7046/statm: 94704 92880 391 719 0 93983 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 378816

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7096
/proc/meminfo: memFree=1167104/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=378912 CPUtime=1800.13
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 96162 0 0 0 177936 2077 0 0 25 0 1 0 5841342 388005888 92903 1992294400 4194304 7136930 140735725674672 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7046/statm: 94728 92903 396 719 0 94007 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 378912

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7096
/proc/meminfo: memFree=1167104/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=378912 CPUtime=1800.92
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 96162 0 0 0 178015 2077 0 0 25 0 1 0 5841342 388005888 92903 1992294400 4194304 7136930 140735725674672 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7046/statm: 94728 92903 396 719 0 94007 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 378912

[startup+1801.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7096
/proc/meminfo: memFree=1167104/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=378912 CPUtime=1801.12
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 96162 0 0 0 178035 2077 0 0 25 0 1 0 5841342 388005888 92903 1992294400 4194304 7136930 140735725674672 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7046/statm: 94728 92903 396 719 0 94007 0
Current children cumulated CPU time (s) 1801.12
Current children cumulated vsize (KiB) 378912

[startup+1801.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7096
/proc/meminfo: memFree=1189796/2059040 swapFree=4192956/4192956
[pid=7046] ppid=7044 vsize=340984 CPUtime=1801.22
/proc/7046/stat : 7046 (pbscip.linux.x8) R 7044 7046 6335 0 -1 4202496 96162 0 0 0 178045 2077 0 0 25 0 1 0 5841342 349167616 83421 1992294400 4194304 7136930 140735725674672 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7046/statm: 85149 83324 396 719 0 84428 0
Current children cumulated CPU time (s) 1801.22
Current children cumulated vsize (KiB) 340984

Child status: 0
Real time (s): 1801.85
CPU time (s): 1801.28
CPU user time (s): 1780.47
CPU system time (s): 20.8118
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 378912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.47
system time used= 20.8118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96169
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3624

runsolver used 2.92156 second user time and 8.5747 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-12 02:26:17
IDJOB=2664429
IDBENCH=1331
IDSOLVER=1167
FILE ID=node006/2664429-1276302377
PBS_JOBID= 11173117
Free space on /tmp= 62472 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.1900550006.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-2664429-1276302377/watcher-2664429-1276302377 -o /tmp/evaluation-result-2664429-1276302377/solver-2664429-1276302377 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664429-1276302377.opb -t 1800 -m 1800

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

MD5SUM BENCH= cabd29c48249a44c2596bb98645c31c8
RANDOM SEED=2109518010

node006.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.204
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.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1540888 kB
Buffers:         79668 kB
Cached:         311192 kB
SwapCached:          0 kB
Active:         174120 kB
Inactive:       276052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1540888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3220 kB
Writeback:           0 kB
AnonPages:       59324 kB
Mapped:          15424 kB
Slab:            46180 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180472 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= 62468 MiB
End job on node006 at 2010-06-12 02:56:19