Trace number 2664504

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.12 1802.56

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUMb95bbeb851a52866877e397310a0a770
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.18997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
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-2664504-1276324493.opb>
0.02/0.03	c original problem has 3600 variables (3600 bin, 0 int, 0 impl, 0 cont) and 170 constraints
0.02/0.03	c problem read
0.02/0.03	c No objective function, only one solution is needed.
0.02/0.03	c presolving settings loaded
0.02/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.02/0.07	c presolving:
0.02/0.09	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 90 upgd conss, 0 impls, 80 clqs
0.02/0.09	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 170 upgd conss, 0 impls, 80 clqs
0.09/0.10	c presolving (3 rounds):
0.09/0.10	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.10	c  0 implications, 80 cliques
0.09/0.10	c presolved problem has 3600 variables (3600 bin, 0 int, 0 impl, 0 cont) and 170 constraints
0.09/0.10	c      80 constraints of type <setppc>
0.09/0.10	c      90 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.04
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 1.2.1.2
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1799.98
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 1620
0.09/0.10	c 
0.09/0.10	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c limits/solutions = 1
0.09/0.10	c 
0.09/0.10	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c lp/solvefreq = -1
0.09/0.10	c 
0.09/0.10	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.10	c separating/maxrounds = 1
0.09/0.10	c 
0.09/0.10	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/maxroundsroot = 5
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.10	c constraints/knapsack/disaggregation = FALSE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c presolving/probing/maxrounds = 0
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/coefdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/coefdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/coefdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.10	c heuristics/crossover/freq = -1
0.09/0.10	c 
0.09/0.10	c # number of nodes added to the contingent of the total nodes
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.10	c heuristics/crossover/nodesofs = 750
0.09/0.10	c 
0.09/0.10	c # number of nodes without incumbent change that heuristic should wait
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.10	c heuristics/crossover/nwaitingnodes = 100
0.09/0.10	c 
0.09/0.10	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.10	c # [type: real, range: [0,1], default: 0.1]
0.09/0.10	c heuristics/crossover/nodesquot = 0.15
0.09/0.10	c 
0.09/0.10	c # minimum percentage of integer variables that have to be fixed 
0.09/0.10	c # [type: real, range: [0,1], default: 0.666]
0.09/0.10	c heuristics/crossover/minfixingrate = 0.5
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/feaspump/freq = -1
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/feaspump/maxlpiterofs = 2000
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/fracdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/fracdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/fracdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/guideddiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/guideddiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/guideddiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/intdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/intshifting/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/linesearchdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/nlp/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/objpscostdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.10	c # [type: real, range: [0,1], default: 0.01]
0.09/0.10	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/oneopt/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/pscostdiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/pscostdiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c heuristics/rens/freq = -1
0.09/0.10	c 
0.09/0.10	c # minimum percentage of integer variables that have to be fixable 
0.09/0.10	c # [type: real, range: [0,1], default: 0.5]
0.09/0.10	c heuristics/rens/minfixingrate = 0.3
0.09/0.10	c 
0.09/0.10	c # number of nodes added to the contingent of the total nodes
0.09/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.10	c heuristics/rens/nodesofs = 2000
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.10	c heuristics/rootsoldiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.10	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/rounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/shifting/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/simplerounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c heuristics/trivial/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/trysol/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.10	c heuristics/veclendiving/freq = -1
0.09/0.10	c 
0.09/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.10	c heuristics/veclendiving/maxlpiterquot = 0.075
0.09/0.10	c 
0.09/0.10	c # additional number of allowed LP iterations
0.09/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.10	c heuristics/veclendiving/maxlpiterofs = 1500
0.09/0.10	c 
0.09/0.10	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.10	c heuristics/zirounding/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c separating/cmir/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.10	c separating/flowcover/freq = -1
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.09/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.11	c   0.1s|     1 |     2 |     0 |     - |6286k|   0 |   - |3600 | 170 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.59/13.61	c  13.4s| 10000 |  9965 |     0 |   0.0 |  10M|2148 |   - |3600 | 303 |   0 |   0 |   0 | 171 |   0 | 0.000000e+00 |      --      |    Inf 
29.78/29.84	c  29.5s| 20000 | 19932 |     0 |   0.0 |  13M|2148 |   - |3600 | 370 |   0 |   0 |   0 | 363 |   0 | 0.000000e+00 |      --      |    Inf 
46.19/46.29	c  45.8s| 30000 | 29903 |     0 |   0.0 |  16M|2148 |   - |3600 | 298 |   0 |   0 |   0 | 484 |   0 | 0.000000e+00 |      --      |    Inf 
62.48/62.55	c  61.9s| 40000 | 39858 |     0 |   0.0 |  19M|2148 |   - |3600 | 251 |   0 |   0 |   0 | 652 |   0 | 0.000000e+00 |      --      |    Inf 
78.57/78.64	c  77.9s| 50000 | 49827 |     0 |   0.0 |  22M|2148 |   - |3600 | 213 |   0 |   0 |   0 | 721 |   0 | 0.000000e+00 |      --      |    Inf 
94.87/94.95	c  94.0s| 60000 | 59787 |     0 |   0.0 |  24M|2148 |   - |3600 | 205 |   0 |   0 |   0 | 780 |   0 | 0.000000e+00 |      --      |    Inf 
111.08/111.16	c   110s| 70000 | 69753 |     0 |   0.0 |  27M|2148 |   - |3600 | 241 |   0 |   0 |   0 | 903 |   0 | 0.000000e+00 |      --      |    Inf 
127.16/127.28	c   126s| 80000 | 79713 |     0 |   0.0 |  30M|2148 |   - |3600 | 263 |   0 |   0 |   0 |1072 |   0 | 0.000000e+00 |      --      |    Inf 
142.97/143.06	c   142s| 90000 | 89680 |     0 |   0.0 |  33M|2148 |   - |3600 | 282 |   0 |   0 |   0 |1230 |   0 | 0.000000e+00 |      --      |    Inf 
159.05/159.16	c   158s|100000 | 99641 |     0 |   0.0 |  36M|2148 |   - |3600 | 217 |   0 |   0 |   0 |1340 |   0 | 0.000000e+00 |      --      |    Inf 
175.05/175.18	c   174s|110000 |109605 |     0 |   0.0 |  39M|2148 |   - |3600 | 236 |   0 |   0 |   0 |1450 |   0 | 0.000000e+00 |      --      |    Inf 
191.05/191.19	c   189s|120000 |119568 |     0 |   0.0 |  41M|2148 |   - |3600 | 261 |   0 |   0 |   0 |1641 |   0 | 0.000000e+00 |      --      |    Inf 
207.05/207.13	c   205s|130000 |129524 |     0 |   0.0 |  44M|2148 |   - |3600 | 281 |   0 |   0 |   0 |1827 |   0 | 0.000000e+00 |      --      |    Inf 
222.94/223.05	c   221s|140000 |139489 |     0 |   0.0 |  47M|2148 |   - |3600 | 246 |   0 |   0 |   0 |1940 |   0 | 0.000000e+00 |      --      |    Inf 
238.74/238.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.74/238.88	c   237s|150000 |149452 |     0 |   0.0 |  50M|2148 |   - |3600 | 267 |   0 |   0 |   0 |2129 |   0 | 0.000000e+00 |      --      |    Inf 
254.13/254.26	c   252s|160000 |159424 |     0 |   0.0 |  53M|2148 |   - |3600 | 250 |   0 |   0 |   0 |2258 |   0 | 0.000000e+00 |      --      |    Inf 
269.53/269.62	c   267s|170000 |169383 |     0 |   0.0 |  56M|2148 |   - |3600 | 254 |   0 |   0 |   0 |2436 |   0 | 0.000000e+00 |      --      |    Inf 
284.93/285.04	c   282s|180000 |179343 |     0 |   0.0 |  58M|2148 |   - |3600 | 241 |   0 |   0 |   0 |2564 |   0 | 0.000000e+00 |      --      |    Inf 
300.13/300.28	c   298s|190000 |189307 |     0 |   0.0 |  61M|2148 |   - |3600 | 245 |   0 |   0 |   0 |2704 |   0 | 0.000000e+00 |      --      |    Inf 
315.02/315.16	c   312s|200000 |199271 |     0 |   0.0 |  64M|2148 |   - |3600 | 242 |   0 |   0 |   0 |2849 |   0 | 0.000000e+00 |      --      |    Inf 
329.61/329.73	c   327s|210000 |209240 |     0 |   0.0 |  67M|2148 |   - |3600 | 292 |   0 |   0 |   0 |2997 |   0 | 0.000000e+00 |      --      |    Inf 
344.01/344.17	c   341s|220000 |219206 |     0 |   0.0 |  70M|2148 |   - |3600 | 287 |   0 |   0 |   0 |3178 |   0 | 0.000000e+00 |      --      |    Inf 
358.51/358.62	c   355s|230000 |229171 |     0 |   0.0 |  72M|2148 |   - |3600 | 264 |   0 |   0 |   0 |3322 |   0 | 0.000000e+00 |      --      |    Inf 
372.81/372.92	c   369s|240000 |239138 |     0 |   0.0 |  75M|2148 |   - |3600 | 277 |   0 |   0 |   0 |3499 |   0 | 0.000000e+00 |      --      |    Inf 
387.11/387.30	c   384s|250000 |249100 |     0 |   0.0 |  78M|2148 |   - |3600 | 239 |   0 |   0 |   0 |3687 |   0 | 0.000000e+00 |      --      |    Inf 
401.41/401.57	c   398s|260000 |259060 |     0 |   0.0 |  81M|2148 |   - |3600 | 310 |   0 |   0 |   0 |3897 |   0 | 0.000000e+00 |      --      |    Inf 
415.60/415.78	c   412s|270000 |269023 |     0 |   0.0 |  84M|2148 |   - |3600 | 301 |   0 |   0 |   0 |4074 |   0 | 0.000000e+00 |      --      |    Inf 
429.79/429.95	c   426s|280000 |278983 |     0 |   0.0 |  86M|2148 |   - |3600 | 291 |   0 |   0 |   0 |4294 |   0 | 0.000000e+00 |      --      |    Inf 
443.88/444.07	c   440s|290000 |288946 |     0 |   0.0 |  89M|2148 |   - |3600 | 253 |   0 |   0 |   0 |4453 |   0 | 0.000000e+00 |      --      |    Inf 
457.98/458.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.98/458.12	c   454s|300000 |298907 |     0 |   0.0 |  92M|2148 |   - |3600 | 310 |   0 |   0 |   0 |4647 |   0 | 0.000000e+00 |      --      |    Inf 
471.88/472.02	c   468s|310000 |308856 |     0 |   0.0 |  95M|2148 |   - |3600 | 326 |   0 |   0 |   0 |4871 |   0 | 0.000000e+00 |      --      |    Inf 
485.98/486.10	c   482s|320000 |318814 |     0 |   0.0 |  98M|2148 |   - |3600 | 299 |   0 |   0 |   0 |5057 |   0 | 0.000000e+00 |      --      |    Inf 
499.77/499.94	c   495s|330000 |328768 |     0 |   0.0 | 101M|2148 |   - |3600 | 321 |   0 |   0 |   0 |5274 |   0 | 0.000000e+00 |      --      |    Inf 
513.58/513.70	c   509s|340000 |338723 |     0 |   0.0 | 103M|2148 |   - |3600 | 372 |   0 |   0 |   0 |5487 |   0 | 0.000000e+00 |      --      |    Inf 
527.17/527.36	c   522s|350000 |348671 |     0 |   0.0 | 106M|2148 |   - |3600 | 363 |   0 |   0 |   0 |5718 |   0 | 0.000000e+00 |      --      |    Inf 
540.86/541.01	c   536s|360000 |358638 |     0 |   0.0 | 109M|2148 |   - |3600 | 369 |   0 |   0 |   0 |5888 |   0 | 0.000000e+00 |      --      |    Inf 
554.46/554.65	c   549s|370000 |368597 |     0 |   0.0 | 112M|2148 |   - |3600 | 373 |   0 |   0 |   0 |6051 |   0 | 0.000000e+00 |      --      |    Inf 
568.06/568.22	c   563s|380000 |378553 |     0 |   0.0 | 115M|2148 |   - |3600 | 384 |   0 |   0 |   0 |6228 |   0 | 0.000000e+00 |      --      |    Inf 
581.45/581.63	c   576s|390000 |388513 |     0 |   0.0 | 118M|2148 |   - |3600 | 377 |   0 |   0 |   0 |6428 |   0 | 0.000000e+00 |      --      |    Inf 
594.65/594.81	c   589s|400000 |398474 |     0 |   0.0 | 120M|2148 |   - |3600 | 424 |   0 |   0 |   0 |6662 |   0 | 0.000000e+00 |      --      |    Inf 
607.75/607.95	c   602s|410000 |408433 |     0 |   0.0 | 123M|2148 |   - |3600 | 412 |   0 |   0 |   0 |6873 |   0 | 0.000000e+00 |      --      |    Inf 
620.85/621.00	c   615s|420000 |418390 |     0 |   0.0 | 126M|2148 |   - |3600 | 384 |   0 |   0 |   0 |7104 |   0 | 0.000000e+00 |      --      |    Inf 
633.74/633.95	c   628s|430000 |428330 |     0 |   0.0 | 129M|2148 |   - |3600 | 404 |   0 |   0 |   0 |7339 |   0 | 0.000000e+00 |      --      |    Inf 
646.55/646.76	c   640s|440000 |438289 |     0 |   0.0 | 132M|2148 |   - |3600 | 417 |   0 |   0 |   0 |7547 |   0 | 0.000000e+00 |      --      |    Inf 
659.34/659.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
659.34/659.54	c   653s|450000 |448247 |     0 |   0.0 | 135M|2148 |   - |3600 | 410 |   0 |   0 |   0 |7727 |   0 | 0.000000e+00 |      --      |    Inf 
672.04/672.21	c   666s|460000 |458201 |     0 |   0.0 | 137M|2148 |   - |3600 | 441 |   0 |   0 |   0 |7961 |   0 | 0.000000e+00 |      --      |    Inf 
684.73/684.94	c   678s|470000 |468165 |     0 |   0.0 | 140M|2148 |   - |3600 | 413 |   0 |   0 |   0 |8136 |   0 | 0.000000e+00 |      --      |    Inf 
697.52/697.76	c   691s|480000 |478110 |     0 |   0.0 | 143M|2148 |   - |3600 | 446 |   0 |   0 |   0 |8368 |   0 | 0.000000e+00 |      --      |    Inf 
710.13/710.37	c   703s|490000 |488066 |     0 |   0.0 | 146M|2148 |   - |3600 | 505 |   0 |   0 |   0 |8600 |   0 | 0.000000e+00 |      --      |    Inf 
722.82/723.03	c   716s|500000 |498020 |     0 |   0.0 | 149M|2148 |   - |3600 | 547 |   0 |   0 |   0 |8834 |   0 | 0.000000e+00 |      --      |    Inf 
735.32/735.55	c   728s|510000 |507969 |     0 |   0.0 | 152M|2148 |   - |3600 | 583 |   0 |   0 |   0 |9041 |   0 | 0.000000e+00 |      --      |    Inf 
747.61/747.81	c   740s|520000 |517927 |     0 |   0.0 | 155M|2148 |   - |3600 | 573 |   0 |   0 |   0 |9260 |   0 | 0.000000e+00 |      --      |    Inf 
759.71/759.99	c   752s|530000 |527877 |     0 |   0.0 | 157M|2148 |   - |3600 | 590 |   0 |   0 |   0 |9525 |   0 | 0.000000e+00 |      --      |    Inf 
771.81/772.05	c   764s|540000 |537839 |     0 |   0.0 | 160M|2148 |   - |3600 | 565 |   0 |   0 |   0 |9737 |   0 | 0.000000e+00 |      --      |    Inf 
783.60/783.87	c   776s|550000 |547799 |     0 |   0.0 | 163M|2148 |   - |3600 | 615 |   0 |   0 |   0 |9973 |   0 | 0.000000e+00 |      --      |    Inf 
795.30/795.58	c   788s|560000 |557757 |     0 |   0.0 | 166M|2148 |   - |3600 | 640 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
807.11/807.30	c   799s|570000 |567708 |     0 |   0.0 | 169M|2148 |   - |3600 | 746 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
818.79/819.07	c   811s|580000 |577655 |     0 |   0.0 | 172M|2148 |   - |3600 | 751 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
830.30/830.59	c   822s|590000 |587613 |     0 |   0.0 | 175M|2148 |   - |3600 | 774 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
841.90/842.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.90/842.10	c   834s|600000 |597542 |     0 |   0.0 | 178M|2148 |   - |3600 | 859 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
853.19/853.46	c   845s|610000 |607491 |     0 |   0.0 | 181M|2148 |   - |3600 | 939 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
864.49/864.79	c   856s|620000 |617443 |     0 |   0.0 | 184M|2148 |   - |3600 |1021 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
875.78/876.02	c   867s|630000 |627400 |     0 |   0.0 | 187M|2148 |   - |3600 |1083 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
886.68/886.94	c   878s|640000 |637350 |     0 |   0.0 | 190M|2148 |   - |3600 |1163 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
897.58/897.90	c   889s|650000 |647301 |     0 |   0.0 | 193M|2148 |   - |3600 |1273 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
908.58/908.86	c   900s|660000 |657253 |     0 |   0.0 | 196M|2148 |   - |3600 |1329 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
919.28/919.53	c   910s|670000 |667207 |     0 |   0.0 | 199M|2148 |   - |3600 |1371 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
929.87/930.15	c   921s|680000 |677148 |     0 |   0.0 | 202M|2148 |   - |3600 |1369 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
940.28/940.56	c   931s|690000 |687102 |     0 |   0.0 | 205M|2148 |   - |3600 |1384 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
950.57/950.85	c   941s|700000 |697050 |     0 |   0.0 | 207M|2148 |   - |3600 |1368 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
960.76/961.03	c   951s|710000 |706990 |     0 |   0.0 | 211M|2148 |   - |3600 |1461 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
970.97/971.21	c   961s|720000 |716932 |     0 |   0.0 | 214M|2148 |   - |3600 |1559 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
981.06/981.37	c   971s|730000 |726871 |     0 |   0.0 | 217M|2148 |   - |3600 |1647 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
990.95/991.21	c   981s|740000 |736820 |     0 |   0.0 | 220M|2148 |   - |3600 |1742 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1000.66/1000.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1000.66/1000.99	c   991s|750000 |746770 |     0 |   0.0 | 223M|2148 |   - |3600 |1774 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
1010.25/1010.59	c  1000s|760000 |756703 |     0 |   0.0 | 226M|2148 |   - |3600 |1815 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1019.95/1020.21	c  1009s|770000 |766639 |     0 |   0.0 | 228M|2148 |   - |3600 |1810 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1029.25/1029.60	c  1019s|780000 |776586 |     0 |   0.0 | 231M|2148 |   - |3600 |1878 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
1038.55/1038.89	c  1028s|790000 |786528 |     0 |   0.0 | 234M|2148 |   - |3600 |1852 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1047.84/1048.17	c  1037s|800000 |796474 |     0 |   0.0 | 237M|2148 |   - |3600 |1881 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1056.94/1057.20	c  1046s|810000 |806413 |     0 |   0.0 | 240M|2148 |   - |3600 |2017 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
1065.84/1066.11	c  1055s|820000 |816363 |     0 |   0.0 | 243M|2148 |   - |3600 |2021 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1074.94/1075.23	c  1064s|830000 |826264 |     0 |   0.0 | 246M|2148 |   - |3600 |2120 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1083.84/1084.18	c  1073s|840000 |836207 |     0 |   0.0 | 249M|2148 |   - |3600 |2238 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
1092.63/1092.92	c  1081s|850000 |846140 |     0 |   0.0 | 252M|2148 |   - |3600 |2368 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1101.33/1101.60	c  1090s|860000 |856085 |     0 |   0.0 | 256M|2148 |   - |3600 |2509 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1109.83/1110.11	c  1098s|870000 |866008 |     0 |   0.0 | 259M|2148 |   - |3600 |2671 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
1118.03/1118.35	c  1106s|880000 |875945 |     0 |   0.0 | 262M|2148 |   - |3600 |2762 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1126.32/1126.60	c  1114s|890000 |885865 |     0 |   0.0 | 265M|2148 |   - |3600 |2898 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
1134.32/1134.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1134.32/1134.62	c  1122s|900000 |895792 |     0 |   0.0 | 268M|2148 |   - |3600 |2969 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1142.32/1142.67	c  1130s|910000 |905719 |     0 |   0.0 | 271M|2148 |   - |3600 |3025 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
1150.22/1150.60	c  1138s|920000 |915637 |     0 |   0.0 | 274M|2148 |   - |3600 |3273 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1158.12/1158.49	c  1146s|930000 |925533 |     0 |   0.0 | 278M|2148 |   - |3600 |3415 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1166.01/1166.35	c  1153s|940000 |935448 |     0 |   0.0 | 281M|2148 |   - |3600 |3443 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
1173.71/1174.00	c  1161s|950000 |945375 |     0 |   0.0 | 283M|2148 |   - |3600 |3465 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1181.02/1181.36	c  1168s|960000 |955295 |     0 |   0.0 | 287M|2148 |   - |3600 |3675 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
1188.41/1188.74	c  1175s|970000 |965202 |     0 |   0.0 | 290M|2148 |   - |3600 |3687 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1195.61/1195.98	c  1182s|980000 |975120 |     0 |   0.0 | 293M|2148 |   - |3600 |3680 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
1202.61/1202.97	c  1189s|990000 |985019 |     0 |   0.0 | 296M|2148 |   - |3600 |4018 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1209.51/1209.81	c  1196s|  1000k|994921 |     0 |   0.0 | 300M|2148 |   - |3600 |4214 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
1216.21/1216.60	c  1203s|  1010k|  1004k|     0 |   0.0 | 303M|2148 |   - |3600 |4508 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
1222.81/1223.13	c  1209s|  1020k|  1014k|     0 |   0.0 | 306M|2148 |   - |3600 |4808 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1229.10/1229.44	c  1215s|  1030k|  1024k|     0 |   0.0 | 310M|2148 |   - |3600 |5060 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
1235.40/1235.70	c  1221s|  1040k|  1034k|     0 |   0.0 | 313M|2148 |   - |3600 |5274 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
1241.29/1241.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1241.29/1241.63	c  1227s|  1050k|  1044k|     0 |   0.0 | 317M|2148 |   - |3600 |5444 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1247.19/1247.55	c  1233s|  1060k|  1054k|     0 |   0.0 | 320M|2148 |   - |3600 |5513 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
1252.99/1253.37	c  1239s|  1070k|  1063k|     0 |   0.0 | 324M|2148 |   - |3600 |5800 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
1258.59/1258.95	c  1244s|  1080k|  1073k|     0 |   0.0 | 327M|2148 |   - |3600 |6092 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
1264.09/1264.48	c  1250s|  1090k|  1083k|     0 |   0.0 | 331M|2148 |   - |3600 |6527 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
1269.49/1269.83	c  1255s|  1100k|  1093k|     0 |   0.0 | 335M|2148 |   - |3600 |6894 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
1274.69/1275.06	c  1260s|  1110k|  1102k|     0 |   0.0 | 339M|2148 |   - |3600 |7642 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
1280.19/1280.52	c  1265s|  1120k|  1112k|     0 |   0.0 | 344M|2148 |   - |3600 |8473 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1287.28/1287.67	c  1272s|  1130k|  1121k|     0 |   0.0 | 352M|2148 |   - |3600 |9726 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1302.29/1302.62	c  1287s|  1140k|  1130k|     0 |   0.0 | 350M|2148 |   - |3600 |7329 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1317.28/1317.64	c  1302s|  1150k|  1140k|     0 |   0.0 | 346M|2148 |   - |3600 |1447 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1332.37/1332.79	c  1317s|  1160k|  1150k|     0 |   0.0 | 348M|2148 |   - |3600 | 411 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1347.87/1348.20	c  1332s|  1170k|  1160k|     0 |   0.0 | 351M|2148 |   - |3600 | 328 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1363.27/1363.60	c  1347s|  1180k|  1170k|     0 |   0.0 | 353M|2148 |   - |3600 | 302 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1378.77/1379.17	c  1363s|  1190k|  1180k|     0 |   0.0 | 356M|2148 |   - |3600 | 299 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1394.56/1394.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1394.56/1394.94	c  1378s|  1200k|  1190k|     0 |   0.0 | 359M|2148 |   - |3600 | 275 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1410.16/1410.56	c  1394s|  1210k|  1200k|     0 |   0.0 | 362M|2148 |   - |3600 | 338 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1425.85/1426.22	c  1409s|  1220k|  1210k|     0 |   0.0 | 365M|2148 |   - |3600 | 381 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1441.55/1441.96	c  1425s|  1230k|  1220k|     0 |   0.0 | 367M|2148 |   - |3600 | 327 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1457.25/1457.65	c  1440s|  1240k|  1230k|     0 |   0.0 | 370M|2148 |   - |3600 | 298 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1473.04/1473.41	c  1456s|  1250k|  1240k|     0 |   0.0 | 373M|2148 |   - |3600 | 270 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1488.74/1489.15	c  1472s|  1260k|  1250k|     0 |   0.0 | 376M|2148 |   - |3600 | 336 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
1504.35/1504.78	c  1487s|  1270k|  1260k|     0 |   0.0 | 379M|2148 |   - |3600 | 325 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1520.33/1520.72	c  1503s|  1280k|  1270k|     0 |   0.0 | 381M|2148 |   - |3600 | 288 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1536.02/1536.46	c  1519s|  1290k|  1279k|     0 |   0.0 | 384M|2148 |   - |3600 | 333 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1551.74/1552.14	c  1534s|  1300k|  1289k|     0 |   0.0 | 387M|2148 |   - |3600 | 324 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
1567.42/1567.84	c  1550s|  1310k|  1299k|     0 |   0.0 | 390M|2148 |   - |3600 | 318 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1583.21/1583.70	c  1565s|  1320k|  1309k|     0 |   0.0 | 393M|2148 |   - |3600 | 325 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1599.10/1599.51	c  1581s|  1330k|  1319k|     0 |   0.0 | 396M|2148 |   - |3600 | 319 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1614.80/1615.20	c  1597s|  1340k|  1329k|     0 |   0.0 | 398M|2148 |   - |3600 | 306 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1630.69/1631.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1630.69/1631.17	c  1612s|  1350k|  1339k|     0 |   0.0 | 401M|2148 |   - |3600 | 280 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
1646.58/1647.01	c  1628s|  1360k|  1349k|     0 |   0.0 | 404M|2148 |   - |3600 | 320 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1662.29/1662.78	c  1644s|  1370k|  1359k|     0 |   0.0 | 407M|2148 |   - |3600 | 314 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1678.09/1678.52	c  1659s|  1380k|  1369k|     0 |   0.0 | 410M|2148 |   - |3600 | 325 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1693.67/1694.15	c  1675s|  1390k|  1379k|     0 |   0.0 | 413M|2148 |   - |3600 | 321 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1709.67/1710.11	c  1691s|  1400k|  1389k|     0 |   0.0 | 415M|2148 |   - |3600 | 342 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
1725.37/1725.81	c  1706s|  1410k|  1399k|     0 |   0.0 | 418M|2148 |   - |3600 | 352 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1741.26/1741.73	c  1722s|  1420k|  1409k|     0 |   0.0 | 421M|2148 |   - |3600 | 331 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1756.96/1757.43	c  1737s|  1430k|  1419k|     0 |   0.0 | 424M|2148 |   - |3600 | 355 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1772.86/1773.35	c  1753s|  1440k|  1429k|     0 |   0.0 | 427M|2148 |   - |3600 | 333 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
1788.66/1789.17	c  1769s|  1450k|  1439k|     0 |   0.0 | 429M|2148 |   - |3600 | 285 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.51	c 
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time (sec) : 1780.09
1800.06/1800.51	c Solving Nodes      : 1457137
1800.06/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.51	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.51	c Gap                : infinite
1800.06/1800.51	s UNKNOWN
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time       :    1780.09
1800.06/1800.51	c Original Problem   :
1800.06/1800.51	c   Problem name     : HOME/instance-2664504-1276324493.opb
1800.06/1800.51	c   Variables        : 3600 (3600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.51	c   Constraints      : 170 initial, 170 maximal
1800.06/1800.51	c Presolved Problem  :
1800.06/1800.51	c   Problem name     : t_HOME/instance-2664504-1276324493.opb
1800.06/1800.51	c   Variables        : 3600 (3600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.51	c   Constraints      : 170 initial, 9889 maximal
1800.06/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.51	c   setppc           :         80          0    1591671          0    1453187       5619    1043243          0          0          0
1800.06/1800.51	c   logicor          :         90+         0     301729          0    1453187        967     104861          0          0          0
1800.06/1800.51	c   countsols        :          0          0          0          0    1453187          0          0          0          0          0
1800.06/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.51	c   setppc           :     345.31       0.00      31.23       0.00     314.08
1800.06/1800.51	c   logicor          :     184.81       0.00       8.19       0.00     176.62
1800.06/1800.51	c   countsols        :       0.97       0.00       0.00       0.00       0.97
1800.06/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.51	c   vbounds          :       0.86          1          0          0
1800.06/1800.51	c   rootredcost      :       0.96          0          0          0
1800.06/1800.51	c   pseudoobj        :       0.97          0          0          0
1800.06/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.51	c   propagation      :      27.35       6586       6586     182940      241.1         33      127.2          -
1800.06/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.51	c   applied globally :          -          -          -      52196      178.4          -          -          -
1800.06/1800.51	c   applied locally  :          -          -          -         23      413.3          -          -          -
1800.06/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.51	c Pricers            :       Time      Calls       Vars
1800.06/1800.51	c   problem variables:       0.00          0          0
1800.06/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   inference        :    1174.71    1453187          0          0          0          0    2906374
1800.06/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.51	c   LP solutions     :       0.00          -          0
1800.06/1800.51	c   pseudo solutions :       0.00          -          0
1800.06/1800.51	c   trivial          :       0.01          1          0
1800.06/1800.51	c   simplerounding   :       0.00          0          0
1800.06/1800.51	c   zirounding       :       0.00          0          0
1800.06/1800.51	c   rounding         :       0.00          0          0
1800.06/1800.51	c   shifting         :       0.00          0          0
1800.06/1800.51	c   intshifting      :       0.00          0          0
1800.06/1800.51	c   oneopt           :       0.00          0          0
1800.06/1800.51	c   twoopt           :       0.00          0          0
1800.06/1800.51	c   fixandinfer      :       0.00          0          0
1800.06/1800.51	c   feaspump         :       0.00          0          0
1800.06/1800.51	c   coefdiving       :       0.00          0          0
1800.06/1800.51	c   pscostdiving     :       0.00          0          0
1800.06/1800.51	c   fracdiving       :       0.00          0          0
1800.06/1800.51	c   veclendiving     :       0.00          0          0
1800.06/1800.51	c   intdiving        :       0.00          0          0
1800.06/1800.51	c   actconsdiving    :       0.00          0          0
1800.06/1800.51	c   objpscostdiving  :       0.00          0          0
1800.06/1800.51	c   rootsoldiving    :       0.00          0          0
1800.06/1800.51	c   linesearchdiving :       0.00          0          0
1800.06/1800.51	c   guideddiving     :       0.00          0          0
1800.06/1800.51	c   octane           :       0.00          0          0
1800.06/1800.51	c   rens             :       0.00          0          0
1800.06/1800.51	c   rins             :       0.00          0          0
1800.06/1800.51	c   localbranching   :       0.00          0          0
1800.06/1800.51	c   mutation         :       0.00          0          0
1800.06/1800.51	c   crossover        :       0.00          0          0
1800.06/1800.51	c   dins             :       0.00          0          0
1800.06/1800.51	c   undercover       :       0.00          0          0
1800.06/1800.51	c   nlp              :       0.00          0          0
1800.06/1800.51	c   trysol           :       0.00          0          0
1800.06/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.51	c B&B Tree           :
1800.06/1800.51	c   number of runs   :          1
1800.06/1800.51	c   nodes            :    1457137
1800.06/1800.51	c   nodes (total)    :    1457137
1800.06/1800.51	c   nodes left       :    1446464
1800.06/1800.51	c   max depth        :       2148
1800.06/1800.51	c   max depth (total):       2148
1800.06/1800.51	c   backtracks       :       2682 (0.2%)
1800.06/1800.51	c   delayed cutoffs  :       2774
1800.06/1800.51	c   repropagations   :       9359 (81675 domain reductions, 2636 cutoffs)
1800.06/1800.51	c   avg switch length:       2.20
1800.06/1800.51	c   switching time   :      23.05
1800.06/1800.51	c Solution           :
1800.06/1800.51	c   Solutions found  :          0 (0 improvements)
1800.06/1800.51	c   Primal Bound     :          -
1800.06/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.51	c   Gap              :   infinite
1800.06/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.51	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-2664504-1276324493/watcher-2664504-1276324493 -o /tmp/evaluation-result-2664504-1276324493/solver-2664504-1276324493 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664504-1276324493.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.93 0.98 0.99 3/106 9360
/proc/meminfo: memFree=1750152/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=6584 CPUtime=0
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 1000 0 0 0 0 0 0 0 22 0 1 0 8053205 6742016 922 1992294400 4194304 7136930 140737473735920 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9360/statm: 1646 932 254 719 0 925 0

[startup+0.0309681 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 9360
/proc/meminfo: memFree=1750152/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=11748 CPUtime=0.02
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 2413 0 0 0 2 0 0 0 22 0 1 0 8053205 12029952 2335 1992294400 4194304 7136930 140737473735920 18446744073709551615 4640689 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9360/statm: 2937 2335 268 719 0 2216 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11748

[startup+0.100973 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 9360
/proc/meminfo: memFree=1750152/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=20056 CPUtime=0.09
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 5666 0 0 0 7 2 0 0 22 0 1 0 8053205 20537344 4206 1992294400 4194304 7136930 140737473735920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 5014 4206 346 719 0 4293 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20056

[startup+0.300989 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 9360
/proc/meminfo: memFree=1750152/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=21264 CPUtime=0.29
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 6248 0 0 0 27 2 0 0 22 0 1 0 8053205 21774336 4531 1992294400 4194304 7136930 140737473735920 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 5316 4531 375 719 0 4595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21264

[startup+0.701021 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 9360
/proc/meminfo: memFree=1750152/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=21800 CPUtime=0.69
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 6370 0 0 0 66 3 0 0 23 0 1 0 8053205 22323200 4653 1992294400 4194304 7136930 140737473735920 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 5450 4653 375 719 0 4729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21800

[startup+1.50109 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9361
/proc/meminfo: memFree=1732536/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=22576 CPUtime=1.49
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 6592 0 0 0 145 4 0 0 25 0 1 0 8053205 23117824 4875 1992294400 4194304 7136930 140737473735920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 5644 4875 375 719 0 4923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22576

[startup+3.10122 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9361
/proc/meminfo: memFree=1731544/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=23732 CPUtime=3.09
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 6874 0 0 0 303 6 0 0 25 0 1 0 8053205 24301568 5157 1992294400 4194304 7136930 140737473735920 18446744073709551615 4642980 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 5933 5157 379 719 0 5212 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23732

[startup+6.30048 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9361
/proc/meminfo: memFree=1730428/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=24140 CPUtime=6.28
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 6967 0 0 0 620 8 0 0 25 0 1 0 8053205 24719360 5250 1992294400 4194304 7136930 140737473735920 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 6035 5250 379 719 0 5314 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24140

[startup+12.701 s]
/proc/loadavg: 0.94 0.98 0.99 2/107 9363
/proc/meminfo: memFree=1728692/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=25572 CPUtime=12.68
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 7359 0 0 0 1254 14 0 0 25 0 1 0 8053205 26185728 5642 1992294400 4194304 7136930 140737473735920 18446744073709551615 5121843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 6393 5642 379 719 0 5672 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25572

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 9363
/proc/meminfo: memFree=1724848/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=29344 CPUtime=25.48
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 8335 0 0 0 2524 24 0 0 25 0 1 0 8053205 30048256 6618 1992294400 4194304 7136930 140737473735920 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 7336 6618 379 719 0 6615 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29344

[startup+51.1011 s]
/proc/loadavg: 0.97 0.98 0.99 2/107 9363
/proc/meminfo: memFree=1718028/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=35856 CPUtime=51.08
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 10021 0 0 0 5061 47 0 0 25 0 1 0 8053205 36716544 8304 1992294400 4194304 7136930 140737473735920 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 8964 8304 379 719 0 8243 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35856

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 9365
/proc/meminfo: memFree=1706868/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=46428 CPUtime=102.28
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 12797 0 0 0 10137 91 0 0 25 0 1 0 8053205 47542272 11080 1992294400 4194304 7136930 140737473735920 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 11607 11080 379 719 0 10886 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 46428

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9367
/proc/meminfo: memFree=1695088/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=59604 CPUtime=162.26
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 15717 0 0 0 16086 140 0 0 25 0 1 0 8053205 61034496 14000 1992294400 4194304 7136930 140737473735920 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 14901 14000 379 719 0 14180 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 59604

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9367
/proc/meminfo: memFree=1682812/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=71152 CPUtime=222.24
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 18729 0 0 0 22031 193 0 0 25 0 1 0 8053205 72859648 17012 1992294400 4194304 7136930 140737473735920 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 17788 17012 379 719 0 17067 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 71152

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9369
/proc/meminfo: memFree=1671404/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=82480 CPUtime=282.23
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 21712 0 0 0 27974 249 0 0 25 0 1 0 8053205 84459520 19995 1992294400 4194304 7136930 140737473735920 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 20620 19995 379 719 0 19899 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 82480

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9371
/proc/meminfo: memFree=1658756/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=97924 CPUtime=342.21
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 24710 0 0 0 33917 304 0 0 25 0 1 0 8053205 100274176 22993 1992294400 4194304 7136930 140737473735920 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 24481 22993 379 719 0 23760 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 97924

[startup+402.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/107 9373
/proc/meminfo: memFree=1645860/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=110828 CPUtime=402.2
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 28101 0 0 0 39854 366 0 0 25 0 1 0 8053205 113487872 26384 1992294400 4194304 7136930 140737473735920 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 27707 26384 379 719 0 26986 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 110828

[startup+462.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/107 9375
/proc/meminfo: memFree=1632220/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=123120 CPUtime=462.18
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 31315 0 0 0 45797 421 0 0 25 0 1 0 8053205 126074880 29598 1992294400 4194304 7136930 140737473735920 18446744073709551615 4643031 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 30780 29598 379 719 0 30059 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 123120

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9375
/proc/meminfo: memFree=1619324/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=135268 CPUtime=522.17
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 34525 0 0 0 51738 479 0 0 25 0 1 0 8053205 138514432 32808 1992294400 4194304 7136930 140737473735920 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 33817 32808 379 719 0 33096 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 135268

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9377
/proc/meminfo: memFree=1606304/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=147536 CPUtime=582.16
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 37764 0 0 0 57672 544 0 0 25 0 1 0 8053205 151076864 36047 1992294400 4194304 7136930 140737473735920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 36884 36047 379 719 0 36163 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 147536

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9379
/proc/meminfo: memFree=1590556/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=162420 CPUtime=642.15
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 41674 0 0 0 63608 607 0 0 25 0 1 0 8053205 166318080 39957 1992294400 4194304 7136930 140737473735920 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 40605 39957 379 719 0 39884 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 162420

[startup+702.301 s]

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

/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 71321 0 0 0 105096 1108 0 0 25 0 1 0 8053205 290148352 69604 1992294400 4194304 7136930 140737473735920 18446744073709551615 4643143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 70837 69604 379 719 0 70116 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 283348

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9391
/proc/meminfo: memFree=1444112/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=309356 CPUtime=1122.03
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 78074 0 0 0 111006 1197 0 0 25 0 1 0 8053205 316780544 76357 1992294400 4194304 7136930 140737473735920 18446744073709551615 5892292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 77339 76357 379 719 0 76618 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 309356

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9393
/proc/meminfo: memFree=1417204/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=335276 CPUtime=1182.01
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 84831 0 0 0 116907 1294 0 0 25 0 1 0 8053205 343322624 83114 1992294400 4194304 7136930 140737473735920 18446744073709551615 4407859 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 83819 83114 379 719 0 83098 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 335276

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9395
/proc/meminfo: memFree=1385584/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=381832 CPUtime=1242
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 92745 0 0 0 122784 1416 0 0 25 0 1 0 8053205 390995968 91028 1992294400 4194304 7136930 140737473735920 18446744073709551615 4697651 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 95458 91028 379 719 0 94737 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 381832

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9397
/proc/meminfo: memFree=1339580/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=425844 CPUtime=1301.99
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 104050 0 0 0 128654 1545 0 0 25 0 1 0 8053205 436064256 102333 1992294400 4194304 7136930 140737473735920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 106461 102333 379 719 0 105740 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 425844

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9399
/proc/meminfo: memFree=1330156/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=434732 CPUtime=1361.97
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 106431 0 0 0 134597 1600 0 0 25 0 1 0 8053205 445165568 104714 1992294400 4194304 7136930 140737473735920 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 108683 104714 379 719 0 107962 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 434732

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9399
/proc/meminfo: memFree=1319244/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=444960 CPUtime=1421.96
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 109144 0 0 0 140545 1651 0 0 25 0 1 0 8053205 455639040 107427 1992294400 4194304 7136930 140737473735920 18446744073709551615 5911792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 111240 107427 379 719 0 110519 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 444960

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9401
/proc/meminfo: memFree=1307464/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=455984 CPUtime=1481.95
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 112051 0 0 0 146489 1706 0 0 25 0 1 0 8053205 466927616 110334 1992294400 4194304 7136930 140737473735920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 113996 110334 379 719 0 113275 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 455984

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9403
/proc/meminfo: memFree=1295312/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=467420 CPUtime=1541.93
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 115081 0 0 0 152433 1760 0 0 25 0 1 0 8053205 478638080 113364 1992294400 4194304 7136930 140737473735920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 116855 113364 379 719 0 116134 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 467420

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9414
/proc/meminfo: memFree=1283904/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=477872 CPUtime=1601.89
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 117843 0 0 0 158380 1809 0 0 25 0 1 0 8053205 489340928 116126 1992294400 4194304 7136930 140737473735920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 119468 116126 379 719 0 118747 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 477872

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9416
/proc/meminfo: memFree=1272248/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=488996 CPUtime=1661.89
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 120772 0 0 0 164327 1862 0 0 25 0 1 0 8053205 500731904 119055 1992294400 4194304 7136930 140737473735920 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 122249 119055 379 719 0 121528 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 488996

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9416
/proc/meminfo: memFree=1261212/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=499396 CPUtime=1721.87
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 123522 0 0 0 170265 1922 0 0 25 0 1 0 8053205 511381504 121805 1992294400 4194304 7136930 140737473735920 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 124849 121805 379 719 0 124128 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 499396

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9418
/proc/meminfo: memFree=1249556/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=510768 CPUtime=1781.85
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 126512 0 0 0 176208 1977 0 0 25 0 1 0 8053205 523026432 124795 1992294400 4194304 7136930 140737473735920 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 127692 124795 379 719 0 126971 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 510768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9418
/proc/meminfo: memFree=1245836/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=513984 CPUtime=1800.06
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 127360 0 0 0 178011 1995 0 0 25 0 1 0 8053205 526319616 125643 1992294400 4194304 7136930 140737473735920 18446744073709551615 5892352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9360/statm: 128496 125643 379 719 0 127775 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 513984

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9360

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9419
/proc/meminfo: memFree=1245828/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=513468 CPUtime=1800.95
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 127381 0 0 0 178100 1995 0 0 25 0 1 0 8053205 525791232 125535 1992294400 4194304 7136930 140737473735920 18446744073709551615 6165646 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9360/statm: 128367 125535 384 719 0 127646 0
Current children cumulated CPU time (s) 1800.95
Current children cumulated vsize (KiB) 513468

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9419
/proc/meminfo: memFree=1247812/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=505588 CPUtime=1801.75
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 127382 0 0 0 178180 1995 0 0 25 0 1 0 8053205 517722112 123565 1992294400 4194304 7136930 140737473735920 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9360/statm: 126397 123565 384 719 0 125676 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 505588

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9419
/proc/meminfo: memFree=1247812/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=504716 CPUtime=1801.95
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 127390 0 0 0 178200 1995 0 0 25 0 1 0 8053205 516829184 123347 1992294400 4194304 7136930 140737473735920 18446744073709551615 6165639 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9360/statm: 126179 123347 384 719 0 125458 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 504716

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9419
/proc/meminfo: memFree=1247812/2059040 swapFree=4192072/4192956
[pid=9360] ppid=9358 vsize=499416 CPUtime=1802.05
/proc/9360/stat : 9360 (pbscip.linux.x8) R 9358 9360 9144 0 -1 4202496 127390 0 0 0 178210 1995 0 0 25 0 1 0 8053205 511401984 122022 1992294400 4194304 7136930 140737473735920 18446744073709551615 4616671 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9360/statm: 124854 122022 384 719 0 124133 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 499416

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.56
CPU time (s): 1802.12
CPU user time (s): 1782.11
CPU system time (s): 20.007
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 513984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.11
system time used= 20.007
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127390
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= 5
involuntary context switches= 2257

runsolver used 2.90456 second user time and 8.59669 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-12 08:34:53
IDJOB=2664504
IDBENCH=1410
IDSOLVER=1167
FILE ID=node003/2664504-1276324493
PBS_JOBID= 11173163
Free space on /tmp= 62556 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-chnl40_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-2664504-1276324493/watcher-2664504-1276324493 -o /tmp/evaluation-result-2664504-1276324493/solver-2664504-1276324493 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664504-1276324493.opb -t 1800 -m 1800

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

MD5SUM BENCH= b95bbeb851a52866877e397310a0a770
RANDOM SEED=1822601860

node003.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.251
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1750804 kB
Buffers:         59916 kB
Cached:         123428 kB
SwapCached:          0 kB
Active:         103072 kB
Inactive:       138644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1750804 kB
SwapTotal:     4192956 kB
SwapFree:      4192072 kB
Dirty:            3372 kB
Writeback:           0 kB
AnonPages:       58408 kB
Mapped:          15380 kB
Slab:            44932 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182956 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= 62552 MiB
End job on node003 at 2010-06-12 09:04:55