Trace number 2664497

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.9 1801.43

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
MD5SUM04ec290f8a8afffbd026dcfb09cada39
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.259959
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints202
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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-2664497-1276322943.opb>
0.00/0.04	c original problem has 5100 variables (5100 bin, 0 int, 0 impl, 0 cont) and 202 constraints
0.00/0.04	c problem read
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c presolving settings loaded
0.00/0.04	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.04/0.09	c presolving:
0.09/0.12	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 102 upgd conss, 0 impls, 100 clqs
0.09/0.13	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 202 upgd conss, 0 impls, 100 clqs
0.09/0.14	c presolving (3 rounds):
0.09/0.14	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  0 implications, 100 cliques
0.09/0.14	c presolved problem has 5100 variables (5100 bin, 0 int, 0 impl, 0 cont) and 202 constraints
0.09/0.14	c     100 constraints of type <setppc>
0.09/0.14	c     102 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.07
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.97
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 1620
0.09/0.14	c 
0.09/0.14	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c limits/solutions = 1
0.09/0.14	c 
0.09/0.14	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c lp/solvefreq = -1
0.09/0.14	c 
0.09/0.14	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.14	c separating/maxrounds = 1
0.09/0.14	c 
0.09/0.14	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/maxroundsroot = 5
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.14	c constraints/knapsack/disaggregation = FALSE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c presolving/probing/maxrounds = 0
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/coefdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.14	c heuristics/crossover/freq = -1
0.09/0.14	c 
0.09/0.14	c # number of nodes added to the contingent of the total nodes
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14	c heuristics/crossover/nodesofs = 750
0.09/0.14	c 
0.09/0.14	c # number of nodes without incumbent change that heuristic should wait
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.14	c heuristics/crossover/nwaitingnodes = 100
0.09/0.14	c 
0.09/0.14	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.14	c # [type: real, range: [0,1], default: 0.1]
0.09/0.14	c heuristics/crossover/nodesquot = 0.15
0.09/0.14	c 
0.09/0.14	c # minimum percentage of integer variables that have to be fixed 
0.09/0.14	c # [type: real, range: [0,1], default: 0.666]
0.09/0.14	c heuristics/crossover/minfixingrate = 0.5
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/feaspump/freq = -1
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/fracdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/guideddiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/intshifting/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/linesearchdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/nlp/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/objpscostdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.14	c # [type: real, range: [0,1], default: 0.01]
0.09/0.14	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/oneopt/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/pscostdiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c heuristics/rens/freq = -1
0.09/0.14	c 
0.09/0.14	c # minimum percentage of integer variables that have to be fixable 
0.09/0.14	c # [type: real, range: [0,1], default: 0.5]
0.09/0.14	c heuristics/rens/minfixingrate = 0.3
0.09/0.14	c 
0.09/0.14	c # number of nodes added to the contingent of the total nodes
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14	c heuristics/rens/nodesofs = 2000
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/rootsoldiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.14	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/rounding/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/shifting/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/simplerounding/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c heuristics/trivial/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/trysol/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/veclendiving/freq = -1
0.09/0.14	c 
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.14	c 
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.14	c 
0.09/0.14	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/zirounding/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c separating/cmir/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c separating/flowcover/freq = -1
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	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 |     - |8845k|   0 |   - |5100 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
22.18/22.26	c  22.1s| 10000 |  9989 |     0 |   0.0 |  13M|3257 |   - |5100 | 242 |   0 |   0 |   0 |  56 |   0 | 0.000000e+00 |      --      |    Inf 
49.57/49.66	c  49.3s| 20000 | 19953 |     0 |   0.0 |  16M|3257 |   - |5100 | 369 |   0 |   0 |   0 | 259 |   0 | 0.000000e+00 |      --      |    Inf 
77.16/77.23	c  76.7s| 30000 | 29931 |     0 |   0.0 |  19M|3257 |   - |5100 | 292 |   0 |   0 |   0 | 399 |   0 | 0.000000e+00 |      --      |    Inf 
105.16/105.28	c   105s| 40000 | 39908 |     0 |   0.0 |  22M|3257 |   - |5100 | 306 |   0 |   0 |   0 | 539 |   0 | 0.000000e+00 |      --      |    Inf 
132.96/133.05	c   132s| 50000 | 49888 |     0 |   0.0 |  25M|3257 |   - |5100 | 303 |   0 |   0 |   0 | 666 |   0 | 0.000000e+00 |      --      |    Inf 
161.14/161.28	c   160s| 60000 | 59870 |     0 |   0.0 |  27M|3257 |   - |5100 | 286 |   0 |   0 |   0 | 753 |   0 | 0.000000e+00 |      --      |    Inf 
189.34/189.43	c   188s| 70000 | 69840 |     0 |   0.0 |  30M|3257 |   - |5100 | 263 |   0 |   0 |   0 | 849 |   0 | 0.000000e+00 |      --      |    Inf 
217.02/217.16	c   216s| 80000 | 79811 |     0 |   0.0 |  33M|3257 |   - |5100 | 289 |   0 |   0 |   0 | 978 |   0 | 0.000000e+00 |      --      |    Inf 
245.51/245.67	c   244s| 90000 | 89785 |     0 |   0.0 |  36M|3257 |   - |5100 | 244 |   0 |   0 |   0 |1025 |   0 | 0.000000e+00 |      --      |    Inf 
273.31/273.47	c   272s|100000 | 99763 |     0 |   0.0 |  38M|3257 |   - |5100 | 234 |   0 |   0 |   0 |1063 |   0 | 0.000000e+00 |      --      |    Inf 
301.60/301.75	c   300s|110000 |109731 |     0 |   0.0 |  41M|3257 |   - |5100 | 256 |   0 |   0 |   0 |1133 |   0 | 0.000000e+00 |      --      |    Inf 
329.59/329.80	c   328s|120000 |119704 |     0 |   0.0 |  44M|3257 |   - |5100 | 256 |   0 |   0 |   0 |1200 |   0 | 0.000000e+00 |      --      |    Inf 
357.39/357.56	c   355s|130000 |129685 |     0 |   0.0 |  47M|3257 |   - |5100 | 277 |   0 |   0 |   0 |1281 |   0 | 0.000000e+00 |      --      |    Inf 
385.47/385.62	c   383s|140000 |139669 |     0 |   0.0 |  49M|3257 |   - |5100 | 268 |   0 |   0 |   0 |1317 |   0 | 0.000000e+00 |      --      |    Inf 
413.67/413.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.67/413.84	c   411s|150000 |149641 |     0 |   0.0 |  52M|3257 |   - |5100 | 297 |   0 |   0 |   0 |1439 |   0 | 0.000000e+00 |      --      |    Inf 
441.76/441.93	c   439s|160000 |159623 |     0 |   0.0 |  55M|3257 |   - |5100 | 258 |   0 |   0 |   0 |1500 |   0 | 0.000000e+00 |      --      |    Inf 
469.75/469.97	c   467s|170000 |169594 |     0 |   0.0 |  58M|3257 |   - |5100 | 277 |   0 |   0 |   0 |1602 |   0 | 0.000000e+00 |      --      |    Inf 
497.64/497.87	c   495s|180000 |179569 |     0 |   0.0 |  60M|3257 |   - |5100 | 243 |   0 |   0 |   0 |1695 |   0 | 0.000000e+00 |      --      |    Inf 
525.23/525.46	c   522s|190000 |189548 |     0 |   0.0 |  63M|3257 |   - |5100 | 254 |   0 |   0 |   0 |1761 |   0 | 0.000000e+00 |      --      |    Inf 
552.83/553.08	c   550s|200000 |199530 |     0 |   0.0 |  66M|3257 |   - |5100 | 294 |   0 |   0 |   0 |1847 |   0 | 0.000000e+00 |      --      |    Inf 
580.53/580.73	c   577s|210000 |209511 |     0 |   0.0 |  68M|3257 |   - |5100 | 254 |   0 |   0 |   0 |1897 |   0 | 0.000000e+00 |      --      |    Inf 
607.92/608.19	c   604s|220000 |219487 |     0 |   0.0 |  71M|3257 |   - |5100 | 303 |   0 |   0 |   0 |2018 |   0 | 0.000000e+00 |      --      |    Inf 
635.41/635.67	c   632s|230000 |229450 |     0 |   0.0 |  74M|3257 |   - |5100 | 316 |   0 |   0 |   0 |2185 |   0 | 0.000000e+00 |      --      |    Inf 
663.00/663.27	c   659s|240000 |239425 |     0 |   0.0 |  77M|3257 |   - |5100 | 280 |   0 |   0 |   0 |2277 |   0 | 0.000000e+00 |      --      |    Inf 
690.50/690.80	c   686s|250000 |249402 |     0 |   0.0 |  80M|3257 |   - |5100 | 292 |   0 |   0 |   0 |2395 |   0 | 0.000000e+00 |      --      |    Inf 
717.99/718.28	c   714s|260000 |259362 |     0 |   0.0 |  82M|3257 |   - |5100 | 291 |   0 |   0 |   0 |2537 |   0 | 0.000000e+00 |      --      |    Inf 
745.58/745.88	c   741s|270000 |269332 |     0 |   0.0 |  85M|3257 |   - |5100 | 279 |   0 |   0 |   0 |2616 |   0 | 0.000000e+00 |      --      |    Inf 
773.07/773.39	c   768s|280000 |279300 |     0 |   0.0 |  88M|3257 |   - |5100 | 301 |   0 |   0 |   0 |2748 |   0 | 0.000000e+00 |      --      |    Inf 
800.57/800.87	c   796s|290000 |289258 |     0 |   0.0 |  90M|3257 |   - |5100 | 294 |   0 |   0 |   0 |2874 |   0 | 0.000000e+00 |      --      |    Inf 
827.85/828.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
827.85/828.18	c   823s|300000 |299234 |     0 |   0.0 |  93M|3257 |   - |5100 | 290 |   0 |   0 |   0 |2971 |   0 | 0.000000e+00 |      --      |    Inf 
855.14/855.44	c   850s|310000 |309211 |     0 |   0.0 |  96M|3257 |   - |5100 | 293 |   0 |   0 |   0 |3078 |   0 | 0.000000e+00 |      --      |    Inf 
882.22/882.50	c   877s|320000 |319189 |     0 |   0.0 |  99M|3257 |   - |5100 | 323 |   0 |   0 |   0 |3195 |   0 | 0.000000e+00 |      --      |    Inf 
909.22/909.55	c   904s|330000 |329172 |     0 |   0.0 | 101M|3257 |   - |5100 | 321 |   0 |   0 |   0 |3279 |   0 | 0.000000e+00 |      --      |    Inf 
936.11/936.40	c   930s|340000 |339147 |     0 |   0.0 | 104M|3257 |   - |5100 | 301 |   0 |   0 |   0 |3393 |   0 | 0.000000e+00 |      --      |    Inf 
963.01/963.32	c   957s|350000 |349119 |     0 |   0.0 | 107M|3257 |   - |5100 | 328 |   0 |   0 |   0 |3527 |   0 | 0.000000e+00 |      --      |    Inf 
990.00/990.39	c   984s|360000 |359100 |     0 |   0.0 | 110M|3257 |   - |5100 | 289 |   0 |   0 |   0 |3606 |   0 | 0.000000e+00 |      --      |    Inf 
1016.99/1017.31	c  1011s|370000 |369081 |     0 |   0.0 | 112M|3257 |   - |5100 | 292 |   0 |   0 |   0 |3718 |   0 | 0.000000e+00 |      --      |    Inf 
1043.79/1044.12	c  1037s|380000 |379062 |     0 |   0.0 | 115M|3257 |   - |5100 | 297 |   0 |   0 |   0 |3813 |   0 | 0.000000e+00 |      --      |    Inf 
1070.68/1071.01	c  1064s|390000 |389034 |     0 |   0.0 | 118M|3257 |   - |5100 | 313 |   0 |   0 |   0 |3926 |   0 | 0.000000e+00 |      --      |    Inf 
1097.38/1097.78	c  1091s|400000 |399012 |     0 |   0.0 | 121M|3257 |   - |5100 | 356 |   0 |   0 |   0 |4045 |   0 | 0.000000e+00 |      --      |    Inf 
1123.77/1124.16	c  1117s|410000 |408986 |     0 |   0.0 | 123M|3257 |   - |5100 | 330 |   0 |   0 |   0 |4160 |   0 | 0.000000e+00 |      --      |    Inf 
1149.95/1150.39	c  1143s|420000 |418959 |     0 |   0.0 | 126M|3257 |   - |5100 | 343 |   0 |   0 |   0 |4330 |   0 | 0.000000e+00 |      --      |    Inf 
1176.65/1177.04	c  1170s|430000 |428936 |     0 |   0.0 | 129M|3257 |   - |5100 | 291 |   0 |   0 |   0 |4426 |   0 | 0.000000e+00 |      --      |    Inf 
1203.04/1203.42	c  1196s|440000 |438907 |     0 |   0.0 | 132M|3257 |   - |5100 | 360 |   0 |   0 |   0 |4577 |   0 | 0.000000e+00 |      --      |    Inf 
1229.23/1229.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.23/1229.63	c  1222s|450000 |448878 |     0 |   0.0 | 134M|3257 |   - |5100 | 331 |   0 |   0 |   0 |4708 |   0 | 0.000000e+00 |      --      |    Inf 
1255.83/1256.26	c  1248s|460000 |458845 |     0 |   0.0 | 137M|3257 |   - |5100 | 329 |   0 |   0 |   0 |4849 |   0 | 0.000000e+00 |      --      |    Inf 
1282.31/1282.70	c  1274s|470000 |468819 |     0 |   0.0 | 140M|3257 |   - |5100 | 364 |   0 |   0 |   0 |4998 |   0 | 0.000000e+00 |      --      |    Inf 
1308.61/1309.03	c  1301s|480000 |478792 |     0 |   0.0 | 142M|3257 |   - |5100 | 345 |   0 |   0 |   0 |5125 |   0 | 0.000000e+00 |      --      |    Inf 
1334.80/1335.24	c  1327s|490000 |488768 |     0 |   0.0 | 145M|3257 |   - |5100 | 350 |   0 |   0 |   0 |5261 |   0 | 0.000000e+00 |      --      |    Inf 
1360.79/1361.27	c  1353s|500000 |498747 |     0 |   0.0 | 148M|3257 |   - |5100 | 374 |   0 |   0 |   0 |5377 |   0 | 0.000000e+00 |      --      |    Inf 
1386.69/1387.18	c  1378s|510000 |508717 |     0 |   0.0 | 151M|3257 |   - |5100 | 324 |   0 |   0 |   0 |5507 |   0 | 0.000000e+00 |      --      |    Inf 
1412.67/1413.11	c  1404s|520000 |518683 |     0 |   0.0 | 154M|3257 |   - |5100 | 371 |   0 |   0 |   0 |5640 |   0 | 0.000000e+00 |      --      |    Inf 
1438.56/1439.02	c  1430s|530000 |528652 |     0 |   0.0 | 156M|3257 |   - |5100 | 400 |   0 |   0 |   0 |5814 |   0 | 0.000000e+00 |      --      |    Inf 
1464.35/1464.84	c  1455s|540000 |538625 |     0 |   0.0 | 159M|3257 |   - |5100 | 397 |   0 |   0 |   0 |5964 |   0 | 0.000000e+00 |      --      |    Inf 
1490.14/1490.63	c  1481s|550000 |548599 |     0 |   0.0 | 162M|3257 |   - |5100 | 397 |   0 |   0 |   0 |6097 |   0 | 0.000000e+00 |      --      |    Inf 
1515.94/1516.49	c  1507s|560000 |558584 |     0 |   0.0 | 165M|3257 |   - |5100 | 370 |   0 |   0 |   0 |6177 |   0 | 0.000000e+00 |      --      |    Inf 
1541.74/1542.24	c  1532s|570000 |568556 |     0 |   0.0 | 167M|3257 |   - |5100 | 378 |   0 |   0 |   0 |6308 |   0 | 0.000000e+00 |      --      |    Inf 
1567.53/1568.06	c  1558s|580000 |578535 |     0 |   0.0 | 170M|3257 |   - |5100 | 409 |   0 |   0 |   0 |6426 |   0 | 0.000000e+00 |      --      |    Inf 
1593.32/1593.84	c  1584s|590000 |588511 |     0 |   0.0 | 173M|3257 |   - |5100 | 404 |   0 |   0 |   0 |6530 |   0 | 0.000000e+00 |      --      |    Inf 
1618.50/1619.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1618.50/1619.07	c  1609s|600000 |598480 |     0 |   0.0 | 176M|3257 |   - |5100 | 453 |   0 |   0 |   0 |6707 |   0 | 0.000000e+00 |      --      |    Inf 
1644.10/1644.65	c  1634s|610000 |608459 |     0 |   0.0 | 178M|3257 |   - |5100 | 429 |   0 |   0 |   0 |6791 |   0 | 0.000000e+00 |      --      |    Inf 
1669.40/1669.97	c  1659s|620000 |618433 |     0 |   0.0 | 181M|3257 |   - |5100 | 420 |   0 |   0 |   0 |6911 |   0 | 0.000000e+00 |      --      |    Inf 
1694.39/1694.98	c  1684s|630000 |628411 |     0 |   0.0 | 184M|3257 |   - |5100 | 468 |   0 |   0 |   0 |7051 |   0 | 0.000000e+00 |      --      |    Inf 
1719.68/1720.27	c  1709s|640000 |638390 |     0 |   0.0 | 187M|3257 |   - |5100 | 429 |   0 |   0 |   0 |7173 |   0 | 0.000000e+00 |      --      |    Inf 
1744.77/1745.31	c  1734s|650000 |648364 |     0 |   0.0 | 189M|3257 |   - |5100 | 441 |   0 |   0 |   0 |7320 |   0 | 0.000000e+00 |      --      |    Inf 
1769.57/1770.17	c  1759s|660000 |658341 |     0 |   0.0 | 192M|3257 |   - |5100 | 471 |   0 |   0 |   0 |7460 |   0 | 0.000000e+00 |      --      |    Inf 
1794.95/1795.54	c  1784s|670000 |668319 |     0 |   0.0 | 195M|3257 |   - |5100 | 434 |   0 |   0 |   0 |7579 |   0 | 0.000000e+00 |      --      |    Inf 
1800.07/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.61	c 
1800.07/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.61	c Solving Time (sec) : 1789.01
1800.07/1800.61	c Solving Nodes      : 672062
1800.07/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.61	c Gap                : infinite
1800.07/1800.61	s UNKNOWN
1800.07/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.61	c Solving Time       :    1789.01
1800.07/1800.61	c Original Problem   :
1800.07/1800.61	c   Problem name     : HOME/instance-2664497-1276322943.opb
1800.07/1800.61	c   Variables        : 5100 (5100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.61	c   Constraints      : 202 initial, 202 maximal
1800.07/1800.61	c Presolved Problem  :
1800.07/1800.61	c   Problem name     : t_HOME/instance-2664497-1276322943.opb
1800.07/1800.61	c   Variables        : 5100 (5100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.61	c   Constraints      : 202 initial, 514 maximal
1800.07/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.61	c   setppc           :        100          0     702613          0     671423        859     198514          0          0          0
1800.07/1800.61	c   logicor          :        102+         0      86949          0     671423        169      20542          0          0          0
1800.07/1800.61	c   countsols        :          0          0          0          0     671423          0          0          0          0          0
1800.07/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.61	c   setppc           :     339.19       0.00      18.87       0.00     320.32
1800.07/1800.61	c   logicor          :     184.79       0.00       2.86       0.00     181.93
1800.07/1800.61	c   countsols        :       0.35       0.00       0.00       0.00       0.35
1800.07/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.61	c   vbounds          :       0.61          1          0          0
1800.07/1800.61	c   rootredcost      :       0.63          0          0          0
1800.07/1800.61	c   pseudoobj        :       0.40          0          0          0
1800.07/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.61	c   propagation      :      13.43       1028       1028      28382      488.5         15      134.8          -
1800.07/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.61	c   applied globally :          -          -          -       7580      301.0          -          -          -
1800.07/1800.61	c   applied locally  :          -          -          -         22      624.3          -          -          -
1800.07/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.07/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.07/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.07/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.07/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.07/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.07/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.07/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.61	c Pricers            :       Time      Calls       Vars
1800.07/1800.61	c   problem variables:       0.00          0          0
1800.07/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   inference        :    1220.24     671423          0          0          0          0    1342846
1800.07/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.61	c   LP solutions     :       0.00          -          0
1800.07/1800.61	c   pseudo solutions :       0.00          -          0
1800.07/1800.61	c   trivial          :       0.01          1          0
1800.07/1800.61	c   simplerounding   :       0.00          0          0
1800.07/1800.61	c   zirounding       :       0.00          0          0
1800.07/1800.61	c   rounding         :       0.00          0          0
1800.07/1800.61	c   shifting         :       0.00          0          0
1800.07/1800.61	c   intshifting      :       0.00          0          0
1800.07/1800.61	c   oneopt           :       0.00          0          0
1800.07/1800.61	c   twoopt           :       0.00          0          0
1800.07/1800.61	c   fixandinfer      :       0.00          0          0
1800.07/1800.61	c   feaspump         :       0.00          0          0
1800.07/1800.61	c   coefdiving       :       0.00          0          0
1800.07/1800.61	c   pscostdiving     :       0.00          0          0
1800.07/1800.61	c   fracdiving       :       0.00          0          0
1800.07/1800.61	c   veclendiving     :       0.00          0          0
1800.07/1800.61	c   intdiving        :       0.00          0          0
1800.07/1800.61	c   actconsdiving    :       0.00          0          0
1800.07/1800.61	c   objpscostdiving  :       0.00          0          0
1800.07/1800.61	c   rootsoldiving    :       0.00          0          0
1800.07/1800.61	c   linesearchdiving :       0.00          0          0
1800.07/1800.61	c   guideddiving     :       0.00          0          0
1800.07/1800.61	c   octane           :       0.00          0          0
1800.07/1800.61	c   rens             :       0.00          0          0
1800.07/1800.61	c   rins             :       0.00          0          0
1800.07/1800.61	c   localbranching   :       0.00          0          0
1800.07/1800.61	c   mutation         :       0.00          0          0
1800.07/1800.61	c   crossover        :       0.00          0          0
1800.07/1800.61	c   dins             :       0.00          0          0
1800.07/1800.61	c   undercover       :       0.00          0          0
1800.07/1800.61	c   nlp              :       0.00          0          0
1800.07/1800.61	c   trysol           :       0.00          0          0
1800.07/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.07/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.07/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.07/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.61	c B&B Tree           :
1800.07/1800.61	c   number of runs   :          1
1800.07/1800.61	c   nodes            :     672062
1800.07/1800.61	c   nodes (total)    :     672062
1800.07/1800.61	c   nodes left       :     670374
1800.07/1800.61	c   max depth        :       3257
1800.07/1800.61	c   max depth (total):       3257
1800.07/1800.61	c   backtracks       :        397 (0.1%)
1800.07/1800.61	c   delayed cutoffs  :        411
1800.07/1800.61	c   repropagations   :       1758 (10184 domain reductions, 389 cutoffs)
1800.07/1800.61	c   avg switch length:       2.18
1800.07/1800.61	c   switching time   :      12.46
1800.07/1800.61	c Solution           :
1800.07/1800.61	c   Solutions found  :          0 (0 improvements)
1800.07/1800.61	c   Primal Bound     :          -
1800.07/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.61	c   Gap              :   infinite
1800.07/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.61	c   Root Iterations  :          0
1800.86/1801.43	c Time complete: 1800.89.

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

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


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 7977
/proc/meminfo: memFree=1514928/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=6584 CPUtime=0
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 1008 0 0 0 0 0 0 0 20 0 1 0 7898181 6742016 930 1992294400 4194304 7136930 140736304349552 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7977/statm: 1646 939 254 719 0 925 0

[startup+0.054698 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 7977
/proc/meminfo: memFree=1514928/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=19100 CPUtime=0.04
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 4466 0 0 0 3 1 0 0 20 0 1 0 7898181 19558400 4035 1992294400 4194304 7136930 140736304349552 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 4775 4049 280 719 0 4054 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19100

[startup+0.100703 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 7977
/proc/meminfo: memFree=1514928/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=23032 CPUtime=0.09
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 5304 0 0 0 7 2 0 0 20 0 1 0 7898181 23584768 4872 1992294400 4194304 7136930 140736304349552 18446744073709551615 5489894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 5758 4872 319 719 0 5037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23032

[startup+0.300721 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 7977
/proc/meminfo: memFree=1514928/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=24712 CPUtime=0.29
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 7087 0 0 0 26 3 0 0 20 0 1 0 7898181 25305088 5370 1992294400 4194304 7136930 140736304349552 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 6178 5370 375 719 0 5457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24712

[startup+0.700759 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 7977
/proc/meminfo: memFree=1514928/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=24904 CPUtime=0.69
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 7112 0 0 0 66 3 0 0 20 0 1 0 7898181 25501696 5395 1992294400 4194304 7136930 140736304349552 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 6226 5395 375 719 0 5505 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24904

[startup+1.50083 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7978
/proc/meminfo: memFree=1494460/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=25296 CPUtime=1.49
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 7223 0 0 0 145 4 0 0 23 0 1 0 7898181 25903104 5506 1992294400 4194304 7136930 140736304349552 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 6324 5506 375 719 0 5603 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25296

[startup+3.10099 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7978
/proc/meminfo: memFree=1493964/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=26096 CPUtime=3.09
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 7412 0 0 0 304 5 0 0 25 0 1 0 7898181 26722304 5695 1992294400 4194304 7136930 140736304349552 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 6524 5695 375 719 0 5803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26096

[startup+6.30129 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7978
/proc/meminfo: memFree=1490988/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=28160 CPUtime=6.29
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 7961 0 0 0 620 9 0 0 25 0 1 0 7898181 28835840 6244 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 7040 6244 379 719 0 6319 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28160

[startup+12.7009 s]
/proc/loadavg: 0.94 0.98 0.99 2/107 7978
/proc/meminfo: memFree=1489632/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=29460 CPUtime=12.68
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 8288 0 0 0 1255 13 0 0 25 0 1 0 7898181 30167040 6571 1992294400 4194304 7136930 140736304349552 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 7365 6571 379 719 0 6644 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29460

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 7978
/proc/meminfo: memFree=1488268/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=30896 CPUtime=25.48
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 8654 0 0 0 2528 20 0 0 25 0 1 0 7898181 31637504 6937 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 7724 6937 379 719 0 7003 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30896

[startup+51.1005 s]
/proc/loadavg: 0.97 0.98 0.99 2/107 7978
/proc/meminfo: memFree=1484920/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=34032 CPUtime=51.07
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 9507 0 0 0 5072 35 0 0 25 0 1 0 7898181 34848768 7790 1992294400 4194304 7136930 140736304349552 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 8508 7790 379 719 0 7787 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34032

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 7980
/proc/meminfo: memFree=1477852/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=40708 CPUtime=102.26
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 11220 0 0 0 10160 66 0 0 25 0 1 0 7898181 41684992 9503 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 10177 9503 379 719 0 9456 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 40708

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7982
/proc/meminfo: memFree=1470660/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=47364 CPUtime=162.24
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 12986 0 0 0 16122 102 0 0 25 0 1 0 7898181 48500736 11269 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 11841 11269 379 719 0 11120 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47364

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7984
/proc/meminfo: memFree=1463096/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=56768 CPUtime=222.22
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 14892 0 0 0 22087 135 0 0 25 0 1 0 7898181 58130432 13175 1992294400 4194304 7136930 140736304349552 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 14192 13175 379 719 0 13471 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 56768

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7987
/proc/meminfo: memFree=1455036/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=63704 CPUtime=282.2
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 16724 0 0 0 28049 171 0 0 25 0 1 0 7898181 65232896 15007 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 15926 15007 379 719 0 15205 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 63704

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7989
/proc/meminfo: memFree=1447348/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=71168 CPUtime=342.18
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 18635 0 0 0 34010 208 0 0 25 0 1 0 7898181 72876032 16918 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 17792 16918 379 719 0 17071 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 71168

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7991
/proc/meminfo: memFree=1441024/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=77672 CPUtime=402.17
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 20338 0 0 0 39973 244 0 0 25 0 1 0 7898181 79536128 18621 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 19418 18621 379 719 0 18697 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 77672

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7993
/proc/meminfo: memFree=1433956/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=83872 CPUtime=462.15
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 21980 0 0 0 45936 279 0 0 25 0 1 0 7898181 85884928 20263 1992294400 4194304 7136930 140736304349552 18446744073709551615 4643160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 20968 20263 379 719 0 20247 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 83872

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7995
/proc/meminfo: memFree=1427756/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=89888 CPUtime=522.13
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 23556 0 0 0 51900 313 0 0 25 0 1 0 7898181 92045312 21839 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 22472 21839 379 719 0 21751 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 89888

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7995
/proc/meminfo: memFree=1421308/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=100128 CPUtime=582.13
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 25154 0 0 0 57861 352 0 0 25 0 1 0 7898181 102531072 23437 1992294400 4194304 7136930 140736304349552 18446744073709551615 4414778 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 25032 23437 379 719 0 24311 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 100128

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 7997
/proc/meminfo: memFree=1414984/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=106136 CPUtime=642.11
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 26737 0 0 0 63824 387 0 0 25 0 1 0 7898181 108683264 25020 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 26534 25020 379 719 0 25813 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 106136

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 8005
/proc/meminfo: memFree=1380884/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=138644 CPUtime=942.01
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 35267 0 0 0 93634 567 0 0 25 0 1 0 7898181 141971456 33550 1992294400 4194304 7136930 140736304349552 18446744073709551615 4643249 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 34661 33550 379 719 0 33940 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 138644

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 8007
/proc/meminfo: memFree=1374684/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=144468 CPUtime=1001.99
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 36824 0 0 0 99595 604 0 0 25 0 1 0 7898181 147935232 35107 1992294400 4194304 7136930 140736304349552 18446744073709551615 5892352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 36117 35107 379 719 0 35396 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 144468

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 8009
/proc/meminfo: memFree=1367492/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=151296 CPUtime=1061.97
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 38605 0 0 0 105554 643 0 0 25 0 1 0 7898181 154927104 36888 1992294400 4194304 7136930 140736304349552 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 37824 36888 379 719 0 37103 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 151296

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 8011
/proc/meminfo: memFree=1359928/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=158452 CPUtime=1121.95
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 40467 0 0 0 111515 680 0 0 25 0 1 0 7898181 162254848 38750 1992294400 4194304 7136930 140736304349552 18446744073709551615 5892263 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 39613 38750 379 719 0 38892 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 158452

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 8011
/proc/meminfo: memFree=1352612/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=165404 CPUtime=1181.94
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 42311 0 0 0 117474 720 0 0 25 0 1 0 7898181 169373696 40594 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 41351 40594 379 719 0 40630 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 165404

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 8013
/proc/meminfo: memFree=1345792/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=171592 CPUtime=1241.92
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 43932 0 0 0 123434 758 0 0 25 0 1 0 7898181 175710208 42215 1992294400 4194304 7136930 140736304349552 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 42898 42215 379 719 0 42177 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 171592

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 8015
/proc/meminfo: memFree=1339096/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=186032 CPUtime=1301.92
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 45600 0 0 0 129400 792 0 0 25 0 1 0 7898181 190496768 43883 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 46508 43883 379 719 0 45787 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 186032

[startup+1362.3 s]
/proc/loadavg: 1.14 1.03 1.01 2/107 8017
/proc/meminfo: memFree=1332896/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=191868 CPUtime=1361.88
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 47125 0 0 0 135361 827 0 0 25 0 1 0 7898181 196472832 45408 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 47967 45408 379 719 0 47246 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 191868

[startup+1422.31 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 8019
/proc/meminfo: memFree=1326200/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=198264 CPUtime=1421.88
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 48819 0 0 0 141322 866 0 0 25 0 1 0 7898181 203022336 47102 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 49566 47102 379 719 0 48845 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 198264

[startup+1482.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 8019
/proc/meminfo: memFree=1319380/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=204636 CPUtime=1481.85
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 50512 0 0 0 147282 903 0 0 25 0 1 0 7898181 209547264 48795 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 51159 48795 379 719 0 50438 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 204636

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 8021
/proc/meminfo: memFree=1311940/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=211768 CPUtime=1541.83
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 52377 0 0 0 153244 939 0 0 25 0 1 0 7898181 216850432 50660 1992294400 4194304 7136930 140736304349552 18446744073709551615 4697651 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 52942 50660 379 719 0 52221 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 211768

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 8023
/proc/meminfo: memFree=1304376/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=218836 CPUtime=1601.82
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 54224 0 0 0 159203 979 0 0 25 0 1 0 7898181 224088064 52507 1992294400 4194304 7136930 140736304349552 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 54709 52507 379 719 0 53988 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 218836

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8025
/proc/meminfo: memFree=1297556/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=225200 CPUtime=1661.8
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 55900 0 0 0 165162 1018 0 0 25 0 1 0 7898181 230604800 54183 1992294400 4194304 7136930 140736304349552 18446744073709551615 4641954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 56300 54183 379 719 0 55579 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 225200

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8027
/proc/meminfo: memFree=1289372/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=233008 CPUtime=1721.77
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 57951 0 0 0 171122 1055 0 0 25 0 1 0 7898181 238600192 56234 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 58252 56234 379 719 0 57531 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 233008

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8027
/proc/meminfo: memFree=1282428/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=239232 CPUtime=1781.76
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 59626 0 0 0 177083 1093 0 0 25 0 1 0 7898181 244973568 57909 1992294400 4194304 7136930 140736304349552 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 59808 57909 379 719 0 59087 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 239232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8029
/proc/meminfo: memFree=1279948/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=241548 CPUtime=1800.07
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 60234 0 0 0 178903 1104 0 0 25 0 1 0 7898181 247345152 58517 1992294400 4194304 7136930 140736304349552 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7977/statm: 60387 58517 379 719 0 59666 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 241548

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8029
/proc/meminfo: memFree=1279948/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=239692 CPUtime=1800.46
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 60275 0 0 0 178941 1105 0 0 25 0 1 0 7898181 245444608 58073 1992294400 4194304 7136930 140736304349552 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7977/statm: 59923 58073 384 719 0 59202 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (KiB) 239692

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8029
/proc/meminfo: memFree=1279948/2059040 swapFree=4192956/4192956
[pid=7977] ppid=7975 vsize=176264 CPUtime=1800.86
/proc/7977/stat : 7977 (pbscip.linux.x8) R 7975 7977 7869 0 -1 4202496 60275 0 0 0 178980 1106 0 0 25 0 1 0 7898181 180494336 42216 1992294400 4194304 7136930 140736304349552 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7977/statm: 44066 42216 384 719 0 43345 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 176264

Child status: 0
Real time (s): 1801.43
CPU time (s): 1800.9
CPU user time (s): 1789.81
CPU system time (s): 11.0853
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 241628

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

runsolver used 2.84657 second user time and 8.64169 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-12 08:09:03
IDJOB=2664497
IDBENCH=1403
IDSOLVER=1167
FILE ID=node004/2664497-1276322943
PBS_JOBID= 11173167
Free space on /tmp= 62536 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.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-2664497-1276322943/watcher-2664497-1276322943 -o /tmp/evaluation-result-2664497-1276322943/solver-2664497-1276322943 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664497-1276322943.opb -t 1800 -m 1800

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

MD5SUM BENCH= 04ec290f8a8afffbd026dcfb09cada39
RANDOM SEED=235135175

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1515456 kB
Buffers:         99884 kB
Cached:         315344 kB
SwapCached:          0 kB
Active:         179744 kB
Inactive:       294828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1515456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3784 kB
Writeback:           0 kB
AnonPages:       59364 kB
Mapped:          15468 kB
Slab:            47360 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182156 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= 62536 MiB
End job on node004 at 2010-06-12 08:39:06