Trace number 2663488

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) 1802.21 1802.75

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

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-2663488-1276683138.opb>
0.00/0.02	c original problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1546 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.03	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.04	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 10152 impls, 200 clqs
0.39/0.42	c presolving (2 rounds):
0.39/0.42	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.42	c  10152 implications, 200 cliques
0.39/0.42	c presolved problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1546 constraints
0.39/0.42	c       1 constraints of type <knapsack>
0.39/0.42	c     200 constraints of type <setppc>
0.39/0.42	c    1244 constraints of type <and>
0.39/0.42	c       1 constraints of type <linear>
0.39/0.42	c     100 constraints of type <logicor>
0.39/0.42	c transformed objective value is always integral (scale: 1)
0.39/0.42	c Presolving Time: 0.21
0.39/0.42	c - non default parameters ----------------------------------------------------------------------
0.39/0.42	c # SCIP version 1.2.1.2
0.39/0.42	c 
0.39/0.42	c # frequency for displaying node information lines
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.42	c display/freq = 10000
0.39/0.42	c 
0.39/0.42	c # maximal time in seconds to run
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/time = 1799.98
0.39/0.42	c 
0.39/0.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.42	c limits/memory = 1620
0.39/0.42	c 
0.39/0.42	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c limits/solutions = 1
0.39/0.42	c 
0.39/0.42	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c lp/solvefreq = -1
0.39/0.42	c 
0.39/0.42	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.42	c separating/maxrounds = 1
0.39/0.42	c 
0.39/0.42	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c separating/maxroundsroot = 5
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify inequalities
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/linear/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.42	c constraints/knapsack/disaggregation = FALSE
0.39/0.42	c 
0.39/0.42	c # should presolving try to simplify knapsacks
0.39/0.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.42	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.42	c 
0.39/0.42	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c presolving/probing/maxrounds = 0
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/coefdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.42	c heuristics/crossover/freq = -1
0.39/0.42	c 
0.39/0.42	c # number of nodes added to the contingent of the total nodes
0.39/0.42	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.42	c heuristics/crossover/nodesofs = 750
0.39/0.42	c 
0.39/0.42	c # number of nodes without incumbent change that heuristic should wait
0.39/0.42	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.42	c heuristics/crossover/nwaitingnodes = 100
0.39/0.42	c 
0.39/0.42	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.42	c # [type: real, range: [0,1], default: 0.1]
0.39/0.42	c heuristics/crossover/nodesquot = 0.15
0.39/0.42	c 
0.39/0.42	c # minimum percentage of integer variables that have to be fixed 
0.39/0.42	c # [type: real, range: [0,1], default: 0.666]
0.39/0.42	c heuristics/crossover/minfixingrate = 0.5
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.42	c heuristics/feaspump/freq = -1
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/fracdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/guideddiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/intshifting/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/linesearchdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/nlp/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.42	c heuristics/objpscostdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.42	c # [type: real, range: [0,1], default: 0.01]
0.39/0.42	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/oneopt/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/pscostdiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.42	c heuristics/rens/freq = -1
0.39/0.42	c 
0.39/0.42	c # minimum percentage of integer variables that have to be fixable 
0.39/0.42	c # [type: real, range: [0,1], default: 0.5]
0.39/0.42	c heuristics/rens/minfixingrate = 0.3
0.39/0.42	c 
0.39/0.42	c # number of nodes added to the contingent of the total nodes
0.39/0.42	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.42	c heuristics/rens/nodesofs = 2000
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.42	c heuristics/rootsoldiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.42	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/rounding/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/shifting/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/simplerounding/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.42	c heuristics/trivial/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/trysol/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.42	c heuristics/veclendiving/freq = -1
0.39/0.42	c 
0.39/0.42	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.42	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.42	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.42	c 
0.39/0.42	c # additional number of allowed LP iterations
0.39/0.42	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.42	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.42	c 
0.39/0.42	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.42	c heuristics/zirounding/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.42	c separating/cmir/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.42	c separating/flowcover/freq = -1
0.39/0.42	c 
0.39/0.42	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.42	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.42	c separating/rapidlearning/freq = 0
0.39/0.42	c 
0.39/0.42	c -----------------------------------------------------------------------------------------------
0.39/0.42	c start solving
0.39/0.42	c 
0.39/0.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.42	c   0.2s|     1 |     2 |     0 |     - |4012k|   0 |   - |1444 |1546 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.79/6.85	c   6.3s| 10000 |  7863 |     0 |   0.0 |  14M| 140 |   - |1444 |1825 |   0 |   0 |   0 |1341 |   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.97	c  13.2s| 20000 | 16258 |     0 |   0.0 |  24M| 140 |   - |1444 |1922 |   0 |   0 |   0 |2194 |   0 | 0.000000e+00 |      --      |    Inf 
21.29/21.35	c  20.2s| 30000 | 23817 |     0 |   0.0 |  33M| 140 |   - |1444 |2040 |   0 |   0 |   0 |3209 |   0 | 0.000000e+00 |      --      |    Inf 
29.19/29.26	c  27.9s| 40000 | 30321 |     0 |   0.0 |  41M| 140 |   - |1444 |2147 |   0 |   0 |   0 |4541 |   0 | 0.000000e+00 |      --      |    Inf 
37.39/37.43	c  35.7s| 50000 | 36253 |     0 |   0.0 |  48M| 140 |   - |1444 |2285 |   0 |   0 |   0 |6363 |   0 | 0.000000e+00 |      --      |    Inf 
46.09/46.13	c  44.0s| 60000 | 41519 |     0 |   0.0 |  56M| 140 |   - |1444 |2513 |   0 |   0 |   0 |8705 |   0 | 0.000000e+00 |      --      |    Inf 
54.78/54.87	c  52.4s| 70000 | 46390 |     0 |   0.0 |  63M| 140 |   - |1444 |2533 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
63.78/63.88	c  61.0s| 80000 | 50883 |     0 |   0.0 |  69M| 140 |   - |1444 |2767 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
73.27/73.32	c  70.1s| 90000 | 54784 |     0 |   0.0 |  76M| 140 |   - |1444 |2852 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
83.06/83.10	c  79.5s|100000 | 58174 |     0 |   0.0 |  82M| 140 |   - |1444 |3308 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
93.06/93.19	c  89.1s|110000 | 61106 |     0 |   0.0 |  89M| 140 |   - |1444 |3942 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
103.46/103.52	c  99.0s|120000 | 63631 |     0 |   0.0 |  95M| 140 |   - |1444 |4789 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
113.36/113.40	c   108s|130000 | 65836 |     0 |   0.0 | 101M| 140 |   - |1444 |5583 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
122.75/122.87	c   118s|140000 | 71284 |     0 |   0.0 | 109M| 140 |   - |1444 |2558 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
131.56/131.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.56/131.60	c   126s|150000 | 78770 |     0 |   0.0 | 118M| 140 |   - |1444 |2457 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
140.45/140.53	c   135s|160000 | 85926 |     0 |   0.0 | 126M| 140 |   - |1444 |2354 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
149.65/149.70	c   143s|170000 | 92976 |     0 |   0.0 | 135M| 140 |   - |1444 |2441 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
158.74/158.86	c   152s|180000 | 99948 |     0 |   0.0 | 143M| 140 |   - |1444 |2356 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
167.84/167.98	c   161s|190000 |106683 |     0 |   0.0 | 152M| 140 |   - |1444 |2297 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
177.05/177.14	c   170s|200000 |113309 |     0 |   0.0 | 160M| 140 |   - |1444 |2383 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
186.04/186.12	c   179s|210000 |120099 |     0 |   0.0 | 168M| 140 |   - |1444 |2425 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
195.23/195.34	c   188s|220000 |126618 |     0 |   0.0 | 177M| 140 |   - |1444 |2504 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
204.33/204.48	c   196s|230000 |133096 |     0 |   0.0 | 185M| 140 |   - |1444 |2499 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
213.43/213.53	c   205s|240000 |139656 |     0 |   0.0 | 193M| 140 |   - |1444 |2580 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
222.33/222.47	c   214s|250000 |146316 |     0 |   0.0 | 201M| 140 |   - |1444 |2452 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
231.42/231.52	c   222s|260000 |152810 |     0 |   0.0 | 210M| 140 |   - |1444 |2416 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
240.62/240.74	c   231s|270000 |159090 |     0 |   0.0 | 218M| 140 |   - |1444 |2684 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
249.63/249.77	c   240s|280000 |165510 |     0 |   0.0 | 226M| 140 |   - |1444 |2506 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
258.71/258.87	c   249s|290000 |171869 |     0 |   0.0 | 234M| 140 |   - |1444 |2680 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
267.81/267.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
267.81/267.97	c   258s|300000 |178084 |     0 |   0.0 | 242M| 140 |   - |1444 |2546 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
277.01/277.20	c   266s|310000 |184291 |     0 |   0.0 | 250M| 140 |   - |1444 |2590 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
286.10/286.29	c   275s|320000 |190522 |     0 |   0.0 | 258M| 140 |   - |1444 |2515 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
295.60/295.76	c   284s|330000 |196540 |     0 |   0.0 | 266M| 140 |   - |1444 |2700 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
304.70/304.83	c   293s|340000 |202856 |     0 |   0.0 | 274M| 140 |   - |1444 |2588 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
314.20/314.33	c   302s|350000 |208847 |     0 |   0.0 | 282M| 140 |   - |1444 |2781 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
323.40/323.55	c   311s|360000 |215099 |     0 |   0.0 | 290M| 140 |   - |1444 |2704 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
332.50/332.68	c   320s|370000 |221179 |     0 |   0.0 | 298M| 140 |   - |1444 |2670 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
342.00/342.14	c   329s|380000 |227095 |     0 |   0.0 | 306M| 140 |   - |1444 |2784 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
351.38/351.55	c   338s|390000 |232994 |     0 |   0.0 | 314M| 140 |   - |1444 |2832 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
361.08/361.21	c   348s|400000 |238740 |     0 |   0.0 | 322M| 140 |   - |1444 |2799 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
370.38/370.51	c   357s|410000 |244748 |     0 |   0.0 | 330M| 140 |   - |1444 |2823 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
379.67/379.85	c   366s|420000 |250665 |     0 |   0.0 | 338M| 140 |   - |1444 |2948 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
389.18/389.35	c   375s|430000 |256571 |     0 |   0.0 | 346M| 140 |   - |1444 |2738 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
398.57/398.74	c   384s|440000 |262432 |     0 |   0.0 | 353M| 140 |   - |1444 |2794 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
408.06/408.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.06/408.22	c   393s|450000 |268084 |     0 |   0.0 | 361M| 140 |   - |1444 |2830 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
417.56/417.70	c   402s|460000 |274049 |     0 |   0.0 | 369M| 140 |   - |1444 |2838 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
427.07/427.24	c   411s|470000 |279754 |     0 |   0.0 | 377M| 140 |   - |1444 |2864 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
436.57/436.75	c   421s|480000 |285509 |     0 |   0.0 | 385M| 140 |   - |1444 |2955 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
446.16/446.36	c   430s|490000 |291230 |     0 |   0.0 | 392M| 140 |   - |1444 |2829 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
455.76/455.97	c   439s|500000 |296804 |     0 |   0.0 | 400M| 140 |   - |1444 |2915 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
465.25/465.42	c   448s|510000 |302657 |     0 |   0.0 | 408M| 140 |   - |1444 |2809 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
474.85/475.09	c   458s|520000 |308335 |     0 |   0.0 | 416M| 140 |   - |1444 |2854 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
484.54/484.79	c   467s|530000 |313852 |     0 |   0.0 | 423M| 140 |   - |1444 |2964 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
494.14/494.40	c   476s|540000 |319474 |     0 |   0.0 | 431M| 140 |   - |1444 |2971 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
504.04/504.22	c   486s|550000 |324974 |     0 |   0.0 | 439M| 140 |   - |1444 |2974 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
513.93/514.13	c   495s|560000 |330429 |     0 |   0.0 | 447M| 140 |   - |1444 |3138 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
523.53/523.71	c   504s|570000 |336055 |     0 |   0.0 | 454M| 140 |   - |1444 |3054 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
533.43/533.61	c   514s|580000 |341511 |     0 |   0.0 | 462M| 140 |   - |1444 |3096 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
543.24/543.47	c   524s|590000 |346924 |     0 |   0.0 | 470M| 140 |   - |1444 |3183 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
552.83/553.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
552.83/553.07	c   533s|600000 |352513 |     0 |   0.0 | 477M| 140 |   - |1444 |3112 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
562.72/562.94	c   542s|610000 |357937 |     0 |   0.0 | 485M| 140 |   - |1444 |3161 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
573.02/573.20	c   552s|620000 |363123 |     0 |   0.0 | 492M| 140 |   - |1444 |3228 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
583.02/583.20	c   562s|630000 |368503 |     0 |   0.0 | 500M| 140 |   - |1444 |3220 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
592.52/592.75	c   571s|640000 |374109 |     0 |   0.0 | 508M| 140 |   - |1444 |3123 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
602.70/602.98	c   581s|650000 |379253 |     0 |   0.0 | 515M| 140 |   - |1444 |3351 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
613.11/613.34	c   591s|660000 |384356 |     0 |   0.0 | 523M| 140 |   - |1444 |3272 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
623.01/623.23	c   600s|670000 |389739 |     0 |   0.0 | 531M| 140 |   - |1444 |3222 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
632.80/633.10	c   610s|680000 |394989 |     0 |   0.0 | 538M| 140 |   - |1444 |3283 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
643.10/643.34	c   620s|690000 |400119 |     0 |   0.0 | 546M| 140 |   - |1444 |3278 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
653.21/653.46	c   630s|700000 |405278 |     0 |   0.0 | 553M| 140 |   - |1444 |3216 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
663.20/663.45	c   639s|710000 |410454 |     0 |   0.0 | 561M| 140 |   - |1444 |3405 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
673.19/673.48	c   649s|720000 |415697 |     0 |   0.0 | 568M| 140 |   - |1444 |3460 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
683.49/683.77	c   659s|730000 |420805 |     0 |   0.0 | 576M| 140 |   - |1444 |3386 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
693.89/694.19	c   669s|740000 |425840 |     0 |   0.0 | 583M| 140 |   - |1444 |3191 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
703.98/704.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
703.98/704.25	c   679s|750000 |431022 |     0 |   0.0 | 591M| 140 |   - |1444 |3266 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
714.28/714.52	c   689s|760000 |436109 |     0 |   0.0 | 598M| 140 |   - |1444 |3412 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
724.77/725.00	c   699s|770000 |441001 |     0 |   0.0 | 606M| 140 |   - |1444 |3524 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
735.38/735.65	c   709s|780000 |445873 |     0 |   0.0 | 613M| 140 |   - |1444 |3470 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
745.67/745.97	c   719s|790000 |450940 |     0 |   0.0 | 621M| 140 |   - |1444 |3411 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
755.96/756.22	c   729s|800000 |455981 |     0 |   0.0 | 628M| 140 |   - |1444 |3382 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
766.47/766.78	c   739s|810000 |460746 |     0 |   0.0 | 636M| 140 |   - |1444 |3564 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
777.26/777.54	c   749s|820000 |465657 |     0 |   0.0 | 644M| 140 |   - |1444 |3525 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
787.66/787.97	c   759s|830000 |470709 |     0 |   0.0 | 651M| 140 |   - |1444 |3540 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
798.15/798.48	c   769s|840000 |475550 |     0 |   0.0 | 659M| 140 |   - |1444 |3506 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
808.45/808.71	c   779s|850000 |480516 |     0 |   0.0 | 667M| 140 |   - |1444 |3657 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
819.65/819.91	c   790s|860000 |485149 |     0 |   0.0 | 674M| 140 |   - |1444 |3645 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
830.34/830.60	c   800s|870000 |489886 |     0 |   0.0 | 682M| 140 |   - |1444 |3652 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
840.94/841.29	c   811s|880000 |494657 |     0 |   0.0 | 689M| 140 |   - |1444 |3657 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
851.54/851.86	c   821s|890000 |499477 |     0 |   0.0 | 697M| 140 |   - |1444 |3671 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
862.43/862.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.43/862.78	c   831s|900000 |504136 |     0 |   0.0 | 704M| 140 |   - |1444 |3656 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
873.63/873.97	c   842s|910000 |508616 |     0 |   0.0 | 712M| 140 |   - |1444 |3763 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
884.43/884.74	c   853s|920000 |513324 |     0 |   0.0 | 719M| 140 |   - |1444 |3666 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
895.23/895.54	c   863s|930000 |517951 |     0 |   0.0 | 727M| 140 |   - |1444 |3656 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
905.72/906.08	c   873s|940000 |522706 |     0 |   0.0 | 734M| 140 |   - |1444 |3782 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
917.21/917.54	c   884s|950000 |527099 |     0 |   0.0 | 742M| 140 |   - |1444 |3775 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
928.32/928.62	c   895s|960000 |531682 |     0 |   0.0 | 749M| 140 |   - |1444 |3908 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
939.41/939.70	c   906s|970000 |536247 |     0 |   0.0 | 757M| 140 |   - |1444 |3903 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
950.21/950.50	c   916s|980000 |540871 |     0 |   0.0 | 764M| 140 |   - |1444 |3886 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
961.12/961.45	c   927s|990000 |545393 |     0 |   0.0 | 772M| 140 |   - |1444 |3835 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
972.60/972.94	c   938s|  1000k|549774 |     0 |   0.0 | 779M| 140 |   - |1444 |4000 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
983.80/984.16	c   948s|  1010k|554240 |     0 |   0.0 | 787M| 140 |   - |1444 |3904 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
995.00/995.34	c   959s|  1020k|558582 |     0 |   0.0 | 794M| 140 |   - |1444 |3913 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1005.99/1006.39	c   970s|  1030k|562964 |     0 |   0.0 | 802M| 140 |   - |1444 |4239 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1017.20/1017.57	c   981s|  1040k|567426 |     0 |   0.0 | 809M| 140 |   - |1444 |3899 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1028.79/1029.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1028.79/1029.13	c   992s|  1050k|571581 |     0 |   0.0 | 816M| 140 |   - |1444 |3824 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1040.09/1040.42	c  1003s|  1060k|575944 |     0 |   0.0 | 824M| 140 |   - |1444 |4058 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1051.29/1051.62	c  1014s|  1070k|580289 |     0 |   0.0 | 831M| 140 |   - |1444 |3939 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1062.48/1062.89	c  1024s|  1080k|584538 |     0 |   0.0 | 838M| 140 |   - |1444 |4119 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1073.87/1074.26	c  1035s|  1090k|588768 |     0 |   0.0 | 846M| 140 |   - |1444 |4052 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1085.47/1085.84	c  1047s|  1100k|592891 |     0 |   0.0 | 853M| 140 |   - |1444 |4022 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1096.97/1097.38	c  1058s|  1110k|597075 |     0 |   0.0 | 860M| 140 |   - |1444 |4201 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1108.47/1108.81	c  1069s|  1120k|601303 |     0 |   0.0 | 868M| 140 |   - |1444 |4012 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1119.86/1120.21	c  1080s|  1130k|605516 |     0 |   0.0 | 875M| 140 |   - |1444 |4038 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1131.26/1131.60	c  1091s|  1140k|609686 |     0 |   0.0 | 882M| 140 |   - |1444 |4086 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1143.05/1143.47	c  1102s|  1150k|613679 |     0 |   0.0 | 890M| 140 |   - |1444 |4032 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1154.95/1155.30	c  1114s|  1160k|617659 |     0 |   0.0 | 897M| 140 |   - |1444 |4100 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1166.34/1166.79	c  1125s|  1170k|621780 |     0 |   0.0 | 904M| 140 |   - |1444 |4232 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1177.85/1178.21	c  1136s|  1180k|626000 |     0 |   0.0 | 911M| 140 |   - |1444 |4158 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1189.34/1189.72	c  1147s|  1190k|630139 |     0 |   0.0 | 919M| 140 |   - |1444 |4246 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1201.44/1201.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1201.44/1201.80	c  1159s|  1200k|633974 |     0 |   0.0 | 926M| 140 |   - |1444 |4236 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1213.14/1213.58	c  1170s|  1210k|637961 |     0 |   0.0 | 933M| 140 |   - |1444 |4090 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1224.83/1225.27	c  1181s|  1220k|641893 |     0 |   0.0 | 940M| 140 |   - |1444 |4251 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1236.63/1237.09	c  1193s|  1230k|645872 |     0 |   0.0 | 948M| 140 |   - |1444 |4457 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1248.22/1248.62	c  1204s|  1240k|649929 |     0 |   0.0 | 955M| 140 |   - |1444 |4388 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1260.52/1260.99	c  1216s|  1250k|653599 |     0 |   0.0 | 962M| 140 |   - |1444 |4124 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1272.61/1273.09	c  1227s|  1260k|657309 |     0 |   0.0 | 969M| 140 |   - |1444 |4238 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1284.61/1285.07	c  1239s|  1270k|661037 |     0 |   0.0 | 976M| 140 |   - |1444 |4390 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1296.41/1296.81	c  1250s|  1280k|664966 |     0 |   0.0 | 983M| 140 |   - |1444 |4412 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1308.30/1308.79	c  1262s|  1290k|668794 |     0 |   0.0 | 991M| 140 |   - |1444 |4413 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1320.50/1320.99	c  1274s|  1300k|672549 |     0 |   0.0 | 998M| 140 |   - |1444 |4342 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1332.70/1333.16	c  1285s|  1310k|676254 |     0 |   0.0 |1005M| 140 |   - |1444 |4294 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1344.99/1345.40	c  1297s|  1320k|679923 |     0 |   0.0 |1012M| 140 |   - |1444 |4518 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1357.29/1357.73	c  1309s|  1330k|683596 |     0 |   0.0 |1019M| 140 |   - |1444 |4557 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1369.09/1369.55	c  1321s|  1340k|687434 |     0 |   0.0 |1026M| 140 |   - |1444 |4509 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1380.98/1381.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1380.98/1381.49	c  1332s|  1350k|691206 |     0 |   0.0 |1033M| 140 |   - |1444 |4383 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1393.48/1393.90	c  1344s|  1360k|694756 |     0 |   0.0 |1040M| 140 |   - |1444 |4324 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1405.97/1406.46	c  1356s|  1370k|698049 |     0 |   0.0 |1047M| 140 |   - |1444 |4426 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1418.37/1418.81	c  1368s|  1380k|701572 |     0 |   0.0 |1054M| 140 |   - |1444 |4486 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1430.27/1430.70	c  1380s|  1390k|705264 |     0 |   0.0 |1061M| 140 |   - |1444 |4441 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1441.76/1442.29	c  1391s|  1400k|709163 |     0 |   0.0 |1068M| 140 |   - |1444 |4288 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1454.16/1454.68	c  1403s|  1410k|712536 |     0 |   0.0 |1075M| 140 |   - |1444 |4429 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1466.65/1467.15	c  1415s|  1420k|715892 |     0 |   0.0 |1082M| 140 |   - |1444 |4354 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1479.07/1479.55	c  1427s|  1430k|719278 |     0 |   0.0 |1089M| 140 |   - |1444 |4497 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1491.16/1491.64	c  1438s|  1440k|722827 |     0 |   0.0 |1096M| 140 |   - |1444 |4609 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1502.94/1503.44	c  1450s|  1450k|726470 |     0 |   0.0 |1103M| 140 |   - |1444 |4647 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1515.54/1516.01	c  1462s|  1460k|729687 |     0 |   0.0 |1109M| 140 |   - |1444 |4249 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1528.14/1528.67	c  1474s|  1470k|732813 |     0 |   0.0 |1116M| 140 |   - |1444 |4348 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1540.83/1541.30	c  1486s|  1480k|735996 |     0 |   0.0 |1123M| 140 |   - |1444 |4465 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1553.23/1553.76	c  1498s|  1490k|739296 |     0 |   0.0 |1130M| 140 |   - |1444 |4573 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1565.12/1565.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1565.12/1565.67	c  1510s|  1500k|742841 |     0 |   0.0 |1137M| 140 |   - |1444 |4518 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1577.22/1577.74	c  1522s|  1510k|746198 |     0 |   0.0 |1143M| 140 |   - |1444 |4276 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1590.32/1590.84	c  1534s|  1520k|749084 |     0 |   0.0 |1150M| 140 |   - |1444 |4386 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1603.02/1603.55	c  1547s|  1530k|752040 |     0 |   0.0 |1157M| 140 |   - |1444 |4458 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1615.61/1616.11	c  1559s|  1540k|755175 |     0 |   0.0 |1164M| 140 |   - |1444 |4676 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1627.81/1628.37	c  1571s|  1550k|758387 |     0 |   0.0 |1171M| 140 |   - |1444 |4674 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1639.52/1640.09	c  1582s|  1560k|762056 |     0 |   0.0 |1177M| 140 |   - |1444 |4716 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1653.01/1653.50	c  1595s|  1570k|764789 |     0 |   0.0 |1184M| 140 |   - |1444 |4540 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1666.30/1666.80	c  1608s|  1580k|767456 |     0 |   0.0 |1191M| 140 |   - |1444 |4487 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1679.30/1679.89	c  1620s|  1590k|770333 |     0 |   0.0 |1198M| 140 |   - |1444 |4750 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1691.99/1692.59	c  1633s|  1600k|773322 |     0 |   0.0 |1204M| 140 |   - |1444 |4848 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1704.29/1704.82	c  1644s|  1610k|776638 |     0 |   0.0 |1211M| 140 |   - |1444 |4860 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1717.28/1717.84	c  1657s|  1620k|779673 |     0 |   0.0 |1218M| 140 |   - |1444 |4378 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1730.78/1731.34	c  1670s|  1630k|782276 |     0 |   0.0 |1225M| 140 |   - |1444 |4618 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1744.08/1744.66	c  1683s|  1640k|784918 |     0 |   0.0 |1231M| 140 |   - |1444 |4730 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1757.27/1757.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1757.27/1757.84	c  1696s|  1650k|787651 |     0 |   0.0 |1238M| 140 |   - |1444 |4952 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
1769.76/1770.31	c  1708s|  1660k|790839 |     0 |   0.0 |1245M| 140 |   - |1444 |4931 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1781.97/1782.55	c  1720s|  1670k|794139 |     0 |   0.0 |1251M| 140 |   - |1444 |4628 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1795.77/1796.38	c  1733s|  1680k|796430 |     0 |   0.0 |1257M| 140 |   - |1444 |4468 |   0 |   0 |   0 | 448k|   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) : 1737.04
1800.07/1800.61	c Solving Nodes      : 1683160
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       :    1737.04
1800.07/1800.61	c Original Problem   :
1800.07/1800.61	c   Problem name     : HOME/instance-2663488-1276683138.opb
1800.07/1800.61	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.61	c   Constraints      : 1546 initial, 1546 maximal
1800.07/1800.61	c Presolved Problem  :
1800.07/1800.61	c   Problem name     : t_HOME/instance-2663488-1276683138.opb
1800.07/1800.61	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.61	c   Constraints      : 1546 initial, 6260 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   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   and              :       0.18          0          0          0          0          0          0          0          0
1800.07/1800.61	c   linear           :       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   knapsack         :          1          0    5350814          0    1244349      10229   13582389          0          0          0
1800.07/1800.61	c   setppc           :        200          0    5773842          0    1247951      41976     646516          0          0          0
1800.07/1800.61	c   and              :       1244          0    5731866          0    1247951        554   91993029          0          0          0
1800.07/1800.61	c   linear           :          1          0    5725947          0    1247951     369396     219850          0          0          0
1800.07/1800.61	c   logicor          :        100+         0    1355603          0    1247948      28378   20005739          0          0          0
1800.07/1800.61	c   countsols        :          0          0          0          0    1247951          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   knapsack         :      92.39       0.00      86.16       0.00       6.23
1800.07/1800.61	c   setppc           :     141.17       0.00      28.22       0.00     112.95
1800.07/1800.61	c   and              :     354.67       0.00     280.64       0.00      74.03
1800.07/1800.61	c   linear           :     313.43       0.00     312.24       0.00       1.19
1800.07/1800.61	c   logicor          :     180.65       0.00     170.17       0.00      10.48
1800.07/1800.61	c   countsols        :       0.71       0.00       0.00       0.00       0.71
1800.07/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.61	c   vbounds          :       3.02          1          0          0
1800.07/1800.61	c   rootredcost      :       2.70          0          0          0
1800.07/1800.61	c   pseudoobj        :       2.48          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      :     224.38     450533     330561    1255877       76.7          2      102.5          -
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 :          -          -          -     449541       74.9          -          -          -
1800.07/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
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        :     227.72    1247951          0          0          0          0    2495902
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.00          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            :    1683160
1800.07/1800.61	c   nodes (total)    :    1683160
1800.07/1800.61	c   nodes left       :     797230
1800.07/1800.61	c   max depth        :        140
1800.07/1800.61	c   max depth (total):        140
1800.07/1800.61	c   backtracks       :      40695 (2.4%)
1800.07/1800.61	c   delayed cutoffs  :      15513
1800.07/1800.61	c   repropagations   :    1965803 (4128805 domain reductions, 15324 cutoffs)
1800.07/1800.61	c   avg switch length:       5.75
1800.07/1800.61	c   switching time   :     304.36
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

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-2663488-1276683138/watcher-2663488-1276683138 -o /tmp/evaluation-result-2663488-1276683138/solver-2663488-1276683138 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663488-1276683138.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.92 0.98 0.99 3/106 9992
/proc/meminfo: memFree=1753356/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=6584 CPUtime=0
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 974 0 0 0 0 0 0 0 20 0 1 0 43915089 6742016 896 1992294400 4194304 7136930 140736061021600 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9992/statm: 1646 906 254 719 0 925 0

[startup+0.082403 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9992
/proc/meminfo: memFree=1753356/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=14684 CPUtime=0.07
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 3583 0 0 0 4 3 0 0 20 0 1 0 43915089 15036416 2894 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 3671 2894 327 719 0 2950 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14684

[startup+0.101405 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9992
/proc/meminfo: memFree=1753356/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=14684 CPUtime=0.09
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 3583 0 0 0 6 3 0 0 20 0 1 0 43915089 15036416 2894 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 3671 2894 327 719 0 2950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14684

[startup+0.301424 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9992
/proc/meminfo: memFree=1753356/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=15836 CPUtime=0.29
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 5427 0 0 0 16 13 0 0 20 0 1 0 43915089 16216064 3196 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 3959 3196 361 719 0 3238 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15836

[startup+0.700461 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9992
/proc/meminfo: memFree=1753356/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=18140 CPUtime=0.69
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 6274 0 0 0 49 20 0 0 21 0 1 0 43915089 18575360 3786 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 4535 3786 394 719 0 3814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18140

[startup+1.50054 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9993
/proc/meminfo: memFree=1738716/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=20024 CPUtime=1.49
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 6759 0 0 0 127 22 0 0 23 0 1 0 43915089 20504576 4271 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 5006 4271 394 719 0 4285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20024

[startup+3.10069 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9993
/proc/meminfo: memFree=1735988/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=23852 CPUtime=3.09
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 7717 0 0 0 277 32 0 0 25 0 1 0 43915089 24424448 5229 1992294400 4194304 7136930 140736061021600 18446744073709551615 4703869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 5963 5229 394 719 0 5242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23852

[startup+6.30098 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9993
/proc/meminfo: memFree=1728176/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=30172 CPUtime=6.29
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 9253 0 0 0 581 48 0 0 25 0 1 0 43915089 30896128 6765 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 7543 6765 394 719 0 6822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30172

[startup+12.7006 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9993
/proc/meminfo: memFree=1715156/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=43988 CPUtime=12.69
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 12625 0 0 0 1197 72 0 0 25 0 1 0 43915089 45043712 10137 1992294400 4194304 7136930 140736061021600 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 10997 10137 394 719 0 10276 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43988

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 9993
/proc/meminfo: memFree=1696556/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=61676 CPUtime=25.49
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 16960 0 0 0 2425 124 0 0 25 0 1 0 43915089 63156224 14472 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 15419 14472 394 719 0 14698 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61676

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 9995
/proc/meminfo: memFree=1670144/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=89004 CPUtime=51.08
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 23741 0 0 0 4882 226 0 0 25 0 1 0 43915089 91140096 21253 1992294400 4194304 7136930 140736061021600 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 22251 21253 394 719 0 21530 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89004

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 9997
/proc/meminfo: memFree=1628728/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=129708 CPUtime=102.27
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 33721 0 0 0 9787 440 0 0 25 0 1 0 43915089 132820992 31233 1992294400 4194304 7136930 140736061021600 18446744073709551615 5918807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 32427 31233 394 719 0 31706 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 129708

[startup+162.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/107 10000
/proc/meminfo: memFree=1572928/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=188100 CPUtime=162.24
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 47624 0 0 0 15560 664 0 0 25 0 1 0 43915089 192614400 45136 1992294400 4194304 7136930 140736061021600 18446744073709551615 4648625 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 47025 45136 394 719 0 46304 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 188100

[startup+222.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 10002
/proc/meminfo: memFree=1516508/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=244472 CPUtime=222.23
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 61726 0 0 0 21358 865 0 0 25 0 1 0 43915089 250339328 59238 1992294400 4194304 7136930 140736061021600 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 61118 59238 394 719 0 60397 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 244472

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10004
/proc/meminfo: memFree=1461452/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=300016 CPUtime=282.21
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 75617 0 0 0 27144 1077 0 0 25 0 1 0 43915089 307216384 73129 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 75004 73129 394 719 0 74283 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 300016

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10006
/proc/meminfo: memFree=1404040/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=361592 CPUtime=342.19
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 89791 0 0 0 32942 1277 0 0 25 0 1 0 43915089 370270208 87303 1992294400 4194304 7136930 140736061021600 18446744073709551615 4781299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 90398 87303 394 719 0 89677 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 361592

[startup+402.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 10006
/proc/meminfo: memFree=1354688/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=411376 CPUtime=402.17
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 102170 0 0 0 38732 1485 0 0 25 0 1 0 43915089 421249024 99682 1992294400 4194304 7136930 140736061021600 18446744073709551615 6000499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 102844 99682 394 719 0 102123 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 411376

[startup+462.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 10008
/proc/meminfo: memFree=1303476/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=463316 CPUtime=462.15
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 114875 0 0 0 44526 1689 0 0 25 0 1 0 43915089 474435584 112387 1992294400 4194304 7136930 140736061021600 18446744073709551615 4780915 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 115829 112387 394 719 0 115108 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 463316

[startup+522.301 s]
/proc/loadavg: 1.06 1.03 1.00 2/107 10010
/proc/meminfo: memFree=1250032/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=517636 CPUtime=522.14
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 128236 0 0 0 50314 1900 0 0 25 0 1 0 43915089 530059264 125748 1992294400 4194304 7136930 140736061021600 18446744073709551615 5918157 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 129409 125748 394 719 0 128688 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 517636

[startup+582.301 s]
/proc/loadavg: 1.05 1.04 1.00 2/107 10012
/proc/meminfo: memFree=1199812/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=568476 CPUtime=582.12
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 140786 0 0 0 56101 2111 0 0 25 0 1 0 43915089 582119424 138298 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 142119 138298 394 719 0 141398 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 568476

[startup+642.3 s]
/proc/loadavg: 1.13 1.06 1.01 2/107 10014
/proc/meminfo: memFree=1154676/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=612200 CPUtime=642.11
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 151924 0 0 0 61892 2319 0 0 25 0 1 0 43915089 626892800 149436 1992294400 4194304 7136930 140736061021600 18446744073709551615 6166548 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 153050 149436 394 719 0 152329 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 612200

[startup+702.301 s]

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

/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 227913 0 0 0 102389 3809 0 0 25 0 1 0 43915089 953696256 225425 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 232836 225425 394 719 0 232115 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 931344

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10026
/proc/meminfo: memFree=812064/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=967792 CPUtime=1121.96
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 237253 0 0 0 108182 4014 0 0 25 0 1 0 43915089 991019008 234765 1992294400 4194304 7136930 140736061021600 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 241948 234765 394 719 0 241227 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 967792

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10028
/proc/meminfo: memFree=764572/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1019208 CPUtime=1181.94
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 249082 0 0 0 113971 4223 0 0 25 0 1 0 43915089 1043668992 246594 1992294400 4194304 7136930 140736061021600 18446744073709551615 4434047 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 254802 246594 394 719 0 254081 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 1019208

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10030
/proc/meminfo: memFree=723404/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1063824 CPUtime=1241.92
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 259562 0 0 0 119766 4426 0 0 25 0 1 0 43915089 1089355776 257074 1992294400 4194304 7136930 140736061021600 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 265956 257074 394 719 0 265235 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 1063824

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10030
/proc/meminfo: memFree=687940/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1098472 CPUtime=1301.91
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 268121 0 0 0 125558 4633 0 0 25 0 1 0 43915089 1124835328 265633 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 274618 265633 394 719 0 273897 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1098472

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10032
/proc/meminfo: memFree=652600/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1133700 CPUtime=1361.88
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 276956 0 0 0 131353 4835 0 0 25 0 1 0 43915089 1160908800 274468 1992294400 4194304 7136930 140736061021600 18446744073709551615 5909064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 283425 274468 394 719 0 282704 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1133700

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10034
/proc/meminfo: memFree=616020/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1170588 CPUtime=1421.88
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 286068 0 0 0 137152 5036 0 0 25 0 1 0 43915089 1198682112 283580 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 292647 283580 394 719 0 291926 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1170588

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10036
/proc/meminfo: memFree=586384/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1202444 CPUtime=1481.85
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 293690 0 0 0 142944 5241 0 0 25 0 1 0 43915089 1231302656 291202 1992294400 4194304 7136930 140736061021600 18446744073709551615 4652991 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 300611 291202 394 719 0 299890 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 1202444

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10038
/proc/meminfo: memFree=552036/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1236920 CPUtime=1541.83
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 301986 0 0 0 148745 5438 0 0 25 0 1 0 43915089 1266606080 299498 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 309230 299498 394 719 0 308509 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 1236920

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10038
/proc/meminfo: memFree=519424/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1267832 CPUtime=1601.82
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 310249 0 0 0 154548 5634 0 0 25 0 1 0 43915089 1298259968 307761 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 316958 307761 394 719 0 316237 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 1267832

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10040
/proc/meminfo: memFree=485572/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1299532 CPUtime=1661.81
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 318548 0 0 0 160351 5830 0 0 25 0 1 0 43915089 1330720768 316060 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 324883 316060 394 719 0 324162 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 1299532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10042
/proc/meminfo: memFree=457920/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1326432 CPUtime=1721.77
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 325423 0 0 0 166141 6036 0 0 25 0 1 0 43915089 1358266368 322935 1992294400 4194304 7136930 140736061021600 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 331608 322935 394 719 0 330887 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 1326432

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10044
/proc/meminfo: memFree=427044/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1357160 CPUtime=1781.76
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 333062 0 0 0 171932 6244 0 0 25 0 1 0 43915089 1389731840 330574 1992294400 4194304 7136930 140736061021600 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 339290 330574 394 719 0 338569 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 1357160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10044
/proc/meminfo: memFree=414520/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1369788 CPUtime=1800.07
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 336175 0 0 0 173706 6301 0 0 25 0 1 0 43915089 1402662912 333687 1992294400 4194304 7136930 140736061021600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9992/statm: 342447 333687 394 719 0 341726 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1369788

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9992

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10044
/proc/meminfo: memFree=414520/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1369788 CPUtime=1800.86
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 336180 0 0 0 173785 6301 0 0 25 0 1 0 43915089 1402662912 333692 1992294400 4194304 7136930 140736061021600 18446744073709551615 4617514 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9992/statm: 342447 333692 399 719 0 341726 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 1369788

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10045
/proc/meminfo: memFree=414512/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1369272 CPUtime=1801.66
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 336180 0 0 0 173865 6301 0 0 25 0 1 0 43915089 1402134528 333563 1992294400 4194304 7136930 140736061021600 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9992/statm: 342318 333563 399 719 0 341597 0
Current children cumulated CPU time (s) 1801.66
Current children cumulated vsize (KiB) 1369272

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10045
/proc/meminfo: memFree=414512/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=1369272 CPUtime=1802.06
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4202496 336180 0 0 0 173905 6301 0 0 25 0 1 0 43915089 1402134528 333563 1992294400 4194304 7136930 140736061021600 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9992/statm: 342318 333563 399 719 0 341597 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 1369272

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10045
/proc/meminfo: memFree=414512/2059040 swapFree=4135932/4192956
[pid=9992] ppid=9990 vsize=0 CPUtime=1802.15
/proc/9992/stat : 9992 (pbscip.linux.x8) R 9990 9992 9427 0 -1 4203524 336180 0 0 0 173906 6309 0 0 25 0 1 0 43915089 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9992/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.75
CPU time (s): 1802.21
CPU user time (s): 1739.07
CPU system time (s): 63.1434
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 1369788

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

runsolver used 2.98555 second user time and 8.5217 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-16 12:12:18
IDJOB=2663488
IDBENCH=48366
IDSOLVER=1167
FILE ID=node015/2663488-1276683138
PBS_JOBID= 11172549
Free space on /tmp= 62584 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_40.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-2663488-1276683138/watcher-2663488-1276683138 -o /tmp/evaluation-result-2663488-1276683138/solver-2663488-1276683138 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663488-1276683138.opb -t 1800 -m 1800

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=1930615308

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1753884 kB
Buffers:        109436 kB
Cached:         115852 kB
SwapCached:      10876 kB
Active:         104868 kB
Inactive:       134628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1753884 kB
SwapTotal:     4192956 kB
SwapFree:      4135932 kB
Dirty:            3244 kB
Writeback:           0 kB
AnonPages:       12680 kB
Mapped:           9412 kB
Slab:            43816 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182324 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= 62580 MiB
End job on node015 at 2010-06-16 12:42:20