Trace number 1868412

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)? (TO) 1802.27 1802.91

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
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 benchmark1466.35
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.69/7.71	c SCIP version 1.1.0.7
7.69/7.71	c LP-Solver SoPlex 1.4.1
7.69/7.71	c user parameter file <scip.set> not found - using default parameters
7.69/7.71	c read problem <HOME/instance-1868412-1245125200.opb>
7.69/7.71	c original problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
9.79/9.89	c No objective function, only one solution is needed.
9.79/9.89	c start presolving problem
9.79/9.89	c presolving:
15.18/15.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 467625 upgd conss, 0 impls, 750 clqs
15.89/15.98	c presolving (2 rounds):
15.89/15.98	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
15.89/15.98	c  0 implications, 750 cliques
15.89/15.98	c presolved problem has 3750 variables (3750 bin, 0 int, 0 impl, 0 cont) and 467625 constraints
15.89/15.98	c     750 constraints of type <setppc>
15.89/15.98	c  466875 constraints of type <logicor>
15.89/15.98	c transformed objective value is always integral (scale: 1)
15.89/15.98	c Presolving Time: 5.04
15.89/15.98	c SATUNSAT-LIN
15.89/15.98	c -----------------------------------------------------------------------------------------------
15.89/15.98	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.98	c separating/flowcover/freq = c -1
15.89/15.98	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.98	c separating/cmir/freq = c -1
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/veclendiving/maxlpiterofs = c 1500
15.89/15.98	c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.98	c heuristics/veclendiving/maxlpiterquot = c 0.075
15.89/15.98	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.98	c heuristics/veclendiving/freq = c -1
15.89/15.98	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.98	c heuristics/simplerounding/freq = c -1
15.89/15.98	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.98	c heuristics/shifting/freq = c -1
15.89/15.98	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.98	c heuristics/rounding/freq = c -1
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/rootsoldiving/maxlpiterofs = c 1500
15.89/15.98	c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
15.89/15.98	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
15.89/15.98	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 20]
15.89/15.98	c heuristics/rootsoldiving/freq = c -1
15.89/15.98	c # number of nodes added to the contingent of the total nodes
15.89/15.98	c # [type: longint, range: [0,9223372036854775807], default: 500]
15.89/15.98	c heuristics/rens/nodesofs = c 2000
15.89/15.98	c # minimum percentage of integer variables that have to be fixable 
15.89/15.98	c # [type: real, range: [0,1], default: 0.5]
15.89/15.98	c heuristics/rens/minfixingrate = c 0.3
15.89/15.98	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 0]
15.89/15.98	c heuristics/rens/freq = c -1
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/pscostdiving/maxlpiterofs = c 1500
15.89/15.98	c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.98	c heuristics/pscostdiving/maxlpiterquot = c 0.075
15.89/15.98	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.98	c heuristics/pscostdiving/freq = c -1
15.89/15.98	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 1]
15.89/15.98	c heuristics/oneopt/freq = c -1
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/objpscostdiving/maxlpiterofs = c 1500
15.89/15.98	c # maximal fraction of diving LP iterations compared to total iteration number
15.89/15.98	c # [type: real, range: [0,1], default: 0.01]
15.89/15.98	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
15.89/15.98	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 20]
15.89/15.98	c heuristics/objpscostdiving/freq = c -1
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/linesearchdiving/maxlpiterofs = c 1500
15.89/15.98	c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.98	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
15.89/15.98	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.98	c heuristics/linesearchdiving/freq = c -1
15.89/15.98	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.98	c heuristics/intshifting/freq = c -1
15.89/15.98	c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.98	c heuristics/intdiving/maxlpiterquot = c 0.075
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/guideddiving/maxlpiterofs = c 1500
15.89/15.98	c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.98	c heuristics/guideddiving/maxlpiterquot = c 0.075
15.89/15.98	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.98	c heuristics/guideddiving/freq = c -1
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/fracdiving/maxlpiterofs = c 1500
15.89/15.98	c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.98	c heuristics/fracdiving/maxlpiterquot = c 0.075
15.89/15.98	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.98	c heuristics/fracdiving/freq = c -1
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/feaspump/maxlpiterofs = c 2000
15.89/15.98	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 20]
15.89/15.98	c heuristics/feaspump/freq = c -1
15.89/15.98	c # minimum percentage of integer variables that have to be fixed 
15.89/15.98	c # [type: real, range: [0,1], default: 0.666]
15.89/15.98	c heuristics/crossover/minfixingrate = c 0.5
15.89/15.98	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
15.89/15.98	c # [type: real, range: [0,1], default: 0.1]
15.89/15.98	c heuristics/crossover/nodesquot = c 0.15
15.89/15.98	c # number of nodes without incumbent change that heuristic should wait
15.89/15.98	c # [type: longint, range: [0,9223372036854775807], default: 200]
15.89/15.98	c heuristics/crossover/nwaitingnodes = c 100
15.89/15.98	c # number of nodes added to the contingent of the total nodes
15.89/15.98	c # [type: longint, range: [0,9223372036854775807], default: 500]
15.89/15.98	c heuristics/crossover/nodesofs = c 750
15.89/15.98	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 30]
15.89/15.98	c heuristics/crossover/freq = c -1
15.89/15.98	c # additional number of allowed LP iterations
15.89/15.98	c # [type: int, range: [0,2147483647], default: 1000]
15.89/15.98	c heuristics/coefdiving/maxlpiterofs = c 1500
15.89/15.98	c # maximal fraction of diving LP iterations compared to node LP iterations
15.89/15.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
15.89/15.98	c heuristics/coefdiving/maxlpiterquot = c 0.075
15.89/15.98	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: 10]
15.89/15.98	c heuristics/coefdiving/freq = c -1
15.89/15.98	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: -1]
15.89/15.98	c presolving/probing/maxrounds = c 0
15.89/15.98	c # should presolving try to simplify knapsacks
15.89/15.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.89/15.98	c constraints/knapsack/simplifyinequalities = c TRUE
15.89/15.98	c # should disaggregation of knapsack constraints be allowed in preprocessing?
15.89/15.98	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
15.89/15.98	c constraints/knapsack/disaggregation = c FALSE
15.89/15.98	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
15.89/15.98	c # [type: int, range: [-1,2147483647], default: -1]
15.89/15.98	c constraints/knapsack/maxnumcardlift = c 0
15.89/15.98	c # should presolving try to simplify inequalities
15.99/16.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.99/16.01	c constraints/linear/simplifyinequalities = c TRUE
15.99/16.01	c # maximal number of separation rounds in the root node (-1: unlimited)
15.99/16.01	c # [type: int, range: [-1,2147483647], default: -1]
15.99/16.01	c separating/maxroundsroot = c 5
15.99/16.01	c # maximal number of separation rounds per node (-1: unlimited)
15.99/16.01	c # [type: int, range: [-1,2147483647], default: 5]
15.99/16.01	c separating/maxrounds = c 1
15.99/16.01	c # solving stops, if the given number of solutions were found (-1: no limit)
15.99/16.01	c # [type: int, range: [-1,2147483647], default: -1]
15.99/16.01	c limits/solutions = c 1
15.99/16.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
15.99/16.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.99/16.01	c limits/memory = c 1620
15.99/16.01	c # maximal time in seconds to run
15.99/16.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.99/16.01	c limits/time = c 1791
15.99/16.01	c # frequency for displaying node information lines
15.99/16.01	c # [type: int, range: [-1,2147483647], default: 100]
15.99/16.01	c display/freq = c 10000
15.99/16.01	c -----------------------------------------------------------------------------------------------
15.99/16.01	c start solving problem
15.99/16.01	c 
145.91/146.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.91/146.03	c   136s|     1 |     0 |  2342 | 554M|   0 |1494 |3750 | 467k| 467k|3750 | 467k|   0 |   0 |   0 | 7.500000e+02 |      --      |    Inf 
875.66/876.09	c   866s|     1 |     0 |  2761 | 561M|   0 |1494 |3750 | 467k| 467k|3750 | 467k|   1 |   0 |   0 | 7.500000e+02 |      --      |    Inf 
1674.10/1674.72	c  1664s|     1 |     0 |  3542 | 566M|   0 |1494 |3750 | 467k| 467k|3750 | 467k|   2 |   0 |   0 | 7.500000e+02 |      --      |    Inf 
1801.45/1802.15	c  1791s|     1 |     0 |  3545 | 566M|   0 |   - |3750 | 467k| 467k|3750 | 467k|   3 |   0 |   0 | 7.500000e+02 |      --      |    Inf 
1801.55/1802.24	c  1791s|     1 |     2 |  3545 | 566M|   0 |   - |3750 | 467k| 467k|3750 | 467k|   3 |   0 |   0 | 7.500000e+02 |      --      |    Inf 
1801.55/1802.24	c 
1801.55/1802.24	c SCIP Status        : solving was interrupted [user interrupt]
1801.55/1802.24	c Solving Time (sec) : 1791.11
1801.55/1802.24	c Solving Nodes      : 1
1801.55/1802.24	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.55/1802.24	c Dual Bound         : +7.50000000000000e+02
1801.55/1802.24	c Gap                : infinite
1801.55/1802.24	c NODE         1
1801.55/1802.24	c DUAL BOUND   750
1801.55/1802.24	c PRIMAL BOUND 1e+20
1801.55/1802.24	c GAP          1e+20
1801.55/1802.24	s UNKNOWN
1801.55/1802.24	c SCIP Status        : solving was interrupted [user interrupt]
1801.55/1802.24	c Solving Time       :    1791.11
1801.55/1802.24	c Original Problem   :
1801.55/1802.24	c   Problem name     : HOME/instance-1868412-1245125200.opb
1801.55/1802.24	c   Variables        : 3750 (3750 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.55/1802.24	c   Constraints      : 467625 initial, 467625 maximal
1801.55/1802.24	c Presolved Problem  :
1801.55/1802.24	c   Problem name     : t_HOME/instance-1868412-1245125200.opb
1801.55/1802.24	c   Variables        : 3750 (3750 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.55/1802.24	c   Constraints      : 467625 initial, 467625 maximal
1801.55/1802.24	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.55/1802.24	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1801.55/1802.24	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1801.55/1802.24	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.55/1802.24	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.55/1802.24	c   implics          :       0.00          0          0          0          0          0          0          0          0
1801.55/1802.24	c   probing          :       0.00          0          0          0          0          0          0          0          0
1801.55/1802.24	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1801.55/1802.24	c   logicor          :       1.13          0          0          0          0          0          0          0          0
1801.55/1802.24	c   root node        :          -          0          -          -          0          -          -          -          -
1801.55/1802.24	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.55/1802.24	c   integral         :          0          0          0          0          0          0          0          0          0          0
1801.55/1802.24	c   setppc           :        750          3          1          0          1          0          0          0          0          0
1801.55/1802.24	c   logicor          :     466875          3          1          0          1          0          0          0          0          0
1801.55/1802.24	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1801.55/1802.24	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.55/1802.24	c   integral         :       0.00       0.00       0.00       0.00       0.00
1801.55/1802.24	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1801.55/1802.24	c   logicor          :       1.07       0.16       0.82       0.00       0.09
1801.55/1802.24	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.55/1802.24	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.55/1802.24	c   rootredcost      :       0.00          0          0          0
1801.55/1802.24	c   pseudoobj        :       0.00          2          0          0
1801.55/1802.24	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.55/1802.24	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.55/1802.24	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.55/1802.24	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.55/1802.24	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.55/1802.24	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.55/1802.24	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.55/1802.24	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.55/1802.24	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.55/1802.24	c   cut pool         :       0.02          2          -          -         35          -    (maximal pool size: 765)
1801.55/1802.24	c   redcost          :       0.00          3          0          0          0          0
1801.55/1802.24	c   impliedbounds    :       0.00          3          0          0          0          0
1801.55/1802.24	c   intobj           :       0.00          0          0          0          0          0
1801.55/1802.24	c   gomory           :    1478.66          3          0          0          0          0
1801.55/1802.24	c   strongcg         :      16.67          3          0          0       1000          0
1801.55/1802.24	c   cmir             :       0.00          0          0          0          0          0
1801.55/1802.24	c   flowcover        :       0.00          0          0          0          0          0
1801.55/1802.24	c   clique           :       0.12          3          0          0          0          0
1801.55/1802.24	c   zerohalf         :       0.00          0          0          0          0          0
1801.55/1802.24	c   mcf              :       0.00          0          0          0          0          0
1801.55/1802.24	c Pricers            :       Time      Calls       Vars
1801.55/1802.24	c   problem variables:       0.00          0          0
1801.55/1802.24	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.55/1802.24	c   relpscost        :       0.00          0          0          0          0          0          0
1801.55/1802.24	c   pscost           :       0.00          0          0          0          0          0          0
1801.55/1802.24	c   inference        :       0.00          1          0          0          0          0          2
1801.55/1802.24	c   mostinf          :       0.00          0          0          0          0          0          0
1801.55/1802.24	c   leastinf         :       0.00          0          0          0          0          0          0
1801.55/1802.24	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.55/1802.24	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.55/1802.24	c   random           :       0.00          0          0          0          0          0          0
1801.55/1802.24	c Primal Heuristics  :       Time      Calls      Found
1801.55/1802.24	c   LP solutions     :       0.00          -          0
1801.55/1802.24	c   pseudo solutions :       0.00          -          0
1801.55/1802.24	c   simplerounding   :       0.00          0          0
1801.55/1802.24	c   rounding         :       0.00          0          0
1801.55/1802.24	c   shifting         :       0.00          0          0
1801.55/1802.24	c   intshifting      :       0.00          0          0
1801.55/1802.24	c   oneopt           :       0.00          0          0
1801.55/1802.24	c   fixandinfer      :       0.00          0          0
1801.55/1802.24	c   feaspump         :       0.00          0          0
1801.55/1802.24	c   coefdiving       :       0.00          0          0
1801.55/1802.24	c   pscostdiving     :       0.00          0          0
1801.55/1802.24	c   fracdiving       :       0.00          0          0
1801.55/1802.24	c   veclendiving     :       0.00          0          0
1801.55/1802.24	c   intdiving        :       0.00          0          0
1801.55/1802.24	c   actconsdiving    :       0.00          0          0
1801.55/1802.24	c   objpscostdiving  :       0.00          0          0
1801.55/1802.24	c   rootsoldiving    :       0.00          0          0
1801.55/1802.24	c   linesearchdiving :       0.00          0          0
1801.55/1802.24	c   guideddiving     :       0.00          0          0
1801.55/1802.24	c   octane           :       0.00          0          0
1801.55/1802.24	c   rens             :       0.00          0          0
1801.55/1802.24	c   rins             :       0.00          0          0
1801.55/1802.24	c   localbranching   :       0.00          0          0
1801.55/1802.24	c   mutation         :       0.00          0          0
1801.55/1802.24	c   crossover        :       0.00          0          0
1801.55/1802.24	c   dins             :       0.00          0          0
1801.55/1802.24	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.55/1802.24	c   primal LP        :       0.00          0          0       0.00          -
1801.55/1802.24	c   dual LP          :     284.49          4       3545     886.25      12.46
1801.55/1802.24	c   barrier LP       :       0.00          0          0       0.00          -
1801.55/1802.24	c   diving/probing LP:       0.00          0          0       0.00          -
1801.55/1802.24	c   strong branching :       0.00          0          0       0.00          -
1801.55/1802.24	c     (at root node) :          -          0          0       0.00          -
1801.55/1802.24	c   conflict analysis:       0.00          0          0       0.00          -
1801.55/1802.24	c B&B Tree           :
1801.55/1802.24	c   number of runs   :          1
1801.55/1802.24	c   nodes            :          1
1801.55/1802.24	c   nodes (total)    :          1
1801.55/1802.24	c   nodes left       :          2
1801.55/1802.24	c   max depth        :          0
1801.55/1802.24	c   max depth (total):          0
1801.55/1802.24	c   backtracks       :          0 (0.0%)
1801.55/1802.24	c   delayed cutoffs  :          0
1801.55/1802.24	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.55/1802.24	c   avg switch length:       1.00
1801.55/1802.24	c   switching time   :       0.00
1801.55/1802.24	c Solution           :
1801.55/1802.24	c   Solutions found  :          0 (0 improvements)
1801.55/1802.24	c   Primal Bound     :          -
1801.55/1802.24	c   Dual Bound       : +7.50000000000000e+02
1801.55/1802.24	c   Gap              :   infinite
1801.55/1802.24	c   Root Dual Bound  : +7.50000000000000e+02

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-1868412-1245125200/watcher-1868412-1245125200 -o /tmp/evaluation-result-1868412-1245125200/solver-1868412-1245125200 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868412-1245125200.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.00 1.00 3/64 8342
/proc/meminfo: memFree=1763832/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=4324 CPUtime=0
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 462 0 0 0 0 0 0 0 18 0 1 0 180120976 4427776 446 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 1081 448 286 886 0 191 0

[startup+0.10099 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8342
/proc/meminfo: memFree=1763832/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=15744 CPUtime=0.09
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 3120 0 0 0 8 1 0 0 18 0 1 0 180120976 16121856 3102 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 3936 3113 351 886 0 3046 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15744

[startup+0.202006 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8342
/proc/meminfo: memFree=1763832/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=17868 CPUtime=0.19
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 3783 0 0 0 18 1 0 0 18 0 1 0 180120976 18296832 3765 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 4467 3765 351 886 0 3577 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17868

[startup+0.302025 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8342
/proc/meminfo: memFree=1763832/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=20484 CPUtime=0.29
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 4432 0 0 0 28 1 0 0 19 0 1 0 180120976 20975616 4414 1992294400 4194304 7823515 548682068736 18446744073709551615 6803880 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 5121 4414 351 886 0 4231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20484

[startup+0.701099 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8342
/proc/meminfo: memFree=1763832/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=29212 CPUtime=0.69
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 6602 0 0 0 67 2 0 0 22 0 1 0 180120976 29913088 6584 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 7303 6584 351 886 0 6413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29212

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=1728304/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=47172 CPUtime=1.49
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 11043 0 0 0 145 4 0 0 25 0 1 0 180120976 48304128 11026 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 11793 11034 351 886 0 10903 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47172

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=1705136/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=82408 CPUtime=3.08
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 19910 0 0 0 301 7 0 0 25 0 1 0 180120976 84385792 19892 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 20602 19892 351 886 0 19712 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82408

[startup+6.30113 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=1631024/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=154040 CPUtime=6.29
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 37803 0 0 0 614 15 0 0 25 0 1 0 180120976 157736960 37785 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 38510 37785 351 886 0 37620 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154040

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=1170544/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=648712 CPUtime=12.69
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 171825 0 0 0 1163 106 0 0 25 0 1 0 180120976 664281088 160331 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 162178 160331 419 886 0 161288 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 648712

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=700272/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1140148 CPUtime=25.48
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 293575 0 0 0 2348 200 0 0 25 0 1 0 180120976 1167511552 265869 1992294400 4194304 7823515 548682068736 18446744073709551615 6110801 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 285037 265869 500 886 0 284147 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1140148

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=612400/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1245868 CPUtime=51.05
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 322086 0 0 0 4895 210 0 0 25 0 1 0 180120976 1275768832 288869 1992294400 4194304 7823515 548682068736 18446744073709551615 6110789 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 311467 288869 504 886 0 310577 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1245868

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=612144/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1258948 CPUtime=102.23
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 329971 0 0 0 10009 214 0 0 25 0 1 0 180120976 1289162752 287788 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314737 287788 504 886 0 313847 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1258948

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=607152/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=162.21
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 16003 218 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 5965825 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1259688

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=607088/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=222.19
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 21999 220 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1259688

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=607024/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=282.17
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 27994 223 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 6912043 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1259688

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=607024/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=342.15
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 33991 224 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1259688

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=607024/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=402.13
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 39987 226 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 1259688

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=606960/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=462.1
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 45982 228 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 1259688

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=607024/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=522.08
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 51978 230 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 4338440 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 1259688

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=606960/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=582.07
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 57975 232 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 5965829 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 1259688

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=606960/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1259688 CPUtime=642.04
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 336933 0 0 0 63971 233 0 0 25 0 1 0 180120976 1289920512 289035 1992294400 4194304 7823515 548682068736 18446744073709551615 5965398 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 314922 289035 519 886 0 314032 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 1259688

[startup+702.302 s]

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

/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 105934 256 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 6911966 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 1287808

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=576816/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1287808 CPUtime=1121.88
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 111930 258 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 5965423 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 1287808

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=576752/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1287808 CPUtime=1181.87
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 117927 260 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 4339117 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 1287808

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=576688/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1287808 CPUtime=1241.84
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 123922 262 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 6908168 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 1287808

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=576624/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1287808 CPUtime=1301.82
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 129918 264 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 6912076 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 1287808

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=576624/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1287808 CPUtime=1361.8
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 135914 266 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 6911996 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 1287808

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=576560/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1287808 CPUtime=1421.79
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 141910 269 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 5965831 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 1287808

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=576496/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1287808 CPUtime=1481.76
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 147905 271 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 6911710 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 1287808

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=576560/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1287808 CPUtime=1541.75
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 356965 0 0 0 153902 273 0 0 25 0 1 0 180120976 1318715392 296496 1992294400 4194304 7823515 548682068736 18446744073709551615 4338438 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 321952 296496 528 886 0 321062 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 1287808

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=527280/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1357332 CPUtime=1601.72
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 378396 0 0 0 159888 284 0 0 25 0 1 0 180120976 1389907968 308772 1992294400 4194304 7823515 548682068736 18446744073709551615 6212674 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 339333 308772 528 886 0 338443 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 1357332

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=526896/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1357332 CPUtime=1661.7
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 386887 0 0 0 165882 288 0 0 25 0 1 0 180120976 1389907968 308852 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 339333 308852 528 886 0 338443 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 1357332

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=524912/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1357332 CPUtime=1721.68
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 392962 0 0 0 171876 292 0 0 25 0 1 0 180120976 1389907968 309341 1992294400 4194304 7823515 548682068736 18446744073709551615 5965829 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 339333 309341 528 886 0 338443 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 1357332

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=524912/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1357332 CPUtime=1781.66
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 392962 0 0 0 177872 294 0 0 25 0 1 0 180120976 1389907968 309341 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 339333 309341 528 886 0 338443 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 1357332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=524912/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1357332 CPUtime=1800.06
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 392962 0 0 0 179712 294 0 0 25 0 1 0 180120976 1389907968 309341 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 339333 309341 528 886 0 338443 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1357332

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8342

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8343
/proc/meminfo: memFree=524912/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1399396 CPUtime=1800.86
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 400192 0 0 0 179789 297 0 0 25 0 1 0 180120976 1432981504 313697 1992294400 4194304 7823515 548682068736 18446744073709551615 6254475 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8342/statm: 349849 313697 528 886 0 348959 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 1399396

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8344
/proc/meminfo: memFree=508840/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1370144 CPUtime=1801.65
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 401996 0 0 0 179868 297 0 0 25 0 1 0 180120976 1403027456 313360 1992294400 4194304 7823515 548682068736 18446744073709551615 4303034 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 342536 313360 533 886 0 341646 0
Current children cumulated CPU time (s) 1801.65
Current children cumulated vsize (KiB) 1370144

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8344
/proc/meminfo: memFree=508840/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=1370144 CPUtime=1802.05
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4194304 401997 0 0 0 179908 297 0 0 25 0 1 0 180120976 1403027456 313361 1992294400 4194304 7823515 548682068736 18446744073709551615 4304269 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 342536 313361 534 886 0 341646 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 1370144

[startup+1802.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8344
/proc/meminfo: memFree=1726408/2055920 swapFree=4192812/4192956
[pid=8342] ppid=8340 vsize=0 CPUtime=1802.26
/proc/8342/stat : 8342 (pbscip.linux.x8) R 8340 8342 7057 0 -1 4195332 401997 0 0 0 179909 317 0 0 25 0 1 0 180120976 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/8342/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.91
CPU time (s): 1802.27
CPU user time (s): 1799.1
CPU system time (s): 3.17352
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 1401172

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

runsolver used 1.64775 second user time and 3.80542 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-16 06:06:42
IDJOB=1868412
IDBENCH=1373
IDSOLVER=683
FILE ID=node7/1868412-1245125200
PBS_JOBID= 9363649
Free space on /tmp= 66252 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_k5_l4_n750.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-1868412-1245125200/watcher-1868412-1245125200 -o /tmp/evaluation-result-1868412-1245125200/solver-1868412-1245125200 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868412-1245125200.opb

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=1007201084

node7.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.274
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.274
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:       1764312 kB
Buffers:         21376 kB
Cached:         197652 kB
SwapCached:          0 kB
Active:          89672 kB
Inactive:       143260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           29508 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            44692 kB
Committed_AS:   151972 kB
PageTables:       1444 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= 66244 MiB
End job on node7 at 2009-06-16 06:36:45