Trace number 1868406

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)? 1795.29 1795.82

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark555.424
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.99/2.00	c SCIP version 1.1.0.7
1.99/2.00	c LP-Solver SoPlex 1.4.1
1.99/2.00	c user parameter file <scip.set> not found - using default parameters
1.99/2.00	c read problem <HOME/instance-1868406-1245124779.opb>
1.99/2.00	c original problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
2.49/2.54	c No objective function, only one solution is needed.
2.49/2.54	c start presolving problem
2.49/2.54	c presolving:
3.79/3.85	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 113164 upgd conss, 0 impls, 550 clqs
3.98/4.02	c presolving (2 rounds):
3.98/4.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.98/4.02	c  0 implications, 550 cliques
3.98/4.02	c presolved problem has 1650 variables (1650 bin, 0 int, 0 impl, 0 cont) and 113164 constraints
3.98/4.02	c     550 constraints of type <setppc>
3.98/4.02	c  112614 constraints of type <logicor>
3.98/4.02	c transformed objective value is always integral (scale: 1)
3.98/4.02	c Presolving Time: 1.17
3.98/4.02	c SATUNSAT-LIN
3.98/4.02	c -----------------------------------------------------------------------------------------------
3.98/4.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.98/4.02	c separating/flowcover/freq = c -1
3.98/4.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.98/4.02	c separating/cmir/freq = c -1
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/veclendiving/maxlpiterofs = c 1500
3.98/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.98/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.98/4.02	c heuristics/veclendiving/maxlpiterquot = c 0.075
3.98/4.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.98/4.02	c heuristics/veclendiving/freq = c -1
3.98/4.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.98/4.02	c heuristics/simplerounding/freq = c -1
3.98/4.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.98/4.02	c heuristics/shifting/freq = c -1
3.98/4.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.98/4.02	c heuristics/rounding/freq = c -1
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/rootsoldiving/maxlpiterofs = c 1500
3.98/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.98/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.98/4.02	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
3.98/4.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 20]
3.98/4.02	c heuristics/rootsoldiving/freq = c -1
3.98/4.02	c # number of nodes added to the contingent of the total nodes
3.98/4.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.98/4.02	c heuristics/rens/nodesofs = c 2000
3.98/4.02	c # minimum percentage of integer variables that have to be fixable 
3.98/4.02	c # [type: real, range: [0,1], default: 0.5]
3.98/4.02	c heuristics/rens/minfixingrate = c 0.3
3.98/4.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.98/4.02	c heuristics/rens/freq = c -1
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/pscostdiving/maxlpiterofs = c 1500
3.98/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.98/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.98/4.02	c heuristics/pscostdiving/maxlpiterquot = c 0.075
3.98/4.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.98/4.02	c heuristics/pscostdiving/freq = c -1
3.98/4.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.98/4.02	c heuristics/oneopt/freq = c -1
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/objpscostdiving/maxlpiterofs = c 1500
3.98/4.02	c # maximal fraction of diving LP iterations compared to total iteration number
3.98/4.02	c # [type: real, range: [0,1], default: 0.01]
3.98/4.02	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
3.98/4.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 20]
3.98/4.02	c heuristics/objpscostdiving/freq = c -1
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/linesearchdiving/maxlpiterofs = c 1500
3.98/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.98/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.98/4.02	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
3.98/4.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.98/4.02	c heuristics/linesearchdiving/freq = c -1
3.98/4.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.98/4.02	c heuristics/intshifting/freq = c -1
3.98/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.98/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.98/4.02	c heuristics/intdiving/maxlpiterquot = c 0.075
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/guideddiving/maxlpiterofs = c 1500
3.98/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.98/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.98/4.02	c heuristics/guideddiving/maxlpiterquot = c 0.075
3.98/4.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.98/4.02	c heuristics/guideddiving/freq = c -1
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/fracdiving/maxlpiterofs = c 1500
3.98/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.98/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.98/4.02	c heuristics/fracdiving/maxlpiterquot = c 0.075
3.98/4.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.98/4.02	c heuristics/fracdiving/freq = c -1
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/feaspump/maxlpiterofs = c 2000
3.98/4.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 20]
3.98/4.02	c heuristics/feaspump/freq = c -1
3.98/4.02	c # minimum percentage of integer variables that have to be fixed 
3.98/4.02	c # [type: real, range: [0,1], default: 0.666]
3.98/4.02	c heuristics/crossover/minfixingrate = c 0.5
3.98/4.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.98/4.02	c # [type: real, range: [0,1], default: 0.1]
3.98/4.02	c heuristics/crossover/nodesquot = c 0.15
3.98/4.02	c # number of nodes without incumbent change that heuristic should wait
3.98/4.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.98/4.02	c heuristics/crossover/nwaitingnodes = c 100
3.98/4.02	c # number of nodes added to the contingent of the total nodes
3.98/4.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.98/4.02	c heuristics/crossover/nodesofs = c 750
3.98/4.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 30]
3.98/4.02	c heuristics/crossover/freq = c -1
3.98/4.02	c # additional number of allowed LP iterations
3.98/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.98/4.02	c heuristics/coefdiving/maxlpiterofs = c 1500
3.98/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.98/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.98/4.02	c heuristics/coefdiving/maxlpiterquot = c 0.075
3.98/4.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.98/4.02	c heuristics/coefdiving/freq = c -1
3.98/4.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: -1]
3.98/4.02	c presolving/probing/maxrounds = c 0
3.98/4.02	c # should presolving try to simplify knapsacks
3.98/4.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.98/4.02	c constraints/knapsack/simplifyinequalities = c TRUE
3.98/4.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.98/4.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.98/4.02	c constraints/knapsack/disaggregation = c FALSE
3.98/4.02	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
3.98/4.02	c # [type: int, range: [-1,2147483647], default: -1]
3.98/4.02	c constraints/knapsack/maxnumcardlift = c 0
3.98/4.02	c # should presolving try to simplify inequalities
3.98/4.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.98/4.03	c constraints/linear/simplifyinequalities = c TRUE
3.98/4.03	c # maximal number of separation rounds in the root node (-1: unlimited)
3.98/4.03	c # [type: int, range: [-1,2147483647], default: -1]
3.98/4.03	c separating/maxroundsroot = c 5
3.98/4.03	c # maximal number of separation rounds per node (-1: unlimited)
3.98/4.03	c # [type: int, range: [-1,2147483647], default: 5]
3.98/4.03	c separating/maxrounds = c 1
3.98/4.03	c # solving stops, if the given number of solutions were found (-1: no limit)
3.98/4.03	c # [type: int, range: [-1,2147483647], default: -1]
3.98/4.03	c limits/solutions = c 1
3.98/4.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.98/4.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.98/4.03	c limits/memory = c 1620
3.98/4.03	c # maximal time in seconds to run
3.98/4.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.98/4.03	c limits/time = c 1791
3.98/4.03	c # frequency for displaying node information lines
3.98/4.03	c # [type: int, range: [-1,2147483647], default: 100]
3.98/4.03	c display/freq = c 10000
3.98/4.03	c -----------------------------------------------------------------------------------------------
3.98/4.03	c start solving problem
3.98/4.03	c 
845.03/845.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
845.03/845.32	c   842s|     1 |     0 | 24077 | 154M|   0 |1045 |1650 | 113k| 113k|1650 | 113k|   0 |   0 |   0 | 5.500000e+02 |      --      |    Inf 
1264.31/1264.77	c  1261s|     1 |     0 | 26478 | 160M|   0 |1088 |1650 | 113k| 113k|1650 | 113k|   1 |   0 |   0 | 5.500000e+02 |      --      |    Inf 
1794.66/1795.21	c  1791s|     1 |     0 | 31407 | 166M|   0 |   - |1650 | 113k| 113k|1650 | 113k|   2 |   0 |   0 | 5.500000e+02 |      --      |    Inf 
1794.66/1795.22	c  1791s|     1 |     2 | 31407 | 166M|   0 |   - |1650 | 113k| 113k|1650 | 113k|   2 |   0 |   0 | 5.500000e+02 |      --      |    Inf 
1794.66/1795.22	c 
1794.66/1795.22	c SCIP Status        : solving was interrupted [time limit reached]
1794.66/1795.22	c Solving Time (sec) : 1791.03
1794.66/1795.22	c Solving Nodes      : 1
1794.66/1795.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.66/1795.22	c Dual Bound         : +5.50000000000000e+02
1794.66/1795.22	c Gap                : infinite
1794.66/1795.22	c NODE         1
1794.66/1795.22	c DUAL BOUND   550
1794.66/1795.22	c PRIMAL BOUND 1e+20
1794.66/1795.22	c GAP          1e+20
1794.66/1795.22	s UNKNOWN
1794.66/1795.22	c SCIP Status        : solving was interrupted [time limit reached]
1794.66/1795.22	c Solving Time       :    1791.03
1794.66/1795.22	c Original Problem   :
1794.66/1795.22	c   Problem name     : HOME/instance-1868406-1245124779.opb
1794.66/1795.22	c   Variables        : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.66/1795.22	c   Constraints      : 113164 initial, 113164 maximal
1794.66/1795.22	c Presolved Problem  :
1794.66/1795.22	c   Problem name     : t_HOME/instance-1868406-1245124779.opb
1794.66/1795.22	c   Variables        : 1650 (1650 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.66/1795.22	c   Constraints      : 113164 initial, 113164 maximal
1794.66/1795.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.66/1795.22	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1794.66/1795.22	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1794.66/1795.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.66/1795.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.66/1795.22	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.66/1795.22	c   probing          :       0.00          0          0          0          0          0          0          0          0
1794.66/1795.22	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1794.66/1795.22	c   logicor          :       0.23          0          0          0          0          0          0          0          0
1794.66/1795.22	c   root node        :          -          0          -          -          0          -          -          -          -
1794.66/1795.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.66/1795.22	c   integral         :          0          0          0          0          0          0          0          0          0          0
1794.66/1795.22	c   setppc           :        550          2          1          0          1          0          0          0          0          0
1794.66/1795.22	c   logicor          :     112614          2          1          0          1          0          0          0          0          0
1794.66/1795.22	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1794.66/1795.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.66/1795.22	c   integral         :       0.00       0.00       0.00       0.00       0.00
1794.66/1795.22	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1794.66/1795.22	c   logicor          :       0.18       0.02       0.15       0.00       0.01
1794.66/1795.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.66/1795.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.66/1795.22	c   rootredcost      :       0.00          0          0          0
1794.66/1795.22	c   pseudoobj        :       0.00          2          0          0
1794.66/1795.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.66/1795.22	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.66/1795.22	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.66/1795.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.66/1795.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.66/1795.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.66/1795.22	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.66/1795.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.66/1795.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.66/1795.22	c   cut pool         :       0.00          1          -          -          0          -    (maximal pool size: 902)
1794.66/1795.22	c   redcost          :       0.00          2          0          0          0          0
1794.66/1795.22	c   impliedbounds    :       0.00          2          0          0          0          0
1794.66/1795.22	c   intobj           :       0.00          0          0          0          0          0
1794.66/1795.22	c   gomory           :     731.72          2          0          0          0          0
1794.66/1795.22	c   strongcg         :       5.26          2          0          0       1000          0
1794.66/1795.22	c   cmir             :       0.00          0          0          0          0          0
1794.66/1795.22	c   flowcover        :       0.00          0          0          0          0          0
1794.66/1795.22	c   clique           :       0.04          2          0          0          0          0
1794.66/1795.22	c   zerohalf         :       0.00          0          0          0          0          0
1794.66/1795.22	c   mcf              :       0.40          1          0          0          0          0
1794.66/1795.22	c Pricers            :       Time      Calls       Vars
1794.66/1795.22	c   problem variables:       0.00          0          0
1794.66/1795.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.66/1795.22	c   relpscost        :       0.00          0          0          0          0          0          0
1794.66/1795.22	c   pscost           :       0.00          0          0          0          0          0          0
1794.66/1795.22	c   inference        :       0.00          1          0          0          0          0          2
1794.66/1795.22	c   mostinf          :       0.00          0          0          0          0          0          0
1794.66/1795.22	c   leastinf         :       0.00          0          0          0          0          0          0
1794.66/1795.22	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.66/1795.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.66/1795.22	c   random           :       0.00          0          0          0          0          0          0
1794.66/1795.23	c Primal Heuristics  :       Time      Calls      Found
1794.66/1795.23	c   LP solutions     :       0.00          -          0
1794.66/1795.23	c   pseudo solutions :       0.00          -          0
1794.66/1795.23	c   simplerounding   :       0.00          0          0
1794.66/1795.23	c   rounding         :       0.00          0          0
1794.66/1795.23	c   shifting         :       0.00          0          0
1794.66/1795.23	c   intshifting      :       0.00          0          0
1794.66/1795.23	c   oneopt           :       0.00          0          0
1794.66/1795.23	c   fixandinfer      :       0.00          0          0
1794.66/1795.23	c   feaspump         :       0.00          0          0
1794.66/1795.23	c   coefdiving       :       0.00          0          0
1794.66/1795.23	c   pscostdiving     :       0.00          0          0
1794.66/1795.23	c   fracdiving       :       0.00          0          0
1794.66/1795.23	c   veclendiving     :       0.00          0          0
1794.66/1795.23	c   intdiving        :       0.00          0          0
1794.66/1795.23	c   actconsdiving    :       0.00          0          0
1794.66/1795.23	c   objpscostdiving  :       0.00          0          0
1794.66/1795.23	c   rootsoldiving    :       0.00          0          0
1794.66/1795.23	c   linesearchdiving :       0.00          0          0
1794.66/1795.23	c   guideddiving     :       0.00          0          0
1794.66/1795.23	c   octane           :       0.00          0          0
1794.66/1795.23	c   rens             :       0.00          0          0
1794.66/1795.23	c   rins             :       0.00          0          0
1794.66/1795.23	c   localbranching   :       0.00          0          0
1794.66/1795.23	c   mutation         :       0.00          0          0
1794.66/1795.23	c   crossover        :       0.00          0          0
1794.66/1795.23	c   dins             :       0.00          0          0
1794.66/1795.23	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.66/1795.23	c   primal LP        :       0.00          0          0       0.00          -
1794.66/1795.23	c   dual LP          :    1051.13          3      31407   10469.00      29.88
1794.66/1795.23	c   barrier LP       :       0.00          0          0       0.00          -
1794.66/1795.23	c   diving/probing LP:       0.00          0          0       0.00          -
1794.66/1795.23	c   strong branching :       0.00          0          0       0.00          -
1794.66/1795.23	c     (at root node) :          -          0          0       0.00          -
1794.66/1795.23	c   conflict analysis:       0.00          0          0       0.00          -
1794.66/1795.23	c B&B Tree           :
1794.66/1795.23	c   number of runs   :          1
1794.66/1795.23	c   nodes            :          1
1794.66/1795.23	c   nodes (total)    :          1
1794.66/1795.23	c   nodes left       :          2
1794.66/1795.23	c   max depth        :          0
1794.66/1795.23	c   max depth (total):          0
1794.66/1795.23	c   backtracks       :          0 (0.0%)
1794.66/1795.23	c   delayed cutoffs  :          0
1794.66/1795.23	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.66/1795.23	c   avg switch length:       1.00
1794.66/1795.23	c   switching time   :       0.00
1794.66/1795.23	c Solution           :
1794.66/1795.23	c   Solutions found  :          0 (0 improvements)
1794.66/1795.23	c   Primal Bound     :          -
1794.66/1795.23	c   Dual Bound       : +5.50000000000000e+02
1794.66/1795.23	c   Gap              :   infinite
1794.66/1795.23	c   Root Dual Bound  : +5.50000000000000e+02
1795.26/1795.81	c Time complete: 1795.27.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 6699
/proc/meminfo: memFree=1781240/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=4648 CPUtime=0
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 498 0 0 0 0 0 0 0 18 0 1 0 180075127 4759552 482 1992294400 4194304 7823515 548682068736 18446744073709551615 5955600 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 1082 484 319 886 0 192 0

[startup+0.022799 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 6699
/proc/meminfo: memFree=1781240/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=10200 CPUtime=0.01
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 1859 0 0 0 1 0 0 0 18 0 1 0 180075127 10444800 1841 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 2550 1841 351 886 0 1660 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10200

[startup+0.101806 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 6699
/proc/meminfo: memFree=1781240/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=13248 CPUtime=0.09
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 2636 0 0 0 9 0 0 0 18 0 1 0 180075127 13565952 2618 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 3312 2618 351 886 0 2422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13248

[startup+0.301828 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 6699
/proc/meminfo: memFree=1781240/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=17592 CPUtime=0.29
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 3701 0 0 0 28 1 0 0 19 0 1 0 180075127 18014208 3683 1992294400 4194304 7823515 548682068736 18446744073709551615 6907418 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 4398 3683 351 886 0 3508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17592

[startup+0.70187 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 6699
/proc/meminfo: memFree=1781240/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=26352 CPUtime=0.69
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 5882 0 0 0 67 2 0 0 22 0 1 0 180075127 26984448 5864 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 6588 5864 351 886 0 5698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26352

[startup+1.50196 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 6700
/proc/meminfo: memFree=1752048/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=43668 CPUtime=1.49
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 10220 0 0 0 145 4 0 0 25 0 1 0 180075127 44716032 10202 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 10917 10202 351 886 0 10027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43668

[startup+3.10113 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 6700
/proc/meminfo: memFree=1704880/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=185576 CPUtime=3.09
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 49258 0 0 0 279 30 0 0 25 0 1 0 180075127 190029824 45482 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 46394 45482 421 886 0 45504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185576

[startup+6.30248 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 6700
/proc/meminfo: memFree=1451824/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=360644 CPUtime=6.29
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 90121 0 0 0 570 59 0 0 25 0 1 0 180075127 369299456 83478 1992294400 4194304 7823515 548682068736 18446744073709551615 6262598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 90161 83478 500 886 0 89271 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 360644

[startup+12.7012 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 6700
/proc/meminfo: memFree=1398968/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=415836 CPUtime=12.69
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 105922 0 0 0 1204 65 0 0 25 0 1 0 180075127 425816064 95823 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 103959 95823 504 886 0 103069 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 415836

[startup+25.5016 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 6700
/proc/meminfo: memFree=1365496/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=443876 CPUtime=25.48
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 115002 0 0 0 2480 68 0 0 25 0 1 0 180075127 454529024 104198 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 110969 104198 504 886 0 110079 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 443876

[startup+51.1014 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6700
/proc/meminfo: memFree=1349560/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=458808 CPUtime=51.06
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 119166 0 0 0 5036 70 0 0 25 0 1 0 180075127 469819392 108162 1992294400 4194304 7823515 548682068736 18446744073709551615 6263163 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 114702 108162 504 886 0 113812 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 458808

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 6706
/proc/meminfo: memFree=1341624/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=464104 CPUtime=102.25
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 121427 0 0 0 10153 72 0 0 25 0 1 0 180075127 475242496 110156 1992294400 4194304 7823515 548682068736 18446744073709551615 6151351 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 116026 110156 504 886 0 115136 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 464104

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1332024/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=162.22
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123879 0 0 0 16149 73 0 0 25 0 1 0 180075127 484892672 112542 1992294400 4194304 7823515 548682068736 18446744073709551615 6211578 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112542 504 886 0 117492 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 473528

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1331960/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=222.2
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123891 0 0 0 22146 74 0 0 25 0 1 0 180075127 484892672 112554 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112554 504 886 0 117492 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 473528

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1331896/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=282.19
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123896 0 0 0 28144 75 0 0 25 0 1 0 180075127 484892672 112559 1992294400 4194304 7823515 548682068736 18446744073709551615 6908032 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112559 504 886 0 117492 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 473528

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1331832/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=342.17
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123899 0 0 0 34141 76 0 0 25 0 1 0 180075127 484892672 112562 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112562 504 886 0 117492 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 473528

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1331768/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=402.15
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123905 0 0 0 40138 77 0 0 25 0 1 0 180075127 484892672 112568 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112568 504 886 0 117492 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 473528

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1331768/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=462.14
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123906 0 0 0 46135 79 0 0 25 0 1 0 180075127 484892672 112569 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112569 504 886 0 117492 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 473528

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1331704/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=522.12
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123908 0 0 0 52132 80 0 0 25 0 1 0 180075127 484892672 112571 1992294400 4194304 7823515 548682068736 18446744073709551615 5924484 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112571 504 886 0 117492 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 473528

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1331704/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=582.1
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123909 0 0 0 58129 81 0 0 25 0 1 0 180075127 484892672 112572 1992294400 4194304 7823515 548682068736 18446744073709551615 6212430 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112572 504 886 0 117492 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 473528

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1331768/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=642.09
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 123913 0 0 0 64126 83 0 0 25 0 1 0 180075127 484892672 112576 1992294400 4194304 7823515 548682068736 18446744073709551615 6212325 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112576 504 886 0 117492 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 473528

[startup+702.301 s]

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

/proc/meminfo: memFree=1330232/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1121.95
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 124248 0 0 0 112079 116 0 0 25 0 1 0 180075127 484892672 112911 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112911 519 886 0 117492 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 473528

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1330168/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1181.94
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 124248 0 0 0 118073 121 0 0 25 0 1 0 180075127 484892672 112911 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 112911 519 886 0 117492 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 473528

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1326264/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1241.91
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 125463 0 0 0 124068 123 0 0 25 0 1 0 180075127 484892672 113907 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 113907 535 886 0 117492 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 473528

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1326200/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1301.91
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 125463 0 0 0 130063 128 0 0 25 0 1 0 180075127 484892672 113907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 113907 535 886 0 117492 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 473528

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1326264/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1361.88
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 125463 0 0 0 136054 134 0 0 25 0 1 0 180075127 484892672 113907 1992294400 4194304 7823515 548682068736 18446744073709551615 5965831 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 113907 535 886 0 117492 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 473528

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1326200/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1421.86
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 125463 0 0 0 142045 141 0 0 25 0 1 0 180075127 484892672 113907 1992294400 4194304 7823515 548682068736 18446744073709551615 5965373 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 113907 535 886 0 117492 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 473528

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1326136/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1481.85
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 125463 0 0 0 148038 147 0 0 25 0 1 0 180075127 484892672 113907 1992294400 4194304 7823515 548682068736 18446744073709551615 4338511 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 113907 535 886 0 117492 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 473528

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1326136/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1541.83
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 125463 0 0 0 154030 153 0 0 25 0 1 0 180075127 484892672 113907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 113907 535 886 0 117492 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 473528

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1326072/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=473528 CPUtime=1601.81
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 125463 0 0 0 160022 159 0 0 25 0 1 0 180075127 484892672 113907 1992294400 4194304 7823515 548682068736 18446744073709551615 4339117 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 118382 113907 535 886 0 117492 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 473528

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1325560/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=498408 CPUtime=1661.79
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 129484 0 0 0 166014 165 0 0 25 0 1 0 180075127 510369792 117928 1992294400 4194304 7823515 548682068736 18446744073709551615 6257633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 124602 117928 535 886 0 123712 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 498408

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1304312/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=502464 CPUtime=1721.78
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 131037 0 0 0 172010 168 0 0 25 0 1 0 180075127 514523136 119345 1992294400 4194304 7823515 548682068736 18446744073709551615 5924537 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 125616 119345 535 886 0 124726 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 502464

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1291256/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=510792 CPUtime=1781.76
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 134521 0 0 0 178005 171 0 0 25 0 1 0 180075127 523051008 122589 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 127698 122589 535 886 0 126808 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 510792

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1290296/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=510792 CPUtime=1784.96
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 134820 0 0 0 178325 171 0 0 25 0 1 0 180075127 523051008 122825 1992294400 4194304 7823515 548682068736 18446744073709551615 5924537 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 127698 122825 535 886 0 126808 0
Current children cumulated CPU time (s) 1784.96
Current children cumulated vsize (KiB) 510792

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1288568/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=512272 CPUtime=1791.37
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 135261 0 0 0 178965 172 0 0 25 0 1 0 180075127 524566528 123266 1992294400 4194304 7823515 548682068736 18446744073709551615 6211333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 128068 123266 535 886 0 127178 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 512272

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1288568/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=512272 CPUtime=1792.96
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 135261 0 0 0 179124 172 0 0 25 0 1 0 180075127 524566528 123266 1992294400 4194304 7823515 548682068736 18446744073709551615 6211594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 128068 123266 535 886 0 127178 0
Current children cumulated CPU time (s) 1792.96
Current children cumulated vsize (KiB) 512272

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1288568/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=512272 CPUtime=1794.56
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 135261 0 0 0 179284 172 0 0 25 0 1 0 180075127 524566528 123266 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6699/statm: 128068 123266 535 886 0 127178 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 512272

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1288568/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=512272 CPUtime=1794.96
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 135356 0 0 0 179324 172 0 0 25 0 1 0 180075127 524566528 123361 1992294400 4194304 7823515 548682068736 18446744073709551615 5875896 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 128068 123361 541 886 0 127178 0
Current children cumulated CPU time (s) 1794.96
Current children cumulated vsize (KiB) 512272

[startup+1795.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1288568/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=395868 CPUtime=1795.16
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 135359 0 0 0 179342 174 0 0 25 0 1 0 180075127 405368832 94761 1992294400 4194304 7823515 548682068736 18446744073709551615 5875732 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 98967 94761 544 886 0 98077 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 395868

[startup+1795.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6706
/proc/meminfo: memFree=1288568/2055920 swapFree=4191900/4192956
[pid=6699] ppid=6697 vsize=176848 CPUtime=1795.26
/proc/6699/stat : 6699 (pbscip.linux.x8) R 6697 6699 5438 0 -1 4194304 135359 0 0 0 179348 178 0 0 25 0 1 0 180075127 181092352 43499 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/6699/statm: 44212 43499 17748 886 0 43322 0
Current children cumulated CPU time (s) 1795.26
Current children cumulated vsize (KiB) 176848

Child status: 0
Real time (s): 1795.82
CPU time (s): 1795.29
CPU user time (s): 1793.48
CPU system time (s): 1.80372
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 512272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 1.80373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135364
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= 3286

runsolver used 1.86972 second user time and 4.06338 second system time

The end

Launcher Data

Begin job on node37 at 2009-06-16 05:59:39
IDJOB=1868406
IDBENCH=1370
IDSOLVER=683
FILE ID=node37/1868406-1245124779
PBS_JOBID= 9363633
Free space on /tmp= 66160 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/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.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-1868406-1245124779/watcher-1868406-1245124779 -o /tmp/evaluation-result-1868406-1245124779/solver-1868406-1245124779 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868406-1245124779.opb

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=925330124

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1781656 kB
Buffers:         32812 kB
Cached:         161612 kB
SwapCached:        260 kB
Active:          60388 kB
Inactive:       147260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781656 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           15308 kB
Writeback:           0 kB
Mapped:          21760 kB
Slab:            52684 kB
Committed_AS:   150484 kB
PageTables:       1376 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= 66152 MiB
End job on node37 at 2009-06-16 06:29:35