Trace number 1885437

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1796.02 1796.53

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
aprove09/AProVE09-21.opb
MD5SUM5a875ced674c6f90599d09a0b9826ecb
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark12.7471
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29964
Total number of constraints91044
Number of constraints which are clauses91044
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint61
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 59
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 120
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.19/1.27	c SCIP version 1.1.0.7
1.19/1.27	c LP-Solver SoPlex 1.4.1
1.19/1.27	c user parameter file <scip.set> not found - using default parameters
1.19/1.27	c read problem <HOME/instance-1885437-1245266583.opb>
1.19/1.27	c original problem has 29964 variables (29964 bin, 0 int, 0 impl, 0 cont) and 91044 constraints
1.59/1.65	c No objective function, only one solution is needed.
1.59/1.65	c start presolving problem
1.59/1.65	c presolving:
2.59/2.65	c (round 1) 2130 del vars, 394 del conss, 226 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 780397 impls, 0 clqs
2.79/2.88	c (round 2) 2507 del vars, 5134 del conss, 322 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 797634 impls, 0 clqs
2.89/2.98	c (round 3) 2705 del vars, 5847 del conss, 389 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 807246 impls, 0 clqs
2.99/3.06	c (round 4) 2764 del vars, 6176 del conss, 395 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 808056 impls, 0 clqs
3.09/3.13	c (round 5) 2766 del vars, 6291 del conss, 397 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 808064 impls, 0 clqs
3.19/3.26	c (round 6) 2770 del vars, 6299 del conss, 401 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 808064 impls, 0 clqs
3.89/3.96	c (round 7) 2772 del vars, 6307 del conss, 401 chg bounds, 0 chg sides, 6 chg coeffs, 84737 upgd conss, 808080 impls, 0 clqs
4.09/4.18	c presolving (8 rounds):
4.09/4.18	c  2772 deleted vars, 6307 deleted constraints, 401 tightened bounds, 0 added holes, 0 changed sides, 6 changed coefficients
4.09/4.18	c  808080 implications, 0 cliques
4.09/4.18	c presolved problem has 27192 variables (27192 bin, 0 int, 0 impl, 0 cont) and 84737 constraints
4.09/4.18	c   84737 constraints of type <logicor>
4.09/4.18	c transformed objective value is always integral (scale: 1)
4.09/4.18	c Presolving Time: 2.11
4.09/4.18	c PURESAT
4.09/4.18	c -----------------------------------------------------------------------------------------------
4.09/4.18	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 0]
4.09/4.18	c separating/flowcover/freq = c -1
4.09/4.18	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 0]
4.09/4.18	c separating/cmir/freq = c -1
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/veclendiving/maxlpiterofs = c 1500
4.09/4.18	c # maximal fraction of diving LP iterations compared to node LP iterations
4.09/4.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.09/4.18	c heuristics/veclendiving/maxlpiterquot = c 0.075
4.09/4.18	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 10]
4.09/4.18	c heuristics/veclendiving/freq = c -1
4.09/4.18	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 1]
4.09/4.18	c heuristics/simplerounding/freq = c -1
4.09/4.18	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 10]
4.09/4.18	c heuristics/shifting/freq = c -1
4.09/4.18	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 1]
4.09/4.18	c heuristics/rounding/freq = c -1
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/rootsoldiving/maxlpiterofs = c 1500
4.09/4.18	c # maximal fraction of diving LP iterations compared to node LP iterations
4.09/4.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.09/4.18	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
4.09/4.18	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 20]
4.09/4.18	c heuristics/rootsoldiving/freq = c -1
4.09/4.18	c # number of nodes added to the contingent of the total nodes
4.09/4.18	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.09/4.18	c heuristics/rens/nodesofs = c 2000
4.09/4.18	c # minimum percentage of integer variables that have to be fixable 
4.09/4.18	c # [type: real, range: [0,1], default: 0.5]
4.09/4.18	c heuristics/rens/minfixingrate = c 0.3
4.09/4.18	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 0]
4.09/4.18	c heuristics/rens/freq = c -1
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/pscostdiving/maxlpiterofs = c 1500
4.09/4.18	c # maximal fraction of diving LP iterations compared to node LP iterations
4.09/4.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.09/4.18	c heuristics/pscostdiving/maxlpiterquot = c 0.075
4.09/4.18	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 10]
4.09/4.18	c heuristics/pscostdiving/freq = c -1
4.09/4.18	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 1]
4.09/4.18	c heuristics/oneopt/freq = c -1
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/objpscostdiving/maxlpiterofs = c 1500
4.09/4.18	c # maximal fraction of diving LP iterations compared to total iteration number
4.09/4.18	c # [type: real, range: [0,1], default: 0.01]
4.09/4.18	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
4.09/4.18	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 20]
4.09/4.18	c heuristics/objpscostdiving/freq = c -1
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/linesearchdiving/maxlpiterofs = c 1500
4.09/4.18	c # maximal fraction of diving LP iterations compared to node LP iterations
4.09/4.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.09/4.18	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
4.09/4.18	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 10]
4.09/4.18	c heuristics/linesearchdiving/freq = c -1
4.09/4.18	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 10]
4.09/4.18	c heuristics/intshifting/freq = c -1
4.09/4.18	c # maximal fraction of diving LP iterations compared to node LP iterations
4.09/4.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.09/4.18	c heuristics/intdiving/maxlpiterquot = c 0.075
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/guideddiving/maxlpiterofs = c 1500
4.09/4.18	c # maximal fraction of diving LP iterations compared to node LP iterations
4.09/4.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.09/4.18	c heuristics/guideddiving/maxlpiterquot = c 0.075
4.09/4.18	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 10]
4.09/4.18	c heuristics/guideddiving/freq = c -1
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/fracdiving/maxlpiterofs = c 1500
4.09/4.18	c # maximal fraction of diving LP iterations compared to node LP iterations
4.09/4.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.09/4.18	c heuristics/fracdiving/maxlpiterquot = c 0.075
4.09/4.18	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 10]
4.09/4.18	c heuristics/fracdiving/freq = c -1
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/feaspump/maxlpiterofs = c 2000
4.09/4.18	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 20]
4.09/4.18	c heuristics/feaspump/freq = c -1
4.09/4.18	c # minimum percentage of integer variables that have to be fixed 
4.09/4.18	c # [type: real, range: [0,1], default: 0.666]
4.09/4.18	c heuristics/crossover/minfixingrate = c 0.5
4.09/4.18	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.09/4.18	c # [type: real, range: [0,1], default: 0.1]
4.09/4.18	c heuristics/crossover/nodesquot = c 0.15
4.09/4.18	c # number of nodes without incumbent change that heuristic should wait
4.09/4.18	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.09/4.18	c heuristics/crossover/nwaitingnodes = c 100
4.09/4.18	c # number of nodes added to the contingent of the total nodes
4.09/4.18	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.09/4.18	c heuristics/crossover/nodesofs = c 750
4.09/4.18	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 30]
4.09/4.18	c heuristics/crossover/freq = c -1
4.09/4.18	c # additional number of allowed LP iterations
4.09/4.18	c # [type: int, range: [0,2147483647], default: 1000]
4.09/4.18	c heuristics/coefdiving/maxlpiterofs = c 1500
4.09/4.18	c # maximal fraction of diving LP iterations compared to node LP iterations
4.09/4.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.09/4.18	c heuristics/coefdiving/maxlpiterquot = c 0.075
4.09/4.18	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: 10]
4.09/4.18	c heuristics/coefdiving/freq = c -1
4.09/4.18	c # priority of node selection rule <dfs> in standard mode
4.09/4.18	c # [type: int, range: [-536870912,536870911], default: 0]
4.09/4.18	c nodeselection/dfs/stdpriority = c 1000000
4.09/4.18	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.09/4.18	c # [type: int, range: [-1,2147483647], default: -1]
4.09/4.18	c presolving/probing/maxrounds = c 0
4.09/4.18	c # should presolving try to simplify knapsacks
4.09/4.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.18	c constraints/knapsack/simplifyinequalities = c TRUE
4.09/4.18	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.09/4.18	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.09/4.18	c constraints/knapsack/disaggregation = c FALSE
4.09/4.18	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
4.18/4.20	c # [type: int, range: [-1,2147483647], default: -1]
4.18/4.20	c constraints/knapsack/maxnumcardlift = c 0
4.18/4.20	c # should presolving try to simplify inequalities
4.18/4.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.18/4.20	c constraints/linear/simplifyinequalities = c TRUE
4.18/4.20	c # maximal number of separation rounds in the root node (-1: unlimited)
4.18/4.20	c # [type: int, range: [-1,2147483647], default: -1]
4.18/4.20	c separating/maxroundsroot = c 5
4.18/4.20	c # maximal number of separation rounds per node (-1: unlimited)
4.18/4.20	c # [type: int, range: [-1,2147483647], default: 5]
4.18/4.20	c separating/maxrounds = c 1
4.18/4.20	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
4.18/4.20	c # [type: char, range: {lafpsqd}, default: l]
4.18/4.20	c lp/pricing = c a
4.18/4.20	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.18/4.20	c # [type: int, range: [-1,2147483647], default: 1]
4.18/4.20	c lp/solvefreq = c 0
4.18/4.20	c # solving stops, if the given number of solutions were found (-1: no limit)
4.18/4.20	c # [type: int, range: [-1,2147483647], default: -1]
4.18/4.20	c limits/solutions = c 1
4.18/4.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.18/4.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.18/4.20	c limits/memory = c 1620
4.18/4.20	c # maximal time in seconds to run
4.18/4.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.18/4.20	c limits/time = c 1791
4.18/4.20	c # frequency for displaying node information lines
4.18/4.20	c # [type: int, range: [-1,2147483647], default: 100]
4.18/4.20	c display/freq = c 10000
4.18/4.20	c # should enforcement of pseudo solution be disabled?
4.18/4.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.18/4.20	c constraints/disableenfops = c TRUE
4.18/4.20	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
4.18/4.20	c # [type: int, range: [-1,2147483647], default: 0]
4.18/4.20	c constraints/agelimit = c 1
4.18/4.20	c # should binary conflicts be preferred?
4.18/4.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.18/4.20	c conflict/preferbinary = c TRUE
4.18/4.20	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
4.18/4.20	c # [type: int, range: [-1,2147483647], default: -1]
4.18/4.20	c conflict/interconss = c 0
4.18/4.20	c -----------------------------------------------------------------------------------------------
4.18/4.20	c start solving problem
4.18/4.20	c 
17.09/17.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.09/17.19	c  15.2s|     1 |     0 |  4676 | 180M|   0 |1401 |  27k|  84k|  84k|  27k|  84k|   0 |   0 |   0 | 2.789388e+03 |      --      |    Inf 
31.89/31.95	c  29.6s|     1 |     0 |  5557 | 181M|   0 |1334 |  27k|  84k|  84k|  27k|  84k|   7 |   0 |   0 | 2.795708e+03 |      --      |    Inf 
52.98/53.09	c  50.7s|     1 |     0 |  6966 | 181M|   0 |1402 |  27k|  84k|  84k|  27k|  84k|  15 |   0 |   0 | 2.799102e+03 |      --      |    Inf 
71.17/71.21	c  68.8s|     1 |     0 |  8798 | 181M|   0 |1454 |  27k|  84k|  84k|  27k|  84k|  26 |   0 |   0 | 2.802551e+03 |      --      |    Inf 
131.25/131.38	c   129s|     1 |     0 | 10171 | 181M|   0 |1554 |  27k|  84k|  84k|  27k|  84k|  30 |   0 |   0 | 2.803847e+03 |      --      |    Inf 
153.44/153.51	c   151s|     1 |     0 | 12180 | 182M|   0 |1513 |  27k|  84k|  84k|  27k|  84k|  35 |   0 |   0 | 2.804951e+03 |      --      |    Inf 
332.50/332.62	c   330s|     1 |     2 | 12180 | 182M|   0 |1513 |  27k|  84k|  84k|  27k|  84k|  35 |   0 |  27 | 2.804951e+03 |      --      |    Inf 
1795.28/1795.88	c 
1795.28/1795.88	c SCIP Status        : solving was interrupted [time limit reached]
1795.28/1795.88	c Solving Time (sec) : 1791.01
1795.28/1795.88	c Solving Nodes      : 8071
1795.28/1795.88	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.28/1795.88	c Dual Bound         : +2.80495139612036e+03
1795.28/1795.88	c Gap                : infinite
1795.28/1795.88	c NODE         8071
1795.28/1795.88	c DUAL BOUND   2804.95
1795.28/1795.88	c PRIMAL BOUND 1e+20
1795.28/1795.88	c GAP          1e+20
1795.28/1795.88	s UNKNOWN
1795.28/1795.88	c SCIP Status        : solving was interrupted [time limit reached]
1795.28/1795.88	c Solving Time       :    1791.01
1795.28/1795.88	c Original Problem   :
1795.28/1795.88	c   Problem name     : HOME/instance-1885437-1245266583.opb
1795.28/1795.88	c   Variables        : 29964 (29964 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.28/1795.88	c   Constraints      : 91044 initial, 91044 maximal
1795.28/1795.88	c Presolved Problem  :
1795.28/1795.88	c   Problem name     : t_HOME/instance-1885437-1245266583.opb
1795.28/1795.88	c   Variables        : 27192 (27192 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.28/1795.88	c   Constraints      : 84737 initial, 86767 maximal
1795.28/1795.88	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.28/1795.88	c   trivial          :       0.02         92          0          0          0          0          0          0          0
1795.28/1795.88	c   dualfix          :       0.06          0          0          0          0          0          0          0          0
1795.28/1795.88	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.28/1795.88	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.28/1795.88	c   implics          :       0.19          0       2345          0          0          0          0          0          0
1795.28/1795.88	c   probing          :       0.00          0          0          0          0          0          0          0          0
1795.28/1795.88	c   linear           :       1.45        312         23          0        401          0       6307          0          6
1795.28/1795.88	c   logicor          :       0.16          0          0          0          0          0          0          0          0
1795.28/1795.88	c   root node        :          -          1          -          -          1          -          -          -          -
1795.28/1795.88	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.28/1795.88	c   integral         :          0          0          0          1          0          0          0          0          0          2
1795.28/1795.88	c   logicor          :      84737+         5     284640          0          0       3933    6965428          0          0          0
1795.28/1795.88	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.28/1795.88	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.28/1795.88	c   integral         :     178.91       0.00       0.00     178.91       0.00
1795.28/1795.88	c   logicor          :      72.35       0.05      72.30       0.00       0.00
1795.28/1795.88	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.28/1795.88	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.28/1795.88	c   rootredcost      :       0.34          0          0          0
1795.28/1795.88	c   pseudoobj        :    1284.73     287384          0          0
1795.28/1795.88	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.28/1795.88	c   propagation      :       2.91       3933       3933       3933       18.9       5352        8.5          -
1795.28/1795.88	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.28/1795.88	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.28/1795.88	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.28/1795.88	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.28/1795.88	c   applied globally :          -          -          -       9285       12.9          -          -          -
1795.28/1795.88	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.28/1795.88	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.28/1795.88	c   cut pool         :       0.00          4          -          -         49          -    (maximal pool size: 410)
1795.28/1795.88	c   redcost          :       0.01          5          0          0          0          0
1795.28/1795.88	c   impliedbounds    :       0.05          5          0          0          0          0
1795.28/1795.88	c   intobj           :       0.00          0          0          0          0          0
1795.28/1795.88	c   gomory           :      64.34          5          0          0       2500          0
1795.28/1795.88	c   strongcg         :      12.94          5          0          0       2500          0
1795.28/1795.88	c   cmir             :       0.00          0          0          0          0          0
1795.28/1795.88	c   flowcover        :       0.00          0          0          0          0          0
1795.28/1795.88	c   clique           :       0.64          5          0          0          0          0
1795.28/1795.88	c   zerohalf         :       0.00          0          0          0          0          0
1795.28/1795.88	c   mcf              :       0.41          1          0          0          0          0
1795.28/1795.88	c Pricers            :       Time      Calls       Vars
1795.28/1795.88	c   problem variables:       0.00          0          0
1795.28/1795.88	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.28/1795.88	c   relpscost        :     178.91          1          0          0          0          0          2
1795.28/1795.88	c   pscost           :       0.00          0          0          0          0          0          0
1795.28/1795.88	c   inference        :      47.46       6004          0          0          0          0      12008
1795.28/1795.88	c   mostinf          :       0.00          0          0          0          0          0          0
1795.28/1795.88	c   leastinf         :       0.00          0          0          0          0          0          0
1795.28/1795.88	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.28/1795.88	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.28/1795.88	c   random           :       0.00          0          0          0          0          0          0
1795.28/1795.88	c Primal Heuristics  :       Time      Calls      Found
1795.28/1795.88	c   LP solutions     :       0.00          -          0
1795.28/1795.88	c   pseudo solutions :       0.00          -          0
1795.28/1795.88	c   simplerounding   :       0.00          0          0
1795.28/1795.88	c   rounding         :       0.00          0          0
1795.28/1795.88	c   shifting         :       0.00          0          0
1795.28/1795.88	c   intshifting      :       0.00          0          0
1795.28/1795.88	c   oneopt           :       0.00          0          0
1795.28/1795.88	c   fixandinfer      :       0.00          0          0
1795.28/1795.88	c   feaspump         :       0.00          0          0
1795.28/1795.88	c   coefdiving       :       0.00          0          0
1795.28/1795.88	c   pscostdiving     :       0.00          0          0
1795.28/1795.88	c   fracdiving       :       0.00          0          0
1795.28/1795.88	c   veclendiving     :       0.00          0          0
1795.28/1795.88	c   intdiving        :       0.00          0          0
1795.28/1795.88	c   actconsdiving    :       0.00          0          0
1795.28/1795.88	c   objpscostdiving  :       0.00          0          0
1795.28/1795.88	c   rootsoldiving    :       0.00          0          0
1795.28/1795.88	c   linesearchdiving :       0.00          0          0
1795.28/1795.88	c   guideddiving     :       0.00          0          0
1795.28/1795.88	c   octane           :       0.00          0          0
1795.28/1795.88	c   rens             :       0.00          0          0
1795.28/1795.88	c   rins             :       0.00          0          0
1795.28/1795.88	c   localbranching   :       0.00          0          0
1795.28/1795.88	c   mutation         :       0.00          0          0
1795.28/1795.88	c   crossover        :       0.00          0          0
1795.28/1795.88	c   dins             :       0.00          0          0
1795.28/1795.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.28/1795.88	c   primal LP        :       0.06          0          0       0.00       0.00
1795.28/1795.88	c   dual LP          :      69.45          6      12180    2030.00     175.38
1795.28/1795.88	c   barrier LP       :       0.00          0          0       0.00          -
1795.28/1795.88	c   diving/probing LP:       0.00          0          0       0.00          -
1795.28/1795.88	c   strong branching :     178.90         27      21197     785.07     118.49
1795.28/1795.88	c     (at root node) :          -         27      21197     785.07          -
1795.28/1795.88	c   conflict analysis:       0.00          0          0       0.00          -
1795.28/1795.88	c B&B Tree           :
1795.28/1795.88	c   number of runs   :          1
1795.28/1795.88	c   nodes            :       8071
1795.28/1795.88	c   nodes (total)    :       8071
1795.28/1795.88	c   nodes left       :         27
1795.28/1795.88	c   max depth        :        199
1795.28/1795.88	c   max depth (total):        199
1795.28/1795.88	c   backtracks       :       2483 (30.8%)
1795.28/1795.88	c   delayed cutoffs  :       3913
1795.28/1795.88	c   repropagations   :      10005 (2552117 domain reductions, 1867 cutoffs)
1795.28/1795.88	c   avg switch length:       3.63
1795.28/1795.88	c   switching time   :      41.69
1795.28/1795.88	c Solution           :
1795.28/1795.88	c   Solutions found  :          0 (0 improvements)
1795.28/1795.88	c   Primal Bound     :          -
1795.28/1795.88	c   Dual Bound       : +2.80495139612036e+03
1795.28/1795.88	c   Gap              :   infinite
1795.28/1795.88	c   Root Dual Bound  : +2.80495139612036e+03
1795.97/1796.52	c Time complete: 1796.

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

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


[startup+0 s]
/proc/loadavg: 1.15 1.04 0.98 3/65 1993
/proc/meminfo: memFree=1825032/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=6100 CPUtime=0
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 547 0 0 0 0 0 0 0 20 0 1 0 194256290 6246400 530 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/1993/statm: 1525 539 325 886 0 635 0

[startup+0.0744781 s]
/proc/loadavg: 1.15 1.04 0.98 3/65 1993
/proc/meminfo: memFree=1825032/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=12056 CPUtime=0.06
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 2351 0 0 0 6 0 0 0 20 0 1 0 194256290 12345344 2333 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 0 0 0 0 17 1 0 0
/proc/1993/statm: 3014 2333 351 886 0 2124 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12056

[startup+0.101479 s]
/proc/loadavg: 1.15 1.04 0.98 3/65 1993
/proc/meminfo: memFree=1825032/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=14412 CPUtime=0.09
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 2938 0 0 0 8 1 0 0 20 0 1 0 194256290 14757888 2920 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/1993/statm: 3603 2920 351 886 0 2713 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14412

[startup+0.301501 s]
/proc/loadavg: 1.15 1.04 0.98 3/65 1993
/proc/meminfo: memFree=1825032/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=23432 CPUtime=0.29
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 5164 0 0 0 27 2 0 0 22 0 1 0 194256290 23994368 5146 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/1993/statm: 5858 5146 351 886 0 4968 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23432

[startup+0.701546 s]
/proc/loadavg: 1.15 1.04 0.98 3/65 1993
/proc/meminfo: memFree=1825032/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=39020 CPUtime=0.69
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 9083 0 0 0 65 4 0 0 25 0 1 0 194256290 39956480 9065 1992294400 4194304 7823515 548682068736 18446744073709551615 6896440 0 0 4096 0 0 0 0 17 1 0 0
/proc/1993/statm: 9755 9065 351 886 0 8865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39020

[startup+1.50163 s]
/proc/loadavg: 1.15 1.04 0.98 2/66 1994
/proc/meminfo: memFree=1777856/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=127124 CPUtime=1.49
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 31391 0 0 0 137 12 0 0 25 0 1 0 194256290 130174976 31019 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 31781 31019 375 886 0 30891 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127124

[startup+3.1018 s]
/proc/loadavg: 1.15 1.04 0.98 2/66 1994
/proc/meminfo: memFree=1678080/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=173392 CPUtime=3.09
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 42752 0 0 0 274 35 0 0 25 0 1 0 194256290 177553408 42380 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 43348 42380 432 886 0 42458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 173392

[startup+6.30114 s]
/proc/loadavg: 1.14 1.04 0.98 2/66 1994
/proc/meminfo: memFree=1542912/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=300368 CPUtime=6.29
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 76596 0 0 0 557 72 0 0 25 0 1 0 194256290 307576832 72292 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 75092 72292 514 886 0 74202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 300368

[startup+12.7018 s]
/proc/loadavg: 1.13 1.04 0.98 2/66 1994
/proc/meminfo: memFree=1530560/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=316376 CPUtime=12.68
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 78409 0 0 0 1195 73 0 0 25 0 1 0 194256290 323969024 73927 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 79094 73927 515 886 0 78204 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 316376

[startup+25.5012 s]
/proc/loadavg: 1.10 1.04 0.98 2/66 1994
/proc/meminfo: memFree=1523840/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=319092 CPUtime=25.48
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 80309 0 0 0 2439 109 0 0 25 0 1 0 194256290 326750208 75638 1992294400 4194304 7823515 548682068736 18446744073709551615 5924546 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 79773 75638 544 886 0 78883 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 319092

[startup+51.1019 s]
/proc/loadavg: 1.07 1.03 0.98 2/66 1994
/proc/meminfo: memFree=1513600/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=329020 CPUtime=51.08
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 82868 0 0 0 4994 114 0 0 25 0 1 0 194256290 336916480 78197 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 82255 78197 544 886 0 81365 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 329020

[startup+102.305 s]
/proc/loadavg: 1.03 1.03 0.98 2/66 1994
/proc/meminfo: memFree=1506688/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=336612 CPUtime=102.26
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 84613 0 0 0 10102 124 0 0 25 0 1 0 194256290 344690688 79942 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 84153 79942 544 886 0 83263 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 336612

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 0.98 2/66 1994
/proc/meminfo: memFree=1499008/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=341048 CPUtime=162.25
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 86543 0 0 0 16092 133 0 0 25 0 1 0 194256290 349233152 81857 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 85262 81857 547 886 0 84372 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 341048

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 0.98 2/66 1994
/proc/meminfo: memFree=1496576/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=344452 CPUtime=222.23
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 87140 0 0 0 22086 137 0 0 25 0 1 0 194256290 352718848 82454 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 86113 82454 547 886 0 85223 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 344452

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 0.98 2/66 1994
/proc/meminfo: memFree=1496448/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=344452 CPUtime=282.21
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 87168 0 0 0 28079 142 0 0 25 0 1 0 194256290 352718848 82482 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 86113 82482 547 886 0 85223 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 344452

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1496192/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=344452 CPUtime=342.2
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 87235 0 0 0 34073 147 0 0 25 0 1 0 194256290 352718848 82547 1992294400 4194304 7823515 548682068736 18446744073709551615 4770417 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 86113 82547 553 886 0 85223 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 344452

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1485312/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=349660 CPUtime=402.17
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 89999 0 0 0 40065 152 0 0 25 0 1 0 194256290 358051840 85311 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 87415 85311 553 886 0 86525 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 349660

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1460544/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=375100 CPUtime=462.16
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 96154 0 0 0 46057 159 0 0 25 0 1 0 194256290 384102400 91466 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 93775 91466 553 886 0 92885 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 375100

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1442112/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=393468 CPUtime=522.14
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 100712 0 0 0 52046 168 0 0 25 0 1 0 194256290 402911232 96024 1992294400 4194304 7823515 548682068736 18446744073709551615 5432881 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 98367 96024 553 886 0 97477 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 393468

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1426816/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=408736 CPUtime=582.13
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 104529 0 0 0 58036 177 0 0 25 0 1 0 194256290 418545664 99841 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 102184 99841 553 886 0 101294 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 408736

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1409600/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=425932 CPUtime=642.11
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 108802 0 0 0 64028 183 0 0 25 0 1 0 194256290 436154368 104114 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 106483 104114 553 886 0 105593 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 425932

[startup+702.302 s]

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

/proc/meminfo: memFree=1335232/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=500836 CPUtime=1061.99
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 127387 0 0 0 105966 233 0 0 25 0 1 0 194256290 512856064 122699 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 125209 122699 553 886 0 124319 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 500836

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1326144/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=509732 CPUtime=1121.97
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 129580 0 0 0 111958 239 0 0 25 0 1 0 194256290 521965568 124892 1992294400 4194304 7823515 548682068736 18446744073709551615 5102411 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 127433 124892 553 886 0 126543 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 509732

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1320640/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=515048 CPUtime=1181.96
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 130929 0 0 0 117951 245 0 0 25 0 1 0 194256290 527409152 126241 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 128762 126241 553 886 0 127872 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 515048

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1314304/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=521448 CPUtime=1241.94
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 132498 0 0 0 123943 251 0 0 25 0 1 0 194256290 533962752 127810 1992294400 4194304 7823515 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 130362 127810 553 886 0 129472 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 521448

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1308160/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=527508 CPUtime=1301.93
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 134022 0 0 0 129934 259 0 0 25 0 1 0 194256290 540168192 129334 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 131877 129334 553 886 0 130987 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 527508

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1299904/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=536012 CPUtime=1361.91
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 136126 0 0 0 135925 266 0 0 25 0 1 0 194256290 548876288 131438 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 134003 131438 553 886 0 133113 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 536012

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1289024/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=546624 CPUtime=1421.9
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 138795 0 0 0 141917 273 0 0 25 0 1 0 194256290 559742976 134107 1992294400 4194304 7823515 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 136656 134107 553 886 0 135766 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 546624

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1284736/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=551000 CPUtime=1481.87
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 139859 0 0 0 147907 280 0 0 25 0 1 0 194256290 564224000 135171 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 137750 135171 553 886 0 136860 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 551000

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1279040/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=556568 CPUtime=1541.86
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 141268 0 0 0 153898 288 0 0 25 0 1 0 194256290 569925632 136580 1992294400 4194304 7823515 548682068736 18446744073709551615 5432881 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 139142 136580 553 886 0 138252 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 556568

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1273792/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=561816 CPUtime=1601.84
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 142570 0 0 0 159889 295 0 0 25 0 1 0 194256290 575299584 137882 1992294400 4194304 7823515 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 140454 137882 553 886 0 139564 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 561816

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1269440/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=566420 CPUtime=1661.82
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 143693 0 0 0 165881 301 0 0 25 0 1 0 194256290 580014080 139005 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 141605 139005 553 886 0 140715 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 566420

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1994
/proc/meminfo: memFree=1264384/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=571540 CPUtime=1721.81
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 144957 0 0 0 171873 308 0 0 25 0 1 0 194256290 585256960 140269 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 142885 140269 553 886 0 141995 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 571540

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1996
/proc/meminfo: memFree=1258752/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=577040 CPUtime=1781.78
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 146298 0 0 0 177864 314 0 0 25 0 1 0 194256290 590888960 141610 1992294400 4194304 7823515 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 144260 141610 553 886 0 143370 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 577040

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1996
/proc/meminfo: memFree=1257920/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=577976 CPUtime=1784.98
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 146508 0 0 0 178183 315 0 0 25 0 1 0 194256290 591847424 141820 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 144494 141820 553 886 0 143604 0
Current children cumulated CPU time (s) 1784.98
Current children cumulated vsize (KiB) 577976

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1996
/proc/meminfo: memFree=1256640/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=579256 CPUtime=1791.38
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 146828 0 0 0 178823 315 0 0 25 0 1 0 194256290 593158144 142140 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 144814 142140 553 886 0 143924 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 579256

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1996
/proc/meminfo: memFree=1256640/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=579256 CPUtime=1794.59
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 146828 0 0 0 179143 316 0 0 25 0 1 0 194256290 593158144 142140 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1993/statm: 144814 142140 553 886 0 143924 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 579256

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1996
/proc/meminfo: memFree=1256640/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=579256 CPUtime=1795.38
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 146860 0 0 0 179222 316 0 0 25 0 1 0 194256290 593158144 142172 1992294400 4194304 7823515 548682068736 18446744073709551615 4787339 0 0 4096 0 0 0 0 17 1 0 0
/proc/1993/statm: 144814 142172 555 886 0 143924 0
Current children cumulated CPU time (s) 1795.38
Current children cumulated vsize (KiB) 579256

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1996
/proc/meminfo: memFree=1256128/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=579708 CPUtime=1795.78
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 146951 0 0 0 179262 316 0 0 25 0 1 0 194256290 593620992 142263 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/1993/statm: 144927 142263 559 886 0 144037 0
Current children cumulated CPU time (s) 1795.78
Current children cumulated vsize (KiB) 579708

[startup+1796.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1996
/proc/meminfo: memFree=1256128/2055920 swapFree=4175764/4192956
[pid=1993] ppid=1991 vsize=200244 CPUtime=1795.97
/proc/1993/stat : 1993 (pbscip.linux.x8) R 1991 1993 1266 0 -1 4194304 146951 0 0 0 179276 321 0 0 25 0 1 0 194256290 205049856 49603 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/1993/statm: 50061 49603 4411 886 0 49171 0
Current children cumulated CPU time (s) 1795.97
Current children cumulated vsize (KiB) 200244

Child status: 0
Real time (s): 1796.53
CPU time (s): 1796.02
CPU user time (s): 1792.77
CPU system time (s): 3.24851
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 579708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.77
system time used= 3.24851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146955
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= 6
involuntary context switches= 2569

runsolver used 1.9637 second user time and 4.54431 second system time

The end

Launcher Data

Begin job on node82 at 2009-06-17 21:23:03
IDJOB=1885437
IDBENCH=72057
IDSOLVER=683
FILE ID=node82/1885437-1245266583
PBS_JOBID= 9372380
Free space on /tmp= 66384 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/aprove09/AProVE09-21.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885437-1245266583/watcher-1885437-1245266583 -o /tmp/evaluation-result-1885437-1245266583/solver-1885437-1245266583 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885437-1245266583.opb

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

MD5SUM BENCH= 5a875ced674c6f90599d09a0b9826ecb
RANDOM SEED=2029306389

node82.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1825448 kB
Buffers:         28480 kB
Cached:         132740 kB
SwapCached:      10480 kB
Active:          56792 kB
Inactive:       117600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825448 kB
SwapTotal:     4192956 kB
SwapFree:      4175764 kB
Dirty:           12536 kB
Writeback:           0 kB
Mapped:          18948 kB
Slab:            42052 kB
Committed_AS:   109712 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node82 at 2009-06-17 21:52:59