Trace number 2664505

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr.opb
MD5SUMf8c14dd136fe3d96d6bf396134dc65fd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.154975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3150
Total number of constraints160
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint45
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664505-1276324719.opb>
0.00/0.02	c original problem has 3150 variables (3150 bin, 0 int, 0 impl, 0 cont) and 160 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.03	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.03/0.06	c presolving:
0.03/0.07	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 90 upgd conss, 0 impls, 70 clqs
0.03/0.08	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 160 upgd conss, 0 impls, 70 clqs
0.03/0.08	c presolving (3 rounds):
0.03/0.08	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.08	c  0 implications, 70 cliques
0.03/0.08	c presolved problem has 3150 variables (3150 bin, 0 int, 0 impl, 0 cont) and 160 constraints
0.03/0.08	c      70 constraints of type <setppc>
0.03/0.08	c      90 constraints of type <logicor>
0.03/0.08	c transformed objective value is always integral (scale: 1)
0.03/0.08	c Presolving Time: 0.04
0.03/0.08	c - non default parameters ----------------------------------------------------------------------
0.03/0.08	c # SCIP version 1.2.1.2
0.03/0.08	c 
0.03/0.08	c # frequency for displaying node information lines
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.08	c display/freq = 10000
0.03/0.08	c 
0.03/0.08	c # maximal time in seconds to run
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.08	c limits/time = 1799.98
0.03/0.08	c 
0.03/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.08	c limits/memory = 1620
0.03/0.08	c 
0.03/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.08	c limits/solutions = 1
0.03/0.08	c 
0.03/0.08	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.08	c lp/solvefreq = -1
0.03/0.08	c 
0.03/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.03/0.08	c separating/maxrounds = 1
0.03/0.08	c 
0.03/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.08	c separating/maxroundsroot = 5
0.03/0.08	c 
0.03/0.08	c # should presolving try to simplify inequalities
0.03/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.08	c constraints/linear/simplifyinequalities = TRUE
0.03/0.08	c 
0.03/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.03/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.03/0.08	c constraints/knapsack/disaggregation = FALSE
0.03/0.08	c 
0.03/0.08	c # should presolving try to simplify knapsacks
0.03/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.08	c 
0.03/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.08	c presolving/probing/maxrounds = 0
0.03/0.08	c 
0.03/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.08	c heuristics/coefdiving/freq = -1
0.03/0.08	c 
0.03/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.03/0.08	c 
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.03/0.08	c 
0.03/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.03/0.08	c heuristics/crossover/freq = -1
0.03/0.08	c 
0.03/0.08	c # number of nodes added to the contingent of the total nodes
0.03/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.08	c heuristics/crossover/nodesofs = 750
0.03/0.08	c 
0.03/0.08	c # number of nodes without incumbent change that heuristic should wait
0.03/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.03/0.08	c heuristics/crossover/nwaitingnodes = 100
0.03/0.08	c 
0.03/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.03/0.08	c # [type: real, range: [0,1], default: 0.1]
0.03/0.08	c heuristics/crossover/nodesquot = 0.15
0.03/0.08	c 
0.03/0.08	c # minimum percentage of integer variables that have to be fixed 
0.03/0.08	c # [type: real, range: [0,1], default: 0.666]
0.03/0.08	c heuristics/crossover/minfixingrate = 0.5
0.03/0.08	c 
0.03/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.03/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.08	c heuristics/feaspump/freq = -1
0.03/0.08	c 
0.03/0.08	c # additional number of allowed LP iterations
0.03/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.09	c heuristics/fracdiving/freq = -1
0.03/0.09	c 
0.03/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.09	c heuristics/fracdiving/maxlpiterquot = 0.075
0.03/0.09	c 
0.03/0.09	c # additional number of allowed LP iterations
0.03/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.09	c heuristics/fracdiving/maxlpiterofs = 1500
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.09	c heuristics/guideddiving/freq = -1
0.03/0.09	c 
0.03/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.09	c heuristics/guideddiving/maxlpiterquot = 0.075
0.03/0.09	c 
0.03/0.09	c # additional number of allowed LP iterations
0.03/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.09	c heuristics/guideddiving/maxlpiterofs = 1500
0.03/0.09	c 
0.03/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.09	c heuristics/intdiving/maxlpiterquot = 0.075
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.09	c heuristics/intshifting/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.09	c heuristics/linesearchdiving/freq = -1
0.03/0.09	c 
0.03/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.09	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.03/0.09	c 
0.03/0.09	c # additional number of allowed LP iterations
0.03/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.09	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.09	c heuristics/nlp/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.09	c heuristics/objpscostdiving/freq = -1
0.03/0.09	c 
0.03/0.09	c # maximal fraction of diving LP iterations compared to total iteration number
0.03/0.09	c # [type: real, range: [0,1], default: 0.01]
0.03/0.09	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.03/0.09	c 
0.03/0.09	c # additional number of allowed LP iterations
0.03/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.09	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.09	c heuristics/oneopt/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.09	c heuristics/pscostdiving/freq = -1
0.03/0.09	c 
0.03/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.09	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.03/0.09	c 
0.03/0.09	c # additional number of allowed LP iterations
0.03/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.09	c heuristics/pscostdiving/maxlpiterofs = 1500
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.09	c heuristics/rens/freq = -1
0.03/0.09	c 
0.03/0.09	c # minimum percentage of integer variables that have to be fixable 
0.03/0.09	c # [type: real, range: [0,1], default: 0.5]
0.03/0.09	c heuristics/rens/minfixingrate = 0.3
0.03/0.09	c 
0.03/0.09	c # number of nodes added to the contingent of the total nodes
0.03/0.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.09	c heuristics/rens/nodesofs = 2000
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.09	c heuristics/rootsoldiving/freq = -1
0.03/0.09	c 
0.03/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.03/0.09	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.03/0.09	c 
0.03/0.09	c # additional number of allowed LP iterations
0.03/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.09	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.09	c heuristics/rounding/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.09	c heuristics/shifting/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.09	c heuristics/simplerounding/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.09	c heuristics/trivial/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.09	c heuristics/trysol/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.09	c heuristics/veclendiving/freq = -1
0.03/0.09	c 
0.03/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.09	c heuristics/veclendiving/maxlpiterquot = 0.075
0.03/0.09	c 
0.03/0.09	c # additional number of allowed LP iterations
0.03/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.09	c heuristics/veclendiving/maxlpiterofs = 1500
0.03/0.09	c 
0.03/0.09	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.09	c heuristics/zirounding/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.09	c separating/cmir/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.09	c separating/flowcover/freq = -1
0.03/0.09	c 
0.03/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.09	c separating/rapidlearning/freq = 0
0.03/0.09	c 
0.03/0.09	c -----------------------------------------------------------------------------------------------
0.03/0.09	c start solving
0.03/0.09	c 
0.03/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.09	c   0.1s|     1 |     2 |     0 |     - |5518k|   0 |   - |3150 | 160 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.59/10.63	c  10.5s| 10000 |  9957 |     0 |   0.0 |9624k|1765 |   - |3150 | 311 |   0 |   0 |   0 | 220 |   0 | 0.000000e+00 |      --      |    Inf 
23.68/23.73	c  23.4s| 20000 | 19913 |     0 |   0.0 |  12M|1765 |   - |3150 | 377 |   0 |   0 |   0 | 453 |   0 | 0.000000e+00 |      --      |    Inf 
36.67/36.74	c  36.3s| 30000 | 29867 |     0 |   0.0 |  15M|1765 |   - |3150 | 219 |   0 |   0 |   0 | 574 |   0 | 0.000000e+00 |      --      |    Inf 
49.56/49.67	c  49.1s| 40000 | 39827 |     0 |   0.0 |  18M|1765 |   - |3150 | 220 |   0 |   0 |   0 | 652 |   0 | 0.000000e+00 |      --      |    Inf 
62.35/62.47	c  61.7s| 50000 | 49786 |     0 |   0.0 |  21M|1765 |   - |3150 | 221 |   0 |   0 |   0 | 778 |   0 | 0.000000e+00 |      --      |    Inf 
75.15/75.23	c  74.3s| 60000 | 59727 |     0 |   0.0 |  24M|1765 |   - |3150 | 246 |   0 |   0 |   0 | 977 |   0 | 0.000000e+00 |      --      |    Inf 
88.04/88.10	c  87.1s| 70000 | 69667 |     0 |   0.0 |  27M|1765 |   - |3150 | 234 |   0 |   0 |   0 |1104 |   0 | 0.000000e+00 |      --      |    Inf 
100.74/100.81	c  99.6s| 80000 | 79621 |     0 |   0.0 |  30M|1765 |   - |3150 | 285 |   0 |   0 |   0 |1306 |   0 | 0.000000e+00 |      --      |    Inf 
113.34/113.40	c   112s| 90000 | 89577 |     0 |   0.0 |  33M|1765 |   - |3150 | 261 |   0 |   0 |   0 |1474 |   0 | 0.000000e+00 |      --      |    Inf 
125.74/125.84	c   124s|100000 | 99538 |     0 |   0.0 |  35M|1765 |   - |3150 | 217 |   0 |   0 |   0 |1632 |   0 | 0.000000e+00 |      --      |    Inf 
138.03/138.14	c   137s|110000 |109480 |     0 |   0.0 |  39M|1765 |   - |3150 | 276 |   0 |   0 |   0 |1836 |   0 | 0.000000e+00 |      --      |    Inf 
150.12/150.21	c   148s|120000 |119426 |     0 |   0.0 |  41M|1765 |   - |3150 | 262 |   0 |   0 |   0 |2051 |   0 | 0.000000e+00 |      --      |    Inf 
162.02/162.19	c   160s|130000 |129380 |     0 |   0.0 |  45M|1765 |   - |3150 | 335 |   0 |   0 |   0 |2320 |   0 | 0.000000e+00 |      --      |    Inf 
173.92/174.04	c   172s|140000 |139326 |     0 |   0.0 |  47M|1765 |   - |3150 | 305 |   0 |   0 |   0 |2545 |   0 | 0.000000e+00 |      --      |    Inf 
185.72/185.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.72/185.89	c   184s|150000 |149263 |     0 |   0.0 |  50M|1765 |   - |3150 | 293 |   0 |   0 |   0 |2864 |   0 | 0.000000e+00 |      --      |    Inf 
197.21/197.33	c   195s|160000 |159205 |     0 |   0.0 |  53M|1765 |   - |3150 | 368 |   0 |   0 |   0 |3144 |   0 | 0.000000e+00 |      --      |    Inf 
208.60/208.78	c   206s|170000 |169159 |     0 |   0.0 |  56M|1765 |   - |3150 | 344 |   0 |   0 |   0 |3409 |   0 | 0.000000e+00 |      --      |    Inf 
220.00/220.11	c   218s|180000 |179101 |     0 |   0.0 |  59M|1765 |   - |3150 | 438 |   0 |   0 |   0 |3705 |   0 | 0.000000e+00 |      --      |    Inf 
231.09/231.29	c   229s|190000 |189026 |     0 |   0.0 |  63M|1765 |   - |3150 | 451 |   0 |   0 |   0 |4096 |   0 | 0.000000e+00 |      --      |    Inf 
242.09/242.29	c   239s|200000 |198976 |     0 |   0.0 |  66M|1765 |   - |3150 | 445 |   0 |   0 |   0 |4404 |   0 | 0.000000e+00 |      --      |    Inf 
252.99/253.17	c   250s|210000 |208904 |     0 |   0.0 |  69M|1765 |   - |3150 | 522 |   0 |   0 |   0 |4814 |   0 | 0.000000e+00 |      --      |    Inf 
263.88/264.03	c   261s|220000 |218836 |     0 |   0.0 |  72M|1765 |   - |3150 | 579 |   0 |   0 |   0 |5148 |   0 | 0.000000e+00 |      --      |    Inf 
274.57/274.75	c   271s|230000 |228777 |     0 |   0.0 |  75M|1765 |   - |3150 | 608 |   0 |   0 |   0 |5475 |   0 | 0.000000e+00 |      --      |    Inf 
285.17/285.31	c   282s|240000 |238715 |     0 |   0.0 |  78M|1765 |   - |3150 | 696 |   0 |   0 |   0 |5811 |   0 | 0.000000e+00 |      --      |    Inf 
295.57/295.76	c   292s|250000 |248646 |     0 |   0.0 |  81M|1765 |   - |3150 | 805 |   0 |   0 |   0 |6201 |   0 | 0.000000e+00 |      --      |    Inf 
305.87/306.04	c   302s|260000 |258581 |     0 |   0.0 |  85M|1765 |   - |3150 | 797 |   0 |   0 |   0 |6565 |   0 | 0.000000e+00 |      --      |    Inf 
315.96/316.14	c   312s|270000 |268506 |     0 |   0.0 |  88M|1765 |   - |3150 | 855 |   0 |   0 |   0 |6984 |   0 | 0.000000e+00 |      --      |    Inf 
326.06/326.20	c   322s|280000 |278431 |     0 |   0.0 |  91M|1765 |   - |3150 | 966 |   0 |   0 |   0 |7367 |   0 | 0.000000e+00 |      --      |    Inf 
335.75/335.98	c   332s|290000 |288363 |     0 |   0.0 |  95M|1765 |   - |3150 |1060 |   0 |   0 |   0 |7807 |   0 | 0.000000e+00 |      --      |    Inf 
345.44/345.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.44/345.69	c   341s|300000 |298275 |     0 |   0.0 |  98M|1765 |   - |3150 |1169 |   0 |   0 |   0 |8334 |   0 | 0.000000e+00 |      --      |    Inf 
355.15/355.35	c   351s|310000 |308172 |     0 |   0.0 | 101M|1765 |   - |3150 |1227 |   0 |   0 |   0 |8904 |   0 | 0.000000e+00 |      --      |    Inf 
364.64/364.81	c   360s|320000 |318072 |     0 |   0.0 | 105M|1765 |   - |3150 |1283 |   0 |   0 |   0 |9506 |   0 | 0.000000e+00 |      --      |    Inf 
373.84/374.05	c   369s|330000 |327976 |     0 |   0.0 | 108M|1765 |   - |3150 |1271 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
382.73/382.98	c   378s|340000 |337875 |     0 |   0.0 | 111M|1765 |   - |3150 |1301 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
391.63/391.85	c   387s|350000 |347757 |     0 |   0.0 | 115M|1765 |   - |3150 |1509 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
400.13/400.32	c   395s|360000 |357660 |     0 |   0.0 | 118M|1765 |   - |3150 |1504 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
408.33/408.56	c   403s|370000 |367551 |     0 |   0.0 | 122M|1765 |   - |3150 |1574 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
416.32/416.53	c   411s|380000 |377436 |     0 |   0.0 | 125M|1765 |   - |3150 |1628 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
426.02/426.24	c   421s|390000 |386661 |     0 |   0.0 | 127M|1765 |   - |3150 |1072 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
439.72/439.93	c   434s|400000 |396602 |     0 |   0.0 | 128M|1765 |   - |3150 | 304 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
452.80/453.07	c   447s|410000 |406539 |     0 |   0.0 | 131M|1765 |   - |3150 | 374 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
465.40/465.69	c   460s|420000 |416477 |     0 |   0.0 | 135M|1765 |   - |3150 | 498 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
478.21/478.48	c   473s|430000 |426421 |     0 |   0.0 | 138M|1765 |   - |3150 | 439 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
491.19/491.48	c   485s|440000 |436369 |     0 |   0.0 | 141M|1765 |   - |3150 | 377 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
504.39/504.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.39/504.66	c   498s|450000 |446301 |     0 |   0.0 | 144M|1765 |   - |3150 | 356 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
517.69/517.95	c   512s|460000 |456253 |     0 |   0.0 | 146M|1765 |   - |3150 | 321 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
530.88/531.16	c   525s|470000 |466204 |     0 |   0.0 | 149M|1765 |   - |3150 | 354 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
544.08/544.35	c   538s|480000 |476153 |     0 |   0.0 | 152M|1765 |   - |3150 | 327 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
557.27/557.53	c   551s|490000 |486112 |     0 |   0.0 | 155M|1765 |   - |3150 | 290 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
570.37/570.67	c   564s|500000 |496068 |     0 |   0.0 | 158M|1765 |   - |3150 | 310 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
583.55/583.84	c   577s|510000 |506014 |     0 |   0.0 | 161M|1765 |   - |3150 | 379 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
596.85/597.13	c   590s|520000 |515968 |     0 |   0.0 | 164M|1765 |   - |3150 | 292 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
610.04/610.32	c   603s|530000 |525923 |     0 |   0.0 | 167M|1765 |   - |3150 | 343 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
623.15/623.42	c   616s|540000 |535877 |     0 |   0.0 | 170M|1765 |   - |3150 | 339 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
636.24/636.57	c   629s|550000 |545831 |     0 |   0.0 | 173M|1765 |   - |3150 | 330 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
649.43/649.77	c   642s|560000 |555782 |     0 |   0.0 | 176M|1765 |   - |3150 | 351 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
662.63/662.94	c   655s|570000 |565739 |     0 |   0.0 | 179M|1765 |   - |3150 | 322 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
675.82/676.12	c   668s|580000 |575688 |     0 |   0.0 | 182M|1765 |   - |3150 | 298 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
688.92/689.26	c   681s|590000 |585639 |     0 |   0.0 | 185M|1765 |   - |3150 | 350 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
702.11/702.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.11/702.43	c   694s|600000 |595592 |     0 |   0.0 | 188M|1765 |   - |3150 | 332 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
715.20/715.57	c   707s|610000 |605543 |     0 |   0.0 | 191M|1765 |   - |3150 | 325 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
728.50/728.81	c   720s|620000 |615482 |     0 |   0.0 | 193M|1765 |   - |3150 | 308 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
741.70/742.07	c   733s|630000 |625430 |     0 |   0.0 | 196M|1765 |   - |3150 | 315 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
755.00/755.31	c   746s|640000 |635374 |     0 |   0.0 | 199M|1765 |   - |3150 | 344 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
768.29/768.60	c   760s|650000 |645326 |     0 |   0.0 | 202M|1765 |   - |3150 | 275 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
781.38/781.71	c   773s|660000 |655283 |     0 |   0.0 | 205M|1765 |   - |3150 | 322 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
794.48/794.89	c   786s|670000 |665241 |     0 |   0.0 | 208M|1765 |   - |3150 | 318 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
807.67/808.00	c   799s|680000 |675187 |     0 |   0.0 | 211M|1765 |   - |3150 | 365 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
820.86/821.27	c   812s|690000 |685143 |     0 |   0.0 | 214M|1765 |   - |3150 | 308 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
834.06/834.45	c   825s|700000 |695098 |     0 |   0.0 | 217M|1765 |   - |3150 | 293 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
847.26/847.68	c   838s|710000 |705048 |     0 |   0.0 | 220M|1765 |   - |3150 | 318 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
860.35/860.78	c   851s|720000 |715000 |     0 |   0.0 | 223M|1765 |   - |3150 | 334 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
873.65/874.08	c   864s|730000 |724938 |     0 |   0.0 | 226M|1765 |   - |3150 | 361 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
886.74/887.17	c   877s|740000 |734897 |     0 |   0.0 | 228M|1765 |   - |3150 | 322 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
899.93/900.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
899.93/900.32	c   890s|750000 |744846 |     0 |   0.0 | 231M|1765 |   - |3150 | 314 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
913.13/913.50	c   903s|760000 |754788 |     0 |   0.0 | 234M|1765 |   - |3150 | 376 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
926.23/926.69	c   916s|770000 |764725 |     0 |   0.0 | 237M|1765 |   - |3150 | 320 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
939.43/939.80	c   929s|780000 |774686 |     0 |   0.0 | 240M|1765 |   - |3150 | 308 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
952.52/952.93	c   942s|790000 |784638 |     0 |   0.0 | 243M|1765 |   - |3150 | 306 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
965.62/966.06	c   955s|800000 |794582 |     0 |   0.0 | 246M|1765 |   - |3150 | 350 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
978.80/979.20	c   968s|810000 |804539 |     0 |   0.0 | 249M|1765 |   - |3150 | 316 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
991.90/992.33	c   981s|820000 |814489 |     0 |   0.0 | 252M|1765 |   - |3150 | 267 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1004.90/1005.34	c   994s|830000 |824438 |     0 |   0.0 | 255M|1765 |   - |3150 | 315 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1017.99/1018.41	c  1007s|840000 |834394 |     0 |   0.0 | 257M|1765 |   - |3150 | 290 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1030.88/1031.38	c  1020s|850000 |844347 |     0 |   0.0 | 260M|1765 |   - |3150 | 282 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1043.98/1044.47	c  1032s|860000 |854295 |     0 |   0.0 | 263M|1765 |   - |3150 | 314 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1057.08/1057.53	c  1045s|870000 |864243 |     0 |   0.0 | 266M|1765 |   - |3150 | 326 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1070.07/1070.51	c  1058s|880000 |874197 |     0 |   0.0 | 269M|1765 |   - |3150 | 303 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1083.07/1083.59	c  1071s|890000 |884146 |     0 |   0.0 | 272M|1765 |   - |3150 | 319 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1096.16/1096.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.27/1096.70	c  1084s|900000 |894099 |     0 |   0.0 | 275M|1765 |   - |3150 | 344 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1109.15/1109.62	c  1097s|910000 |904052 |     0 |   0.0 | 278M|1765 |   - |3150 | 364 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1122.15/1122.64	c  1110s|920000 |913996 |     0 |   0.0 | 281M|1765 |   - |3150 | 341 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1135.15/1135.69	c  1123s|930000 |923943 |     0 |   0.0 | 284M|1765 |   - |3150 | 351 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1148.24/1148.72	c  1136s|940000 |933894 |     0 |   0.0 | 287M|1765 |   - |3150 | 383 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1161.34/1161.87	c  1149s|950000 |943849 |     0 |   0.0 | 290M|1765 |   - |3150 | 301 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1174.34/1174.84	c  1162s|960000 |953794 |     0 |   0.0 | 293M|1765 |   - |3150 | 346 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1187.44/1187.92	c  1174s|970000 |963751 |     0 |   0.0 | 296M|1765 |   - |3150 | 350 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1200.52/1201.01	c  1187s|980000 |973698 |     0 |   0.0 | 298M|1765 |   - |3150 | 282 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1213.62/1214.10	c  1200s|990000 |983641 |     0 |   0.0 | 302M|1765 |   - |3150 | 391 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1226.51/1227.07	c  1213s|  1000k|993596 |     0 |   0.0 | 305M|1765 |   - |3150 | 374 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1239.50/1240.08	c  1226s|  1010k|  1003k|     0 |   0.0 | 307M|1765 |   - |3150 | 303 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1252.50/1253.06	c  1239s|  1020k|  1013k|     0 |   0.0 | 310M|1765 |   - |3150 | 379 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1265.40/1265.90	c  1252s|  1030k|  1023k|     0 |   0.0 | 313M|1765 |   - |3150 | 376 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1278.29/1278.84	c  1264s|  1040k|  1033k|     0 |   0.0 | 316M|1765 |   - |3150 | 341 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1291.28/1291.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1291.28/1291.89	c  1277s|  1050k|  1043k|     0 |   0.0 | 319M|1765 |   - |3150 | 399 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1304.18/1304.79	c  1290s|  1060k|  1053k|     0 |   0.0 | 322M|1765 |   - |3150 | 372 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1317.28/1317.84	c  1303s|  1070k|  1063k|     0 |   0.0 | 325M|1765 |   - |3150 | 303 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1330.37/1330.99	c  1316s|  1080k|  1073k|     0 |   0.0 | 328M|1765 |   - |3150 | 324 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1343.45/1344.05	c  1329s|  1090k|  1083k|     0 |   0.0 | 331M|1765 |   - |3150 | 321 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
1356.35/1356.91	c  1342s|  1100k|  1093k|     0 |   0.0 | 334M|1765 |   - |3150 | 352 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
1369.44/1370.06	c  1355s|  1110k|  1103k|     0 |   0.0 | 337M|1765 |   - |3150 | 369 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
1382.64/1383.27	c  1368s|  1120k|  1112k|     0 |   0.0 | 340M|1765 |   - |3150 | 336 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
1395.73/1396.38	c  1381s|  1130k|  1122k|     0 |   0.0 | 343M|1765 |   - |3150 | 293 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
1408.62/1409.29	c  1393s|  1140k|  1132k|     0 |   0.0 | 346M|1765 |   - |3150 | 319 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
1421.82/1422.42	c  1406s|  1150k|  1142k|     0 |   0.0 | 349M|1765 |   - |3150 | 340 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
1434.93/1435.51	c  1419s|  1160k|  1152k|     0 |   0.0 | 352M|1765 |   - |3150 | 374 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
1447.81/1448.44	c  1432s|  1170k|  1162k|     0 |   0.0 | 355M|1765 |   - |3150 | 350 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
1460.91/1461.58	c  1445s|  1180k|  1172k|     0 |   0.0 | 357M|1765 |   - |3150 | 314 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
1474.11/1474.71	c  1458s|  1190k|  1182k|     0 |   0.0 | 360M|1765 |   - |3150 | 296 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1487.20/1487.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1487.20/1487.82	c  1471s|  1200k|  1192k|     0 |   0.0 | 363M|1765 |   - |3150 | 373 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1499.99/1500.63	c  1484s|  1210k|  1202k|     0 |   0.0 | 366M|1765 |   - |3150 | 346 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1512.99/1513.66	c  1497s|  1220k|  1212k|     0 |   0.0 | 369M|1765 |   - |3150 | 309 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1525.99/1526.69	c  1510s|  1230k|  1222k|     0 |   0.0 | 372M|1765 |   - |3150 | 352 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1538.98/1539.62	c  1522s|  1240k|  1232k|     0 |   0.0 | 375M|1765 |   - |3150 | 382 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1551.68/1552.38	c  1535s|  1250k|  1242k|     0 |   0.0 | 378M|1765 |   - |3150 | 358 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1564.77/1565.44	c  1548s|  1260k|  1252k|     0 |   0.0 | 381M|1765 |   - |3150 | 372 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1577.77/1578.40	c  1561s|  1270k|  1262k|     0 |   0.0 | 384M|1765 |   - |3150 | 342 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1590.66/1591.36	c  1574s|  1280k|  1272k|     0 |   0.0 | 387M|1765 |   - |3150 | 313 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1603.56/1604.26	c  1586s|  1290k|  1282k|     0 |   0.0 | 390M|1765 |   - |3150 | 327 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1616.64/1617.35	c  1599s|  1300k|  1292k|     0 |   0.0 | 393M|1765 |   - |3150 | 302 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1629.64/1630.37	c  1612s|  1310k|  1302k|     0 |   0.0 | 396M|1765 |   - |3150 | 378 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1642.64/1643.39	c  1625s|  1320k|  1311k|     0 |   0.0 | 398M|1765 |   - |3150 | 338 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1655.53/1656.25	c  1638s|  1330k|  1321k|     0 |   0.0 | 401M|1765 |   - |3150 | 321 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1668.63/1669.33	c  1651s|  1340k|  1331k|     0 |   0.0 | 404M|1765 |   - |3150 | 308 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1681.62/1682.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1681.62/1682.34	c  1664s|  1350k|  1341k|     0 |   0.0 | 407M|1765 |   - |3150 | 347 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1694.61/1695.38	c  1676s|  1360k|  1351k|     0 |   0.0 | 410M|1765 |   - |3150 | 333 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1707.52/1708.22	c  1689s|  1370k|  1361k|     0 |   0.0 | 413M|1765 |   - |3150 | 338 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1720.30/1721.09	c  1702s|  1380k|  1371k|     0 |   0.0 | 416M|1765 |   - |3150 | 331 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1733.40/1734.12	c  1715s|  1390k|  1381k|     0 |   0.0 | 419M|1765 |   - |3150 | 351 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1746.29/1747.07	c  1728s|  1400k|  1391k|     0 |   0.0 | 422M|1765 |   - |3150 | 296 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1759.19/1759.91	c  1740s|  1410k|  1401k|     0 |   0.0 | 425M|1765 |   - |3150 | 299 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1771.88/1772.68	c  1753s|  1420k|  1411k|     0 |   0.0 | 427M|1765 |   - |3150 | 332 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1784.98/1785.75	c  1766s|  1430k|  1421k|     0 |   0.0 | 430M|1765 |   - |3150 | 322 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1797.87/1798.68	c  1779s|  1440k|  1431k|     0 |   0.0 | 433M|1765 |   - |3150 | 317 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.80	c 
1800.08/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.80	c Solving Time (sec) : 1780.74
1800.08/1800.80	c Solving Nodes      : 1441623
1800.08/1800.80	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.80	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.80	c Gap                : infinite
1800.08/1800.80	s UNKNOWN
1800.08/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.80	c Solving Time       :    1780.74
1800.08/1800.80	c Original Problem   :
1800.08/1800.80	c   Problem name     : HOME/instance-2664505-1276324719.opb
1800.08/1800.80	c   Variables        : 3150 (3150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.80	c   Constraints      : 160 initial, 160 maximal
1800.08/1800.80	c Presolved Problem  :
1800.08/1800.80	c   Problem name     : t_HOME/instance-2664505-1276324719.opb
1800.08/1800.80	c   Variables        : 3150 (3150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.80	c   Constraints      : 160 initial, 1657 maximal
1800.08/1800.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.81	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.81	c   setppc           :         70          0    1554968          0    1438648       4365    1262773          0          0          0
1800.08/1800.81	c   logicor          :         90+         0     279435          0    1438648        648     101253          0          0          0
1800.08/1800.81	c   countsols        :          0          0          0          0    1438648          0          0          0          0          0
1800.08/1800.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.81	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.81	c   setppc           :     303.89       0.00      19.34       0.00     284.55
1800.08/1800.81	c   logicor          :     141.72       0.00       4.28       0.00     137.44
1800.08/1800.81	c   countsols        :       0.88       0.00       0.00       0.00       0.88
1800.08/1800.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.81	c   vbounds          :       1.08          1          0          0
1800.08/1800.81	c   rootredcost      :       1.47          0          0          0
1800.08/1800.81	c   pseudoobj        :       0.77          0          0          0
1800.08/1800.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.81	c   propagation      :      14.38       5013       5013     107338      234.8         13       86.8          -
1800.08/1800.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.81	c   applied globally :          -          -          -      42710      179.3          -          -          -
1800.08/1800.81	c   applied locally  :          -          -          -         33      355.7          -          -          -
1800.08/1800.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.81	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.81	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.81	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.81	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.81	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.81	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.81	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.81	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.81	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.81	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.81	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.81	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.81	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.81	c Pricers            :       Time      Calls       Vars
1800.08/1800.81	c   problem variables:       0.00          0          0
1800.08/1800.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.81	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   inference        :    1259.40    1438648          0          0          0          0    2877296
1800.08/1800.81	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.81	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.81	c   LP solutions     :       0.00          -          0
1800.08/1800.81	c   pseudo solutions :       0.00          -          0
1800.08/1800.81	c   trivial          :       0.01          1          0
1800.08/1800.81	c   simplerounding   :       0.00          0          0
1800.08/1800.81	c   zirounding       :       0.00          0          0
1800.08/1800.81	c   rounding         :       0.00          0          0
1800.08/1800.81	c   shifting         :       0.00          0          0
1800.08/1800.81	c   intshifting      :       0.00          0          0
1800.08/1800.81	c   oneopt           :       0.00          0          0
1800.08/1800.81	c   twoopt           :       0.00          0          0
1800.08/1800.81	c   fixandinfer      :       0.00          0          0
1800.08/1800.81	c   feaspump         :       0.00          0          0
1800.08/1800.81	c   coefdiving       :       0.00          0          0
1800.08/1800.81	c   pscostdiving     :       0.00          0          0
1800.08/1800.81	c   fracdiving       :       0.00          0          0
1800.08/1800.81	c   veclendiving     :       0.00          0          0
1800.08/1800.81	c   intdiving        :       0.00          0          0
1800.08/1800.81	c   actconsdiving    :       0.00          0          0
1800.08/1800.81	c   objpscostdiving  :       0.00          0          0
1800.08/1800.81	c   rootsoldiving    :       0.00          0          0
1800.08/1800.81	c   linesearchdiving :       0.00          0          0
1800.08/1800.81	c   guideddiving     :       0.00          0          0
1800.08/1800.81	c   octane           :       0.00          0          0
1800.08/1800.81	c   rens             :       0.00          0          0
1800.08/1800.81	c   rins             :       0.00          0          0
1800.08/1800.81	c   localbranching   :       0.00          0          0
1800.08/1800.81	c   mutation         :       0.00          0          0
1800.08/1800.81	c   crossover        :       0.00          0          0
1800.08/1800.81	c   dins             :       0.00          0          0
1800.08/1800.81	c   undercover       :       0.00          0          0
1800.08/1800.81	c   nlp              :       0.00          0          0
1800.08/1800.81	c   trysol           :       0.00          0          0
1800.08/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.81	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.81	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.81	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.81	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.81	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.81	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.81	c B&B Tree           :
1800.08/1800.81	c   number of runs   :          1
1800.08/1800.81	c   nodes            :    1441623
1800.08/1800.81	c   nodes (total)    :    1441623
1800.08/1800.81	c   nodes left       :    1432916
1800.08/1800.81	c   max depth        :       1765
1800.08/1800.81	c   max depth (total):       1765
1800.08/1800.81	c   backtracks       :       2068 (0.1%)
1800.08/1800.81	c   delayed cutoffs  :       2758
1800.08/1800.81	c   repropagations   :       6978 (99849 domain reductions, 2038 cutoffs)
1800.08/1800.81	c   avg switch length:       2.25
1800.08/1800.81	c   switching time   :      23.00
1800.08/1800.81	c Solution           :
1800.08/1800.81	c   Solutions found  :          0 (0 improvements)
1800.08/1800.81	c   Primal Bound     :          -
1800.08/1800.81	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.81	c   Gap              :   infinite
1800.08/1800.81	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.81	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664505-1276324719/watcher-2664505-1276324719 -o /tmp/evaluation-result-2664505-1276324719/solver-2664505-1276324719 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664505-1276324719.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 0.89 0.98 0.99 3/106 9393
/proc/meminfo: memFree=1779372/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=6584 CPUtime=0
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 6128240 6742016 906 1992294400 4194304 7136930 140734975013888 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9393/statm: 1646 916 254 719 0 925 0

[startup+0.0408759 s]
/proc/loadavg: 0.89 0.98 0.99 3/106 9393
/proc/meminfo: memFree=1779372/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=14444 CPUtime=0.03
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 3469 0 0 0 3 0 0 0 20 0 1 0 6128240 14790656 3037 1992294400 4194304 7136930 140734975013888 18446744073709551615 4668100 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 3611 3037 282 719 0 2890 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14444

[startup+0.100886 s]
/proc/loadavg: 0.89 0.98 0.99 3/106 9393
/proc/meminfo: memFree=1779372/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=18732 CPUtime=0.09
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 5632 0 0 0 8 1 0 0 20 0 1 0 6128240 19181568 3915 1992294400 4194304 7136930 140734975013888 18446744073709551615 4642170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 4683 3915 374 719 0 3962 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18732

[startup+0.300923 s]
/proc/loadavg: 0.89 0.98 0.99 3/106 9393
/proc/meminfo: memFree=1779372/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=18876 CPUtime=0.29
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 5662 0 0 0 28 1 0 0 20 0 1 0 6128240 19329024 3945 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 4719 3945 375 719 0 3998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18876

[startup+0.700998 s]
/proc/loadavg: 0.89 0.98 0.99 3/106 9393
/proc/meminfo: memFree=1779372/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=19268 CPUtime=0.69
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 5775 0 0 0 67 2 0 0 21 0 1 0 6128240 19730432 4058 1992294400 4194304 7136930 140734975013888 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 4817 4058 375 719 0 4096 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19268

[startup+1.50115 s]
/proc/loadavg: 0.89 0.98 0.99 2/107 9394
/proc/meminfo: memFree=1764112/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=20424 CPUtime=1.49
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 6057 0 0 0 146 3 0 0 23 0 1 0 6128240 20914176 4340 1992294400 4194304 7136930 140734975013888 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 5106 4340 379 719 0 4385 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20424

[startup+3.10144 s]
/proc/loadavg: 0.90 0.98 0.99 2/107 9394
/proc/meminfo: memFree=1763120/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=21196 CPUtime=3.09
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 6266 0 0 0 304 5 0 0 25 0 1 0 6128240 21704704 4549 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 5299 4549 379 719 0 4578 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21196

[startup+6.30104 s]
/proc/loadavg: 0.90 0.98 0.99 2/107 9394
/proc/meminfo: memFree=1761508/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=22120 CPUtime=6.29
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 6510 0 0 0 620 9 0 0 25 0 1 0 6128240 22650880 4793 1992294400 4194304 7136930 140734975013888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 5530 4793 379 719 0 4809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22120

[startup+12.7012 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9394
/proc/meminfo: memFree=1758780/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=24740 CPUtime=12.68
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 7175 0 0 0 1252 16 0 0 25 0 1 0 6128240 25333760 5458 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 6185 5458 379 719 0 5464 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24740

[startup+25.5006 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 9396
/proc/meminfo: memFree=1755432/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=28772 CPUtime=25.47
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 8214 0 0 0 2517 30 0 0 25 0 1 0 6128240 29462528 6497 1992294400 4194304 7136930 140734975013888 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 7193 6497 379 719 0 6472 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28772

[startup+51.1004 s]
/proc/loadavg: 1.00 0.99 0.99 2/107 9396
/proc/meminfo: memFree=1746380/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=36528 CPUtime=51.06
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 10216 0 0 0 5049 57 0 0 25 0 1 0 6128240 37404672 8499 1992294400 4194304 7136930 140734975013888 18446744073709551615 4643153 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 9132 8499 379 719 0 8411 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 36528

[startup+102.308 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 9398
/proc/meminfo: memFree=1732740/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=51436 CPUtime=102.24
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 13600 0 0 0 10112 112 0 0 25 0 1 0 6128240 52670464 11883 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 12859 11883 379 719 0 12138 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 51436

[startup+162.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 9398
/proc/meminfo: memFree=1715628/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=68060 CPUtime=162.21
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 17957 0 0 0 16041 180 0 0 25 0 1 0 6128240 69693440 16240 1992294400 4194304 7136930 140734975013888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 17015 16240 379 719 0 16294 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 68060

[startup+222.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 9400
/proc/meminfo: memFree=1699136/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=83236 CPUtime=222.19
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 21929 0 0 0 21968 251 0 0 25 0 1 0 6128240 85233664 20212 1992294400 4194304 7136930 140734975013888 18446744073709551615 5892251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 20809 20212 379 719 0 20088 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 83236

[startup+282.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 9402
/proc/meminfo: memFree=1679296/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=106444 CPUtime=282.17
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 26929 0 0 0 27896 321 0 0 25 0 1 0 6128240 108998656 25212 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 26611 25212 379 719 0 25890 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 106444

[startup+342.301 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 9404
/proc/meminfo: memFree=1657348/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=127328 CPUtime=342.15
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 32346 0 0 0 33816 399 0 0 25 0 1 0 6128240 130383872 30629 1992294400 4194304 7136930 140734975013888 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 31832 30629 379 719 0 31111 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 127328

[startup+402.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 9406
/proc/meminfo: memFree=1631308/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=152604 CPUtime=402.12
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 38924 0 0 0 39727 485 0 0 25 0 1 0 6128240 156266496 37207 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 38151 37207 379 719 0 37430 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 152604

[startup+462.301 s]
/proc/loadavg: 1.05 1.05 1.00 2/107 9406
/proc/meminfo: memFree=1613824/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=168880 CPUtime=462.11
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 43160 0 0 0 45652 559 0 0 25 0 1 0 6128240 172933120 41443 1992294400 4194304 7136930 140734975013888 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 42220 41443 379 719 0 41499 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 168880

[startup+522.301 s]
/proc/loadavg: 1.02 1.04 1.00 2/107 9408
/proc/meminfo: memFree=1600308/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=189840 CPUtime=522.09
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 46527 0 0 0 51588 621 0 0 25 0 1 0 6128240 194396160 44810 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 47460 44810 379 719 0 46739 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 189840

[startup+582.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 9410
/proc/meminfo: memFree=1585924/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=203820 CPUtime=582.06
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 50201 0 0 0 57521 685 0 0 25 0 1 0 6128240 208711680 48484 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 50955 48484 379 719 0 50234 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 203820

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 9412
/proc/meminfo: memFree=1568688/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=219804 CPUtime=642.04
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 54387 0 0 0 63461 743 0 0 25 0 1 0 6128240 225079296 52670 1992294400 4194304 7136930 140734975013888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 54951 52670 379 719 0 54230 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 219804

[startup+702.301 s]

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

/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 80201 0 0 0 105017 1170 0 0 25 0 1 0 6128240 325840896 78484 1992294400 4194304 7136930 140734975013888 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 79551 78484 379 719 0 78830 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 318204

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 9424
/proc/meminfo: memFree=1450640/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=331460 CPUtime=1121.85
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 83709 0 0 0 110954 1231 0 0 25 0 1 0 6128240 339415040 81992 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436438 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 82865 81992 379 719 0 82144 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 331460

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 9426
/proc/meminfo: memFree=1437124/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=344668 CPUtime=1181.83
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 87167 0 0 0 116894 1289 0 0 25 0 1 0 6128240 352940032 85450 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 86167 85450 379 719 0 85446 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 344668

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9428
/proc/meminfo: memFree=1422492/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=374396 CPUtime=1241.81
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 90706 0 0 0 122835 1346 0 0 25 0 1 0 6128240 383381504 88989 1992294400 4194304 7136930 140734975013888 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 93599 88989 379 719 0 92878 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 374396

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9430
/proc/meminfo: memFree=1407984/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=387880 CPUtime=1301.78
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 94240 0 0 0 128770 1408 0 0 25 0 1 0 6128240 397189120 92523 1992294400 4194304 7136930 140734975013888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 96970 92523 379 719 0 96249 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 387880

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9439
/proc/meminfo: memFree=1393848/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=400820 CPUtime=1361.75
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 97647 0 0 0 134702 1473 0 0 25 0 1 0 6128240 410439680 95930 1992294400 4194304 7136930 140734975013888 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 100205 95930 379 719 0 99484 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 400820

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9441
/proc/meminfo: memFree=1380332/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=413568 CPUtime=1421.73
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 101025 0 0 0 140636 1537 0 0 25 0 1 0 6128240 423493632 99308 1992294400 4194304 7136930 140734975013888 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 103392 99308 379 719 0 102671 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 413568

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9443
/proc/meminfo: memFree=1366196/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=427884 CPUtime=1481.7
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 104779 0 0 0 146564 1606 0 0 25 0 1 0 6128240 438153216 103062 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 106971 103062 379 719 0 106250 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 427884

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9445
/proc/meminfo: memFree=1352928/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=439412 CPUtime=1541.68
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 107856 0 0 0 152502 1666 0 0 25 0 1 0 6128240 449957888 106139 1992294400 4194304 7136930 140734975013888 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 109853 106139 379 719 0 109132 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 439412

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9447
/proc/meminfo: memFree=1339040/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=452564 CPUtime=1601.65
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 111307 0 0 0 158436 1729 0 0 25 0 1 0 6128240 463425536 109590 1992294400 4194304 7136930 140734975013888 18446744073709551615 4697603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 113141 109590 379 719 0 112420 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 452564

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9447
/proc/meminfo: memFree=1322672/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=468244 CPUtime=1661.63
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 115396 0 0 0 164372 1791 0 0 25 0 1 0 6128240 479481856 113679 1992294400 4194304 7136930 140734975013888 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 117061 113679 379 719 0 116340 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 468244

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9449
/proc/meminfo: memFree=1308040/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=482640 CPUtime=1721.61
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 119190 0 0 0 170308 1853 0 0 25 0 1 0 6128240 494223360 117473 1992294400 4194304 7136930 140734975013888 18446744073709551615 4414763 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 120660 117473 379 719 0 119939 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 482640

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9451
/proc/meminfo: memFree=1293160/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=496268 CPUtime=1781.58
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 122759 0 0 0 176243 1915 0 0 25 0 1 0 6128240 508178432 121042 1992294400 4194304 7136930 140734975013888 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 124067 121042 379 719 0 123346 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 496268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9451
/proc/meminfo: memFree=1289068/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=500160 CPUtime=1800.08
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 123770 0 0 0 178076 1932 0 0 25 0 1 0 6128240 512163840 122053 1992294400 4194304 7136930 140734975013888 18446744073709551615 4407833 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9393/statm: 125040 122053 379 719 0 124319 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 500160

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9393

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 9451
/proc/meminfo: memFree=1289068/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=500180 CPUtime=1800.67
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 123795 0 0 0 178135 1932 0 0 25 0 1 0 6128240 512184320 122078 1992294400 4194304 7136930 140734975013888 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9393/statm: 125045 122078 384 719 0 124324 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 500180

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9452
/proc/meminfo: memFree=1288936/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=498760 CPUtime=1801.47
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 123795 0 0 0 178215 1932 0 0 25 0 1 0 6128240 510730240 121723 1992294400 4194304 7136930 140734975013888 18446744073709551615 4616922 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9393/statm: 124690 121723 384 719 0 123969 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 498760

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9452
/proc/meminfo: memFree=1288936/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=488816 CPUtime=1801.87
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 123795 0 0 0 178255 1932 0 0 25 0 1 0 6128240 500547584 119237 1992294400 4194304 7136930 140734975013888 18446744073709551615 4616663 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9393/statm: 122204 119237 384 719 0 121483 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 488816

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9452
/proc/meminfo: memFree=1306420/2059040 swapFree=4165036/4192956
[pid=9393] ppid=9391 vsize=482092 CPUtime=1802.08
/proc/9393/stat : 9393 (pbscip.linux.x8) R 9391 9393 9368 0 -1 4202496 123795 0 0 0 178275 1933 0 0 25 0 1 0 6128240 493662208 117556 1992294400 4194304 7136930 140734975013888 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9393/statm: 120523 117556 384 719 0 119802 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 482092

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.86
CPU time (s): 1802.14
CPU user time (s): 1782.76
CPU system time (s): 19.3771
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 500180

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

runsolver used 3.10753 second user time and 8.39172 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-12 08:38:39
IDJOB=2664505
IDBENCH=1411
IDSOLVER=1167
FILE ID=node019/2664505-1276324719
PBS_JOBID= 11173170
Free space on /tmp= 62356 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664505-1276324719/watcher-2664505-1276324719 -o /tmp/evaluation-result-2664505-1276324719/solver-2664505-1276324719 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664505-1276324719.opb -t 1800 -m 1800

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

MD5SUM BENCH= f8c14dd136fe3d96d6bf396134dc65fd
RANDOM SEED=587909578

node019.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.264
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.52
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.264
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:       1779900 kB
Buffers:         62744 kB
Cached:         116176 kB
SwapCached:       1376 kB
Active:          70328 kB
Inactive:       141032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1779900 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:            4760 kB
Writeback:           0 kB
AnonPages:       31096 kB
Mapped:          15312 kB
Slab:            45960 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180692 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= 62352 MiB
End job on node019 at 2010-06-12 09:08:42