Trace number 3741201

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.83 1790.13

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3741201-1338751102.opb>
0.00/0.01	c original problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 830 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 225 del vars, 45 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 770 upgd conss, 0 impls, 95 clqs
0.00/0.03	c presolving (2 rounds):
0.00/0.03	c  225 deleted vars, 45 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 95 cliques
0.00/0.03	c presolved problem has 375 variables (375 bin, 0 int, 0 impl, 0 cont) and 785 constraints
0.00/0.03	c      95 constraints of type <setppc>
0.00/0.03	c      15 constraints of type <linear>
0.00/0.03	c     675 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.3
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1789.99
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/nlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |   285 |     - |2160k|   0 | 135 | 375 | 785 | 375 | 785 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   423 |     - |2314k|   0 | 145 | 375 | 785 | 375 | 798 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   508 |     - |3185k|   0 | 164 | 375 | 785 | 375 | 805 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   550 |     - |3852k|   0 | 169 | 375 | 785 | 375 | 812 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |   580 |     - |4585k|   0 | 172 | 375 | 785 | 375 | 817 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |   656 |     - |5499k|   0 | 180 | 375 | 785 | 375 | 822 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     2 |   656 |     - |5500k|   0 | 180 | 375 | 785 | 375 | 822 |  37 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
102.87/102.90	c   103s| 10000 |  5241 |800842 |  80.0 |  11M|  41 |  99 | 375 |1561 | 375 | 811 |  37 |4748 |2183 | 0.000000e+00 |      --      |    Inf 
171.25/171.39	c   171s| 20000 |  8453 |  1477k|  73.9 |  15M|  47 |   - | 375 |2346 | 375 | 811 |  37 |  11k|2841 | 0.000000e+00 |      --      |    Inf 
232.84/232.92	c   233s| 30000 | 11326 |  2077k|  69.2 |  19M|  47 |  60 | 375 |2259 | 375 | 811 |  37 |  19k|3546 | 0.000000e+00 |      --      |    Inf 
295.53/295.67	c   296s| 40000 | 14704 |  2699k|  67.5 |  23M|  47 |  76 | 375 |2132 | 375 | 811 |  37 |  26k|4233 | 0.000000e+00 |      --      |    Inf 
353.52/353.66	c   354s| 50000 | 17705 |  3292k|  65.8 |  27M|  47 |   - | 375 |3110 | 375 | 811 |  37 |  34k|4792 | 0.000000e+00 |      --      |    Inf 
409.41/409.54	c   410s| 60000 | 20019 |  3863k|  64.4 |  29M|  47 |  44 | 375 |3164 | 375 | 811 |  37 |  42k|5368 | 0.000000e+00 |      --      |    Inf 
468.10/468.29	c   468s| 70000 | 22562 |  4464k|  63.8 |  32M|  47 |  42 | 375 |3008 | 375 | 811 |  37 |  50k|5808 | 0.000000e+00 |      --      |    Inf 
523.40/523.57	c   524s| 80000 | 24905 |  5035k|  62.9 |  35M|  47 |  42 | 375 |3506 | 375 | 811 |  37 |  58k|6284 | 0.000000e+00 |      --      |    Inf 
571.58/571.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.58/571.71	c   572s| 90000 | 26826 |  5552k|  61.7 |  38M|  47 |  70 | 375 |3879 | 375 | 811 |  37 |  68k|6601 | 0.000000e+00 |      --      |    Inf 
620.47/620.64	c   621s|100000 | 28230 |  6065k|  60.6 |  40M|  47 | 120 | 375 |4529 | 375 | 811 |  37 |  76k|7069 | 0.000000e+00 |      --      |    Inf 
661.56/661.72	c   662s|110000 | 29045 |  6509k|  59.2 |  42M|  47 |   - | 375 |6117 | 375 | 811 |  37 |  86k|7390 | 0.000000e+00 |      --      |    Inf 
705.16/705.34	c   705s|120000 | 30141 |  6979k|  58.2 |  43M|  47 |  84 | 375 |6542 | 375 | 811 |  37 |  95k|7725 | 0.000000e+00 |      --      |    Inf 
747.45/747.60	c   748s|130000 | 30887 |  7433k|  57.2 |  45M|  50 |   - | 375 |7084 |   0 |   0 |  37 | 105k|8032 | 0.000000e+00 |      --      |    Inf 
788.95/789.14	c   789s|140000 | 31471 |  7883k|  56.3 |  46M|  50 |  18 | 375 |6972 | 375 | 811 |  37 | 114k|8306 | 0.000000e+00 |      --      |    Inf 
828.44/828.65	c   829s|150000 | 32154 |  8316k|  55.4 |  47M|  50 |   - | 375 |8037 | 375 | 811 |  37 | 124k|8614 | 0.000000e+00 |      --      |    Inf 
868.54/868.71	c   869s|160000 | 32894 |  8760k|  54.8 |  49M|  50 |   - | 375 |  10k| 375 | 811 |  37 | 133k|8837 | 0.000000e+00 |      --      |    Inf 
908.73/908.93	c   909s|170000 | 33249 |  9192k|  54.1 |  50M|  50 |   - | 375 |8697 | 375 | 811 |  37 | 142k|9150 | 0.000000e+00 |      --      |    Inf 
947.23/947.44	c   947s|180000 | 33518 |  9618k|  53.4 |  51M|  50 | 121 | 375 |  10k| 375 | 811 |  37 | 151k|9410 | 0.000000e+00 |      --      |    Inf 
980.52/980.78	c   981s|190000 | 33785 |  9987k|  52.6 |  53M|  50 |  98 | 375 |  12k| 375 | 811 |  37 | 160k|9562 | 0.000000e+00 |      --      |    Inf 
1016.41/1016.60	c  1017s|200000 | 34012 | 10375k|  51.9 |  53M|  50 |   - | 375 |  11k| 375 | 811 |  37 | 169k|9787 | 0.000000e+00 |      --      |    Inf 
1063.01/1063.29	c  1063s|210000 | 34961 | 10886k|  51.8 |  54M|  50 |   - | 375 |  11k| 375 | 811 |  37 | 176k|  10k| 0.000000e+00 |      --      |    Inf 
1108.70/1108.91	c  1109s|220000 | 35416 | 11379k|  51.7 |  55M|  50 | 131 | 375 |  11k| 375 | 811 |  37 | 185k|  10k| 0.000000e+00 |      --      |    Inf 
1159.58/1159.80	c  1160s|230000 | 36100 | 11934k|  51.9 |  57M|  50 |  68 | 375 |  12k| 375 | 811 |  37 | 192k|  10k| 0.000000e+00 |      --      |    Inf 
1201.08/1201.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1201.08/1201.34	c  1201s|240000 | 36321 | 12382k|  51.6 |  56M|  50 |   - | 375 |9894 | 375 | 811 |  37 | 201k|  10k| 0.000000e+00 |      --      |    Inf 
1243.67/1243.95	c  1244s|250000 | 37451 | 12858k|  51.4 |  58M|  50 |   - | 375 |  11k| 375 | 811 |  37 | 210k|  11k| 0.000000e+00 |      --      |    Inf 
1290.57/1290.87	c  1291s|260000 | 38102 | 13366k|  51.4 |  59M|  50 |  96 | 375 |9405 | 375 | 811 |  37 | 218k|  11k| 0.000000e+00 |      --      |    Inf 
1333.46/1333.76	c  1334s|270000 | 38245 | 13840k|  51.3 |  60M|  50 |   - | 375 |  10k| 375 | 811 |  37 | 227k|  11k| 0.000000e+00 |      --      |    Inf 
1371.95/1372.29	c  1372s|280000 | 38256 | 14268k|  51.0 |  61M|  50 |   - | 375 |  13k|   0 |   0 |  37 | 235k|  11k| 0.000000e+00 |      --      |    Inf 
1411.45/1411.79	c  1412s|290000 | 38225 | 14701k|  50.7 |  61M|  50 |   - | 375 |  13k| 375 | 811 |  37 | 244k|  12k| 0.000000e+00 |      --      |    Inf 
1453.14/1453.47	c  1453s|300000 | 38545 | 15157k|  50.5 |  61M|  50 |   - | 375 |  12k| 375 | 811 |  37 | 253k|  12k| 0.000000e+00 |      --      |    Inf 
1494.04/1494.35	c  1494s|310000 | 38585 | 15603k|  50.3 |  61M|  50 |   - | 375 |  13k| 375 | 811 |  37 | 263k|  12k| 0.000000e+00 |      --      |    Inf 
1534.03/1534.35	c  1534s|320000 | 38869 | 16034k|  50.1 |  63M|  50 |  86 | 375 |  15k| 375 | 811 |  37 | 271k|  12k| 0.000000e+00 |      --      |    Inf 
1589.53/1589.88	c  1590s|330000 | 39276 | 16631k|  50.4 |  64M|  50 |   - | 375 |  16k| 375 | 811 |  37 | 278k|  12k| 0.000000e+00 |      --      |    Inf 
1629.32/1629.62	c  1630s|340000 | 39311 | 17067k|  50.2 |  64M|  50 |  50 | 375 |  14k| 375 | 811 |  37 | 287k|  13k| 0.000000e+00 |      --      |    Inf 
1672.90/1673.27	c  1673s|350000 | 40161 | 17538k|  50.1 |  65M|  50 |  93 | 375 |  16k| 375 | 811 |  37 | 296k|  13k| 0.000000e+00 |      --      |    Inf 
1717.00/1717.34	c  1717s|360000 | 40254 | 18006k|  50.0 |  64M|  50 | 122 | 375 |  12k| 375 | 811 |  37 | 304k|  13k| 0.000000e+00 |      --      |    Inf 
1761.60/1761.94	c  1762s|370000 | 40528 | 18488k|  50.0 |  65M|  50 |   - | 375 |  12k|   0 |   0 |  37 | 312k|  13k| 0.000000e+00 |      --      |    Inf 
1789.69/1790.00	c 
1789.69/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.00	c Solving Time (sec) : 1789.99
1789.69/1790.00	c Solving Nodes      : 378802
1789.69/1790.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.69/1790.00	c Dual Bound         : +0.00000000000000e+00
1789.69/1790.00	c Gap                : infinite
1789.69/1790.00	s UNKNOWN
1789.69/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.00	c Solving Time       :    1789.99
1789.69/1790.00	c Original Problem   :
1789.69/1790.00	c   Problem name     : HOME/instance-3741201-1338751102.opb
1789.69/1790.00	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.00	c   Constraints      : 830 initial, 830 maximal
1789.69/1790.00	c Presolved Problem  :
1789.69/1790.00	c   Problem name     : t_HOME/instance-3741201-1338751102.opb
1789.69/1790.00	c   Variables        : 375 (375 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.00	c   Constraints      : 785 initial, 16508 maximal
1789.69/1790.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.00	c   dualfix          :       0.00        225          0          0          0          0          0          0          0
1789.69/1790.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.00	c   linear           :       0.01          0          0          0          0          0         45          0          0
1789.69/1790.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.00	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.00	c   integral         :          0          0          0     217600          0        359       2009          0          0     432652
1789.69/1790.00	c   setppc           :         95          5    1516399          0          1       3041    3457071          0          0          0
1789.69/1790.00	c   linear           :         15          5    1513358          0          1       8184     385601          0          0          0
1789.69/1790.00	c   logicor          :        675+         5    1017923          0          1      17211    1757590          0          0          0
1789.69/1790.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.69/1790.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.00	c   integral         :     118.95       0.00       0.00     118.95       0.00
1789.69/1790.00	c   setppc           :       4.34       0.00       4.34       0.00       0.00
1789.69/1790.00	c   linear           :       4.02       0.00       4.02       0.00       0.00
1789.69/1790.00	c   logicor          :      25.90       0.00      25.90       0.00       0.00
1789.69/1790.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.00	c   vbounds          :       0.17          1          0          0
1789.69/1790.00	c   rootredcost      :       0.16          0          0          0
1789.69/1790.00	c   pseudoobj        :       0.13          0          0          0
1789.69/1790.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.00	c   propagation      :       2.16      28436      27764     393437       43.1       2373       19.6          -
1789.69/1790.00	c   infeasible LP    :      18.67     144051     136134    2409798       49.1       3273       17.4          0
1789.69/1790.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.00	c   applied globally :          -          -          -     318033       27.2          -          -          -
1789.69/1790.00	c   applied locally  :          -          -          -       2900       45.6          -          -          -
1789.69/1790.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.00	c   cut pool         :       0.00          4          -          -        180          -    (maximal pool size: 1145)
1789.69/1790.00	c   redcost          :       1.17     216814          0          0          0          0
1789.69/1790.00	c   impliedbounds    :       0.00          5          0          0          0          0
1789.69/1790.00	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.00	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.00	c   gomory           :       0.15          5          0          0       1517          0
1789.69/1790.00	c   strongcg         :       0.14          5          0          0       2226          0
1789.69/1790.00	c   cmir             :       0.00          0          0          0          0          0
1789.69/1790.00	c   flowcover        :       0.00          0          0          0          0          0
1789.69/1790.00	c   clique           :       0.00          5          0          0          0          0
1789.69/1790.00	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.00	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.00	c   rapidlearning    :       0.02          1          0          0          0          0
1789.69/1790.00	c Pricers            :       Time      Calls       Vars
1789.69/1790.00	c   problem variables:       0.00          0          0
1789.69/1790.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.00	c   relpscost        :     118.84     217600        359       2009          0          0     432652
1789.69/1790.00	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.00	c   inference        :       0.00          1          0          0          0          0          2
1789.69/1790.00	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.00	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.00	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.00	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.00	c   LP solutions     :       0.00          -          0
1789.69/1790.00	c   pseudo solutions :       0.00          -          0
1789.69/1790.00	c   trivial          :       0.00          1          0
1789.69/1790.00	c   simplerounding   :       0.00          0          0
1789.69/1790.00	c   zirounding       :       0.00          0          0
1789.69/1790.00	c   rounding         :       0.00          0          0
1789.69/1790.00	c   shifting         :       0.00          0          0
1789.69/1790.00	c   intshifting      :       0.00          0          0
1789.69/1790.00	c   oneopt           :       0.00          0          0
1789.69/1790.00	c   twoopt           :       0.00          0          0
1789.69/1790.00	c   fixandinfer      :       0.00          0          0
1789.69/1790.00	c   feaspump         :       0.00          0          0
1789.69/1790.00	c   coefdiving       :       0.00          0          0
1789.69/1790.00	c   pscostdiving     :       0.00          0          0
1789.69/1790.00	c   fracdiving       :       0.00          0          0
1789.69/1790.00	c   veclendiving     :       0.00          0          0
1789.69/1790.00	c   intdiving        :       0.00          0          0
1789.69/1790.00	c   actconsdiving    :       0.00          0          0
1789.69/1790.00	c   objpscostdiving  :       0.00          0          0
1789.69/1790.00	c   rootsoldiving    :       0.00          0          0
1789.69/1790.00	c   linesearchdiving :       0.00          0          0
1789.69/1790.00	c   guideddiving     :       0.00          0          0
1789.69/1790.00	c   octane           :       0.00          0          0
1789.69/1790.00	c   rens             :       0.00          0          0
1789.69/1790.00	c   rins             :       0.00          0          0
1789.69/1790.00	c   localbranching   :       0.00          0          0
1789.69/1790.00	c   mutation         :       0.00          0          0
1789.69/1790.00	c   crossover        :       0.00          0          0
1789.69/1790.00	c   dins             :       0.00          0          0
1789.69/1790.00	c   undercover       :       0.00          0          0
1789.69/1790.00	c   nlp              :       0.00          0          0
1789.69/1790.00	c   trysol           :       0.00          0          0
1789.69/1790.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.00	c   primal LP        :       0.00          0          0       0.00          -
1789.69/1790.00	c   dual LP          :    1551.80     360162   18814593      52.24   12124.36
1789.69/1790.00	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.00	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.00	c   diving/probing LP:       0.00          0          0       0.00          -
1789.69/1790.00	c   strong branching :     113.53      13839    1273110      91.99   11214.27
1789.69/1790.00	c     (at root node) :          -         33       7990     242.12          -
1789.69/1790.00	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.00	c B&B Tree           :
1789.69/1790.00	c   number of runs   :          1
1789.69/1790.00	c   nodes            :     378802
1789.69/1790.00	c   nodes (total)    :     378802
1789.69/1790.00	c   nodes left       :      40667
1789.69/1790.00	c   max depth        :         50
1789.69/1790.00	c   max depth (total):         50
1789.69/1790.00	c   backtracks       :      88050 (23.2%)
1789.69/1790.00	c   delayed cutoffs  :      13186
1789.69/1790.00	c   repropagations   :     289117 (1821355 domain reductions, 10371 cutoffs)
1789.69/1790.00	c   avg switch length:       5.72
1789.69/1790.00	c   switching time   :      25.83
1789.69/1790.00	c Solution           :
1789.69/1790.00	c   Solutions found  :          0 (0 improvements)
1789.69/1790.00	c   Primal Bound     :          -
1789.69/1790.00	c   Dual Bound       : +0.00000000000000e+00
1789.69/1790.00	c   Gap              :   infinite
1789.69/1790.00	c   Root Dual Bound  : +0.00000000000000e+00
1789.69/1790.00	c   Root Iterations  :        656
1789.79/1790.13	c Time complete: 1789.83.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3741201-1338751102/watcher-3741201-1338751102 -o /tmp/evaluation-result-3741201-1338751102/solver-3741201-1338751102 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741201-1338751102.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 24000
/proc/meminfo: memFree=25684524/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 1395 0 0 0 0 0 0 0 20 0 1 0 341234312 9158656 1341 33554432000 4194304 8395647 140733441387216 140733407149336 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24000/statm: 2236 1351 374 1026 0 1206 0

[startup+0.013819 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 24000
/proc/meminfo: memFree=25684524/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=11316 CPUtime=0 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 2051 0 0 0 0 0 0 0 20 0 1 0 341234312 11587584 1997 33554432000 4194304 8395647 140733441387216 140733407149336 6347101 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24000/statm: 2829 2001 390 1026 0 1799 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11316

[startup+0.100208 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 24000
/proc/meminfo: memFree=25684524/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=19172 CPUtime=0.09 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 6703 0 0 0 8 1 0 0 20 0 1 0 341234312 19632128 3925 33554432000 4194304 8395647 140733441387216 140733407149336 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24000/statm: 4793 3925 602 1026 0 3763 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19172

[startup+0.300182 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 24000
/proc/meminfo: memFree=25684524/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=23296 CPUtime=0.29 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 7745 0 0 0 28 1 0 0 20 0 1 0 341234312 23855104 4960 33554432000 4194304 8395647 140733441387216 140733441382504 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24000/statm: 5824 4960 602 1026 0 4794 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23296

[startup+0.700173 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 24000
/proc/meminfo: memFree=25684524/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=25120 CPUtime=0.69 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 8202 0 0 0 68 1 0 0 20 0 1 0 341234312 25722880 5417 33554432000 4194304 8395647 140733441387216 140733441382088 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24000/statm: 6280 5417 602 1026 0 5250 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25120

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24001
/proc/meminfo: memFree=25665296/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=25308 CPUtime=1.49 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 8247 0 0 0 147 2 0 0 20 0 1 0 341234312 25915392 5462 33554432000 4194304 8395647 140733441387216 140733441382424 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24000/statm: 6327 5462 603 1026 0 5297 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25308

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 24025
/proc/meminfo: memFree=27040520/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=25460 CPUtime=3.08 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 8282 0 0 0 304 4 0 0 20 0 1 0 341234312 26071040 5497 33554432000 4194304 8395647 140733441387216 140733441382088 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/24000/statm: 6365 5497 603 1026 0 5335 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25460

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26995508/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=25460 CPUtime=6.28 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 8283 0 0 0 621 7 0 0 20 0 1 0 341234312 26071040 5498 33554432000 4194304 8395647 140733441387216 140733441381816 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 6365 5498 603 1026 0 5335 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25460

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26992816/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=25460 CPUtime=12.68 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 8295 0 0 0 1252 16 0 0 20 0 1 0 341234312 26071040 5776 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 6365 5776 608 1026 0 5335 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25460

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26992096/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=26884 CPUtime=25.48 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 8661 0 0 0 2517 31 0 0 20 0 1 0 341234312 27529216 6142 33554432000 4194304 8395647 140733441387216 140733441382520 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 6721 6142 608 1026 0 5691 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26884

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26986472/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=28852 CPUtime=51.07 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 9141 0 0 0 5047 60 0 0 20 0 1 0 341234312 29544448 6620 33554432000 4194304 8395647 140733441387216 140733441382776 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 7213 6620 608 1026 0 6183 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28852

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24042
/proc/meminfo: memFree=26974080/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=32804 CPUtime=102.27 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 10128 0 0 0 10108 119 0 0 20 0 1 0 341234312 33591296 7606 33554432000 4194304 8395647 140733441387216 140733441382680 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 8201 7606 608 1026 0 7171 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 32804

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24042
/proc/meminfo: memFree=26962532/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=36496 CPUtime=162.25 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 11044 0 0 0 16040 185 0 0 20 0 1 0 341234312 37371904 8520 33554432000 4194304 8395647 140733441387216 140733441382776 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 9124 8520 608 1026 0 8094 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 36496

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24042
/proc/meminfo: memFree=26951000/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=42888 CPUtime=222.25 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 12688 0 0 0 21966 259 0 0 20 0 1 0 341234312 43917312 10162 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 10722 10162 608 1026 0 9692 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 42888

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24043
/proc/meminfo: memFree=26943492/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=46008 CPUtime=282.23 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 13438 0 0 0 27895 328 0 0 20 0 1 0 341234312 47112192 10898 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 11502 10898 608 1026 0 10472 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 46008

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24043
/proc/meminfo: memFree=26932952/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=50664 CPUtime=342.22 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 14655 0 0 0 33829 393 0 0 20 0 1 0 341234312 51879936 12113 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 12666 12113 608 1026 0 11636 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 50664

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24043
/proc/meminfo: memFree=26925940/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=55060 CPUtime=402.21 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 15702 0 0 0 39753 468 0 0 20 0 1 0 341234312 56381440 13159 33554432000 4194304 8395647 140733441387216 140733441382680 4216658 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 13765 13159 608 1026 0 12735 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 55060

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24043
/proc/meminfo: memFree=26919304/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=57800 CPUtime=462.2 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 16485 0 0 0 45681 539 0 0 20 0 1 0 341234312 59187200 13940 33554432000 4194304 8395647 140733441387216 140733441382680 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 14450 13940 706 1026 0 13420 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 57800

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24044
/proc/meminfo: memFree=26914844/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=60252 CPUtime=522.19 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 17116 0 0 0 51611 608 0 0 20 0 1 0 341234312 61698048 14571 33554432000 4194304 8395647 140733441387216 140733441382680 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 15063 14571 706 1026 0 14033 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 60252

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24045
/proc/meminfo: memFree=26905912/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=66276 CPUtime=582.18 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 18596 0 0 0 57534 684 0 0 20 0 1 0 341234312 67866624 16052 33554432000 4194304 8395647 140733441387216 140733441382424 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 16569 16052 706 1026 0 15539 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 66276

[startup+642.3 s]

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

/proc/meminfo: memFree=26872576/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=86344 CPUtime=1002.11 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 23590 0 0 0 99024 1187 0 0 20 0 1 0 341234312 88416256 21032 33554432000 4194304 8395647 140733441387216 140733441382824 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 21586 21032 706 1026 0 20556 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 86344

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24049
/proc/meminfo: memFree=26868112/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=88296 CPUtime=1062.1 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 24109 0 0 0 104943 1267 0 0 20 0 1 0 341234312 90415104 21551 33554432000 4194304 8395647 140733441387216 140733441382824 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 22074 21551 706 1026 0 21044 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 88296

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24049
/proc/meminfo: memFree=26864924/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=89992 CPUtime=1122.1 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 24568 0 0 0 110866 1344 0 0 20 0 1 0 341234312 92151808 22031 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 22498 22031 706 1026 0 21468 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 89992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24050
/proc/meminfo: memFree=26863248/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=90676 CPUtime=1182.08 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 24722 0 0 0 116784 1424 0 0 20 0 1 0 341234312 92852224 22185 33554432000 4194304 8395647 140733441387216 140733441382680 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 22669 22185 706 1026 0 21639 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 90676

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24050
/proc/meminfo: memFree=26860892/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=92140 CPUtime=1242.07 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 25064 0 0 0 122709 1498 0 0 20 0 1 0 341234312 94351360 22527 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 23035 22527 706 1026 0 22005 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 92140

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24053
/proc/meminfo: memFree=26857556/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=93016 CPUtime=1302.07 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 25330 0 0 0 128637 1570 0 0 20 0 1 0 341234312 95248384 22793 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 23254 22793 706 1026 0 22224 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 93016

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 24053
/proc/meminfo: memFree=26856928/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=93708 CPUtime=1362.06 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 25470 0 0 0 134559 1647 0 0 20 0 1 0 341234312 95956992 22932 33554432000 4194304 8395647 140733441387216 140733441382776 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 23427 22932 706 1026 0 22397 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 93708

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 24053
/proc/meminfo: memFree=26853080/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=96996 CPUtime=1422.06 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 26211 0 0 0 140485 1721 0 0 20 0 1 0 341234312 99323904 23673 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 24249 23673 706 1026 0 23219 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 96996

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 24053
/proc/meminfo: memFree=26852160/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=96996 CPUtime=1482.04 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 26246 0 0 0 146411 1793 0 0 20 0 1 0 341234312 99323904 23708 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 24249 23708 706 1026 0 23219 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 96996

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24054
/proc/meminfo: memFree=26850108/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=97608 CPUtime=1542.03 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 26395 0 0 0 152335 1868 0 0 20 0 1 0 341234312 99950592 23916 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 24402 23916 706 1026 0 23372 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 97608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24054
/proc/meminfo: memFree=26847636/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=98728 CPUtime=1602.02 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 26660 0 0 0 158260 1942 0 0 20 0 1 0 341234312 101097472 24181 33554432000 4194304 8395647 140733441387216 140733441381768 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 24682 24181 706 1026 0 23652 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 98728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24054
/proc/meminfo: memFree=26844720/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=101196 CPUtime=1662.01 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 27187 0 0 0 164181 2020 0 0 20 0 1 0 341234312 103624704 24707 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 25299 24707 706 1026 0 24269 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 101196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24054
/proc/meminfo: memFree=26843132/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=103412 CPUtime=1722 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 27762 0 0 0 170109 2091 0 0 20 0 1 0 341234312 105893888 25282 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 25853 25282 706 1026 0 24823 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 103412

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 24055
/proc/meminfo: memFree=26839724/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=103732 CPUtime=1781.99 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 27827 0 0 0 176036 2163 0 0 20 0 1 0 341234312 106221568 25421 33554432000 4194304 8395647 140733441387216 140733441382728 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 25933 25421 706 1026 0 24903 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 103732

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 24055
/proc/meminfo: memFree=26839980/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=103732 CPUtime=1785.19 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 27840 0 0 0 176352 2167 0 0 20 0 1 0 341234312 106221568 25434 33554432000 4194304 8395647 140733441387216 140733441382680 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 25933 25434 706 1026 0 24903 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 103732

[startup+1788.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 24056
/proc/meminfo: memFree=26839980/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=103932 CPUtime=1788.39 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 27881 0 0 0 176668 2171 0 0 20 0 1 0 341234312 106426368 25475 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 25983 25475 706 1026 0 24953 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 103932

[startup+1789.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 24056
/proc/meminfo: memFree=26839980/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=103932 CPUtime=1789.19 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 27881 0 0 0 176747 2172 0 0 20 0 1 0 341234312 106426368 25475 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 25983 25475 706 1026 0 24953 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 103932

[startup+1789.9 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 24056
/proc/meminfo: memFree=26840096/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=103932 CPUtime=1789.59 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 27881 0 0 0 176786 2173 0 0 20 0 1 0 341234312 106426368 25475 33554432000 4194304 8395647 140733441387216 140733441382344 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 25983 25475 706 1026 0 24953 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 103932

[startup+1790.1 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 24056
/proc/meminfo: memFree=26840096/32873648 swapFree=7368/7368
[pid=24000] ppid=23998 vsize=103932 CPUtime=1789.79 cores=0,2,4,6
/proc/24000/stat : 24000 (pbscip.linux.x8) R 23998 24000 23880 0 -1 4202496 27884 0 0 0 176806 2173 0 0 20 0 1 0 341234312 106426368 25478 33554432000 4194304 8395647 140733441387216 140733441382904 6345777 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24000/statm: 25983 25478 709 1026 0 24953 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 103932

Child status: 0
Real time (s): 1790.13
CPU time (s): 1789.83
CPU user time (s): 1768.1
CPU system time (s): 21.7307
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 103932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.1
system time used= 21.7307
maximum resident set size= 101912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27885
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= 36
involuntary context switches= 1990

runsolver used 2.73558 second user time and 7.03293 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-03 21:18:22
IDJOB=3741201
IDBENCH=89818
IDSOLVER=2326
FILE ID=node149/3741201-1338751102
RUNJOBID= node149-1338749311-23896
PBS_JOBID= 14636798
Free space on /tmp= 71016 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.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-3741201-1338751102/watcher-3741201-1338751102 -o /tmp/evaluation-result-3741201-1338751102/solver-3741201-1338751102 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741201-1338751102.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=64348393

node149.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25685160 kB
Buffers:          776876 kB
Cached:          4155908 kB
SwapCached:         2468 kB
Active:          3404048 kB
Inactive:        2882736 kB
Active(anon):    1337036 kB
Inactive(anon):     9368 kB
Active(file):    2067012 kB
Inactive(file):  2873368 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:             10104 kB
Writeback:             0 kB
AnonPages:       1466824 kB
Mapped:            16840 kB
Shmem:                96 kB
Slab:             758848 kB
SReclaimable:     202612 kB
SUnreclaim:       556236 kB
KernelStack:        1472 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1521060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71032 MiB
End job on node149 at 2012-06-03 21:48:12