Trace number 1884268

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2UNSAT 1153.8 1154.18

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/jarvisalo/
eq.atree.braun.9.unsat.opb
MD5SUM54b8cfe3d9db51f2f078abb2538851b1
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark132.574
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables892
Total number of constraints3006
Number of constraints which are clauses3006
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 constraint17
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 32
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.01/0.05	c SCIP version 1.1.0.7
0.01/0.05	c LP-Solver Clp 1.8.2
0.01/0.05	c user parameter file <scip.set> not found - using default parameters
0.01/0.05	c read problem <HOME/instance-1884268-1245256321.opb>
0.01/0.05	c original problem has 892 variables (892 bin, 0 int, 0 impl, 0 cont) and 3006 constraints
0.01/0.07	c No objective function, only one solution is needed.
0.01/0.07	c start presolving problem
0.01/0.07	c presolving:
0.01/0.08	c (round 1) 3 del vars, 3 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4822 impls, 0 clqs
0.01/0.08	c (round 2) 3 del vars, 37 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4822 impls, 0 clqs
0.09/0.13	c (round 3) 3 del vars, 37 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 2969 upgd conss, 4822 impls, 0 clqs
0.09/0.14	c presolving (4 rounds):
0.09/0.14	c  3 deleted vars, 37 deleted constraints, 3 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  4822 implications, 0 cliques
0.09/0.14	c presolved problem has 889 variables (889 bin, 0 int, 0 impl, 0 cont) and 2969 constraints
0.09/0.14	c    2969 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.06
0.09/0.14	c PURESAT
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c separating/flowcover/freq = c -1
0.09/0.14	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c separating/cmir/freq = c -1
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/veclendiving/maxlpiterofs = c 1500
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.09/0.14	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/veclendiving/freq = c -1
0.09/0.14	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/simplerounding/freq = c -1
0.09/0.14	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/shifting/freq = c -1
0.09/0.14	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/rounding/freq = c -1
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.14	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.09/0.14	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/rootsoldiving/freq = c -1
0.09/0.14	c # number of nodes added to the contingent of the total nodes
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14	c heuristics/rens/nodesofs = c 2000
0.09/0.14	c # minimum percentage of integer variables that have to be fixable 
0.09/0.14	c # [type: real, range: [0,1], default: 0.5]
0.09/0.14	c heuristics/rens/minfixingrate = c 0.3
0.09/0.14	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c heuristics/rens/freq = c -1
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.09/0.14	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/pscostdiving/freq = c -1
0.09/0.14	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c heuristics/oneopt/freq = c -1
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.09/0.14	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.14	c # [type: real, range: [0,1], default: 0.01]
0.09/0.14	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.09/0.14	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/objpscostdiving/freq = c -1
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.09/0.14	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/linesearchdiving/freq = c -1
0.09/0.14	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/intshifting/freq = c -1
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/intdiving/maxlpiterquot = c 0.075
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/guideddiving/maxlpiterofs = c 1500
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.09/0.14	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/guideddiving/freq = c -1
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/fracdiving/maxlpiterofs = c 1500
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.09/0.14	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/fracdiving/freq = c -1
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/feaspump/maxlpiterofs = c 2000
0.09/0.14	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.14	c heuristics/feaspump/freq = c -1
0.09/0.14	c # minimum percentage of integer variables that have to be fixed 
0.09/0.14	c # [type: real, range: [0,1], default: 0.666]
0.09/0.14	c heuristics/crossover/minfixingrate = c 0.5
0.09/0.14	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.14	c # [type: real, range: [0,1], default: 0.1]
0.09/0.14	c heuristics/crossover/nodesquot = c 0.15
0.09/0.14	c # number of nodes without incumbent change that heuristic should wait
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.14	c heuristics/crossover/nwaitingnodes = c 100
0.09/0.14	c # number of nodes added to the contingent of the total nodes
0.09/0.14	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.14	c heuristics/crossover/nodesofs = c 750
0.09/0.14	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.14	c heuristics/crossover/freq = c -1
0.09/0.14	c # additional number of allowed LP iterations
0.09/0.14	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.14	c heuristics/coefdiving/maxlpiterofs = c 1500
0.09/0.14	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.14	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.09/0.14	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.14	c heuristics/coefdiving/freq = c -1
0.09/0.14	c # priority of node selection rule <dfs> in standard mode
0.09/0.14	c # [type: int, range: [-536870912,536870911], default: 0]
0.09/0.14	c nodeselection/dfs/stdpriority = c 1000000
0.09/0.14	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c presolving/probing/maxrounds = c 0
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = c TRUE
0.09/0.14	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.14	c constraints/knapsack/disaggregation = c FALSE
0.09/0.14	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c constraints/knapsack/maxnumcardlift = c 0
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = c TRUE
0.09/0.14	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/maxroundsroot = c 5
0.09/0.14	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.14	c separating/maxrounds = c 1
0.09/0.14	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)
0.09/0.14	c # [type: char, range: {lafpsqd}, default: l]
0.09/0.14	c lp/pricing = c a
0.09/0.14	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c lp/solvefreq = c 0
0.09/0.14	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c limits/solutions = c 1
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = c 1620
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = c 1791
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = c 10000
0.09/0.14	c # should enforcement of pseudo solution be disabled?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/disableenfops = c TRUE
0.09/0.14	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c constraints/agelimit = c 1
0.09/0.14	c # should binary conflicts be preferred?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c conflict/preferbinary = c TRUE
0.09/0.14	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c conflict/interconss = c 0
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving problem
0.09/0.14	c 
0.09/0.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c   0.1s|     1 |     0 |   143 |5615k|   0 |  26 | 889 |2969 |2969 | 889 |2969 |   0 |   0 |   0 | 1.775000e+01 |      --      |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   278 |5642k|   0 |  20 | 889 |2969 |2969 | 889 |2970 |   1 |   0 |   0 | 1.816667e+01 |      --      |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   346 |5701k|   0 |  24 | 889 |2969 |2969 | 889 |2972 |   3 |   0 |   0 | 1.843590e+01 |      --      |    Inf 
0.39/0.49	c   0.4s|     1 |     0 |   421 |6093k|   0 |  16 | 889 |2969 |2969 | 889 |2975 |   6 |   0 |   0 | 1.860000e+01 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   605 |6778k|   0 |  72 | 889 |2969 |2969 | 889 |2977 |   8 |   0 |   0 | 1.874696e+01 |      --      |    Inf 
0.89/0.93	c   0.8s|     1 |     0 |   776 |6953k|   0 |  83 | 889 |2969 |2969 | 889 |2978 |   9 |   0 |   0 | 1.884646e+01 |      --      |    Inf 
2.69/2.77	c   2.7s|     1 |     2 |   776 |6953k|   0 |  83 | 889 |2969 |2969 | 889 |2978 |   9 |   0 |  30 | 1.884646e+01 |      --      |    Inf 
18.38/18.48	c  17.8s| 10000 |   114 |   776 |7489k| 224 |   - | 889 |2972 | 575 |   0 |   0 |   9 |8684 |  30 | 1.891621e+01 |      --      |    Inf 
36.28/36.34	c  35.0s| 20000 |    98 |   776 |7513k| 224 |   - | 889 |2987 | 290 |   0 |   0 |   9 |  16k|  30 | 1.891621e+01 |      --      |    Inf 
54.27/54.38	c  52.4s| 30000 |    81 |   776 |7540k| 224 |   - | 889 |2988 | 402 |   0 |   0 |   9 |  24k|  30 | 1.891621e+01 |      --      |    Inf 
72.96/73.03	c  70.4s| 40000 |    75 |   776 |7563k| 224 |   - | 889 |3003 | 203 |   0 |   0 |   9 |  31k|  30 | 1.891621e+01 |      --      |    Inf 
90.86/90.91	c  87.7s| 50000 |    71 |   776 |7571k| 224 |   - | 889 |3005 | 152 |   0 |   0 |   9 |  38k|  30 | 1.891621e+01 |      --      |    Inf 
109.65/109.75	c   106s| 60000 |    67 |   776 |7576k| 224 |   - | 889 |3004 | 156 |   0 |   0 |   9 |  45k|  30 | 1.891621e+01 |      --      |    Inf 
129.65/129.71	c   125s| 70000 |    60 |   776 |7574k| 224 |   - | 889 |3010 | 562 |   0 |   0 |   9 |  52k|  30 | 1.891621e+01 |      --      |    Inf 
148.84/148.92	c   144s| 80000 |    59 |   776 |7586k| 224 |   - | 889 |3010 | 252 |   0 |   0 |   9 |  59k|  30 | 1.891621e+01 |      --      |    Inf 
166.13/166.22	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.13/166.22	c   161s| 90000 |    59 |   776 |7595k| 224 |   - | 889 |3054 | 890 |   0 |   0 |   9 |  65k|  30 | 1.891621e+01 |      --      |    Inf 
182.93/183.04	c   177s|100000 |    58 |   776 |7615k| 224 |   - | 889 |3093 | 437 |   0 |   0 |   9 |  71k|  30 | 1.891621e+01 |      --      |    Inf 
200.72/200.89	c   194s|110000 |    56 |   776 |7599k| 224 |   - | 889 |3056 |1154 |   0 |   0 |   9 |  78k|  30 | 1.891621e+01 |      --      |    Inf 
220.11/220.27	c   213s|120000 |    59 |   776 |7606k| 224 |   - | 889 |3028 | 138 |   0 |   0 |   9 |  84k|  30 | 1.891621e+01 |      --      |    Inf 
238.01/238.13	c   230s|130000 |    55 |   776 |7612k| 224 |   - | 889 |3037 | 823 |   0 |   0 |   9 |  90k|  30 | 1.891621e+01 |      --      |    Inf 
257.21/257.36	c   249s|140000 |    55 |   776 |7617k| 224 |   - | 889 |3026 | 602 |   0 |   0 |   9 |  98k|  30 | 1.891621e+01 |      --      |    Inf 
277.60/277.76	c   269s|150000 |    48 |   776 |7609k| 224 |   - | 889 |2995 | 249 |   0 |   0 |   9 | 104k|  30 | 1.891621e+01 |      --      |    Inf 
296.80/296.94	c   287s|160000 |    48 |   776 |7620k| 224 |   - | 889 |3031 | 925 |   0 |   0 |   9 | 111k|  30 | 1.891621e+01 |      --      |    Inf 
317.48/317.62	c   307s|170000 |    39 |   776 |7601k| 224 |   - | 889 |3018 |1760 |   0 |   0 |   9 | 117k|  30 | 1.891621e+01 |      --      |    Inf 
338.48/338.62	c   327s|180000 |    42 |   776 |7614k| 224 |   - | 889 |2985 | 168 |   0 |   0 |   9 | 122k|  30 | 1.891621e+01 |      --      |    Inf 
360.87/361.02	c   349s|190000 |    39 |   776 |7621k| 224 |   - | 889 |3020 | 692 |   0 |   0 |   9 | 127k|  30 | 1.891621e+01 |      --      |    Inf 
381.06/381.27	c   369s|200000 |    36 |   776 |7621k| 224 |   - | 889 |3029 | 939 |   0 |   0 |   9 | 132k|  30 | 1.891621e+01 |      --      |    Inf 
402.65/402.83	c   390s|210000 |    37 |   776 |7625k| 224 |   - | 889 |3007 | 282 |   0 |   0 |   9 | 137k|  30 | 1.891621e+01 |      --      |    Inf 
426.35/426.56	c   413s|220000 |    29 |   776 |7644k| 224 |   - | 889 |3040 | 223 |   0 |   0 |   9 | 143k|  30 | 1.891621e+01 |      --      |    Inf 
447.24/447.47	c   433s|230000 |    31 |   776 |7625k| 224 |   - | 889 |2998 | 150 |   0 |   0 |   9 | 149k|  30 | 1.891621e+01 |      --      |    Inf 
466.93/467.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
466.93/467.15	c   452s|240000 |    30 |   776 |7635k| 224 |   - | 889 |3053 | 669 |   0 |   0 |   9 | 155k|  30 | 1.891621e+01 |      --      |    Inf 
485.03/485.20	c   470s|250000 |    31 |   776 |7637k| 224 |   - | 889 |3014 | 142 |   0 |   0 |   9 | 161k|  30 | 1.891621e+01 |      --      |    Inf 
504.12/504.37	c   488s|260000 |    27 |   776 |7624k| 224 |   - | 889 |3006 | 804 |   0 |   0 |   9 | 168k|  30 | 1.891621e+01 |      --      |    Inf 
525.22/525.42	c   509s|270000 |    24 |   776 |7663k| 224 |   - | 889 |3090 | 210 |   0 |   0 |   9 | 175k|  30 | 1.891621e+01 |      --      |    Inf 
543.41/543.65	c   526s|280000 |    27 |   776 |7647k| 224 |   - | 889 |3075 |1369 |   0 |   0 |   9 | 180k|  30 | 1.891621e+01 |      --      |    Inf 
561.40/561.65	c   544s|290000 |    30 |   776 |7669k| 224 |   - | 889 |3124 | 676 |   0 |   0 |   9 | 185k|  30 | 1.891621e+01 |      --      |    Inf 
578.40/578.66	c   560s|300000 |    29 |   776 |7697k| 224 |   - | 889 |3183 | 242 |   0 |   0 |   9 | 191k|  30 | 1.891621e+01 |      --      |    Inf 
595.70/595.95	c   577s|310000 |    29 |   776 |7678k| 224 |   - | 889 |3091 | 184 |   0 |   0 |   9 | 197k|  30 | 1.891621e+01 |      --      |    Inf 
612.68/612.93	c   593s|320000 |    26 |   776 |7701k| 224 |   - | 889 |3225 |1267 |   0 |   0 |   9 | 203k|  30 | 1.891621e+01 |      --      |    Inf 
630.68/630.94	c   611s|330000 |    26 |   776 |7656k| 224 |   - | 889 |3059 |1409 |   0 |   0 |   9 | 209k|  30 | 1.891621e+01 |      --      |    Inf 
648.38/648.64	c   628s|340000 |    24 |   776 |7686k| 224 |   - | 889 |3188 |1474 |   0 |   0 |   9 | 215k|  30 | 1.891621e+01 |      --      |    Inf 
667.37/667.64	c   646s|350000 |    25 |   776 |7695k| 224 |   - | 889 |3144 | 865 |   0 |   0 |   9 | 221k|  30 | 1.891621e+01 |      --      |    Inf 
685.46/685.76	c   664s|360000 |    25 |   776 |7644k| 224 |   - | 889 |2975 |1058 |   0 |   0 |   9 | 226k|  30 | 1.891621e+01 |      --      |    Inf 
704.76/705.08	c   683s|370000 |    24 |   776 |7684k| 224 |   - | 889 |3070 | 505 |   0 |   0 |   9 | 231k|  30 | 1.891621e+01 |      --      |    Inf 
725.65/725.94	c   703s|380000 |    22 |   776 |7667k| 224 |   - | 889 |3002 | 684 |   0 |   0 |   9 | 234k|  30 | 1.891621e+01 |      --      |    Inf 
749.63/749.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
749.63/749.93	c   726s|390000 |    19 |   776 |7655k| 224 |   - | 889 |2981 | 851 |   0 |   0 |   9 | 237k|  30 | 1.891621e+01 |      --      |    Inf 
770.13/770.49	c   746s|400000 |    17 |   776 |7674k| 224 |   - | 889 |2997 | 219 |   0 |   0 |   9 | 239k|  30 | 1.891621e+01 |      --      |    Inf 
791.63/791.99	c   767s|410000 |    16 |   776 |7663k| 224 |   - | 889 |3018 |1323 |   0 |   0 |   9 | 242k|  30 | 1.891621e+01 |      --      |    Inf 
812.82/813.15	c   788s|420000 |    15 |   776 |7673k| 224 |   - | 889 |2987 | 144 |   0 |   0 |   9 | 245k|  30 | 1.891621e+01 |      --      |    Inf 
832.71/833.07	c   807s|430000 |     8 |   776 |7687k| 224 |   - | 889 |3037 | 241 |   0 |   0 |   9 | 246k|  30 | 1.891621e+01 |      --      |    Inf 
850.20/850.54	c   824s|440000 |     8 |   776 |7676k| 224 |   - | 889 |3020 | 754 |   0 |   0 |   9 | 248k|  30 | 1.891621e+01 |      --      |    Inf 
869.80/870.19	c   843s|450000 |     7 |   776 |7682k| 224 |   - | 889 |3016 | 268 |   0 |   0 |   9 | 249k|  30 | 1.891621e+01 |      --      |    Inf 
889.60/889.99	c   862s|460000 |    10 |   776 |7667k| 224 |   - | 889 |2989 |1005 |   0 |   0 |   9 | 251k|  30 | 2.197500e+01 |      --      |    Inf 
911.19/911.55	c   883s|470000 |    12 |   776 |7677k| 224 |   - | 889 |3007 | 471 |   0 |   0 |   9 | 258k|  30 | 2.197500e+01 |      --      |    Inf 
935.08/935.48	c   906s|480000 |    10 |   776 |7672k| 224 |   - | 889 |3024 | 983 |   0 |   0 |   9 | 265k|  30 | 2.197500e+01 |      --      |    Inf 
959.77/960.16	c   930s|490000 |     8 |   776 |7679k| 224 |   - | 889 |3035 | 766 |   0 |   0 |   9 | 272k|  30 | 2.197500e+01 |      --      |    Inf 
985.17/985.57	c   955s|500000 |    11 |   776 |7687k| 224 |   - | 889 |3034 | 360 |   0 |   0 |   9 | 278k|  30 | 2.197500e+01 |      --      |    Inf 
1012.95/1013.38	c   982s|510000 |     7 |   776 |7681k| 224 |   - | 889 |3066 | 994 |   0 |   0 |   9 | 285k|  30 | 2.197500e+01 |      --      |    Inf 
1038.94/1039.39	c  1007s|520000 |     7 |   776 |7680k| 224 |   - | 889 |3055 | 883 |   0 |   0 |   9 | 292k|  30 | 2.197500e+01 |      --      |    Inf 
1066.83/1067.22	c  1034s|530000 |     8 |   776 |7685k| 224 |   - | 889 |3046 | 454 |   0 |   0 |   9 | 298k|  30 | 2.197500e+01 |      --      |    Inf 
1096.22/1096.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.22/1096.69	c  1063s|540000 |     7 |   776 |7692k| 224 |   - | 889 |3054 | 182 |   0 |   0 |   9 | 305k|  30 | 2.197500e+01 |      --      |    Inf 
1125.32/1125.71	c  1091s|550000 |     7 |   776 |7692k| 224 |   - | 889 |3060 | 222 |   0 |   0 |   9 | 312k|  30 | 2.197500e+01 |      --      |    Inf 
1153.50/1153.92	c  1118s|560000 |     4 |   776 |7563k| 224 |   - | 889 |2597 | 308 |   0 |   0 |   9 | 319k|  30 | 7.800000e+01 |      --      |    Inf 
1153.70/1154.15	c 
1153.70/1154.15	c SCIP Status        : problem is solved [infeasible]
1153.70/1154.15	c Solving Time (sec) : 1118.66
1153.70/1154.15	c Solving Nodes      : 560063
1153.70/1154.15	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1153.70/1154.15	c Dual Bound         : +1.00000000000000e+20
1153.70/1154.15	c Gap                : 0.00 %
1153.70/1154.15	c NODE         560063
1153.70/1154.15	c DUAL BOUND   1e+20
1153.70/1154.15	c PRIMAL BOUND 1e+20
1153.70/1154.15	c GAP          0
1153.70/1154.15	s UNSATISFIABLE
1153.70/1154.15	c SCIP Status        : problem is solved [infeasible]
1153.70/1154.15	c Solving Time       :    1118.66
1153.70/1154.15	c Original Problem   :
1153.70/1154.15	c   Problem name     : HOME/instance-1884268-1245256321.opb
1153.70/1154.15	c   Variables        : 892 (892 binary, 0 integer, 0 implicit integer, 0 continuous)
1153.70/1154.15	c   Constraints      : 3006 initial, 3006 maximal
1153.70/1154.15	c Presolved Problem  :
1153.70/1154.15	c   Problem name     : t_HOME/instance-1884268-1245256321.opb
1153.70/1154.15	c   Variables        : 889 (889 binary, 0 integer, 0 implicit integer, 0 continuous)
1153.70/1154.15	c   Constraints      : 2969 initial, 3277 maximal
1153.70/1154.15	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1153.70/1154.15	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1153.70/1154.15	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1153.70/1154.15	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1153.70/1154.15	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1153.70/1154.15	c   implics          :       0.00          0          0          0          0          0          0          0          0
1153.70/1154.15	c   probing          :       0.00          0          0          0          0          0          0          0          0
1153.70/1154.15	c   linear           :       0.03          3          0          0          3          0         37          0          0
1153.70/1154.15	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1153.70/1154.15	c   root node        :          -        889          -          -        889          -          -          -          -
1153.70/1154.15	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1153.70/1154.15	c   integral         :          0          0          0          1          0          0          0          0          0          2
1153.70/1154.15	c   logicor          :       2969+         5   11009003          0          0     347574   69031096          0          0          0
1153.70/1154.15	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1153.70/1154.15	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1153.70/1154.15	c   integral         :       1.83       0.00       0.00       1.83       0.00
1153.70/1154.15	c   logicor          :     437.60       0.00     437.60       0.00       0.00
1153.70/1154.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1153.70/1154.15	c Propagators        :       Time      Calls    Cutoffs    DomReds
1153.70/1154.15	c   rootredcost      :       3.47          0          0          0
1153.70/1154.15	c   pseudoobj        :     416.94   11210427          0          0
1153.70/1154.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1153.70/1154.15	c   propagation      :     204.73     347574     286701     286701       34.0      33217       15.5          -
1153.70/1154.15	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1153.70/1154.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1153.70/1154.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1153.70/1154.15	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1153.70/1154.15	c   applied globally :          -          -          -     308745       29.5          -          -          -
1153.70/1154.15	c   applied locally  :          -          -          -      10547      104.1          -          -          -
1153.70/1154.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1153.70/1154.15	c   cut pool         :       0.00          4          -          -         27          -    (maximal pool size: 197)
1153.70/1154.15	c   redcost          :       0.00          5          0          0          0          0
1153.70/1154.15	c   impliedbounds    :       0.00          5          0          0          0          0
1153.70/1154.15	c   intobj           :       0.00          0          0          0          0          0
1153.70/1154.15	c   gomory           :       0.25          5          0          0        619          0
1153.70/1154.15	c   strongcg         :       0.24          5          0          0        660          0
1153.70/1154.15	c   cmir             :       0.00          0          0          0          0          0
1153.70/1154.15	c   flowcover        :       0.00          0          0          0          0          0
1153.70/1154.15	c   clique           :       0.00          1          0          0          0          0
1153.70/1154.15	c   zerohalf         :       0.00          0          0          0          0          0
1153.70/1154.15	c   mcf              :       0.00          1          0          0          0          0
1153.70/1154.15	c Pricers            :       Time      Calls       Vars
1153.70/1154.15	c   problem variables:       0.00          0          0
1153.70/1154.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1153.70/1154.15	c   relpscost        :       1.83          1          0          0          0          0          2
1153.70/1154.15	c   pscost           :       0.00          0          0          0          0          0          0
1153.70/1154.15	c   inference        :      30.81     357117          0          0          0          0     714234
1153.70/1154.15	c   mostinf          :       0.00          0          0          0          0          0          0
1153.70/1154.15	c   leastinf         :       0.00          0          0          0          0          0          0
1153.70/1154.15	c   fullstrong       :       0.00          0          0          0          0          0          0
1153.70/1154.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
1153.70/1154.15	c   random           :       0.00          0          0          0          0          0          0
1153.70/1154.15	c Primal Heuristics  :       Time      Calls      Found
1153.70/1154.15	c   LP solutions     :       0.00          -          0
1153.70/1154.15	c   pseudo solutions :       0.00          -          0
1153.70/1154.15	c   simplerounding   :       0.00          0          0
1153.70/1154.15	c   rounding         :       0.00          0          0
1153.70/1154.15	c   shifting         :       0.00          0          0
1153.70/1154.15	c   intshifting      :       0.00          0          0
1153.70/1154.15	c   oneopt           :       0.00          0          0
1153.70/1154.15	c   fixandinfer      :       0.00          0          0
1153.70/1154.15	c   feaspump         :       0.00          0          0
1153.70/1154.15	c   coefdiving       :       0.00          0          0
1153.70/1154.15	c   pscostdiving     :       0.00          0          0
1153.70/1154.15	c   fracdiving       :       0.00          0          0
1153.70/1154.15	c   veclendiving     :       0.00          0          0
1153.70/1154.15	c   intdiving        :       0.00          0          0
1153.70/1154.15	c   actconsdiving    :       0.00          0          0
1153.70/1154.15	c   objpscostdiving  :       0.00          0          0
1153.70/1154.15	c   rootsoldiving    :       0.00          0          0
1153.70/1154.15	c   linesearchdiving :       0.00          0          0
1153.70/1154.15	c   guideddiving     :       0.00          0          0
1153.70/1154.15	c   octane           :       0.00          0          0
1153.70/1154.15	c   rens             :       0.00          0          0
1153.70/1154.15	c   rins             :       0.00          0          0
1153.70/1154.15	c   localbranching   :       0.00          0          0
1153.70/1154.15	c   mutation         :       0.00          0          0
1153.70/1154.15	c   crossover        :       0.00          0          0
1153.70/1154.15	c   dins             :       0.00          0          0
1153.70/1154.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1153.70/1154.15	c   primal LP        :       0.01          0          0       0.00       0.00
1153.70/1154.15	c   dual LP          :       0.24          6        776     129.33    3233.33
1153.70/1154.15	c   barrier LP       :       0.00          0          0       0.00          -
1153.70/1154.15	c   diving/probing LP:       0.00          0          0       0.00          -
1153.70/1154.15	c   strong branching :       1.83         30       4728     157.60    2583.61
1153.70/1154.15	c     (at root node) :          -         30       4728     157.60          -
1153.70/1154.15	c   conflict analysis:       0.00          0          0       0.00          -
1153.70/1154.15	c B&B Tree           :
1153.70/1154.15	c   number of runs   :          1
1153.70/1154.15	c   nodes            :     560063
1153.70/1154.15	c   nodes (total)    :     560063
1153.70/1154.15	c   nodes left       :          0
1153.70/1154.15	c   max depth        :        224
1153.70/1154.15	c   max depth (total):        224
1153.70/1154.15	c   backtracks       :     182966 (32.7%)
1153.70/1154.15	c   delayed cutoffs  :     154174
1153.70/1154.15	c   repropagations   :     364518 (25575676 domain reductions, 144629 cutoffs)
1153.70/1154.15	c   avg switch length:       2.37
1153.70/1154.15	c   switching time   :     144.76
1153.70/1154.15	c Solution           :
1153.70/1154.15	c   Solutions found  :          0 (0 improvements)
1153.70/1154.15	c   Primal Bound     : infeasible
1153.70/1154.15	c   Dual Bound       :          -
1153.70/1154.15	c   Gap              :       0.00 %
1153.70/1154.15	c   Root Dual Bound  : +1.88464637043555e+01
1153.70/1154.18	c Time complete: 1153.78.

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-1884268-1245256321/watcher-1884268-1245256321 -o /tmp/evaluation-result-1884268-1245256321/solver-1884268-1245256321 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884268-1245256321.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: 0.99 0.97 0.85 3/64 9897
/proc/meminfo: memFree=1910848/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=5812 CPUtime=0
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 193226249 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/9897/statm: 1453 501 332 1256 0 192 0

[startup+0.0221719 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 9897
/proc/meminfo: memFree=1910848/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=10748 CPUtime=0.01
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 1651 0 0 0 1 0 0 0 18 0 1 0 193226249 11005952 1635 1992294400 4194304 9342243 548682068736 18446744073709551615 8228225 0 0 4096 0 0 0 0 17 1 0 0
/proc/9897/statm: 2687 1635 376 1256 0 1426 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10748

[startup+0.101185 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 9897
/proc/meminfo: memFree=1910848/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=18952 CPUtime=0.09
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 3926 0 0 0 8 1 0 0 18 0 1 0 193226249 19406848 3556 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 4738 3556 471 1256 0 3477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18952

[startup+0.301221 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 9897
/proc/meminfo: memFree=1910848/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=28144 CPUtime=0.29
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 5960 0 0 0 26 3 0 0 17 0 1 0 193226249 28819456 5590 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 7036 5590 636 1256 0 5775 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28144

[startup+0.701295 s]
/proc/loadavg: 0.99 0.97 0.85 3/64 9897
/proc/meminfo: memFree=1910848/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=32996 CPUtime=0.69
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 6947 0 0 0 65 4 0 0 20 0 1 0 193226249 33787904 6577 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 8249 6577 637 1256 0 6988 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32996

[startup+1.50144 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 9898
/proc/meminfo: memFree=1885432/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=35700 CPUtime=1.49
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 7285 0 0 0 144 5 0 0 25 0 1 0 193226249 36556800 6915 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 8925 6915 642 1256 0 7664 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35700

[startup+3.10173 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 9898
/proc/meminfo: memFree=1885368/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=34292 CPUtime=3.09
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 7745 0 0 0 303 6 0 0 25 0 1 0 193226249 35115008 7185 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 8573 7185 662 1256 0 7312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34292

[startup+6.30131 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 9898
/proc/meminfo: memFree=1883256/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=36188 CPUtime=6.29
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 8201 0 0 0 610 19 0 0 25 0 1 0 193226249 37056512 7641 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 9047 7641 662 1256 0 7786 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36188

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 9898
/proc/meminfo: memFree=1881016/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=37960 CPUtime=12.69
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 8654 0 0 0 1229 40 0 0 25 0 1 0 193226249 38871040 8094 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 9490 8094 662 1256 0 8229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37960

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 9898
/proc/meminfo: memFree=1879992/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=38780 CPUtime=25.48
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 8868 0 0 0 2458 90 0 0 25 0 1 0 193226249 39710720 8308 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 9695 8308 662 1256 0 8434 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38780

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 9898
/proc/meminfo: memFree=1877624/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=41348 CPUtime=51.07
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 9468 0 0 0 4926 181 0 0 25 0 1 0 193226249 42340352 8908 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 10337 8908 662 1256 0 9076 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41348

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 9898
/proc/meminfo: memFree=1875000/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=44168 CPUtime=102.25
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 10126 0 0 0 9879 346 0 0 25 0 1 0 193226249 45228032 9566 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 11042 9566 662 1256 0 9781 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 44168

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 9898
/proc/meminfo: memFree=1872760/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=46392 CPUtime=162.23
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 10683 0 0 0 15689 534 0 0 25 0 1 0 193226249 47505408 10123 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 11598 10123 662 1256 0 10337 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 46392

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 9898
/proc/meminfo: memFree=1872440/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=46828 CPUtime=222.22
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 10764 0 0 0 21491 731 0 0 25 0 1 0 193226249 47951872 10204 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 11707 10204 662 1256 0 10446 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 46828

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 9898
/proc/meminfo: memFree=1871544/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=47788 CPUtime=282.19
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 10964 0 0 0 27298 921 0 0 25 0 1 0 193226249 48934912 10404 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 11947 10404 662 1256 0 10686 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 47788

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 9898
/proc/meminfo: memFree=1870520/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=48836 CPUtime=342.18
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11212 0 0 0 33106 1112 0 0 25 0 1 0 193226249 50008064 10652 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12209 10652 662 1256 0 10948 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 48836

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 9898
/proc/meminfo: memFree=1869752/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=49548 CPUtime=402.16
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11386 0 0 0 38936 1280 0 0 25 0 1 0 193226249 50737152 10826 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12387 10826 662 1256 0 11126 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 49548

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 9898
/proc/meminfo: memFree=1869048/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=50400 CPUtime=462.14
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11561 0 0 0 44758 1456 0 0 25 0 1 0 193226249 51609600 11001 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12600 11001 662 1256 0 11339 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 50400

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 9898
/proc/meminfo: memFree=1868792/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=50548 CPUtime=522.12
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11611 0 0 0 50571 1641 0 0 25 0 1 0 193226249 51761152 11051 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12637 11051 662 1256 0 11376 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 50548

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1868536/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=50844 CPUtime=582.1
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11658 0 0 0 56372 1838 0 0 25 0 1 0 193226249 52064256 11098 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12711 11098 662 1256 0 11450 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 50844

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1868344/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=50988 CPUtime=642.08
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11700 0 0 0 62190 2018 0 0 25 0 1 0 193226249 52211712 11140 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12747 11140 662 1256 0 11486 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 50988

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1868088/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=51140 CPUtime=702.06
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11740 0 0 0 67999 2207 0 0 25 0 1 0 193226249 52367360 11180 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12785 11180 662 1256 0 11524 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 51140

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1867704/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=51560 CPUtime=762.04
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11820 0 0 0 73822 2382 0 0 25 0 1 0 193226249 52797440 11260 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12890 11260 662 1256 0 11629 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 51560

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1867384/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=51844 CPUtime=822.01
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11890 0 0 0 79650 2551 0 0 25 0 1 0 193226249 53088256 11330 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 12961 11330 662 1256 0 11700 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 51844

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1867256/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=52140 CPUtime=881.99
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11935 0 0 0 85488 2711 0 0 25 0 1 0 193226249 53391360 11375 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13035 11375 662 1256 0 11774 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 52140

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1867064/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=52272 CPUtime=941.98
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 11972 0 0 0 91295 2903 0 0 25 0 1 0 193226249 53526528 11412 1992294400 4194304 9342243 548682068736 18446744073709551615 4831908 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13068 11412 662 1256 0 11807 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 52272

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1866232/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=53180 CPUtime=1001.95
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12165 0 0 0 97110 3085 0 0 25 0 1 0 193226249 54456320 11605 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13295 11605 662 1256 0 12034 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 53180

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1865464/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=53920 CPUtime=1061.93
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12346 0 0 0 102932 3261 0 0 25 0 1 0 193226249 55214080 11786 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13480 11786 662 1256 0 12219 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 53920

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864824/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=54476 CPUtime=1121.91
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12485 0 0 0 108766 3425 0 0 25 0 1 0 193226249 55783424 11925 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13619 11925 662 1256 0 12358 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 54476

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

[startup+1126.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864824/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=54476 CPUtime=1125.92
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12485 0 0 0 109157 3435 0 0 25 0 1 0 193226249 55783424 11925 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13619 11925 662 1256 0 12358 0
Current children cumulated CPU time (s) 1125.92
Current children cumulated vsize (KiB) 54476

[startup+1139.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864632/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=54756 CPUtime=1138.71
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12546 0 0 0 110404 3467 0 0 25 0 1 0 193226249 56070144 11986 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13689 11986 662 1256 0 12428 0
Current children cumulated CPU time (s) 1138.71
Current children cumulated vsize (KiB) 54756

[startup+1145.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864440/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=54892 CPUtime=1145.11
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12580 0 0 0 111027 3484 0 0 25 0 1 0 193226249 56209408 12020 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13723 12020 662 1256 0 12462 0
Current children cumulated CPU time (s) 1145.11
Current children cumulated vsize (KiB) 54892

[startup+1148.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864440/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=54892 CPUtime=1148.31
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12589 0 0 0 111338 3493 0 0 25 0 1 0 193226249 56209408 12029 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13723 12029 662 1256 0 12462 0
Current children cumulated CPU time (s) 1148.31
Current children cumulated vsize (KiB) 54892

[startup+1151.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864376/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=55048 CPUtime=1151.51
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12619 0 0 0 111650 3501 0 0 25 0 1 0 193226249 56369152 12059 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13762 12059 662 1256 0 12501 0
Current children cumulated CPU time (s) 1151.51
Current children cumulated vsize (KiB) 55048

[startup+1153.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864312/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=55048 CPUtime=1153.11
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12629 0 0 0 111806 3505 0 0 25 0 1 0 193226249 56369152 12069 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13762 12069 662 1256 0 12501 0
Current children cumulated CPU time (s) 1153.11
Current children cumulated vsize (KiB) 55048

[startup+1153.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864248/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=55200 CPUtime=1153.5
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12638 0 0 0 111845 3505 0 0 25 0 1 0 193226249 56524800 12078 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13800 12078 662 1256 0 12539 0
Current children cumulated CPU time (s) 1153.5
Current children cumulated vsize (KiB) 55200

[startup+1154.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9898
/proc/meminfo: memFree=1864248/2055920 swapFree=4181900/4192956
[pid=9897] ppid=9895 vsize=55200 CPUtime=1153.7
/proc/9897/stat : 9897 (pbscip.linux.x8) R 9895 9897 9612 0 -1 4194304 12638 0 0 0 111864 3506 0 0 25 0 1 0 193226249 56524800 12078 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9897/statm: 13800 12078 662 1256 0 12539 0
Current children cumulated CPU time (s) 1153.7
Current children cumulated vsize (KiB) 55200

Child status: 0
Real time (s): 1154.18
CPU time (s): 1153.8
CPU user time (s): 1118.72
CPU system time (s): 35.0757
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 55200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1118.72
system time used= 35.0757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12649
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1680

runsolver used 0.936857 second user time and 2.31965 second system time

The end

Launcher Data

Begin job on node67 at 2009-06-17 18:32:01
IDJOB=1884268
IDBENCH=71940
IDSOLVER=684
FILE ID=node67/1884268-1245256321
PBS_JOBID= 9372394
Free space on /tmp= 66400 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884268-1245256321/watcher-1884268-1245256321 -o /tmp/evaluation-result-1884268-1245256321/solver-1884268-1245256321 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884268-1245256321.opb

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

MD5SUM BENCH= 54b8cfe3d9db51f2f078abb2538851b1
RANDOM SEED=1950986711

node67.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.272
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.272
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1911264 kB
Buffers:          1824 kB
Cached:          74952 kB
SwapCached:       4824 kB
Active:          44864 kB
Inactive:        39268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911264 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:           11832 kB
Writeback:           0 kB
Mapped:          13100 kB
Slab:            46460 kB
Committed_AS:   125360 kB
PageTables:       1440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node67 at 2009-06-17 18:51:15