Trace number 2664533

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-chnl40_41_pb.cnf.cr.opb
MD5SUM0beb8de972e873a7bfc16369cb81d469
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.169973
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3280
Total number of constraints162
Number of constraints which are clauses82
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 constraint41
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 42
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-2664533-1276329424.opb>
0.00/0.03	c original problem has 3280 variables (3280 bin, 0 int, 0 impl, 0 cont) and 162 constraints
0.00/0.03	c problem read
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.03	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.00/0.06	c presolving:
0.07/0.08	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 82 upgd conss, 0 impls, 80 clqs
0.07/0.08	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 162 upgd conss, 0 impls, 80 clqs
0.07/0.09	c presolving (3 rounds):
0.07/0.09	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.07/0.09	c  0 implications, 80 cliques
0.07/0.09	c presolved problem has 3280 variables (3280 bin, 0 int, 0 impl, 0 cont) and 162 constraints
0.07/0.09	c      80 constraints of type <setppc>
0.07/0.09	c      82 constraints of type <logicor>
0.07/0.09	c transformed objective value is always integral (scale: 1)
0.07/0.09	c Presolving Time: 0.04
0.07/0.09	c - non default parameters ----------------------------------------------------------------------
0.07/0.09	c # SCIP version 1.2.1.2
0.07/0.09	c 
0.07/0.09	c # frequency for displaying node information lines
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.07/0.09	c display/freq = 10000
0.07/0.09	c 
0.07/0.09	c # maximal time in seconds to run
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.07/0.09	c limits/time = 1799.98
0.07/0.09	c 
0.07/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.07/0.09	c limits/memory = 1620
0.07/0.09	c 
0.07/0.09	c # solving stops, if the given number of solutions were found (-1: no limit)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.07/0.09	c limits/solutions = 1
0.07/0.09	c 
0.07/0.09	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.07/0.09	c lp/solvefreq = -1
0.07/0.09	c 
0.07/0.09	c # maximal number of separation rounds per node (-1: unlimited)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 5]
0.07/0.09	c separating/maxrounds = 1
0.07/0.09	c 
0.07/0.09	c # maximal number of separation rounds in the root node (-1: unlimited)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.07/0.09	c separating/maxroundsroot = 5
0.07/0.09	c 
0.07/0.09	c # should presolving try to simplify inequalities
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c constraints/linear/simplifyinequalities = TRUE
0.07/0.09	c 
0.07/0.09	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.07/0.09	c constraints/knapsack/disaggregation = FALSE
0.07/0.09	c 
0.07/0.09	c # should presolving try to simplify knapsacks
0.07/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.07/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.07/0.09	c 
0.07/0.09	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.07/0.09	c presolving/probing/maxrounds = 0
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.07/0.09	c heuristics/coefdiving/freq = -1
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.07/0.09	c heuristics/coefdiving/maxlpiterquot = 0.075
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/coefdiving/maxlpiterofs = 1500
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 30]
0.07/0.09	c heuristics/crossover/freq = -1
0.07/0.09	c 
0.07/0.09	c # number of nodes added to the contingent of the total nodes
0.07/0.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.07/0.09	c heuristics/crossover/nodesofs = 750
0.07/0.09	c 
0.07/0.09	c # number of nodes without incumbent change that heuristic should wait
0.07/0.09	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.07/0.09	c heuristics/crossover/nwaitingnodes = 100
0.07/0.09	c 
0.07/0.09	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.07/0.09	c # [type: real, range: [0,1], default: 0.1]
0.07/0.09	c heuristics/crossover/nodesquot = 0.15
0.07/0.09	c 
0.07/0.09	c # minimum percentage of integer variables that have to be fixed 
0.07/0.09	c # [type: real, range: [0,1], default: 0.666]
0.07/0.09	c heuristics/crossover/minfixingrate = 0.5
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.07/0.09	c heuristics/feaspump/freq = -1
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/feaspump/maxlpiterofs = 2000
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.07/0.09	c heuristics/fracdiving/freq = -1
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.07/0.09	c heuristics/fracdiving/maxlpiterquot = 0.075
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/fracdiving/maxlpiterofs = 1500
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.07/0.09	c heuristics/guideddiving/freq = -1
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.07/0.09	c heuristics/guideddiving/maxlpiterquot = 0.075
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/guideddiving/maxlpiterofs = 1500
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.07/0.09	c heuristics/intdiving/maxlpiterquot = 0.075
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.07/0.09	c heuristics/intshifting/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.07/0.09	c heuristics/linesearchdiving/freq = -1
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.07/0.09	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.07/0.09	c heuristics/nlp/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.07/0.09	c heuristics/objpscostdiving/freq = -1
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to total iteration number
0.07/0.09	c # [type: real, range: [0,1], default: 0.01]
0.07/0.09	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.07/0.09	c heuristics/oneopt/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.07/0.09	c heuristics/pscostdiving/freq = -1
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.07/0.09	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/pscostdiving/maxlpiterofs = 1500
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.07/0.09	c heuristics/rens/freq = -1
0.07/0.09	c 
0.07/0.09	c # minimum percentage of integer variables that have to be fixable 
0.07/0.09	c # [type: real, range: [0,1], default: 0.5]
0.07/0.09	c heuristics/rens/minfixingrate = 0.3
0.07/0.09	c 
0.07/0.09	c # number of nodes added to the contingent of the total nodes
0.07/0.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.07/0.09	c heuristics/rens/nodesofs = 2000
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.07/0.09	c heuristics/rootsoldiving/freq = -1
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.07/0.09	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.07/0.09	c heuristics/rounding/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.07/0.09	c heuristics/shifting/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.07/0.09	c heuristics/simplerounding/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.07/0.09	c heuristics/trivial/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.07/0.09	c heuristics/trysol/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.07/0.09	c heuristics/veclendiving/freq = -1
0.07/0.09	c 
0.07/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.07/0.09	c heuristics/veclendiving/maxlpiterquot = 0.075
0.07/0.09	c 
0.07/0.09	c # additional number of allowed LP iterations
0.07/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.07/0.09	c heuristics/veclendiving/maxlpiterofs = 1500
0.07/0.09	c 
0.07/0.09	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.07/0.09	c heuristics/zirounding/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.07/0.09	c separating/cmir/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.07/0.09	c separating/flowcover/freq = -1
0.07/0.09	c 
0.07/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.07/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.07/0.09	c separating/rapidlearning/freq = 0
0.07/0.09	c 
0.07/0.09	c -----------------------------------------------------------------------------------------------
0.07/0.09	c start solving
0.07/0.09	c 
0.07/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.07/0.09	c   0.1s|     1 |     2 |     0 |     - |5739k|   0 |   - |3280 | 162 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.49/11.52	c  11.3s| 10000 |  9972 |     0 |   0.0 |9672k|1770 |   - |3280 | 255 |   0 |   0 |   0 | 119 |   0 | 0.000000e+00 |      --      |    Inf 
24.88/24.99	c  24.7s| 20000 | 19935 |     0 |   0.0 |  12M|1770 |   - |3280 | 354 |   0 |   0 |   0 | 334 |   0 | 0.000000e+00 |      --      |    Inf 
38.38/38.43	c  38.0s| 30000 | 29903 |     0 |   0.0 |  15M|1770 |   - |3280 | 256 |   0 |   0 |   0 | 475 |   0 | 0.000000e+00 |      --      |    Inf 
51.96/52.06	c  51.5s| 40000 | 39854 |     0 |   0.0 |  18M|1770 |   - |3280 | 195 |   0 |   0 |   0 | 548 |   0 | 0.000000e+00 |      --      |    Inf 
65.36/65.41	c  64.7s| 50000 | 49823 |     0 |   0.0 |  21M|1770 |   - |3280 | 191 |   0 |   0 |   0 | 579 |   0 | 0.000000e+00 |      --      |    Inf 
78.45/78.56	c  77.7s| 60000 | 59782 |     0 |   0.0 |  23M|1770 |   - |3280 | 200 |   0 |   0 |   0 | 641 |   0 | 0.000000e+00 |      --      |    Inf 
91.96/92.01	c  91.0s| 70000 | 69730 |     0 |   0.0 |  26M|1770 |   - |3280 | 255 |   0 |   0 |   0 | 801 |   0 | 0.000000e+00 |      --      |    Inf 
105.34/105.46	c   104s| 80000 | 79698 |     0 |   0.0 |  29M|1770 |   - |3280 | 233 |   0 |   0 |   0 | 904 |   0 | 0.000000e+00 |      --      |    Inf 
118.64/118.76	c   117s| 90000 | 89660 |     0 |   0.0 |  32M|1770 |   - |3280 | 262 |   0 |   0 |   0 |1050 |   0 | 0.000000e+00 |      --      |    Inf 
131.84/131.97	c   131s|100000 | 99632 |     0 |   0.0 |  35M|1770 |   - |3280 | 248 |   0 |   0 |   0 |1133 |   0 | 0.000000e+00 |      --      |    Inf 
145.04/145.11	c   144s|110000 |109587 |     0 |   0.0 |  37M|1770 |   - |3280 | 245 |   0 |   0 |   0 |1238 |   0 | 0.000000e+00 |      --      |    Inf 
158.12/158.25	c   157s|120000 |119546 |     0 |   0.0 |  40M|1770 |   - |3280 | 256 |   0 |   0 |   0 |1356 |   0 | 0.000000e+00 |      --      |    Inf 
171.01/171.17	c   169s|130000 |129514 |     0 |   0.0 |  43M|1770 |   - |3280 | 291 |   0 |   0 |   0 |1502 |   0 | 0.000000e+00 |      --      |    Inf 
184.01/184.11	c   182s|140000 |139473 |     0 |   0.0 |  46M|1770 |   - |3280 | 269 |   0 |   0 |   0 |1668 |   0 | 0.000000e+00 |      --      |    Inf 
196.81/196.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.81/196.91	c   195s|150000 |149431 |     0 |   0.0 |  48M|1770 |   - |3280 | 253 |   0 |   0 |   0 |1879 |   0 | 0.000000e+00 |      --      |    Inf 
209.29/209.44	c   207s|160000 |159396 |     0 |   0.0 |  51M|1770 |   - |3280 | 262 |   0 |   0 |   0 |1994 |   0 | 0.000000e+00 |      --      |    Inf 
221.90/222.04	c   220s|170000 |169364 |     0 |   0.0 |  54M|1770 |   - |3280 | 292 |   0 |   0 |   0 |2128 |   0 | 0.000000e+00 |      --      |    Inf 
234.59/234.72	c   232s|180000 |179322 |     0 |   0.0 |  57M|1770 |   - |3280 | 266 |   0 |   0 |   0 |2221 |   0 | 0.000000e+00 |      --      |    Inf 
247.07/247.22	c   245s|190000 |189283 |     0 |   0.0 |  60M|1770 |   - |3280 | 318 |   0 |   0 |   0 |2366 |   0 | 0.000000e+00 |      --      |    Inf 
259.47/259.65	c   257s|200000 |199238 |     0 |   0.0 |  62M|1770 |   - |3280 | 361 |   0 |   0 |   0 |2595 |   0 | 0.000000e+00 |      --      |    Inf 
271.76/271.96	c   269s|210000 |209197 |     0 |   0.0 |  65M|1770 |   - |3280 | 351 |   0 |   0 |   0 |2770 |   0 | 0.000000e+00 |      --      |    Inf 
284.15/284.30	c   281s|220000 |219155 |     0 |   0.0 |  68M|1770 |   - |3280 | 378 |   0 |   0 |   0 |2976 |   0 | 0.000000e+00 |      --      |    Inf 
296.25/296.48	c   293s|230000 |229121 |     0 |   0.0 |  71M|1770 |   - |3280 | 426 |   0 |   0 |   0 |3160 |   0 | 0.000000e+00 |      --      |    Inf 
308.44/308.70	c   305s|240000 |239079 |     0 |   0.0 |  74M|1770 |   - |3280 | 441 |   0 |   0 |   0 |3357 |   0 | 0.000000e+00 |      --      |    Inf 
320.64/320.82	c   317s|250000 |249030 |     0 |   0.0 |  76M|1770 |   - |3280 | 469 |   0 |   0 |   0 |3519 |   0 | 0.000000e+00 |      --      |    Inf 
332.64/332.89	c   329s|260000 |258983 |     0 |   0.0 |  79M|1770 |   - |3280 | 510 |   0 |   0 |   0 |3749 |   0 | 0.000000e+00 |      --      |    Inf 
344.73/344.95	c   341s|270000 |268934 |     0 |   0.0 |  82M|1770 |   - |3280 | 604 |   0 |   0 |   0 |4014 |   0 | 0.000000e+00 |      --      |    Inf 
356.63/356.89	c   353s|280000 |278877 |     0 |   0.0 |  85M|1770 |   - |3280 | 672 |   0 |   0 |   0 |4293 |   0 | 0.000000e+00 |      --      |    Inf 
368.33/368.53	c   364s|290000 |288823 |     0 |   0.0 |  88M|1770 |   - |3280 | 782 |   0 |   0 |   0 |4557 |   0 | 0.000000e+00 |      --      |    Inf 
380.02/380.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.02/380.28	c   376s|300000 |298778 |     0 |   0.0 |  91M|1770 |   - |3280 | 732 |   0 |   0 |   0 |4743 |   0 | 0.000000e+00 |      --      |    Inf 
391.71/391.94	c   387s|310000 |308735 |     0 |   0.0 |  94M|1770 |   - |3280 | 800 |   0 |   0 |   0 |4944 |   0 | 0.000000e+00 |      --      |    Inf 
403.31/403.53	c   399s|320000 |318681 |     0 |   0.0 |  97M|1770 |   - |3280 | 901 |   0 |   0 |   0 |5216 |   0 | 0.000000e+00 |      --      |    Inf 
414.71/414.91	c   410s|330000 |328640 |     0 |   0.0 |  99M|1770 |   - |3280 | 860 |   0 |   0 |   0 |5449 |   0 | 0.000000e+00 |      --      |    Inf 
426.10/426.31	c   421s|340000 |338592 |     0 |   0.0 | 102M|1770 |   - |3280 | 871 |   0 |   0 |   0 |5709 |   0 | 0.000000e+00 |      --      |    Inf 
437.51/437.70	c   433s|350000 |348536 |     0 |   0.0 | 105M|1770 |   - |3280 | 851 |   0 |   0 |   0 |5997 |   0 | 0.000000e+00 |      --      |    Inf 
448.80/449.03	c   444s|360000 |358482 |     0 |   0.0 | 108M|1770 |   - |3280 | 876 |   0 |   0 |   0 |6279 |   0 | 0.000000e+00 |      --      |    Inf 
459.89/460.18	c   455s|370000 |368426 |     0 |   0.0 | 111M|1770 |   - |3280 | 888 |   0 |   0 |   0 |6529 |   0 | 0.000000e+00 |      --      |    Inf 
470.99/471.23	c   466s|380000 |378380 |     0 |   0.0 | 113M|1770 |   - |3280 | 907 |   0 |   0 |   0 |6793 |   0 | 0.000000e+00 |      --      |    Inf 
482.08/482.38	c   477s|390000 |388325 |     0 |   0.0 | 116M|1770 |   - |3280 |1002 |   0 |   0 |   0 |7068 |   0 | 0.000000e+00 |      --      |    Inf 
492.97/493.20	c   487s|400000 |398277 |     0 |   0.0 | 119M|1770 |   - |3280 |1080 |   0 |   0 |   0 |7350 |   0 | 0.000000e+00 |      --      |    Inf 
503.77/504.07	c   498s|410000 |408224 |     0 |   0.0 | 122M|1770 |   - |3280 |1122 |   0 |   0 |   0 |7648 |   0 | 0.000000e+00 |      --      |    Inf 
514.67/514.92	c   509s|420000 |418169 |     0 |   0.0 | 125M|1770 |   - |3280 |1211 |   0 |   0 |   0 |7932 |   0 | 0.000000e+00 |      --      |    Inf 
525.56/525.85	c   520s|430000 |428106 |     0 |   0.0 | 128M|1770 |   - |3280 |1236 |   0 |   0 |   0 |8157 |   0 | 0.000000e+00 |      --      |    Inf 
536.06/536.35	c   530s|440000 |438055 |     0 |   0.0 | 131M|1770 |   - |3280 |1352 |   0 |   0 |   0 |8436 |   0 | 0.000000e+00 |      --      |    Inf 
546.55/546.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.55/546.85	c   540s|450000 |447999 |     0 |   0.0 | 134M|1770 |   - |3280 |1344 |   0 |   0 |   0 |8786 |   0 | 0.000000e+00 |      --      |    Inf 
556.95/557.27	c   551s|460000 |457947 |     0 |   0.0 | 136M|1770 |   - |3280 |1332 |   0 |   0 |   0 |9081 |   0 | 0.000000e+00 |      --      |    Inf 
567.25/567.51	c   561s|470000 |467898 |     0 |   0.0 | 139M|1770 |   - |3280 |1359 |   0 |   0 |   0 |9387 |   0 | 0.000000e+00 |      --      |    Inf 
577.25/577.53	c   571s|480000 |477842 |     0 |   0.0 | 142M|1770 |   - |3280 |1342 |   0 |   0 |   0 |9721 |   0 | 0.000000e+00 |      --      |    Inf 
587.24/587.51	c   581s|490000 |487795 |     0 |   0.0 | 145M|1770 |   - |3280 |1387 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
597.24/597.50	c   590s|500000 |497741 |     0 |   0.0 | 148M|1770 |   - |3280 |1481 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
606.94/607.22	c   600s|510000 |507681 |     0 |   0.0 | 151M|1770 |   - |3280 |1502 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
616.63/616.93	c   610s|520000 |517634 |     0 |   0.0 | 154M|1770 |   - |3280 |1506 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
626.23/626.57	c   619s|530000 |527574 |     0 |   0.0 | 156M|1770 |   - |3280 |1487 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
635.92/636.23	c   629s|540000 |537504 |     0 |   0.0 | 159M|1770 |   - |3280 |1505 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
645.32/645.63	c   638s|550000 |547454 |     0 |   0.0 | 162M|1770 |   - |3280 |1511 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
654.62/654.92	c   647s|560000 |557399 |     0 |   0.0 | 165M|1770 |   - |3280 |1575 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
663.81/664.15	c   656s|570000 |567350 |     0 |   0.0 | 168M|1770 |   - |3280 |1639 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
672.91/673.23	c   665s|580000 |577284 |     0 |   0.0 | 171M|1770 |   - |3280 |1806 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
682.00/682.33	c   674s|590000 |587211 |     0 |   0.0 | 174M|1770 |   - |3280 |1919 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
691.00/691.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.00/691.38	c   683s|600000 |597142 |     0 |   0.0 | 177M|1770 |   - |3280 |2079 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
699.80/700.15	c   692s|610000 |607071 |     0 |   0.0 | 180M|1770 |   - |3280 |2197 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
708.50/708.88	c   700s|620000 |616991 |     0 |   0.0 | 183M|1770 |   - |3280 |2286 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
717.20/717.58	c   709s|630000 |626926 |     0 |   0.0 | 186M|1770 |   - |3280 |2389 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
725.69/726.05	c   717s|640000 |636855 |     0 |   0.0 | 189M|1770 |   - |3280 |2652 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
734.19/734.59	c   725s|650000 |646753 |     0 |   0.0 | 192M|1770 |   - |3280 |2779 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
742.68/743.05	c   734s|660000 |656681 |     0 |   0.0 | 195M|1770 |   - |3280 |2948 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
750.68/751.07	c   742s|670000 |666596 |     0 |   0.0 | 198M|1770 |   - |3280 |2973 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
758.68/759.04	c   750s|680000 |676509 |     0 |   0.0 | 201M|1770 |   - |3280 |3100 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
766.38/766.73	c   757s|690000 |686427 |     0 |   0.0 | 204M|1770 |   - |3280 |3272 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
773.98/774.38	c   765s|700000 |696334 |     0 |   0.0 | 207M|1770 |   - |3280 |3402 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
781.37/781.78	c   772s|710000 |706241 |     0 |   0.0 | 211M|1770 |   - |3280 |3623 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
788.67/789.07	c   779s|720000 |716136 |     0 |   0.0 | 214M|1770 |   - |3280 |3845 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
795.86/796.20	c   786s|730000 |726020 |     0 |   0.0 | 217M|1770 |   - |3280 |3827 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
802.75/803.15	c   793s|740000 |735897 |     0 |   0.0 | 220M|1770 |   - |3280 |3965 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
809.55/809.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
809.55/809.95	c   800s|750000 |745751 |     0 |   0.0 | 223M|1770 |   - |3280 |4238 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
816.35/816.70	c   806s|760000 |755596 |     0 |   0.0 | 227M|1770 |   - |3280 |4583 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
822.85/823.26	c   813s|770000 |765409 |     0 |   0.0 | 230M|1770 |   - |3280 |5041 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
829.15/829.54	c   819s|780000 |775183 |     0 |   0.0 | 234M|1770 |   - |3280 |5675 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
835.24/835.61	c   825s|790000 |784894 |     0 |   0.0 | 238M|1770 |   - |3280 |5974 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
840.94/841.38	c   830s|800000 |794567 |     0 |   0.0 | 242M|1770 |   - |3280 |6196 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
846.44/846.87	c   836s|810000 |804167 |     0 |   0.0 | 246M|1770 |   - |3280 |6704 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
851.74/852.13	c   841s|820000 |813642 |     0 |   0.0 | 250M|1770 |   - |3280 |6901 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
859.24/859.63	c   848s|830000 |822695 |     0 |   0.0 | 256M|1770 |   - |3280 |7691 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
872.03/872.45	c   861s|840000 |832645 |     0 |   0.0 | 251M|1770 |   - |3280 |2948 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
884.73/885.10	c   873s|850000 |842607 |     0 |   0.0 | 251M|1770 |   - |3280 | 503 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
897.23/897.61	c   886s|860000 |852572 |     0 |   0.0 | 254M|1770 |   - |3280 | 329 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
910.21/910.63	c   898s|870000 |862530 |     0 |   0.0 | 257M|1770 |   - |3280 | 295 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
923.21/923.65	c   911s|880000 |872490 |     0 |   0.0 | 259M|1770 |   - |3280 | 252 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
936.31/936.77	c   924s|890000 |882433 |     0 |   0.0 | 262M|1770 |   - |3280 | 278 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
949.40/949.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.40/949.80	c   937s|900000 |892390 |     0 |   0.0 | 265M|1770 |   - |3280 | 248 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
962.40/962.89	c   950s|910000 |902351 |     0 |   0.0 | 268M|1770 |   - |3280 | 290 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
975.60/976.05	c   963s|920000 |912311 |     0 |   0.0 | 270M|1770 |   - |3280 | 258 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
988.79/989.20	c   976s|930000 |922267 |     0 |   0.0 | 273M|1770 |   - |3280 | 265 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
1001.69/1002.17	c   989s|940000 |932227 |     0 |   0.0 | 276M|1770 |   - |3280 | 309 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1014.79/1015.29	c  1002s|950000 |942187 |     0 |   0.0 | 279M|1770 |   - |3280 | 283 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1027.87/1028.36	c  1015s|960000 |952152 |     0 |   0.0 | 281M|1770 |   - |3280 | 262 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1040.87/1041.39	c  1028s|970000 |962118 |     0 |   0.0 | 284M|1770 |   - |3280 | 228 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1053.97/1054.48	c  1041s|980000 |972074 |     0 |   0.0 | 287M|1770 |   - |3280 | 277 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1067.06/1067.58	c  1054s|990000 |982036 |     0 |   0.0 | 289M|1770 |   - |3280 | 226 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1080.15/1080.64	c  1067s|  1000k|991997 |     0 |   0.0 | 292M|1770 |   - |3280 | 262 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
1093.35/1093.80	c  1080s|  1010k|  1001k|     0 |   0.0 | 295M|1770 |   - |3280 | 281 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1106.44/1106.99	c  1093s|  1020k|  1011k|     0 |   0.0 | 298M|1770 |   - |3280 | 279 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1119.53/1120.06	c  1106s|  1030k|  1021k|     0 |   0.0 | 301M|1770 |   - |3280 | 306 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1132.54/1133.08	c  1118s|  1040k|  1031k|     0 |   0.0 | 303M|1770 |   - |3280 | 232 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1145.63/1146.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1145.63/1146.15	c  1131s|  1050k|  1041k|     0 |   0.0 | 306M|1770 |   - |3280 | 270 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1158.72/1159.25	c  1144s|  1060k|  1051k|     0 |   0.0 | 309M|1770 |   - |3280 | 311 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
1171.92/1172.43	c  1157s|  1070k|  1061k|     0 |   0.0 | 312M|1770 |   - |3280 | 218 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1185.01/1185.56	c  1170s|  1080k|  1071k|     0 |   0.0 | 314M|1770 |   - |3280 | 236 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1198.10/1198.62	c  1183s|  1090k|  1081k|     0 |   0.0 | 317M|1770 |   - |3280 | 305 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1211.30/1211.82	c  1196s|  1100k|  1091k|     0 |   0.0 | 320M|1770 |   - |3280 | 264 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1224.39/1224.90	c  1209s|  1110k|  1101k|     0 |   0.0 | 323M|1770 |   - |3280 | 315 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
1237.29/1237.82	c  1222s|  1120k|  1111k|     0 |   0.0 | 326M|1770 |   - |3280 | 322 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1250.29/1250.82	c  1235s|  1130k|  1121k|     0 |   0.0 | 328M|1770 |   - |3280 | 276 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1263.39/1263.96	c  1248s|  1140k|  1131k|     0 |   0.0 | 331M|1770 |   - |3280 | 262 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1276.37/1276.99	c  1261s|  1150k|  1141k|     0 |   0.0 | 334M|1770 |   - |3280 | 264 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1289.58/1290.15	c  1274s|  1160k|  1151k|     0 |   0.0 | 337M|1770 |   - |3280 | 266 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
1302.67/1303.27	c  1287s|  1170k|  1161k|     0 |   0.0 | 339M|1770 |   - |3280 | 303 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1315.77/1316.37	c  1300s|  1180k|  1171k|     0 |   0.0 | 342M|1770 |   - |3280 | 236 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1328.86/1329.43	c  1313s|  1190k|  1181k|     0 |   0.0 | 345M|1770 |   - |3280 | 287 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1342.05/1342.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1342.05/1342.67	c  1326s|  1200k|  1191k|     0 |   0.0 | 348M|1770 |   - |3280 | 298 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1355.25/1355.85	c  1339s|  1210k|  1201k|     0 |   0.0 | 350M|1770 |   - |3280 | 258 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
1368.44/1369.03	c  1352s|  1220k|  1211k|     0 |   0.0 | 353M|1770 |   - |3280 | 271 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1381.64/1382.29	c  1365s|  1230k|  1221k|     0 |   0.0 | 356M|1770 |   - |3280 | 315 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1394.73/1395.36	c  1378s|  1240k|  1231k|     0 |   0.0 | 359M|1770 |   - |3280 | 265 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1408.03/1408.67	c  1391s|  1250k|  1240k|     0 |   0.0 | 361M|1770 |   - |3280 | 252 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1421.12/1421.72	c  1404s|  1260k|  1250k|     0 |   0.0 | 364M|1770 |   - |3280 | 246 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1434.22/1434.87	c  1417s|  1270k|  1260k|     0 |   0.0 | 367M|1770 |   - |3280 | 236 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
1447.41/1448.08	c  1430s|  1280k|  1270k|     0 |   0.0 | 370M|1770 |   - |3280 | 261 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1460.61/1461.20	c  1443s|  1290k|  1280k|     0 |   0.0 | 372M|1770 |   - |3280 | 265 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1473.61/1474.23	c  1456s|  1300k|  1290k|     0 |   0.0 | 375M|1770 |   - |3280 | 264 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1486.79/1487.48	c  1469s|  1310k|  1300k|     0 |   0.0 | 378M|1770 |   - |3280 | 246 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1499.89/1500.51	c  1482s|  1320k|  1310k|     0 |   0.0 | 381M|1770 |   - |3280 | 223 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1512.99/1513.63	c  1495s|  1330k|  1320k|     0 |   0.0 | 383M|1770 |   - |3280 | 277 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
1525.98/1526.67	c  1508s|  1340k|  1330k|     0 |   0.0 | 386M|1770 |   - |3280 | 297 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1539.08/1539.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1539.08/1539.74	c  1521s|  1350k|  1340k|     0 |   0.0 | 389M|1770 |   - |3280 | 318 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1552.17/1552.87	c  1534s|  1360k|  1350k|     0 |   0.0 | 392M|1770 |   - |3280 | 264 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1565.27/1565.99	c  1547s|  1370k|  1360k|     0 |   0.0 | 395M|1770 |   - |3280 | 286 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1578.36/1579.07	c  1560s|  1380k|  1370k|     0 |   0.0 | 397M|1770 |   - |3280 | 333 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1591.46/1592.16	c  1573s|  1390k|  1380k|     0 |   0.0 | 400M|1770 |   - |3280 | 280 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
1604.65/1605.35	c  1586s|  1400k|  1390k|     0 |   0.0 | 403M|1770 |   - |3280 | 280 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1617.85/1618.56	c  1599s|  1410k|  1400k|     0 |   0.0 | 406M|1770 |   - |3280 | 287 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1630.95/1631.68	c  1612s|  1420k|  1410k|     0 |   0.0 | 408M|1770 |   - |3280 | 304 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1644.14/1644.87	c  1625s|  1430k|  1420k|     0 |   0.0 | 411M|1770 |   - |3280 | 336 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
1657.33/1658.04	c  1638s|  1440k|  1430k|     0 |   0.0 | 414M|1770 |   - |3280 | 331 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1670.53/1671.23	c  1651s|  1450k|  1440k|     0 |   0.0 | 417M|1770 |   - |3280 | 298 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1683.52/1684.28	c  1664s|  1460k|  1450k|     0 |   0.0 | 419M|1770 |   - |3280 | 275 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1696.72/1697.45	c  1677s|  1470k|  1460k|     0 |   0.0 | 422M|1770 |   - |3280 | 297 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1709.83/1710.59	c  1690s|  1480k|  1470k|     0 |   0.0 | 425M|1770 |   - |3280 | 315 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
1723.01/1723.71	c  1703s|  1490k|  1480k|     0 |   0.0 | 428M|1770 |   - |3280 | 287 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1736.21/1736.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1736.21/1736.98	c  1716s|  1500k|  1490k|     0 |   0.0 | 430M|1770 |   - |3280 | 303 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1749.31/1750.09	c  1729s|  1510k|  1499k|     0 |   0.0 | 433M|1770 |   - |3280 | 328 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1762.29/1763.07	c  1742s|  1520k|  1509k|     0 |   0.0 | 436M|1770 |   - |3280 | 293 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1775.49/1776.30	c  1755s|  1530k|  1519k|     0 |   0.0 | 439M|1770 |   - |3280 | 321 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
1788.68/1789.42	c  1768s|  1540k|  1529k|     0 |   0.0 | 442M|1770 |   - |3280 | 314 |   0 |   0 |   0 |  47k|   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) : 1779.41
1800.08/1800.80	c Solving Nodes      : 1548711
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       :    1779.41
1800.08/1800.80	c Original Problem   :
1800.08/1800.80	c   Problem name     : HOME/instance-2664533-1276329424.opb
1800.08/1800.80	c   Variables        : 3280 (3280 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.80	c   Constraints      : 162 initial, 162 maximal
1800.08/1800.80	c Presolved Problem  :
1800.08/1800.80	c   Problem name     : t_HOME/instance-2664533-1276329424.opb
1800.08/1800.80	c   Variables        : 3280 (3280 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.80	c   Constraints      : 162 initial, 7778 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.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.80	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.80	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.80	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.80	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.80	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.80	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.80	c   setppc           :         80          0    1681865          0    1544983       5684     756684          0          0          0
1800.08/1800.80	c   logicor          :         82+         0     308130          0    1544983        647      90295          0          0          0
1800.08/1800.80	c   countsols        :          0          0          0          0    1544983          0          0          0          0          0
1800.08/1800.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.80	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.80	c   setppc           :     349.18       0.00      31.67       0.00     317.51
1800.08/1800.80	c   logicor          :     162.86       0.00       6.62       0.00     156.24
1800.08/1800.80	c   countsols        :       1.10       0.00       0.00       0.00       1.10
1800.08/1800.80	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.80	c   vbounds          :       1.34          1          0          0
1800.08/1800.80	c   rootredcost      :       1.24          0          0          0
1800.08/1800.80	c   pseudoobj        :       0.80          0          0          0
1800.08/1800.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.80	c   propagation      :      26.07       6331       6331     178827      231.7         26      106.5          -
1800.08/1800.80	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.80	c   applied globally :          -          -          -      47147      164.7          -          -          -
1800.08/1800.80	c   applied locally  :          -          -          -         60      387.2          -          -          -
1800.08/1800.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.80	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.80	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.80	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.80	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        :    1192.97    1544983          0          0          0          0    3089966
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            :    1548711
1800.08/1800.81	c   nodes (total)    :    1548711
1800.08/1800.81	c   nodes left       :    1538569
1800.08/1800.81	c   max depth        :       1770
1800.08/1800.81	c   max depth (total):       1770
1800.08/1800.81	c   backtracks       :       2641 (0.2%)
1800.08/1800.81	c   delayed cutoffs  :       2687
1800.08/1800.81	c   repropagations   :       7224 (41778 domain reductions, 2603 cutoffs)
1800.08/1800.81	c   avg switch length:       2.21
1800.08/1800.81	c   switching time   :      22.56
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-2664533-1276329424/watcher-2664533-1276329424 -o /tmp/evaluation-result-2664533-1276329424/solver-2664533-1276329424 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664533-1276329424.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.98 1.01 1.00 3/106 11345
/proc/meminfo: memFree=1398324/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=6584 CPUtime=0
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 1001 0 0 0 0 0 0 0 20 0 1 0 8543794 6742016 924 1992294400 4194304 7136930 140735877862512 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11345/statm: 1646 934 254 719 0 925 0

[startup+0.0726639 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 11345
/proc/meminfo: memFree=1398324/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=17760 CPUtime=0.07
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 4307 0 0 0 5 2 0 0 20 0 1 0 8543794 18186240 3619 1992294400 4194304 7136930 140735877862512 18446744073709551615 4997120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 4440 3619 341 719 0 3719 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17760

[startup+0.101668 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 11345
/proc/meminfo: memFree=1398324/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=18972 CPUtime=0.09
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 5681 0 0 0 7 2 0 0 20 0 1 0 8543794 19427328 3965 1992294400 4194304 7136930 140735877862512 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 4743 3965 374 719 0 4022 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18972

[startup+0.301703 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 11345
/proc/meminfo: memFree=1398324/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=19140 CPUtime=0.29
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 5710 0 0 0 27 2 0 0 20 0 1 0 8543794 19599360 3994 1992294400 4194304 7136930 140735877862512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 4785 3994 375 719 0 4064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19140

[startup+0.701771 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 11345
/proc/meminfo: memFree=1398324/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=19532 CPUtime=0.7
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 5822 0 0 0 67 3 0 0 20 0 1 0 8543794 20000768 4106 1992294400 4194304 7136930 140735877862512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 4883 4106 375 719 0 4162 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 19532

[startup+1.50191 s]
/proc/loadavg: 0.98 1.01 1.00 2/107 11346
/proc/meminfo: memFree=1382816/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=20724 CPUtime=1.49
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 6126 0 0 0 145 4 0 0 22 0 1 0 8543794 21221376 4410 1992294400 4194304 7136930 140735877862512 18446744073709551615 4407979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 5181 4410 379 719 0 4460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20724

[startup+3.10118 s]
/proc/loadavg: 0.98 1.01 1.00 2/107 11346
/proc/meminfo: memFree=1381700/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=21496 CPUtime=3.09
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 6323 0 0 0 303 6 0 0 25 0 1 0 8543794 22011904 4607 1992294400 4194304 7136930 140735877862512 18446744073709551615 5892276 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 5374 4607 379 719 0 4653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21496

[startup+6.30173 s]
/proc/loadavg: 0.98 1.01 1.00 2/107 11346
/proc/meminfo: memFree=1380708/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=22148 CPUtime=6.29
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 6500 0 0 0 619 10 0 0 25 0 1 0 8543794 22679552 4784 1992294400 4194304 7136930 140735877862512 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 5537 4784 379 719 0 4816 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22148

[startup+12.7008 s]
/proc/loadavg: 0.98 1.01 1.00 2/107 11346
/proc/meminfo: memFree=1378476/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=24228 CPUtime=12.69
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 7037 0 0 0 1252 17 0 0 25 0 1 0 8543794 24809472 5321 1992294400 4194304 7136930 140735877862512 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 6057 5321 379 719 0 5336 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24228

[startup+25.501 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 11346
/proc/meminfo: memFree=1373888/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=28112 CPUtime=25.48
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 8063 0 0 0 2520 28 0 0 25 0 1 0 8543794 28786688 6347 1992294400 4194304 7136930 140735877862512 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 7028 6347 379 719 0 6307 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28112

[startup+51.1014 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 11346
/proc/meminfo: memFree=1366448/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=35920 CPUtime=51.07
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 10087 0 0 0 5054 53 0 0 25 0 1 0 8543794 36782080 8371 1992294400 4194304 7136930 140735877862512 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 8980 8371 379 719 0 8259 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35920

[startup+102.309 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 11348
/proc/meminfo: memFree=1353552/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=49596 CPUtime=102.26
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 13116 0 0 0 10122 104 0 0 25 0 1 0 8543794 50786304 11400 1992294400 4194304 7136930 140735877862512 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 12399 11400 379 719 0 11678 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 49596

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 11350
/proc/meminfo: memFree=1338796/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=63612 CPUtime=162.22
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 16797 0 0 0 16059 163 0 0 25 0 1 0 8543794 65138688 15081 1992294400 4194304 7136930 140735877862512 18446744073709551615 4643257 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 15903 15081 379 719 0 15182 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 63612

[startup+222.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 11352
/proc/meminfo: memFree=1324660/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=77372 CPUtime=222.19
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 20425 0 0 0 21989 230 0 0 25 0 1 0 8543794 79228928 18709 1992294400 4194304 7136930 140735877862512 18446744073709551615 4740347 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 19343 18709 379 719 0 18622 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 77372

[startup+282.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 11363
/proc/meminfo: memFree=1309532/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=94780 CPUtime=282.15
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 23932 0 0 0 27916 299 0 0 25 0 1 0 8543794 97054720 22216 1992294400 4194304 7136930 140735877862512 18446744073709551615 4414505 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 23695 22216 379 719 0 22974 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 94780

[startup+342.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 11363
/proc/meminfo: memFree=1294156/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=109472 CPUtime=342.14
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 27788 0 0 0 33840 374 0 0 25 0 1 0 8543794 112099328 26072 1992294400 4194304 7136930 140735877862512 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 27368 26072 379 719 0 26647 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 109472

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11365
/proc/meminfo: memFree=1278160/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=124600 CPUtime=402.11
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 31767 0 0 0 39769 442 0 0 25 0 1 0 8543794 127590400 30051 1992294400 4194304 7136930 140735877862512 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 31150 30051 379 719 0 30429 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 124600

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11367
/proc/meminfo: memFree=1262164/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=139656 CPUtime=462.09
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 35746 0 0 0 45699 510 0 0 25 0 1 0 8543794 143007744 34030 1992294400 4194304 7136930 140735877862512 18446744073709551615 5005152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 34914 34030 379 719 0 34193 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 139656

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11369
/proc/meminfo: memFree=1244184/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=156912 CPUtime=522.07
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 40271 0 0 0 51623 584 0 0 25 0 1 0 8543794 160677888 38555 1992294400 4194304 7136930 140735877862512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 39228 38555 379 719 0 38507 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 156912

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11371
/proc/meminfo: memFree=1226452/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=181916 CPUtime=582.05
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 44687 0 0 0 57548 657 0 0 25 0 1 0 8543794 186281984 42971 1992294400 4194304 7136930 140735877862512 18446744073709551615 5908957 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 45479 42971 379 719 0 44758 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 181916

[startup+642.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 11371
/proc/meminfo: memFree=1207604/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=199656 CPUtime=642.03
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 49358 0 0 0 63465 738 0 0 25 0 1 0 8543794 204447744 47642 1992294400 4194304 7136930 140735877862512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 49914 47642 379 719 0 49193 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 199656

[startup+702.301 s]

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

/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 86024 0 0 0 104851 1335 0 0 25 0 1 0 8543794 347676672 84308 1992294400 4194304 7136930 140735877862512 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 84882 84308 379 719 0 84161 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 339528

[startup+1122.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 11388
/proc/meminfo: memFree=1045660/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=368960 CPUtime=1121.84
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 89455 0 0 0 110786 1398 0 0 25 0 1 0 8543794 377815040 87739 1992294400 4194304 7136930 140735877862512 18446744073709551615 4414752 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 92240 87739 379 719 0 91519 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 368960

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11390
/proc/meminfo: memFree=1032516/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=383428 CPUtime=1181.81
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 93239 0 0 0 116721 1460 0 0 25 0 1 0 8543794 392630272 91523 1992294400 4194304 7136930 140735877862512 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 95857 91523 379 719 0 95136 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 383428

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11390
/proc/meminfo: memFree=1014660/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=398868 CPUtime=1241.78
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 97310 0 0 0 122661 1517 0 0 25 0 1 0 8543794 408440832 95594 1992294400 4194304 7136930 140735877862512 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 99717 95594 379 719 0 98996 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 398868

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11392
/proc/meminfo: memFree=1001020/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=411416 CPUtime=1301.78
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 100627 0 0 0 128598 1580 0 0 25 0 1 0 8543794 421289984 98911 1992294400 4194304 7136930 140735877862512 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 102854 98911 379 719 0 102133 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 411416

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11394
/proc/meminfo: memFree=986636/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=425144 CPUtime=1361.75
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 104236 0 0 0 134535 1640 0 0 25 0 1 0 8543794 435347456 102520 1992294400 4194304 7136930 140735877862512 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 106286 102520 379 719 0 105565 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 425144

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11396
/proc/meminfo: memFree=974112/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=436884 CPUtime=1421.73
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 107350 0 0 0 140473 1700 0 0 25 0 1 0 8543794 447369216 105634 1992294400 4194304 7136930 140735877862512 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 109221 105634 379 719 0 108500 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 436884

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11398
/proc/meminfo: memFree=960844/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=449348 CPUtime=1481.7
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 110642 0 0 0 146411 1759 0 0 25 0 1 0 8543794 460132352 108926 1992294400 4194304 7136930 140735877862512 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 112337 108926 379 719 0 111616 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 449348

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11398
/proc/meminfo: memFree=947700/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=461716 CPUtime=1541.67
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 113914 0 0 0 152352 1815 0 0 25 0 1 0 8543794 472797184 112198 1992294400 4194304 7136930 140735877862512 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 115429 112198 379 719 0 114708 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 461716

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11400
/proc/meminfo: memFree=931704/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=476992 CPUtime=1601.65
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 117912 0 0 0 158291 1874 0 0 25 0 1 0 8543794 488439808 116196 1992294400 4194304 7136930 140735877862512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 119248 116196 379 719 0 118527 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 476992

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11402
/proc/meminfo: memFree=917196/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=490696 CPUtime=1661.63
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 121513 0 0 0 164229 1934 0 0 25 0 1 0 8543794 502472704 119797 1992294400 4194304 7136930 140735877862512 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 122674 119797 379 719 0 121953 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 490696

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11404
/proc/meminfo: memFree=904920/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=502112 CPUtime=1721.61
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 124546 0 0 0 170171 1990 0 0 25 0 1 0 8543794 514162688 122830 1992294400 4194304 7136930 140735877862512 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 125528 122830 379 719 0 124807 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 502112

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11406
/proc/meminfo: memFree=892148/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=514000 CPUtime=1781.59
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 127690 0 0 0 176111 2048 0 0 25 0 1 0 8543794 526336000 125974 1992294400 4194304 7136930 140735877862512 18446744073709551615 4414793 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 128500 125974 379 719 0 127779 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 514000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11406
/proc/meminfo: memFree=888304/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=517496 CPUtime=1800.08
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 128620 0 0 0 177942 2066 0 0 25 0 1 0 8543794 529915904 126904 1992294400 4194304 7136930 140735877862512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11345/statm: 129374 126904 379 719 0 128653 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 517496

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11345

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 11406
/proc/meminfo: memFree=888304/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=517496 CPUtime=1800.68
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 128640 0 0 0 178002 2066 0 0 18 0 1 0 8543794 529915904 126924 1992294400 4194304 7136930 140735877862512 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11345/statm: 129374 126924 384 719 0 128653 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 517496

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11407
/proc/meminfo: memFree=888792/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=514784 CPUtime=1801.48
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 128640 0 0 0 178082 2066 0 0 19 0 1 0 8543794 527138816 126246 1992294400 4194304 7136930 140735877862512 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11345/statm: 128696 126246 384 719 0 127975 0
Current children cumulated CPU time (s) 1801.48
Current children cumulated vsize (KiB) 514784

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11407
/proc/meminfo: memFree=888792/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=506384 CPUtime=1801.87
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 128640 0 0 0 178121 2066 0 0 20 0 1 0 8543794 518537216 124146 1992294400 4194304 7136930 140735877862512 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11345/statm: 126596 124146 384 719 0 125875 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 506384

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 11407
/proc/meminfo: memFree=904416/2059040 swapFree=4192956/4192956
[pid=11345] ppid=11343 vsize=500724 CPUtime=1802.08
/proc/11345/stat : 11345 (pbscip.linux.x8) R 11343 11345 10317 0 -1 4202496 128647 0 0 0 178142 2066 0 0 20 0 1 0 8543794 512741376 122731 1992294400 4194304 7136930 140735877862512 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11345/statm: 125181 122731 384 719 0 124460 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 500724

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.86
CPU time (s): 1802.14
CPU user time (s): 1781.43
CPU system time (s): 20.7129
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 517496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.43
system time used= 20.7129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128647
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= 4
involuntary context switches= 5323

runsolver used 2.95455 second user time and 8.5527 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 09:57:04
IDJOB=2664533
IDBENCH=1439
IDSOLVER=1167
FILE ID=node014/2664533-1276329424
PBS_JOBID= 11173153
Free space on /tmp= 62464 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_41_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-2664533-1276329424/watcher-2664533-1276329424 -o /tmp/evaluation-result-2664533-1276329424/solver-2664533-1276329424 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664533-1276329424.opb -t 1800 -m 1800

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

MD5SUM BENCH= 0beb8de972e873a7bfc16369cb81d469
RANDOM SEED=86987543

node014.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.258
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.51
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.258
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:       1398728 kB
Buffers:        110252 kB
Cached:         406332 kB
SwapCached:          0 kB
Active:         187036 kB
Inactive:       389268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1398728 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3496 kB
Writeback:          44 kB
AnonPages:       59756 kB
Mapped:          15432 kB
Slab:            62260 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62460 MiB
End job on node014 at 2010-06-12 10:27:07