Trace number 2664446

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900584219.opb
MD5SUM526ab28e5245080e542291515286f3e0
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark29.8475
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664446-1276307994.opb>
0.02/0.05	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.02/0.05	c problem read
0.02/0.05	c No objective function, only one solution is needed.
0.02/0.05	c presolving settings loaded
0.02/0.05	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.02/0.07	c presolving:
0.09/0.12	c (round 1) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.09/0.13	c (round 2) 0 del vars, 143 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.09/0.15	c presolving (3 rounds):
0.09/0.15	c  0 deleted vars, 143 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  242 implications, 22 cliques
0.09/0.15	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2564 constraints
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      22 constraints of type <setppc>
0.09/0.15	c    2541 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.06
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.95
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 1620
0.09/0.15	c 
0.09/0.15	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c limits/solutions = 1
0.09/0.15	c 
0.09/0.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c lp/solvefreq = -1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.15	c separating/maxrounds = 1
0.09/0.15	c 
0.09/0.15	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/maxroundsroot = 5
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.15	c constraints/knapsack/disaggregation = FALSE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c presolving/probing/maxrounds = 0
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/coefdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.15	c heuristics/crossover/freq = -1
0.09/0.15	c 
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/crossover/nodesofs = 750
0.09/0.15	c 
0.09/0.15	c # number of nodes without incumbent change that heuristic should wait
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.15	c heuristics/crossover/nwaitingnodes = 100
0.09/0.15	c 
0.09/0.15	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.15	c # [type: real, range: [0,1], default: 0.1]
0.09/0.15	c heuristics/crossover/nodesquot = 0.15
0.09/0.15	c 
0.09/0.15	c # minimum percentage of integer variables that have to be fixed 
0.09/0.15	c # [type: real, range: [0,1], default: 0.666]
0.09/0.15	c heuristics/crossover/minfixingrate = 0.5
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/feaspump/freq = -1
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/fracdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/guideddiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/intshifting/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/linesearchdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/nlp/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/objpscostdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.15	c # [type: real, range: [0,1], default: 0.01]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/oneopt/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/pscostdiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/rens/freq = -1
0.09/0.15	c 
0.09/0.15	c # minimum percentage of integer variables that have to be fixable 
0.09/0.15	c # [type: real, range: [0,1], default: 0.5]
0.09/0.15	c heuristics/rens/minfixingrate = 0.3
0.09/0.15	c 
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/rens/nodesofs = 2000
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/rootsoldiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/rounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/shifting/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/simplerounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/trivial/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/trysol/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/veclendiving/freq = -1
0.09/0.15	c 
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.15	c 
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.15	c 
0.09/0.15	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/zirounding/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/cmir/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/flowcover/freq = -1
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     2 |     0 |     - |2396k|   0 |   - | 231 |2564 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.19/4.29	c   4.0s| 10000 |  7902 |     0 |   0.0 |7347k| 109 |   - | 231 |4764 |   0 |   0 |   0 |3112 |   0 | 0.000000e+00 |      --      |    Inf 
9.99/10.08	c   9.5s| 20000 | 14577 |     0 |   0.0 |  12M| 109 |   - | 231 |5623 |   0 |   0 |   0 |7382 |   0 | 0.000000e+00 |      --      |    Inf 
15.79/15.82	c  15.0s| 30000 | 21930 |     0 |   0.0 |  16M| 109 |   - | 231 |6451 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
22.88/22.96	c  21.9s| 40000 | 28667 |     0 |   0.0 |  21M| 109 |   - | 231 |7584 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
31.68/31.71	c  30.3s| 50000 | 34836 |     0 |   0.0 |  27M| 109 |   - | 231 |9072 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
42.28/42.37	c  40.7s| 60000 | 40442 |     0 |   0.0 |  31M| 109 |   - | 231 |  10k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
55.38/55.41	c  53.4s| 70000 | 45405 |     0 |   0.0 |  36M| 109 |   - | 231 |  11k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
71.05/71.15	c  68.8s| 80000 | 49398 |     0 |   0.0 |  41M| 109 |   - | 231 |  12k|   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
88.84/88.92	c  86.3s| 90000 | 52764 |     0 |   0.0 |  45M| 109 |   - | 231 |  11k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
103.05/103.12	c   100s|100000 | 58237 |     0 |   0.0 |  49M| 109 |   - | 231 |  10k|   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
116.23/116.38	c   113s|110000 | 63755 |     0 |   0.0 |  54M| 109 |   - | 231 |  10k|   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
129.32/129.77	c   126s|120000 | 69140 |     0 |   0.0 |  59M| 109 |   - | 231 |  10k|   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
142.65/143.18	c   139s|130000 | 74379 |     0 |   0.0 |  64M| 109 |   - | 231 |  10k|   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
156.94/157.47	c   153s|140000 | 79312 |     0 |   0.0 |  69M| 109 |   - | 231 |  11k|   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
171.84/172.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.84/172.30	c   167s|150000 | 84106 |     0 |   0.0 |  73M| 109 |   - | 231 |  11k|   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
187.54/188.07	c   183s|160000 | 88683 |     0 |   0.0 |  78M| 109 |   - | 231 |  12k|   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
204.73/205.25	c   200s|170000 | 92836 |     0 |   0.0 |  83M| 109 |   - | 231 |  13k|   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
222.93/223.42	c   217s|180000 | 96890 |     0 |   0.0 |  88M| 109 |   - | 231 |  13k|   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
241.92/242.41	c   236s|190000 |100702 |     0 |   0.0 |  92M| 109 |   - | 231 |  14k|   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
261.91/262.41	c   256s|200000 |104335 |     0 |   0.0 |  97M| 109 |   - | 231 |  14k|   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
283.31/283.81	c   277s|210000 |107722 |     0 |   0.0 | 101M| 109 |   - | 231 |  15k|   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
305.80/306.31	c   299s|220000 |110875 |     0 |   0.0 | 105M| 109 |   - | 231 |  15k|   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
329.58/330.13	c   322s|230000 |113808 |     0 |   0.0 | 109M| 109 |   - | 231 |  16k|   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
356.38/356.97	c   349s|240000 |116048 |     0 |   0.0 | 113M| 109 |   - | 231 |  17k|   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
382.28/382.86	c   374s|250000 |118686 |     0 |   0.0 | 117M| 109 |   - | 231 |  17k|   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
409.06/409.64	c   401s|260000 |121186 |     0 |   0.0 | 121M| 109 |   - | 231 |  17k|   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
437.65/438.24	c   429s|270000 |123199 |     0 |   0.0 | 125M| 109 |   - | 231 |  18k|   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
467.05/467.65	c   458s|280000 |125104 |     0 |   0.0 | 128M| 109 |   - | 231 |  19k|   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
499.43/500.05	c   490s|290000 |126553 |     0 |   0.0 | 131M| 109 |   - | 231 |  20k|   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
537.92/538.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
537.92/538.59	c   528s|300000 |126799 |     0 |   0.0 | 134M| 109 |   - | 231 |  21k|   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
581.11/581.78	c   571s|310000 |127023 |     0 |   0.0 | 136M| 109 |   - | 231 |  18k|   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
620.10/620.79	c   610s|320000 |128931 |     0 |   0.0 | 140M| 109 |   - | 231 |  18k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
651.89/652.56	c   641s|330000 |131934 |     0 |   0.0 | 144M| 109 |   - | 231 |  17k|   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
686.79/687.43	c   676s|340000 |133767 |     0 |   0.0 | 148M| 109 |   - | 231 |  18k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
720.97/721.67	c   709s|350000 |135721 |     0 |   0.0 | 152M| 109 |   - | 231 |  18k|   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
757.27/757.96	c   745s|360000 |137270 |     0 |   0.0 | 156M| 109 |   - | 231 |  19k|   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
794.24/794.90	c   782s|370000 |138817 |     0 |   0.0 | 161M| 109 |   - | 231 |  19k|   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
832.33/833.08	c   820s|380000 |140046 |     0 |   0.0 | 165M| 109 |   - | 231 |  20k|   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
868.82/869.53	c   856s|390000 |141868 |     0 |   0.0 | 169M| 109 |   - | 231 |  20k|   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
911.21/911.98	c   898s|400000 |142473 |     0 |   0.0 | 173M| 109 |   - | 231 |  22k|   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
956.20/956.98	c   942s|410000 |142735 |     0 |   0.0 | 177M| 109 |   - | 231 |  23k|   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1004.87/1005.60	c   991s|420000 |142428 |     0 |   0.0 | 180M| 109 |   - | 231 |  24k|   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1057.75/1058.59	c  1043s|430000 |141638 |     0 |   0.0 | 183M| 109 |   - | 231 |  25k|   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1110.63/1111.41	c  1095s|440000 |141178 |     0 |   0.0 | 187M| 109 |   - | 231 |  26k|   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1168.21/1169.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1168.21/1169.03	c  1153s|450000 |140049 |     0 |   0.0 | 190M| 109 |   - | 231 |  27k|   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
1229.60/1230.49	c  1214s|460000 |138539 |     0 |   0.0 | 192M| 109 |   - | 231 |  28k|   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
1294.38/1295.27	c  1278s|470000 |136731 |     0 |   0.0 | 194M| 109 |   - | 231 |  29k|   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
1361.96/1362.88	c  1345s|480000 |134523 |     0 |   0.0 | 195M| 109 |   - | 231 |  30k|   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
1431.73/1432.60	c  1414s|490000 |132128 |     0 |   0.0 | 197M| 109 |   - | 231 |  31k|   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
1503.82/1504.78	c  1486s|500000 |129578 |     0 |   0.0 | 198M| 109 |   - | 231 |  31k|   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
1577.98/1578.91	c  1560s|510000 |126878 |     0 |   0.0 | 199M| 109 |   - | 231 |  31k|   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
1652.96/1653.90	c  1634s|520000 |123660 |     0 |   0.0 | 199M| 109 |   - | 231 |  32k|   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
1729.54/1730.53	c  1710s|530000 |120039 |     0 |   0.0 | 197M| 109 |   - | 231 |  33k|   0 |   0 |   0 | 551k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1801.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1801.00	c 
1800.02/1801.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1801.00	c Solving Time (sec) : 1780.50
1800.02/1801.00	c Solving Nodes      : 538951
1800.02/1801.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1801.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1801.00	c Gap                : infinite
1800.02/1801.01	s UNKNOWN
1800.02/1801.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1801.01	c Solving Time       :    1780.50
1800.02/1801.01	c Original Problem   :
1800.02/1801.01	c   Problem name     : HOME/instance-2664446-1276307994.opb
1800.02/1801.01	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1801.01	c   Constraints      : 2707 initial, 2707 maximal
1800.02/1801.01	c Presolved Problem  :
1800.02/1801.01	c   Problem name     : t_HOME/instance-2664446-1276307994.opb
1800.02/1801.01	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1801.01	c   Constraints      : 2564 initial, 33916 maximal
1800.02/1801.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1801.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1801.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1801.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1801.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1801.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1801.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1801.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.02/1801.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1801.01	c   linear           :       0.02          0          0          0          0          0        143          0          0
1800.02/1801.01	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.02/1801.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1801.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1801.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1801.01	c   knapsack         :          1          0    2034739          0     382263      58431    8011233          0          0          0
1800.02/1801.01	c   setppc           :         22          0    1991488          0     382263     105509    2002392          0          0          0
1800.02/1801.01	c   logicor          :       2541+         0    1606871          0     382262      79413    6559911          0          0          0
1800.02/1801.01	c   countsols        :          0          0          0          0     382250          0          0          0          0          0
1800.02/1801.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1801.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1801.01	c   knapsack         :      50.77       0.00      48.50       0.00       2.27
1800.02/1801.01	c   setppc           :      31.55       0.00      26.52       0.00       5.03
1800.02/1801.01	c   logicor          :     935.38       0.00     887.39       0.00      47.99
1800.02/1801.01	c   countsols        :       0.08       0.00       0.00       0.00       0.08
1800.02/1801.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1801.01	c   vbounds          :       1.29          1          0          0
1800.02/1801.01	c   rootredcost      :       1.40          0          0          0
1800.02/1801.01	c   pseudoobj        :       0.80          0          0          0
1800.02/1801.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1801.01	c   propagation      :      17.05     243353     243172    1299489       21.0       4319       20.8          -
1800.02/1801.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1801.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1801.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1801.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1801.01	c   applied globally :          -          -          -     564035       15.7          -          -          -
1800.02/1801.01	c   applied locally  :          -          -          -       2844       34.8          -          -          -
1800.02/1801.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1801.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1801.01	c   redcost          :       0.00          0          0          0          0          0
1800.02/1801.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1801.01	c   intobj           :       0.00          0          0          0          0          0
1800.02/1801.01	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1801.01	c   gomory           :       0.00          0          0          0          0          0
1800.02/1801.01	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1801.01	c   cmir             :       0.00          0          0          0          0          0
1800.02/1801.01	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1801.01	c   clique           :       0.00          0          0          0          0          0
1800.02/1801.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1801.01	c   mcf              :       0.00          0          0          0          0          0
1800.02/1801.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1801.01	c Pricers            :       Time      Calls       Vars
1800.02/1801.01	c   problem variables:       0.00          0          0
1800.02/1801.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1801.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1801.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1801.01	c   inference        :      10.08     382250          0          0          0          0     764500
1800.02/1801.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1801.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1801.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1801.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1801.01	c   random           :       0.00          0          0          0          0          0          0
1800.02/1801.01	c Primal Heuristics  :       Time      Calls      Found
1800.02/1801.01	c   LP solutions     :       0.00          -          0
1800.02/1801.01	c   pseudo solutions :       0.00          -          0
1800.02/1801.01	c   trivial          :       0.01          1          0
1800.02/1801.01	c   simplerounding   :       0.00          0          0
1800.02/1801.01	c   zirounding       :       0.00          0          0
1800.02/1801.01	c   rounding         :       0.00          0          0
1800.02/1801.01	c   shifting         :       0.00          0          0
1800.02/1801.01	c   intshifting      :       0.00          0          0
1800.02/1801.01	c   oneopt           :       0.00          0          0
1800.02/1801.01	c   twoopt           :       0.00          0          0
1800.02/1801.01	c   fixandinfer      :       0.00          0          0
1800.02/1801.01	c   feaspump         :       0.00          0          0
1800.02/1801.01	c   coefdiving       :       0.00          0          0
1800.02/1801.01	c   pscostdiving     :       0.00          0          0
1800.02/1801.01	c   fracdiving       :       0.00          0          0
1800.02/1801.01	c   veclendiving     :       0.00          0          0
1800.02/1801.01	c   intdiving        :       0.00          0          0
1800.02/1801.01	c   actconsdiving    :       0.00          0          0
1800.02/1801.01	c   objpscostdiving  :       0.00          0          0
1800.02/1801.01	c   rootsoldiving    :       0.00          0          0
1800.02/1801.01	c   linesearchdiving :       0.00          0          0
1800.02/1801.01	c   guideddiving     :       0.00          0          0
1800.02/1801.01	c   octane           :       0.00          0          0
1800.02/1801.01	c   rens             :       0.00          0          0
1800.02/1801.01	c   rins             :       0.00          0          0
1800.02/1801.01	c   localbranching   :       0.00          0          0
1800.02/1801.01	c   mutation         :       0.00          0          0
1800.02/1801.01	c   crossover        :       0.00          0          0
1800.02/1801.01	c   dins             :       0.00          0          0
1800.02/1801.01	c   undercover       :       0.00          0          0
1800.02/1801.01	c   nlp              :       0.00          0          0
1800.02/1801.01	c   trysol           :       0.00          0          0
1800.02/1801.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1801.01	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1801.01	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1801.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1801.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1801.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1801.01	c   strong branching :       0.00          0          0       0.00          -
1800.02/1801.01	c     (at root node) :          -          0          0       0.00          -
1800.02/1801.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1801.01	c B&B Tree           :
1800.02/1801.01	c   number of runs   :          1
1800.02/1801.01	c   nodes            :     538951
1800.02/1801.01	c   nodes (total)    :     538951
1800.02/1801.01	c   nodes left       :     116711
1800.02/1801.01	c   max depth        :        109
1800.02/1801.01	c   max depth (total):        109
1800.02/1801.01	c   backtracks       :     170383 (31.6%)
1800.02/1801.01	c   delayed cutoffs  :     108839
1800.02/1801.01	c   repropagations   :     508652 (4953727 domain reductions, 86652 cutoffs)
1800.02/1801.01	c   avg switch length:      17.95
1800.02/1801.01	c   switching time   :     494.22
1800.02/1801.01	c Solution           :
1800.02/1801.01	c   Solutions found  :          0 (0 improvements)
1800.02/1801.01	c   Primal Bound     :          -
1800.02/1801.01	c   Dual Bound       : +0.00000000000000e+00
1800.02/1801.01	c   Gap              :   infinite
1800.02/1801.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1801.01	c   Root Iterations  :          0
1800.72/1801.78	c Time complete: 1800.8.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7894
/proc/meminfo: memFree=1533808/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=6584 CPUtime=0
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 990 0 0 0 0 0 0 0 20 0 1 0 6400871 6742016 912 1992294400 4194304 7136930 140735842941504 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7894/statm: 1646 921 254 719 0 925 0

[startup+0.0259141 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7894
/proc/meminfo: memFree=1533808/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=8512 CPUtime=0.02
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 1610 0 0 0 2 0 0 0 20 0 1 0 6400871 8716288 1532 1992294400 4194304 7136930 140735842941504 18446744073709551615 6267806 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7894/statm: 2128 1532 268 719 0 1407 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8512

[startup+0.101924 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7894
/proc/meminfo: memFree=1533808/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=15052 CPUtime=0.09
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 3664 0 0 0 8 1 0 0 20 0 1 0 6400871 15413248 2975 1992294400 4194304 7136930 140735842941504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 3763 2975 345 719 0 3042 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15052

[startup+0.301951 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7894
/proc/meminfo: memFree=1533808/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=17080 CPUtime=0.29
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 6816 0 0 0 25 4 0 0 20 0 1 0 6400871 17489920 3557 1992294400 4194304 7136930 140735842941504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 4270 3557 391 719 0 3549 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17080

[startup+0.701003 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7894
/proc/meminfo: memFree=1533808/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=17740 CPUtime=0.69
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 6957 0 0 0 63 6 0 0 21 0 1 0 6400871 18165760 3698 1992294400 4194304 7136930 140735842941504 18446744073709551615 5005150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 4435 3698 391 719 0 3714 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17740

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7895
/proc/meminfo: memFree=1519416/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=19200 CPUtime=1.49
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 7354 0 0 0 139 10 0 0 23 0 1 0 6400871 19660800 4095 1992294400 4194304 7136930 140735842941504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 4800 4095 391 719 0 4079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19200

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7895
/proc/meminfo: memFree=1517432/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=21424 CPUtime=3.09
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 7895 0 0 0 291 18 0 0 25 0 1 0 6400871 21938176 4636 1992294400 4194304 7136930 140735842941504 18446744073709551615 4224259 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 5356 4636 391 719 0 4635 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21424

[startup+6.30173 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7895
/proc/meminfo: memFree=1512720/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=25592 CPUtime=6.29
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 8948 0 0 0 596 33 0 0 25 0 1 0 6400871 26206208 5689 1992294400 4194304 7136930 140735842941504 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 6398 5689 391 719 0 5677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25592

[startup+12.7006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7895
/proc/meminfo: memFree=1506520/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=31432 CPUtime=12.69
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 10458 0 0 0 1207 62 0 0 25 0 1 0 6400871 32186368 7199 1992294400 4194304 7136930 140735842941504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 7858 7199 391 719 0 7137 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31432

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7895
/proc/meminfo: memFree=1493376/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=43924 CPUtime=25.49
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 13587 0 0 0 2437 112 0 0 25 0 1 0 6400871 44978176 10328 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 10981 10328 391 719 0 10260 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43924

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7895
/proc/meminfo: memFree=1478744/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=58536 CPUtime=51.07
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 17277 0 0 0 4925 182 0 0 25 0 1 0 6400871 59940864 14018 1992294400 4194304 7136930 140735842941504 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 14634 14018 391 719 0 13913 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58536

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7906
/proc/meminfo: memFree=1462872/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=74068 CPUtime=102.25
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 21167 0 0 0 9940 285 0 0 25 0 1 0 6400871 75845632 17908 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 18517 17908 391 719 0 17796 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 74068

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8400
/proc/meminfo: memFree=1431492/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=107592 CPUtime=161.85
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 29090 0 0 0 15763 422 0 0 25 0 1 0 6400871 110174208 25831 1992294400 4194304 7136930 140735842941504 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 26898 25831 391 719 0 26177 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 107592

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8402
/proc/meminfo: memFree=1408676/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=128908 CPUtime=221.83
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 34442 0 0 0 21644 539 0 0 25 0 1 0 6400871 132001792 31183 1992294400 4194304 7136930 140735842941504 18446744073709551615 5000109 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 32227 31183 391 719 0 31506 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 128908

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8404
/proc/meminfo: memFree=1394168/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=143540 CPUtime=281.81
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 38068 0 0 0 27543 638 0 0 25 0 1 0 6400871 146984960 34809 1992294400 4194304 7136930 140735842941504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 35885 34809 391 719 0 35164 0
Current children cumulated CPU time (s) 281.81
Current children cumulated vsize (KiB) 143540

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8404
/proc/meminfo: memFree=1384868/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=152944 CPUtime=341.79
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 40425 0 0 0 33454 725 0 0 25 0 1 0 6400871 156614656 37166 1992294400 4194304 7136930 140735842941504 18446744073709551615 6166784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 38236 37166 391 719 0 37515 0
Current children cumulated CPU time (s) 341.79
Current children cumulated vsize (KiB) 152944

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8406
/proc/meminfo: memFree=1374452/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=163720 CPUtime=401.76
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 43148 0 0 0 39369 807 0 0 25 0 1 0 6400871 167649280 39889 1992294400 4194304 7136930 140735842941504 18446744073709551615 4998470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 40930 39889 391 719 0 40209 0
Current children cumulated CPU time (s) 401.76
Current children cumulated vsize (KiB) 163720

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8408
/proc/meminfo: memFree=1366276/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=171472 CPUtime=461.75
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 45087 0 0 0 45287 888 0 0 25 0 1 0 6400871 175587328 41828 1992294400 4194304 7136930 140735842941504 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 42868 41828 391 719 0 42147 0
Current children cumulated CPU time (s) 461.75
Current children cumulated vsize (KiB) 171472

[startup+522.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 8410
/proc/meminfo: memFree=1357348/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=180604 CPUtime=521.73
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 47353 0 0 0 51216 957 0 0 25 0 1 0 6400871 184938496 44094 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 45151 44094 391 719 0 44430 0
Current children cumulated CPU time (s) 521.73
Current children cumulated vsize (KiB) 180604

[startup+582.302 s]
/proc/loadavg: 1.10 1.04 1.01 2/107 8412
/proc/meminfo: memFree=1353380/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=184424 CPUtime=581.71
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 48279 0 0 0 57154 1017 0 0 25 0 1 0 6400871 188850176 45020 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 46106 45020 391 719 0 45385 0
Current children cumulated CPU time (s) 581.71
Current children cumulated vsize (KiB) 184424

[startup+642.302 s]
/proc/loadavg: 1.11 1.06 1.01 2/107 8412
/proc/meminfo: memFree=1344824/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=193100 CPUtime=641.7
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 50423 0 0 0 63095 1075 0 0 25 0 1 0 6400871 197734400 47164 1992294400 4194304 7136930 140735842941504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 48275 47164 391 719 0 47554 0
Current children cumulated CPU time (s) 641.7
Current children cumulated vsize (KiB) 193100

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.13 1.09 1.02 2/107 8425
/proc/meminfo: memFree=1302788/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=234928 CPUtime=1001.57
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 60764 0 0 0 98732 1425 0 0 25 0 1 0 6400871 240566272 57505 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 58732 57505 391 719 0 58011 0
Current children cumulated CPU time (s) 1001.57
Current children cumulated vsize (KiB) 234928

[startup+1062.3 s]
/proc/loadavg: 1.04 1.07 1.01 2/107 8427
/proc/meminfo: memFree=1296588/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=241144 CPUtime=1061.55
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 62343 0 0 0 104682 1473 0 0 25 0 1 0 6400871 246931456 59084 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 60286 59084 391 719 0 59565 0
Current children cumulated CPU time (s) 1061.55
Current children cumulated vsize (KiB) 241144

[startup+1122.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/107 8429
/proc/meminfo: memFree=1293488/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=244488 CPUtime=1121.53
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 63106 0 0 0 110635 1518 0 0 25 0 1 0 6400871 250355712 59847 1992294400 4194304 7136930 140735842941504 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 61122 59847 391 719 0 60401 0
Current children cumulated CPU time (s) 1121.53
Current children cumulated vsize (KiB) 244488

[startup+1182.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/107 8431
/proc/meminfo: memFree=1291876/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=246144 CPUtime=1181.51
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 63540 0 0 0 116591 1560 0 0 25 0 1 0 6400871 252051456 60281 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 61536 60281 391 719 0 60815 0
Current children cumulated CPU time (s) 1181.51
Current children cumulated vsize (KiB) 246144

[startup+1242.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 8431
/proc/meminfo: memFree=1286792/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=250872 CPUtime=1241.49
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 64751 0 0 0 122545 1604 0 0 25 0 1 0 6400871 256892928 61492 1992294400 4194304 7136930 140735842941504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 62718 61492 391 719 0 61997 0
Current children cumulated CPU time (s) 1241.49
Current children cumulated vsize (KiB) 250872

[startup+1302.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 8433
/proc/meminfo: memFree=1281956/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=255844 CPUtime=1301.48
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 65930 0 0 0 128506 1642 0 0 25 0 1 0 6400871 261984256 62671 1992294400 4194304 7136930 140735842941504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 63961 62671 391 719 0 63240 0
Current children cumulated CPU time (s) 1301.48
Current children cumulated vsize (KiB) 255844

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 8435
/proc/meminfo: memFree=1279352/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=258592 CPUtime=1361.46
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 66583 0 0 0 134465 1681 0 0 25 0 1 0 6400871 264798208 63324 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 64648 63324 391 719 0 63927 0
Current children cumulated CPU time (s) 1361.46
Current children cumulated vsize (KiB) 258592

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 8437
/proc/meminfo: memFree=1277120/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=261116 CPUtime=1421.44
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 67163 0 0 0 140427 1717 0 0 25 0 1 0 6400871 267382784 63904 1992294400 4194304 7136930 140735842941504 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 65279 63904 391 719 0 64558 0
Current children cumulated CPU time (s) 1421.44
Current children cumulated vsize (KiB) 261116

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 8439
/proc/meminfo: memFree=1275880/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=262460 CPUtime=1481.42
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 67494 0 0 0 146387 1755 0 0 25 0 1 0 6400871 268759040 64235 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 65615 64235 391 719 0 64894 0
Current children cumulated CPU time (s) 1481.42
Current children cumulated vsize (KiB) 262460

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8439
/proc/meminfo: memFree=1275632/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=262568 CPUtime=1541.4
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 67522 0 0 0 152350 1790 0 0 25 0 1 0 6400871 268869632 64263 1992294400 4194304 7136930 140735842941504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 65642 64263 391 719 0 64921 0
Current children cumulated CPU time (s) 1541.4
Current children cumulated vsize (KiB) 262568

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8441
/proc/meminfo: memFree=1273772/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=264212 CPUtime=1601.38
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 67964 0 0 0 158312 1826 0 0 25 0 1 0 6400871 270553088 64705 1992294400 4194304 7136930 140735842941504 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 66053 64705 391 719 0 65332 0
Current children cumulated CPU time (s) 1601.38
Current children cumulated vsize (KiB) 264212

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8443
/proc/meminfo: memFree=1273028/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=264924 CPUtime=1661.35
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 68156 0 0 0 164273 1862 0 0 25 0 1 0 6400871 271282176 64897 1992294400 4194304 7136930 140735842941504 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 66231 64897 391 719 0 65510 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 264924

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8445
/proc/meminfo: memFree=1272904/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=264924 CPUtime=1721.34
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 68161 0 0 0 170234 1900 0 0 25 0 1 0 6400871 271282176 64902 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 66231 64902 391 719 0 65510 0
Current children cumulated CPU time (s) 1721.34
Current children cumulated vsize (KiB) 264924

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8447
/proc/meminfo: memFree=1269804/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=267908 CPUtime=1781.32
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 68906 0 0 0 176198 1934 0 0 25 0 1 0 6400871 274337792 65647 1992294400 4194304 7136930 140735842941504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 66977 65647 391 719 0 66256 0
Current children cumulated CPU time (s) 1781.32
Current children cumulated vsize (KiB) 267908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8447
/proc/meminfo: memFree=1269308/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=268352 CPUtime=1800.02
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 69018 0 0 0 178055 1947 0 0 25 0 1 0 6400871 274792448 65759 1992294400 4194304 7136930 140735842941504 18446744073709551615 4212432 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7894/statm: 67088 65759 391 719 0 66367 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 268352

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

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 8447
/proc/meminfo: memFree=1269308/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=268528 CPUtime=1800.41
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 69055 0 0 0 178094 1947 0 0 25 0 1 0 6400871 274972672 65796 1992294400 4194304 7136930 140735842941504 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7894/statm: 67132 65796 396 719 0 66411 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 268528

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8447
/proc/meminfo: memFree=1269308/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=267504 CPUtime=1800.61
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 69055 0 0 0 178114 1947 0 0 25 0 1 0 6400871 273924096 65540 1992294400 4194304 7136930 140735842941504 18446744073709551615 6166209 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7894/statm: 66876 65540 396 719 0 66155 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 267504

[startup+1801.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8448
/proc/meminfo: memFree=1275128/2059040 swapFree=4192956/4192956
[pid=7894] ppid=7892 vsize=261924 CPUtime=1800.72
/proc/7894/stat : 7894 (pbscip.linux.x8) R 7892 7894 7769 0 -1 4202496 69055 0 0 0 178125 1947 0 0 25 0 1 0 6400871 268210176 64145 1992294400 4194304 7136930 140735842941504 18446744073709551615 4383954 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7894/statm: 65481 64145 396 719 0 64760 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 261924

Child status: 0
Real time (s): 1801.78
CPU time (s): 1800.8
CPU user time (s): 1781.3
CPU system time (s): 19.501
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (KiB): 268528

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

runsolver used 2.93155 second user time and 8.5757 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-12 03:59:54
IDJOB=2664446
IDBENCH=1349
IDSOLVER=1167
FILE ID=node013/2664446-1276307994
PBS_JOBID= 11173138
Free space on /tmp= 62424 MiB

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

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

MD5SUM BENCH= 526ab28e5245080e542291515286f3e0
RANDOM SEED=318741466

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1534336 kB
Buffers:         84744 kB
Cached:         312264 kB
SwapCached:          0 kB
Active:         174288 kB
Inactive:       281840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1534336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3304 kB
Writeback:           0 kB
AnonPages:       59124 kB
Mapped:          15456 kB
Slab:            46960 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181240 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= 62460 MiB
End job on node013 at 2010-06-12 04:29:57