Trace number 1868626

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)UNSAT 327.843 327.98

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag8.ucl.opb
MD5SUMec41e051a85a6b1d97ef15d7e169228d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.437932
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3249
Total number of constraints8983
Number of constraints which are clauses8599
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
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

0.08/0.14	c SCIP version 1.1.0.7
0.08/0.14	c LP-Solver SoPlex 1.4.1
0.08/0.14	c user parameter file <scip.set> not found - using default parameters
0.08/0.14	c read problem <HOME/instance-1868626-1245130089.opb>
0.08/0.14	c original problem has 3249 variables (3249 bin, 0 int, 0 impl, 0 cont) and 8983 constraints
0.08/0.19	c No objective function, only one solution is needed.
0.08/0.19	c start presolving problem
0.08/0.19	c presolving:
0.29/0.34	c (round 1) 252 del vars, 138 del conss, 48 chg bounds, 192 chg sides, 402 chg coeffs, 0 upgd conss, 156722 impls, 0 clqs
0.29/0.36	c (round 2) 253 del vars, 556 del conss, 49 chg bounds, 192 chg sides, 402 chg coeffs, 0 upgd conss, 156722 impls, 0 clqs
0.29/0.37	c (round 3) 257 del vars, 564 del conss, 53 chg bounds, 192 chg sides, 402 chg coeffs, 0 upgd conss, 156872 impls, 0 clqs
0.29/0.38	c (round 4) 259 del vars, 569 del conss, 56 chg bounds, 192 chg sides, 402 chg coeffs, 0 upgd conss, 156911 impls, 0 clqs
0.29/0.39	c (round 5) 261 del vars, 576 del conss, 57 chg bounds, 192 chg sides, 402 chg coeffs, 0 upgd conss, 156986 impls, 0 clqs
0.29/0.39	c (round 6) 263 del vars, 581 del conss, 57 chg bounds, 192 chg sides, 402 chg coeffs, 0 upgd conss, 157052 impls, 0 clqs
0.39/0.40	c (round 7) 263 del vars, 583 del conss, 57 chg bounds, 192 chg sides, 402 chg coeffs, 0 upgd conss, 157052 impls, 0 clqs
0.49/0.50	c (round 8) 263 del vars, 583 del conss, 57 chg bounds, 192 chg sides, 402 chg coeffs, 8400 upgd conss, 157052 impls, 0 clqs
0.49/0.54	c presolving (9 rounds):
0.49/0.54	c  263 deleted vars, 583 deleted constraints, 57 tightened bounds, 0 added holes, 192 changed sides, 402 changed coefficients
0.49/0.54	c  157052 implications, 0 cliques
0.49/0.54	c presolved problem has 2986 variables (2986 bin, 0 int, 0 impl, 0 cont) and 8400 constraints
0.49/0.54	c     384 constraints of type <knapsack>
0.49/0.54	c    8016 constraints of type <logicor>
0.49/0.54	c transformed objective value is always integral (scale: 1)
0.49/0.54	c Presolving Time: 0.31
0.49/0.54	c SATUNSAT-LIN
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.54	c separating/flowcover/freq = c -1
0.49/0.54	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.54	c separating/cmir/freq = c -1
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/veclendiving/maxlpiterofs = c 1500
0.49/0.54	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.54	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.49/0.54	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.54	c heuristics/veclendiving/freq = c -1
0.49/0.54	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.54	c heuristics/simplerounding/freq = c -1
0.49/0.54	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.54	c heuristics/shifting/freq = c -1
0.49/0.54	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.54	c heuristics/rounding/freq = c -1
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.49/0.54	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.54	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.49/0.54	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.54	c heuristics/rootsoldiving/freq = c -1
0.49/0.54	c # number of nodes added to the contingent of the total nodes
0.49/0.54	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.54	c heuristics/rens/nodesofs = c 2000
0.49/0.54	c # minimum percentage of integer variables that have to be fixable 
0.49/0.54	c # [type: real, range: [0,1], default: 0.5]
0.49/0.54	c heuristics/rens/minfixingrate = c 0.3
0.49/0.54	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.54	c heuristics/rens/freq = c -1
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.49/0.54	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.54	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.49/0.54	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.54	c heuristics/pscostdiving/freq = c -1
0.49/0.54	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.54	c heuristics/oneopt/freq = c -1
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.49/0.54	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.54	c # [type: real, range: [0,1], default: 0.01]
0.49/0.54	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.49/0.54	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.54	c heuristics/objpscostdiving/freq = c -1
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.49/0.54	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.54	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.49/0.54	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.54	c heuristics/linesearchdiving/freq = c -1
0.49/0.54	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.54	c heuristics/intshifting/freq = c -1
0.49/0.54	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.54	c heuristics/intdiving/maxlpiterquot = c 0.075
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/guideddiving/maxlpiterofs = c 1500
0.49/0.54	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.54	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.49/0.54	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.54	c heuristics/guideddiving/freq = c -1
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/fracdiving/maxlpiterofs = c 1500
0.49/0.54	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.54	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.49/0.54	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.54	c heuristics/fracdiving/freq = c -1
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/feaspump/maxlpiterofs = c 2000
0.49/0.54	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.54	c heuristics/feaspump/freq = c -1
0.49/0.54	c # minimum percentage of integer variables that have to be fixed 
0.49/0.54	c # [type: real, range: [0,1], default: 0.666]
0.49/0.54	c heuristics/crossover/minfixingrate = c 0.5
0.49/0.54	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.54	c # [type: real, range: [0,1], default: 0.1]
0.49/0.54	c heuristics/crossover/nodesquot = c 0.15
0.49/0.54	c # number of nodes without incumbent change that heuristic should wait
0.49/0.54	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.54	c heuristics/crossover/nwaitingnodes = c 100
0.49/0.54	c # number of nodes added to the contingent of the total nodes
0.49/0.54	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.54	c heuristics/crossover/nodesofs = c 750
0.49/0.54	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.54	c heuristics/crossover/freq = c -1
0.49/0.54	c # additional number of allowed LP iterations
0.49/0.54	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.54	c heuristics/coefdiving/maxlpiterofs = c 1500
0.49/0.54	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.54	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.49/0.54	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.54	c heuristics/coefdiving/freq = c -1
0.49/0.54	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c presolving/probing/maxrounds = c 0
0.49/0.54	c # should presolving try to simplify knapsacks
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/knapsack/simplifyinequalities = c TRUE
0.49/0.54	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.54	c constraints/knapsack/disaggregation = c FALSE
0.49/0.54	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c constraints/knapsack/maxnumcardlift = c 0
0.49/0.54	c # should presolving try to simplify inequalities
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/linear/simplifyinequalities = c TRUE
0.49/0.54	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c separating/maxroundsroot = c 5
0.49/0.54	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.54	c separating/maxrounds = c 1
0.49/0.54	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c limits/solutions = c 1
0.49/0.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/memory = c 1620
0.49/0.54	c # maximal time in seconds to run
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/time = c 1791
0.49/0.54	c # frequency for displaying node information lines
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.54	c display/freq = c 10000
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c start solving problem
0.49/0.54	c 
0.99/1.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.01	c   0.8s|     1 |     0 |  1154 |  21M|   0 | 441 |2986 |8400 |8400 |2986 |8400 |   0 |   0 |   0 | 2.856183e+02 |      --      |    Inf 
1.59/1.68	c   1.4s|     1 |     0 |  1439 |  21M|   0 | 420 |2986 |8400 |8400 |2986 |8470 |  70 |   0 |   0 | 3.232726e+02 |      --      |    Inf 
2.29/2.37	c   2.1s|     1 |     0 |  1904 |  21M|   0 | 566 |2986 |8400 |8400 |2986 |8582 | 182 |   0 |   0 | 3.321859e+02 |      --      |    Inf 
3.20/3.22	c   3.0s|     1 |     0 |  2424 |  22M|   0 | 612 |2986 |8400 |8400 |2986 |8638 | 238 |   0 |   0 | 3.449232e+02 |      --      |    Inf 
4.89/4.92	c   4.7s|     1 |     0 |  3530 |  22M|   0 | 656 |2986 |8400 |8400 |2986 |8706 | 306 |   0 |   0 | 3.513246e+02 |      --      |    Inf 
6.68/6.78	c   6.5s|     1 |     0 |  4412 |  23M|   0 | 650 |2986 |8400 |8400 |2986 |8761 | 361 |   0 |   0 | 3.600221e+02 |      --      |    Inf 
35.88/35.90	c  35.5s|     1 |     2 |  4412 |  23M|   0 | 650 |2986 |8400 |8400 |2986 |8761 | 361 |   0 |  31 | 3.600221e+02 |      --      |    Inf 
327.76/327.91	c 
327.76/327.91	c SCIP Status        : problem is solved [infeasible]
327.76/327.91	c Solving Time (sec) : 326.55
327.76/327.91	c Solving Nodes      : 1988
327.76/327.91	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
327.76/327.91	c Dual Bound         : +1.00000000000000e+20
327.76/327.91	c Gap                : 0.00 %
327.76/327.91	c NODE         1988
327.76/327.91	c DUAL BOUND   1e+20
327.76/327.91	c PRIMAL BOUND 1e+20
327.76/327.91	c GAP          0
327.76/327.91	s UNSATISFIABLE
327.76/327.91	c SCIP Status        : problem is solved [infeasible]
327.76/327.91	c Solving Time       :     326.55
327.76/327.91	c Original Problem   :
327.76/327.91	c   Problem name     : HOME/instance-1868626-1245130089.opb
327.76/327.91	c   Variables        : 3249 (3249 binary, 0 integer, 0 implicit integer, 0 continuous)
327.76/327.91	c   Constraints      : 8983 initial, 8983 maximal
327.76/327.91	c Presolved Problem  :
327.76/327.91	c   Problem name     : t_HOME/instance-1868626-1245130089.opb
327.76/327.91	c   Variables        : 2986 (2986 binary, 0 integer, 0 implicit integer, 0 continuous)
327.76/327.91	c   Constraints      : 8400 initial, 9391 maximal
327.76/327.91	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
327.76/327.91	c   trivial          :       0.01          2          0          0          0          0          0          0          0
327.76/327.91	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
327.76/327.91	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
327.76/327.91	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
327.76/327.91	c   implics          :       0.02          0        203          0          0          0          0          0          0
327.76/327.91	c   probing          :       0.00          0          0          0          0          0          0          0          0
327.76/327.91	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
327.76/327.91	c   linear           :       0.21         55          3          0         57          0        583        192        402
327.76/327.91	c   logicor          :       0.05          0          0          0          0          0          0          0          0
327.76/327.91	c   root node        :          -        594          -          -        594          -          -          -          -
327.76/327.91	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
327.76/327.91	c   integral         :          0          0          0       1679          0          6         77          0          0       3294
327.76/327.91	c   knapsack         :        384          5      16891          0          0         99       3820        692          0          0
327.76/327.91	c   logicor          :       8016+         5      15018          0          0        175      71703          0          0          0
327.76/327.91	c   countsols        :          0          0          0          0          0          0          0          0          0          0
327.76/327.91	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
327.76/327.91	c   integral         :     203.80       0.00       0.00     203.80       0.00
327.76/327.91	c   knapsack         :       0.30       0.02       0.28       0.00       0.00
327.76/327.91	c   logicor          :       0.66       0.00       0.66       0.00       0.00
327.76/327.91	c   countsols        :       0.00       0.00       0.00       0.00       0.00
327.76/327.91	c Propagators        :       Time      Calls    Cutoffs    DomReds
327.76/327.91	c   rootredcost      :       0.02          0          0          0
327.76/327.91	c   pseudoobj        :       2.49      16916          0          0
327.76/327.91	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
327.76/327.91	c   propagation      :       0.06        274        256       1101       21.0         33       13.3          -
327.76/327.91	c   infeasible LP    :       0.31        142        142        555       20.3         14       12.6          0
327.76/327.91	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
327.76/327.91	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
327.76/327.91	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
327.76/327.91	c   applied globally :          -          -          -       1154       16.8          -          -          -
327.76/327.91	c   applied locally  :          -          -          -          0        0.0          -          -          -
327.76/327.91	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
327.76/327.91	c   cut pool         :       0.00          4          -          -        419          -    (maximal pool size: 1623)
327.76/327.91	c   redcost          :       0.44       1657          0          0          0          0
327.76/327.91	c   impliedbounds    :       0.01          5          0          0          0          0
327.76/327.91	c   intobj           :       0.00          0          0          0          0          0
327.76/327.91	c   gomory           :       0.89          5          0          0       2500          0
327.76/327.91	c   strongcg         :       0.70          5          0          0       2500          0
327.76/327.91	c   cmir             :       0.00          0          0          0          0          0
327.76/327.91	c   flowcover        :       0.00          0          0          0          0          0
327.76/327.91	c   clique           :       0.20          5          0          0         33          0
327.76/327.91	c   zerohalf         :       0.00          0          0          0          0          0
327.76/327.91	c   mcf              :       0.03          1          0          0          0          0
327.76/327.91	c Pricers            :       Time      Calls       Vars
327.76/327.91	c   problem variables:       0.00          0          0
327.76/327.91	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
327.76/327.91	c   relpscost        :     203.78       1679          6         77          0          0       3294
327.76/327.91	c   pscost           :       0.00          0          0          0          0          0          0
327.76/327.91	c   inference        :       0.00          0          0          0          0          0          0
327.76/327.91	c   mostinf          :       0.00          0          0          0          0          0          0
327.76/327.91	c   leastinf         :       0.00          0          0          0          0          0          0
327.76/327.91	c   fullstrong       :       0.00          0          0          0          0          0          0
327.76/327.91	c   allfullstrong    :       0.00          0          0          0          0          0          0
327.76/327.91	c   random           :       0.00          0          0          0          0          0          0
327.76/327.91	c Primal Heuristics  :       Time      Calls      Found
327.76/327.91	c   LP solutions     :       0.00          -          0
327.76/327.91	c   pseudo solutions :       0.00          -          0
327.76/327.91	c   simplerounding   :       0.00          0          0
327.76/327.91	c   rounding         :       0.00          0          0
327.76/327.91	c   shifting         :       0.00          0          0
327.76/327.91	c   intshifting      :       0.00          0          0
327.76/327.91	c   oneopt           :       0.00          0          0
327.76/327.91	c   fixandinfer      :       0.00          0          0
327.76/327.91	c   feaspump         :       0.00          0          0
327.76/327.91	c   coefdiving       :       0.00          0          0
327.76/327.91	c   pscostdiving     :       0.00          0          0
327.76/327.91	c   fracdiving       :       0.00          0          0
327.76/327.91	c   veclendiving     :       0.00          0          0
327.76/327.91	c   intdiving        :       0.00          0          0
327.76/327.91	c   actconsdiving    :       0.00          0          0
327.76/327.91	c   objpscostdiving  :       0.00          0          0
327.76/327.91	c   rootsoldiving    :       0.00          0          0
327.76/327.91	c   linesearchdiving :       0.00          0          0
327.76/327.91	c   guideddiving     :       0.00          0          0
327.76/327.91	c   octane           :       0.00          0          0
327.76/327.91	c   rens             :       0.00          0          0
327.76/327.91	c   rins             :       0.00          0          0
327.76/327.91	c   localbranching   :       0.00          0          0
327.76/327.91	c   mutation         :       0.00          0          0
327.76/327.91	c   crossover        :       0.00          0          0
327.76/327.91	c   dins             :       0.00          0          0
327.76/327.91	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
327.76/327.91	c   primal LP        :       0.01          0          0       0.00       0.00
327.76/327.91	c   dual LP          :     107.23       1809     103267      57.09     963.04
327.76/327.91	c   barrier LP       :       0.00          0          0       0.00          -
327.76/327.91	c   diving/probing LP:       0.00          0          0       0.00          -
327.76/327.91	c   strong branching :     203.44        760     174503     229.61     857.76
327.76/327.91	c     (at root node) :          -         31      22280     718.71          -
327.76/327.91	c   conflict analysis:       0.00          0          0       0.00          -
327.76/327.91	c B&B Tree           :
327.76/327.91	c   number of runs   :          1
327.76/327.91	c   nodes            :       1988
327.76/327.91	c   nodes (total)    :       1988
327.76/327.91	c   nodes left       :          0
327.76/327.91	c   max depth        :         69
327.76/327.91	c   max depth (total):         69
327.76/327.91	c   backtracks       :        180 (9.1%)
327.76/327.91	c   delayed cutoffs  :       1307
327.76/327.91	c   repropagations   :       2303 (15193 domain reductions, 81 cutoffs)
327.76/327.91	c   avg switch length:       4.21
327.76/327.91	c   switching time   :       1.15
327.76/327.91	c Solution           :
327.76/327.91	c   Solutions found  :          0 (0 improvements)
327.76/327.91	c   Primal Bound     : infeasible
327.76/327.91	c   Dual Bound       :          -
327.76/327.91	c   Gap              :       0.00 %
327.76/327.91	c   Root Dual Bound  : +3.60022100559984e+02
327.76/327.97	c Time complete: 327.83.

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-1868626-1245130089/watcher-1868626-1245130089 -o /tmp/evaluation-result-1868626-1245130089/solver-1868626-1245130089 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868626-1245130089.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.91 0.95 0.98 3/64 2511
/proc/meminfo: memFree=1462824/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=4328 CPUtime=0
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 180609415 4431872 463 1992294400 4194304 7823515 548682068736 18446744073709551615 6962474 0 0 4096 0 0 0 0 17 1 0 0
/proc/2511/statm: 1122 473 307 886 0 232 0

[startup+0.0451329 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 2511
/proc/meminfo: memFree=1462824/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=10584 CPUtime=0.03
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 1952 0 0 0 3 0 0 0 18 0 1 0 180609415 10838016 1934 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/2511/statm: 2646 1934 351 886 0 1756 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10584

[startup+0.101144 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 2511
/proc/meminfo: memFree=1462824/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=14564 CPUtime=0.08
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 2944 0 0 0 8 0 0 0 18 0 1 0 180609415 14913536 2926 1992294400 4194304 7823515 548682068736 18446744073709551615 6911832 0 0 4096 0 0 0 0 17 1 0 0
/proc/2511/statm: 3641 2926 351 886 0 2751 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14564

[startup+0.301186 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 2511
/proc/meminfo: memFree=1462824/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=32148 CPUtime=0.29
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 7447 0 0 0 27 2 0 0 19 0 1 0 180609415 32919552 7075 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 8037 7075 432 886 0 7147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32148

[startup+0.702271 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 2511
/proc/meminfo: memFree=1462824/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=50320 CPUtime=0.69
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 11782 0 0 0 62 7 0 0 17 0 1 0 180609415 51527680 11349 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 12580 11349 519 886 0 11690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50320

[startup+1.50144 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 2512
/proc/meminfo: memFree=1418144/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=52648 CPUtime=1.49
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 12642 0 0 0 139 10 0 0 24 0 1 0 180609415 53911552 12132 1992294400 4194304 7823515 548682068736 18446744073709551615 6109403 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 13162 12132 552 886 0 12272 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52648

[startup+3.10178 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 2512
/proc/meminfo: memFree=1414496/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=56144 CPUtime=3.09
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 13768 0 0 0 297 12 0 0 25 0 1 0 180609415 57491456 13136 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 14036 13136 552 886 0 13146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56144

[startup+6.30146 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 2512
/proc/meminfo: memFree=1409760/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=62928 CPUtime=6.29
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 15509 0 0 0 614 15 0 0 25 0 1 0 180609415 64438272 14874 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 15732 14874 554 886 0 14842 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62928

[startup+12.7018 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 2512
/proc/meminfo: memFree=1404464/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=63512 CPUtime=12.68
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 15697 0 0 0 1251 17 0 0 25 0 1 0 180609415 65036288 15056 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 15878 15056 557 886 0 14988 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 63512

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 2512
/proc/meminfo: memFree=1404528/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=63512 CPUtime=25.48
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 15697 0 0 0 2529 19 0 0 25 0 1 0 180609415 65036288 15056 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 15878 15056 557 886 0 14988 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 63512

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 2512
/proc/meminfo: memFree=1404528/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=63512 CPUtime=51.07
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 15708 0 0 0 5081 26 0 0 25 0 1 0 180609415 65036288 15067 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 15878 15067 558 886 0 14988 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 63512

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 2512
/proc/meminfo: memFree=1404208/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=63512 CPUtime=102.25
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 15769 0 0 0 10187 38 0 0 25 0 1 0 180609415 65036288 15128 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 15878 15128 558 886 0 14988 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 63512

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1404208/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=63512 CPUtime=162.21
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 15769 0 0 0 16167 54 0 0 25 0 1 0 180609415 65036288 15128 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 15878 15128 558 886 0 14988 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 63512

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1401648/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=66400 CPUtime=222.19
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 16416 0 0 0 22145 74 0 0 25 0 1 0 180609415 67993600 15775 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 16600 15775 564 886 0 15710 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 66400

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1399024/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=68700 CPUtime=282.17
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 17059 0 0 0 28124 93 0 0 25 0 1 0 180609415 70348800 16418 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 17175 16418 564 886 0 16285 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 68700

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

[startup+307.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1399344/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=68536 CPUtime=306.96
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 18347 0 0 0 30595 101 0 0 25 0 1 0 180609415 70180864 16338 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 17134 16338 564 886 0 16244 0
Current children cumulated CPU time (s) 306.96
Current children cumulated vsize (KiB) 68536

[startup+319.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1400560/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=68628 CPUtime=319.76
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 19119 0 0 0 31871 105 0 0 25 0 1 0 180609415 70275072 16243 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 17157 16243 564 886 0 16267 0
Current children cumulated CPU time (s) 319.76
Current children cumulated vsize (KiB) 68628

[startup+323.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1398064/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=69616 CPUtime=322.96
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 19542 0 0 0 32189 107 0 0 25 0 1 0 180609415 71286784 16662 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 17404 16662 564 886 0 16514 0
Current children cumulated CPU time (s) 322.96
Current children cumulated vsize (KiB) 69616

[startup+326.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1399024/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=68908 CPUtime=326.15
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 20210 0 0 0 32507 108 0 0 25 0 1 0 180609415 70561792 16413 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 17227 16413 564 886 0 16337 0
Current children cumulated CPU time (s) 326.15
Current children cumulated vsize (KiB) 68908

[startup+327.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1399024/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=68908 CPUtime=326.95
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 20210 0 0 0 32587 108 0 0 25 0 1 0 180609415 70561792 16413 1992294400 4194304 7823515 548682068736 18446744073709551615 6234797 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 17227 16413 564 886 0 16337 0
Current children cumulated CPU time (s) 326.95
Current children cumulated vsize (KiB) 68908

[startup+327.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1399024/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=68908 CPUtime=327.36
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 20210 0 0 0 32627 109 0 0 25 0 1 0 180609415 70561792 16413 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 17227 16413 564 886 0 16337 0
Current children cumulated CPU time (s) 327.36
Current children cumulated vsize (KiB) 68908

[startup+327.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2512
/proc/meminfo: memFree=1398960/2055920 swapFree=4192812/4192956
[pid=2511] ppid=2509 vsize=68908 CPUtime=327.76
/proc/2511/stat : 2511 (pbscip.linux.x8) R 2509 2511 2474 0 -1 4194304 20225 0 0 0 32667 109 0 0 25 0 1 0 180609415 70561792 16428 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2511/statm: 17227 16428 564 886 0 16337 0
Current children cumulated CPU time (s) 327.76
Current children cumulated vsize (KiB) 68908

Child status: 0
Real time (s): 327.98
CPU time (s): 327.843
CPU user time (s): 326.738
CPU system time (s): 1.10483
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 69616

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

runsolver used 0.222966 second user time and 0.710891 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-16 07:28:09
IDJOB=1868626
IDBENCH=1480
IDSOLVER=683
FILE ID=node13/1868626-1245130089
PBS_JOBID= 9363724
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag8.ucl.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-1868626-1245130089/watcher-1868626-1245130089 -o /tmp/evaluation-result-1868626-1245130089/solver-1868626-1245130089 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868626-1245130089.opb

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

MD5SUM BENCH= ec41e051a85a6b1d97ef15d7e169228d
RANDOM SEED=1664662801

node13.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.259
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.259
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:       1463240 kB
Buffers:         67448 kB
Cached:         430304 kB
SwapCached:        144 kB
Active:          52780 kB
Inactive:       458952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10344 kB
Writeback:           0 kB
Mapped:          23616 kB
Slab:            66868 kB
Committed_AS:   158656 kB
PageTables:       1460 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= 66264 MiB
End job on node13 at 2009-06-16 07:33:37