Trace number 2667136

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.06 1800.53

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark30.5064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
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: SoPlex 1.4.2] [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-2667136-1276270738.opb>
0.00/0.02	c original problem has 428 variables (428 bin, 0 int, 0 impl, 0 cont) and 644 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 presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 460 impls, 0 clqs
0.00/0.08	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 15484 impls, 0 clqs
0.00/0.08	c presolving (3 rounds):
0.00/0.08	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  15484 implications, 0 cliques
0.00/0.08	c presolved problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 644 constraints
0.00/0.08	c     290 constraints of type <knapsack>
0.00/0.08	c     354 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.04
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 1.2.1.2
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1799.99
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 1620
0.00/0.08	c 
0.00/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c limits/solutions = 1
0.00/0.08	c 
0.00/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.08	c separating/maxrounds = 1
0.00/0.08	c 
0.00/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/maxroundsroot = 5
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.08	c constraints/knapsack/disaggregation = FALSE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c presolving/probing/maxrounds = 0
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/coefdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.08	c heuristics/crossover/freq = -1
0.00/0.08	c 
0.00/0.08	c # number of nodes added to the contingent of the total nodes
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.08	c heuristics/crossover/nodesofs = 750
0.00/0.08	c 
0.00/0.08	c # number of nodes without incumbent change that heuristic should wait
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.08	c heuristics/crossover/nwaitingnodes = 100
0.00/0.08	c 
0.00/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.08	c # [type: real, range: [0,1], default: 0.1]
0.00/0.08	c heuristics/crossover/nodesquot = 0.15
0.00/0.08	c 
0.00/0.08	c # minimum percentage of integer variables that have to be fixed 
0.00/0.08	c # [type: real, range: [0,1], default: 0.666]
0.00/0.08	c heuristics/crossover/minfixingrate = 0.5
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/feaspump/freq = -1
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/fracdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09	c heuristics/guideddiving/freq = -1
0.00/0.09	c 
0.00/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.09	c 
0.00/0.09	c # additional number of allowed LP iterations
0.00/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.09	c 
0.00/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09	c heuristics/intshifting/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09	c heuristics/linesearchdiving/freq = -1
0.00/0.09	c 
0.00/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.09	c 
0.00/0.09	c # additional number of allowed LP iterations
0.00/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09	c heuristics/nlp/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.09	c heuristics/objpscostdiving/freq = -1
0.00/0.09	c 
0.00/0.09	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.09	c # [type: real, range: [0,1], default: 0.01]
0.00/0.09	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.09	c 
0.00/0.09	c # additional number of allowed LP iterations
0.00/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09	c heuristics/oneopt/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09	c heuristics/pscostdiving/freq = -1
0.00/0.09	c 
0.00/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.09	c 
0.00/0.09	c # additional number of allowed LP iterations
0.00/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.09	c heuristics/rens/freq = -1
0.00/0.09	c 
0.00/0.09	c # minimum percentage of integer variables that have to be fixable 
0.00/0.09	c # [type: real, range: [0,1], default: 0.5]
0.00/0.09	c heuristics/rens/minfixingrate = 0.3
0.00/0.09	c 
0.00/0.09	c # number of nodes added to the contingent of the total nodes
0.00/0.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.09	c heuristics/rens/nodesofs = 2000
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.09	c heuristics/rootsoldiving/freq = -1
0.00/0.09	c 
0.00/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.09	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.09	c 
0.00/0.09	c # additional number of allowed LP iterations
0.00/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09	c heuristics/rounding/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09	c heuristics/shifting/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09	c heuristics/simplerounding/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.09	c heuristics/trivial/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09	c heuristics/trysol/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.09	c heuristics/veclendiving/freq = -1
0.00/0.09	c 
0.00/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.09	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.09	c 
0.00/0.09	c # additional number of allowed LP iterations
0.00/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.09	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.09	c 
0.00/0.09	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.09	c heuristics/zirounding/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.09	c separating/cmir/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.09	c separating/flowcover/freq = -1
0.00/0.09	c 
0.00/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.09	c separating/rapidlearning/freq = 0
0.00/0.09	c 
0.00/0.09	c -----------------------------------------------------------------------------------------------
0.00/0.09	c start solving
0.00/0.09	c 
0.09/0.10	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.10	c   0.1s|     1 |     0 |   186 |     - |2614k|   0 | 104 | 420 | 644 | 420 | 636 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.4s|     1 |     0 |   557 |     - |3611k|   0 | 186 | 420 | 644 | 420 | 977 | 341 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.97	c   0.9s|     1 |     0 |   904 |     - |6694k|   0 | 194 | 420 | 644 | 420 |1203 | 567 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.38	c   1.3s|     1 |     0 |  1099 |     - |9272k|   0 | 217 | 420 | 644 | 420 |1237 | 601 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.87	c   1.8s|     1 |     0 |  1321 |     - |  12M|   0 | 215 | 420 | 644 | 420 |1289 | 653 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.20/2.26	c   2.1s|     1 |     0 |  1489 |     - |  14M|   0 | 221 | 420 | 644 | 420 |1296 | 660 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.59/4.65	c   4.5s|     1 |     2 |  1489 |     - |  14M|   0 | 221 | 420 | 644 | 420 |1296 | 660 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
43.78/43.86	c  42.9s| 10000 |    99 |123125 |  12.2 |  14M|  46 |  36 | 420 | 830 | 420 | 813 | 660 | 328 |2411 | 0.000000e+00 |      --      |    Inf 
69.68/69.70	c  67.9s| 20000 |   113 |243598 |  12.1 |  15M|  46 |   - | 420 | 914 | 420 | 813 | 660 | 683 |2439 | 0.000000e+00 |      --      |    Inf 
100.47/100.54	c  97.9s| 30000 |    80 |378766 |  12.6 |  14M|  47 |  45 | 420 | 907 | 420 | 813 | 660 | 947 |2935 | 0.000000e+00 |      --      |    Inf 
131.56/131.61	c   128s| 40000 |    96 |511277 |  12.7 |  15M|  47 |   - | 420 | 992 | 420 | 813 | 660 |1231 |3653 | 0.000000e+00 |      --      |    Inf 
156.46/156.54	c   152s| 50000 |   102 |624511 |  12.5 |  15M|  51 |   - | 420 |1199 |   0 |   0 | 660 |1558 |3918 | 0.000000e+00 |      --      |    Inf 
181.75/181.81	c   177s| 60000 |    97 |739450 |  12.3 |  15M|  51 |  43 | 420 |1313 | 420 | 813 | 660 |1932 |4174 | 0.000000e+00 |      --      |    Inf 
207.25/207.34	c   202s| 70000 |   109 |856113 |  12.2 |  15M|  56 |  32 | 420 |1187 | 420 | 813 | 660 |2289 |4429 | 0.000000e+00 |      --      |    Inf 
235.04/235.10	c   229s| 80000 |    94 |970349 |  12.1 |  15M|  56 |   - | 420 |1138 |   0 |   0 | 660 |2639 |5263 | 0.000000e+00 |      --      |    Inf 
261.93/262.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.93/262.03	c   255s| 90000 |    97 |  1098k|  12.2 |  15M|  56 |  30 | 420 |1170 | 420 | 813 | 660 |2965 |5382 | 0.000000e+00 |      --      |    Inf 
287.62/287.76	c   280s|100000 |   104 |  1215k|  12.1 |  15M|  56 |  34 | 420 |1213 | 420 | 813 | 660 |3292 |5609 | 0.000000e+00 |      --      |    Inf 
314.92/315.02	c   306s|110000 |   102 |  1340k|  12.2 |  15M|  58 |   - | 420 |1362 |   0 |   0 | 660 |3596 |5860 | 0.000000e+00 |      --      |    Inf 
342.91/343.03	c   333s|120000 |   101 |  1470k|  12.2 |  15M|  58 |   - | 420 |1362 | 420 | 813 | 660 |3919 |6047 | 0.000000e+00 |      --      |    Inf 
371.71/371.88	c   361s|130000 |    90 |  1598k|  12.3 |  15M|  58 |   - | 420 |1246 |   0 |   0 | 660 |4236 |6443 | 0.000000e+00 |      --      |    Inf 
408.49/408.62	c   397s|140000 |    92 |  1736k|  12.4 |  15M|  58 |  41 | 420 |1091 | 420 | 813 | 660 |4542 |7813 | 0.000000e+00 |      --      |    Inf 
435.09/435.23	c   423s|150000 |    88 |  1860k|  12.4 |  15M|  58 |   - | 420 |1153 |   0 |   0 | 660 |4838 |7853 | 0.000000e+00 |      --      |    Inf 
464.28/464.48	c   451s|160000 |    98 |  1994k|  12.5 |  15M|  58 |  24 | 420 |1160 | 420 | 813 | 660 |5094 |7977 | 0.000000e+00 |      --      |    Inf 
488.48/488.66	c   475s|170000 |    96 |  2107k|  12.4 |  15M|  58 |   - | 420 |1307 | 420 | 813 | 660 |5431 |8015 | 0.000000e+00 |      --      |    Inf 
512.37/512.51	c   498s|180000 |   112 |  2215k|  12.3 |  15M|  58 |  22 | 420 |1424 | 420 | 813 | 660 |5787 |8140 | 0.000000e+00 |      --      |    Inf 
535.47/535.69	c   521s|190000 |   123 |  2320k|  12.2 |  15M|  58 |   - | 420 |1568 |   0 |   0 | 660 |6191 |8217 | 0.000000e+00 |      --      |    Inf 
560.76/560.99	c   545s|200000 |   104 |  2431k|  12.2 |  15M|  58 |   - | 420 |1523 |   0 |   0 | 660 |6519 |8488 | 0.000000e+00 |      --      |    Inf 
585.44/585.68	c   569s|210000 |   132 |  2544k|  12.1 |  15M|  58 |   - | 420 |1700 | 420 | 813 | 660 |6848 |8625 | 0.000000e+00 |      --      |    Inf 
612.44/612.63	c   595s|220000 |   129 |  2671k|  12.1 |  15M|  58 |   - | 420 |1652 | 420 | 813 | 660 |7173 |8739 | 0.000000e+00 |      --      |    Inf 
637.42/637.62	c   620s|230000 |   122 |  2786k|  12.1 |  15M|  58 |  35 | 420 |1679 | 420 | 813 | 660 |7493 |8898 | 0.000000e+00 |      --      |    Inf 
662.42/662.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.42/662.67	c   644s|240000 |   107 |  2903k|  12.1 |  15M|  58 |  23 | 420 |1741 | 420 | 813 | 660 |7814 |8991 | 0.000000e+00 |      --      |    Inf 
690.81/691.05	c   672s|250000 |    93 |  3025k|  12.1 |  15M|  58 |   - | 420 |1684 | 420 | 813 | 660 |8167 |9531 | 0.000000e+00 |      --      |    Inf 
718.60/718.85	c   699s|260000 |    96 |  3150k|  12.1 |  15M|  58 |   - | 420 |1690 | 420 | 813 | 660 |8528 |9834 | 0.000000e+00 |      --      |    Inf 
742.31/742.51	c   722s|270000 |    99 |  3258k|  12.1 |  15M|  58 |   - | 420 |1479 | 420 | 813 | 660 |8942 |9872 | 0.000000e+00 |      --      |    Inf 
764.80/765.07	c   744s|280000 |   101 |  3359k|  12.0 |  15M|  58 |  34 | 420 |1682 | 420 | 813 | 660 |9323 |  10k| 0.000000e+00 |      --      |    Inf 
791.48/791.79	c   770s|290000 |   100 |  3482k|  12.0 |  15M|  58 |  39 | 420 |1708 | 420 | 813 | 660 |9648 |  10k| 0.000000e+00 |      --      |    Inf 
817.38/817.67	c   795s|300000 |    97 |  3601k|  12.0 |  15M|  58 |  73 | 420 |1580 | 420 | 813 | 660 |9973 |  10k| 0.000000e+00 |      --      |    Inf 
842.47/842.74	c   819s|310000 |    99 |  3714k|  12.0 |  15M|  58 |   - | 420 |1428 |   0 |   0 | 660 |  10k|  10k| 0.000000e+00 |      --      |    Inf 
867.26/867.59	c   843s|320000 |   112 |  3827k|  12.0 |  15M|  58 |  40 | 420 |1569 | 420 | 813 | 660 |  10k|  10k| 0.000000e+00 |      --      |    Inf 
891.46/891.74	c   867s|330000 |    98 |  3934k|  11.9 |  15M|  58 |   - | 420 |1673 |   0 |   0 | 660 |  11k|  10k| 0.000000e+00 |      --      |    Inf 
916.55/916.81	c   891s|340000 |   102 |  4046k|  11.9 |  15M|  58 |  38 | 420 |1794 | 420 | 813 | 660 |  11k|  10k| 0.000000e+00 |      --      |    Inf 
948.74/949.00	c   922s|350000 |   100 |  4169k|  11.9 |  15M|  58 |   - | 420 |1782 | 420 | 813 | 660 |  11k|  12k| 0.000000e+00 |      --      |    Inf 
977.33/977.62	c   950s|360000 |   105 |  4300k|  11.9 |  15M|  58 |  50 | 420 |1772 | 420 | 813 | 660 |  12k|  12k| 0.000000e+00 |      --      |    Inf 
999.73/1000.01	c   972s|370000 |   116 |  4402k|  11.9 |  15M|  58 |  30 | 420 |1956 | 420 | 813 | 660 |  12k|  12k| 0.000000e+00 |      --      |    Inf 
1022.63/1022.90	c   994s|380000 |   112 |  4507k|  11.9 |  15M|  58 |  33 | 420 |2119 | 420 | 813 | 660 |  12k|  12k| 0.000000e+00 |      --      |    Inf 
1049.02/1049.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1049.02/1049.37	c  1020s|390000 |   122 |  4631k|  11.9 |  15M|  58 |  27 | 420 |2093 | 420 | 813 | 660 |  13k|  12k| 0.000000e+00 |      --      |    Inf 
1075.22/1075.55	c  1045s|400000 |   113 |  4752k|  11.9 |  15M|  58 |  50 | 420 |2164 | 420 | 813 | 660 |  13k|  12k| 0.000000e+00 |      --      |    Inf 
1101.92/1102.22	c  1071s|410000 |   125 |  4874k|  11.9 |  15M|  58 |  47 | 420 |2316 | 420 | 813 | 660 |  13k|  12k| 0.000000e+00 |      --      |    Inf 
1128.60/1128.91	c  1097s|420000 |   115 |  4997k|  11.9 |  15M|  58 |   - | 420 |2170 |   0 |   0 | 660 |  14k|  12k| 0.000000e+00 |      --      |    Inf 
1153.80/1154.16	c  1122s|430000 |   114 |  5112k|  11.9 |  15M|  58 |  54 | 420 |2190 | 420 | 813 | 660 |  14k|  12k| 0.000000e+00 |      --      |    Inf 
1181.38/1181.76	c  1149s|440000 |   121 |  5242k|  11.9 |  15M|  58 |  45 | 420 |2021 | 420 | 813 | 660 |  14k|  13k| 0.000000e+00 |      --      |    Inf 
1207.78/1208.17	c  1174s|450000 |   118 |  5363k|  11.9 |  15M|  67 |   - | 420 |1842 |   0 |   0 | 660 |  14k|  13k| 0.000000e+00 |      --      |    Inf 
1238.78/1239.11	c  1205s|460000 |   116 |  5488k|  11.9 |  15M|  67 |   - | 420 |1566 | 420 | 813 | 660 |  15k|  13k| 0.000000e+00 |      --      |    Inf 
1265.97/1266.33	c  1231s|470000 |   115 |  5616k|  11.9 |  15M|  67 |   - | 420 |1602 |   0 |   0 | 660 |  15k|  13k| 0.000000e+00 |      --      |    Inf 
1290.97/1291.33	c  1256s|480000 |   119 |  5731k|  11.9 |  15M|  67 |  38 | 420 |1767 | 420 | 813 | 660 |  15k|  14k| 0.000000e+00 |      --      |    Inf 
1318.47/1318.84	c  1282s|490000 |   116 |  5858k|  12.0 |  15M|  67 |  26 | 420 |1718 | 420 | 813 | 660 |  16k|  14k| 0.000000e+00 |      --      |    Inf 
1350.14/1350.50	c  1313s|500000 |   128 |  5995k|  12.0 |  15M|  67 |   - | 420 |1577 | 420 | 813 | 660 |  16k|  14k| 0.000000e+00 |      --      |    Inf 
1380.04/1380.42	c  1342s|510000 |   138 |  6138k|  12.0 |  15M|  67 |  39 | 420 |1667 | 420 | 813 | 660 |  16k|  14k| 0.000000e+00 |      --      |    Inf 
1410.93/1411.33	c  1373s|520000 |   161 |  6283k|  12.1 |  15M|  67 |   - | 420 |1712 |   0 |   0 | 660 |  16k|  14k| 0.000000e+00 |      --      |    Inf 
1437.52/1437.97	c  1398s|530000 |   153 |  6408k|  12.1 |  15M|  67 |   - | 420 |1814 | 420 | 813 | 660 |  17k|  14k| 0.000000e+00 |      --      |    Inf 
1462.21/1462.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1462.21/1462.60	c  1422s|540000 |   173 |  6521k|  12.1 |  15M|  67 |  26 | 420 |1909 | 420 | 813 | 660 |  17k|  14k| 0.000000e+00 |      --      |    Inf 
1489.60/1490.09	c  1449s|550000 |   158 |  6649k|  12.1 |  15M|  67 |  37 | 420 |1935 | 420 | 813 | 660 |  17k|  15k| 0.000000e+00 |      --      |    Inf 
1518.50/1518.94	c  1477s|560000 |   155 |  6788k|  12.1 |  15M|  67 |   - | 420 |1813 | 420 | 813 | 660 |  17k|  15k| 0.000000e+00 |      --      |    Inf 
1546.98/1547.43	c  1505s|570000 |   153 |  6918k|  12.1 |  15M|  67 |   - | 420 |1728 | 420 | 813 | 660 |  18k|  15k| 0.000000e+00 |      --      |    Inf 
1577.08/1577.56	c  1534s|580000 |   193 |  7060k|  12.2 |  15M|  67 |   - | 420 |1787 | 420 | 813 | 660 |  18k|  15k| 0.000000e+00 |      --      |    Inf 
1608.28/1608.70	c  1565s|590000 |   175 |  7207k|  12.2 |  15M|  67 |  54 | 420 |1786 | 420 | 813 | 660 |  18k|  15k| 0.000000e+00 |      --      |    Inf 
1637.57/1638.09	c  1593s|600000 |   172 |  7346k|  12.2 |  15M|  67 |   - | 420 |1873 |   0 |   0 | 660 |  19k|  15k| 0.000000e+00 |      --      |    Inf 
1669.16/1669.68	c  1624s|610000 |   168 |  7491k|  12.3 |  15M|  67 |  45 | 420 |1877 | 420 | 813 | 660 |  19k|  15k| 0.000000e+00 |      --      |    Inf 
1702.95/1703.45	c  1657s|620000 |   160 |  7649k|  12.3 |  15M|  67 |  41 | 420 |1670 | 420 | 813 | 660 |  19k|  16k| 0.000000e+00 |      --      |    Inf 
1733.24/1733.78	c  1686s|630000 |   161 |  7788k|  12.4 |  15M|  67 |   - | 420 |1523 |   0 |   0 | 660 |  19k|  16k| 0.000000e+00 |      --      |    Inf 
1765.24/1765.73	c  1717s|640000 |   148 |  7930k|  12.4 |  15M|  67 |   - | 420 |1363 | 420 | 813 | 660 |  20k|  16k| 0.000000e+00 |      --      |    Inf 
1799.63/1800.18	c  1751s|650000 |   173 |  8069k|  12.4 |  15M|  67 |  37 | 420 |1487 | 420 | 813 | 660 |  20k|  17k| 0.000000e+00 |      --      |    Inf 
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.50	c 
1800.04/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.50	c Solving Time (sec) : 1751.03
1800.04/1800.50	c Solving Nodes      : 650090
1800.04/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.50	c Gap                : infinite
1800.04/1800.50	s UNKNOWN
1800.04/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.50	c Solving Time       :    1751.03
1800.04/1800.50	c Original Problem   :
1800.04/1800.50	c   Problem name     : HOME/instance-2667136-1276270738.opb
1800.04/1800.50	c   Variables        : 428 (428 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.50	c   Constraints      : 644 initial, 644 maximal
1800.04/1800.50	c Presolved Problem  :
1800.04/1800.50	c   Problem name     : t_HOME/instance-2667136-1276270738.opb
1800.04/1800.50	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.50	c   Constraints      : 644 initial, 2329 maximal
1800.04/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.04/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.50	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.50	c   integral         :          0          0          0     327454          0        505       2406          0          0     650518
1800.04/1800.50	c   knapsack         :        290          5    1543215          0          0     178151    5883764        537          0          0
1800.04/1800.50	c   logicor          :        354+         5    1029536          0          0       2379    2511886          0          0          0
1800.04/1800.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.50	c   integral         :      90.30       0.00       0.00      90.30       0.00
1800.04/1800.50	c   knapsack         :      71.43       0.03      71.40       0.00       0.00
1800.04/1800.50	c   logicor          :      27.69       0.00      27.69       0.00       0.00
1800.04/1800.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.50	c   vbounds          :       0.79          1          0          0
1800.04/1800.50	c   rootredcost      :       0.87          0          0          0
1800.04/1800.50	c   pseudoobj        :       0.83          0          0          0
1800.04/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.50	c   propagation      :       9.50      21793      19704     137444       89.8         69      105.2          -
1800.04/1800.50	c   infeasible LP    :      48.64     144046          0          0        0.0          0        0.0          0
1800.04/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.50	c   applied globally :          -          -          -      20291       19.2          -          -          -
1800.04/1800.50	c   applied locally  :          -          -          -         70       52.2          -          -          -
1800.04/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.50	c   cut pool         :       0.00          4          -          -         72          -    (maximal pool size: 2370)
1800.04/1800.50	c   redcost          :       4.06     326677          0          0          0          0
1800.04/1800.50	c   impliedbounds    :       0.01          5          0          0       1132          0
1800.04/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.50	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.50	c   gomory           :       0.72          5          0          0        314          0
1800.04/1800.50	c   strongcg         :       0.57          5          0          0       2291          0
1800.04/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.50	c   clique           :       0.01          1          0          0          0          0
1800.04/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.50	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.50	c   rapidlearning    :       0.13          1          0          0          0          0
1800.04/1800.50	c Pricers            :       Time      Calls       Vars
1800.04/1800.50	c   problem variables:       0.00          0          0
1800.04/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.50	c   relpscost        :      89.79     327454        505       2406          0          0     650518
1800.04/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.50	c   LP solutions     :       0.00          -          0
1800.04/1800.50	c   pseudo solutions :       0.00          -          0
1800.04/1800.50	c   trivial          :       0.00          1          0
1800.04/1800.50	c   simplerounding   :       0.00          0          0
1800.04/1800.50	c   zirounding       :       0.00          0          0
1800.04/1800.50	c   rounding         :       0.00          0          0
1800.04/1800.50	c   shifting         :       0.00          0          0
1800.04/1800.50	c   intshifting      :       0.00          0          0
1800.04/1800.50	c   oneopt           :       0.00          0          0
1800.04/1800.50	c   twoopt           :       0.00          0          0
1800.04/1800.50	c   fixandinfer      :       0.00          0          0
1800.04/1800.50	c   feaspump         :       0.00          0          0
1800.04/1800.50	c   coefdiving       :       0.00          0          0
1800.04/1800.50	c   pscostdiving     :       0.00          0          0
1800.04/1800.50	c   fracdiving       :       0.00          0          0
1800.04/1800.50	c   veclendiving     :       0.00          0          0
1800.04/1800.50	c   intdiving        :       0.00          0          0
1800.04/1800.50	c   actconsdiving    :       0.00          0          0
1800.04/1800.50	c   objpscostdiving  :       0.00          0          0
1800.04/1800.50	c   rootsoldiving    :       0.00          0          0
1800.04/1800.50	c   linesearchdiving :       0.00          0          0
1800.04/1800.50	c   guideddiving     :       0.00          0          0
1800.04/1800.50	c   octane           :       0.00          0          0
1800.04/1800.50	c   rens             :       0.00          0          0
1800.04/1800.50	c   rins             :       0.00          0          0
1800.04/1800.50	c   localbranching   :       0.00          0          0
1800.04/1800.50	c   mutation         :       0.00          0          0
1800.04/1800.50	c   crossover        :       0.00          0          0
1800.04/1800.50	c   dins             :       0.00          0          0
1800.04/1800.50	c   undercover       :       0.00          0          0
1800.04/1800.50	c   nlp              :       0.00          0          0
1800.04/1800.50	c   trysol           :       0.00          0          0
1800.04/1800.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.50	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.50	c   dual LP          :    1328.30     471000    8071388      17.14    6076.48
1800.04/1800.50	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.50	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.51	c   strong branching :      77.66      17634     379182      21.50    4882.59
1800.04/1800.51	c     (at root node) :          -         10       5490     549.00          -
1800.04/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.51	c B&B Tree           :
1800.04/1800.51	c   number of runs   :          1
1800.04/1800.51	c   nodes            :     650090
1800.04/1800.51	c   nodes (total)    :     650090
1800.04/1800.51	c   nodes left       :        175
1800.04/1800.51	c   max depth        :         67
1800.04/1800.51	c   max depth (total):         67
1800.04/1800.51	c   backtracks       :      78502 (12.1%)
1800.04/1800.51	c   delayed cutoffs  :        254
1800.04/1800.51	c   repropagations   :      45713 (62698 domain reductions, 250 cutoffs)
1800.04/1800.51	c   avg switch length:       2.68
1800.04/1800.51	c   switching time   :      50.69
1800.04/1800.51	c Solution           :
1800.04/1800.51	c   Solutions found  :          0 (0 improvements)
1800.04/1800.51	c   Primal Bound     :          -
1800.04/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.51	c   Gap              :   infinite
1800.04/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.51	c   Root Iterations  :       1489
1800.04/1800.52	c Time complete: 1800.05.

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-2667136-1276270738/watcher-2667136-1276270738 -o /tmp/evaluation-result-2667136-1276270738/solver-2667136-1276270738 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667136-1276270738.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/107 3372
/proc/meminfo: memFree=1550080/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=7724 CPUtime=0
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 1098 0 0 0 0 0 0 0 23 0 1 0 729516 7909376 1018 1992294400 4194304 8223781 140735250777840 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3372/statm: 1931 1027 348 984 0 944 0

[startup+0.09402 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3372
/proc/meminfo: memFree=1550080/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=16464 CPUtime=0.08
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 4858 0 0 0 6 2 0 0 23 0 1 0 729516 16859136 3127 1992294400 4194304 8223781 140735250777840 18446744073709551615 4667317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 4116 3127 498 984 0 3129 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16464

[startup+0.101021 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3372
/proc/meminfo: memFree=1550080/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=16804 CPUtime=0.09
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 5027 0 0 0 7 2 0 0 23 0 1 0 729516 17207296 3296 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 4201 3296 531 984 0 3214 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16804

[startup+0.301033 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3372
/proc/meminfo: memFree=1550080/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=30220 CPUtime=0.29
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 9385 0 0 0 23 6 0 0 23 0 1 0 729516 30945280 6359 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 7555 6359 575 984 0 6568 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30220

[startup+0.701059 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 3372
/proc/meminfo: memFree=1550080/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=22316 CPUtime=0.69
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 10185 0 0 0 62 7 0 0 25 0 1 0 729516 22851584 4677 1992294400 4194304 8223781 140735250777840 18446744073709551615 6059549 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 5579 4677 584 984 0 4592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22316

[startup+1.50111 s]
/proc/loadavg: 0.92 0.98 0.99 2/108 3373
/proc/meminfo: memFree=1529240/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=30472 CPUtime=1.49
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 12470 0 0 0 140 9 0 0 25 0 1 0 729516 31203328 6738 1992294400 4194304 8223781 140735250777840 18446744073709551615 6044219 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 7618 6738 584 984 0 6631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30472

[startup+3.10021 s]
/proc/loadavg: 0.92 0.98 0.99 2/108 3373
/proc/meminfo: memFree=1521304/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=35668 CPUtime=3.09
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 14632 0 0 0 298 11 0 0 25 0 1 0 729516 36524032 8067 1992294400 4194304 8223781 140735250777840 18446744073709551615 6567536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 8917 8067 585 984 0 7930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35668

[startup+6.30141 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 3373
/proc/meminfo: memFree=1519320/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=35496 CPUtime=6.29
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 15764 0 0 0 615 14 0 0 25 0 1 0 729516 36347904 8040 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 8874 8040 585 984 0 7887 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35496

[startup+12.7008 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 3373
/proc/meminfo: memFree=1519196/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=35496 CPUtime=12.69
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 15766 0 0 0 1244 25 0 0 25 0 1 0 729516 36347904 8042 1992294400 4194304 8223781 140735250777840 18446744073709551615 6569519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 8874 8042 587 984 0 7887 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35496

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/108 3373
/proc/meminfo: memFree=1519196/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=35496 CPUtime=25.48
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 15766 0 0 0 2495 53 0 0 25 0 1 0 729516 36347904 8042 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 8874 8042 587 984 0 7887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35496

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/108 3375
/proc/meminfo: memFree=1519196/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=35636 CPUtime=51.08
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 22694 0 0 0 4988 120 0 0 25 0 1 0 729516 36491264 8062 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 8909 8062 587 984 0 7922 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35636

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/108 3375
/proc/meminfo: memFree=1519196/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=35992 CPUtime=102.28
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 49625 0 0 0 9961 267 0 0 25 0 1 0 729516 36855808 8154 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 8998 8154 587 984 0 8011 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 35992

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 3377
/proc/meminfo: memFree=1518948/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36000 CPUtime=162.26
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 82291 0 0 0 15786 440 0 0 25 0 1 0 729516 36864000 8168 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9000 8168 587 984 0 8013 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 36000

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 3379
/proc/meminfo: memFree=1518824/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36348 CPUtime=222.24
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 98421 0 0 0 21621 603 0 0 25 0 1 0 729516 37220352 8225 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9087 8225 587 984 0 8100 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 36348

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 3381
/proc/meminfo: memFree=1518700/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36264 CPUtime=282.22
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 131995 0 0 0 27444 778 0 0 25 0 1 0 729516 37134336 8229 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9066 8229 587 984 0 8079 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 36264

[startup+342.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/108 3383
/proc/meminfo: memFree=1518700/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36264 CPUtime=342.21
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 166141 0 0 0 33276 945 0 0 25 0 1 0 729516 37134336 8234 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9066 8234 587 984 0 8079 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 36264

[startup+402.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/108 3383
/proc/meminfo: memFree=1518576/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36352 CPUtime=402.2
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 202267 0 0 0 39106 1114 0 0 25 0 1 0 729516 37224448 8256 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9088 8256 587 984 0 8101 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 36352

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3385
/proc/meminfo: memFree=1518204/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36600 CPUtime=462.18
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 232946 0 0 0 44934 1284 0 0 25 0 1 0 729516 37478400 8312 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9150 8312 587 984 0 8163 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 36600

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3387
/proc/meminfo: memFree=1518204/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36600 CPUtime=522.16
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 260489 0 0 0 50759 1457 0 0 25 0 1 0 729516 37478400 8317 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9150 8317 587 984 0 8163 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 36600

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3389
/proc/meminfo: memFree=1518080/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36672 CPUtime=582.14
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 279088 0 0 0 56588 1626 0 0 25 0 1 0 729516 37552128 8335 1992294400 4194304 8223781 140735250777840 18446744073709551615 6456014 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9168 8335 587 984 0 8181 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 36672

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3391
/proc/meminfo: memFree=1517832/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36848 CPUtime=642.14
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 281314 0 0 0 62438 1776 0 0 25 0 1 0 729516 37732352 8379 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9212 8379 587 984 0 8225 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 36848

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3397
/proc/meminfo: memFree=1517584/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36984 CPUtime=882.06
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 364316 0 0 0 85762 2444 0 0 25 0 1 0 729516 37871616 8396 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9246 8396 587 984 0 8259 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 36984

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3399
/proc/meminfo: memFree=1517336/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=36972 CPUtime=942.05
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 390771 0 0 0 91587 2618 0 0 25 0 1 0 729516 37859328 8410 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9243 8410 587 984 0 8256 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 36972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3399
/proc/meminfo: memFree=1517336/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37088 CPUtime=1002.03
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 397498 0 0 0 97428 2775 0 0 25 0 1 0 729516 37978112 8415 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9272 8415 587 984 0 8285 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 37088

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3401
/proc/meminfo: memFree=1517212/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37260 CPUtime=1062.02
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 417799 0 0 0 103251 2951 0 0 25 0 1 0 729516 38154240 8458 1992294400 4194304 8223781 140735250777840 18446744073709551615 6599283 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9315 8458 587 984 0 8328 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 37260

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3403
/proc/meminfo: memFree=1516964/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37196 CPUtime=1122
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 429200 0 0 0 109090 3110 0 0 25 0 1 0 729516 38088704 8466 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9299 8466 587 984 0 8312 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 37196

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3405
/proc/meminfo: memFree=1516840/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37308 CPUtime=1181.99
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 441902 0 0 0 114928 3271 0 0 25 0 1 0 729516 38203392 8469 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9327 8469 587 984 0 8340 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 37308

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3407
/proc/meminfo: memFree=1516468/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37304 CPUtime=1241.98
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 447526 0 0 0 120778 3420 0 0 25 0 1 0 729516 38199296 8493 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9326 8493 587 984 0 8339 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 37304

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3407
/proc/meminfo: memFree=1516344/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37304 CPUtime=1301.97
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 450771 0 0 0 126626 3571 0 0 25 0 1 0 729516 38199296 8493 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9326 8493 587 984 0 8339 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 37304

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3418
/proc/meminfo: memFree=1516096/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37304 CPUtime=1361.94
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 455923 0 0 0 132472 3722 0 0 25 0 1 0 729516 38199296 8493 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9326 8493 587 984 0 8339 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 37304

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3420
/proc/meminfo: memFree=1516096/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37412 CPUtime=1421.93
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 464339 0 0 0 138318 3875 0 0 25 0 1 0 729516 38309888 8512 1992294400 4194304 8223781 140735250777840 18446744073709551615 7453498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9341 8501 587 984 0 8354 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 37412

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3422
/proc/meminfo: memFree=1516096/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37380 CPUtime=1481.91
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 483873 0 0 0 144151 4040 0 0 25 0 1 0 729516 38277120 8500 1992294400 4194304 8223781 140735250777840 18446744073709551615 6569667 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9345 8500 587 984 0 8358 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 37380

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3424
/proc/meminfo: memFree=1516096/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37360 CPUtime=1541.89
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 498076 0 0 0 149995 4194 0 0 25 0 1 0 729516 38256640 8503 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9340 8503 587 984 0 8353 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 37360

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3424
/proc/meminfo: memFree=1516096/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37360 CPUtime=1601.88
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 519196 0 0 0 155836 4352 0 0 25 0 1 0 729516 38256640 8507 1992294400 4194304 8223781 140735250777840 18446744073709551615 6599051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9340 8507 587 984 0 8353 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 37360

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3426
/proc/meminfo: memFree=1516096/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37416 CPUtime=1661.86
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 544078 0 0 0 161668 4518 0 0 25 0 1 0 729516 38313984 8509 1992294400 4194304 8223781 140735250777840 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9354 8509 587 984 0 8367 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 37416

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3428
/proc/meminfo: memFree=1515972/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37452 CPUtime=1721.85
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 576691 0 0 0 167498 4687 0 0 25 0 1 0 729516 38350848 8518 1992294400 4194304 8223781 140735250777840 18446744073709551615 5907505 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9363 8518 587 984 0 8376 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 37452

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3430
/proc/meminfo: memFree=1515724/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37428 CPUtime=1781.84
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 613810 0 0 0 173330 4854 0 0 25 0 1 0 729516 38326272 8512 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9357 8512 587 984 0 8370 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 37428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3430
/proc/meminfo: memFree=1515724/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37360 CPUtime=1800.04
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 623110 0 0 0 175104 4900 0 0 25 0 1 0 729516 38256640 8507 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9340 8507 587 984 0 8353 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 37360

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3430
/proc/meminfo: memFree=1515724/2059040 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=37360 CPUtime=1800.04
/proc/3372/stat : 3372 (pbscip.linux.x8) R 3370 3372 2330 0 -1 4202496 623110 0 0 0 175104 4900 0 0 25 0 1 0 729516 38256640 8507 1992294400 4194304 8223781 140735250777840 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3372/statm: 9340 8507 587 984 0 8353 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 37360

Child status: 0
Real time (s): 1800.53
CPU time (s): 1800.06
CPU user time (s): 1751.06
CPU system time (s): 49.0046
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 37660

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

runsolver used 2.92556 second user time and 8.5727 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-11 17:38:58
IDJOB=2667136
IDBENCH=1168
IDSOLVER=1169
FILE ID=node025/2667136-1276270738
PBS_JOBID= 11172192
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667136-1276270738/watcher-2667136-1276270738 -o /tmp/evaluation-result-2667136-1276270738/solver-2667136-1276270738 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667136-1276270738.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=1048125361

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1550608 kB
Buffers:         42460 kB
Cached:         327764 kB
SwapCached:          0 kB
Active:         156828 kB
Inactive:       272816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1550608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4660 kB
Writeback:           0 kB
AnonPages:       59284 kB
Mapped:          15420 kB
Slab:            56992 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183060 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 node025 at 2010-06-11 18:09:00