Trace number 1870722

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.11 1795.57

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
MD5SUM8096e07164eab6008a97823c6b00b555
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.29/0.39	c SCIP version 1.1.0.7
0.29/0.39	c LP-Solver SoPlex 1.4.1
0.29/0.39	c user parameter file <scip.set> not found - using default parameters
0.29/0.39	c read problem <HOME/instance-1870722-1245217142.opb>
0.29/0.39	c original problem has 38366 variables (38366 bin, 0 int, 0 impl, 0 cont) and 38868 constraints
0.69/0.76	c No objective function, only one solution is needed.
0.69/0.76	c start presolving problem
0.69/0.76	c presolving:
1.99/2.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 298296 impls, 1000 clqs
2.79/2.88	c presolving (2 rounds):
2.79/2.88	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.79/2.88	c  298296 implications, 1000 cliques
2.79/2.88	c presolved problem has 38366 variables (38366 bin, 0 int, 0 impl, 0 cont) and 38868 constraints
2.79/2.88	c       1 constraints of type <knapsack>
2.79/2.88	c    1000 constraints of type <setppc>
2.79/2.88	c   37366 constraints of type <and>
2.79/2.88	c       1 constraints of type <linear>
2.79/2.88	c     500 constraints of type <logicor>
2.79/2.88	c transformed objective value is always integral (scale: 1)
2.79/2.88	c Presolving Time: 2.05
2.79/2.88	c SATUNSAT-NLC
2.79/2.88	c -----------------------------------------------------------------------------------------------
2.79/2.88	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.88	c separating/flowcover/freq = c -1
2.79/2.88	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.88	c separating/cmir/freq = c -1
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/veclendiving/maxlpiterofs = c 1500
2.79/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.88	c heuristics/veclendiving/maxlpiterquot = c 0.075
2.79/2.88	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.88	c heuristics/veclendiving/freq = c -1
2.79/2.88	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.88	c heuristics/simplerounding/freq = c -1
2.79/2.88	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.88	c heuristics/shifting/freq = c -1
2.79/2.88	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.88	c heuristics/rounding/freq = c -1
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/rootsoldiving/maxlpiterofs = c 1500
2.79/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.79/2.88	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
2.79/2.88	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.88	c heuristics/rootsoldiving/freq = c -1
2.79/2.88	c # number of nodes added to the contingent of the total nodes
2.79/2.88	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.79/2.88	c heuristics/rens/nodesofs = c 2000
2.79/2.88	c # minimum percentage of integer variables that have to be fixable 
2.79/2.88	c # [type: real, range: [0,1], default: 0.5]
2.79/2.88	c heuristics/rens/minfixingrate = c 0.3
2.79/2.88	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.88	c heuristics/rens/freq = c -1
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/pscostdiving/maxlpiterofs = c 1500
2.79/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.88	c heuristics/pscostdiving/maxlpiterquot = c 0.075
2.79/2.88	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.88	c heuristics/pscostdiving/freq = c -1
2.79/2.88	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.88	c heuristics/oneopt/freq = c -1
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/objpscostdiving/maxlpiterofs = c 1500
2.79/2.88	c # maximal fraction of diving LP iterations compared to total iteration number
2.79/2.88	c # [type: real, range: [0,1], default: 0.01]
2.79/2.88	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
2.79/2.88	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.88	c heuristics/objpscostdiving/freq = c -1
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/linesearchdiving/maxlpiterofs = c 1500
2.79/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.88	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
2.79/2.88	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.88	c heuristics/linesearchdiving/freq = c -1
2.79/2.88	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.88	c heuristics/intshifting/freq = c -1
2.79/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.88	c heuristics/intdiving/maxlpiterquot = c 0.075
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/guideddiving/maxlpiterofs = c 1500
2.79/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.88	c heuristics/guideddiving/maxlpiterquot = c 0.075
2.79/2.88	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.88	c heuristics/guideddiving/freq = c -1
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/fracdiving/maxlpiterofs = c 1500
2.79/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.88	c heuristics/fracdiving/maxlpiterquot = c 0.075
2.79/2.88	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.88	c heuristics/fracdiving/freq = c -1
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/feaspump/maxlpiterofs = c 2000
2.79/2.88	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 20]
2.79/2.88	c heuristics/feaspump/freq = c -1
2.79/2.88	c # minimum percentage of integer variables that have to be fixed 
2.79/2.88	c # [type: real, range: [0,1], default: 0.666]
2.79/2.88	c heuristics/crossover/minfixingrate = c 0.5
2.79/2.88	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.79/2.88	c # [type: real, range: [0,1], default: 0.1]
2.79/2.88	c heuristics/crossover/nodesquot = c 0.15
2.79/2.88	c # number of nodes without incumbent change that heuristic should wait
2.79/2.88	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.79/2.88	c heuristics/crossover/nwaitingnodes = c 100
2.79/2.88	c # number of nodes added to the contingent of the total nodes
2.79/2.88	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.79/2.88	c heuristics/crossover/nodesofs = c 750
2.79/2.88	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 30]
2.79/2.88	c heuristics/crossover/freq = c -1
2.79/2.88	c # additional number of allowed LP iterations
2.79/2.88	c # [type: int, range: [0,2147483647], default: 1000]
2.79/2.88	c heuristics/coefdiving/maxlpiterofs = c 1500
2.79/2.88	c # maximal fraction of diving LP iterations compared to node LP iterations
2.79/2.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.79/2.88	c heuristics/coefdiving/maxlpiterquot = c 0.075
2.79/2.88	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: 10]
2.79/2.88	c heuristics/coefdiving/freq = c -1
2.79/2.88	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.88	c presolving/probing/maxrounds = c 0
2.79/2.88	c # should presolving try to simplify knapsacks
2.79/2.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.88	c constraints/knapsack/simplifyinequalities = c TRUE
2.79/2.88	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.79/2.88	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.79/2.88	c constraints/knapsack/disaggregation = c FALSE
2.79/2.88	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
2.79/2.88	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.88	c constraints/knapsack/maxnumcardlift = c 0
2.79/2.88	c # should presolving try to simplify inequalities
2.89/2.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.89/2.91	c constraints/linear/simplifyinequalities = c TRUE
2.89/2.91	c # maximal number of separation rounds in the root node (-1: unlimited)
2.89/2.91	c # [type: int, range: [-1,2147483647], default: -1]
2.89/2.91	c separating/maxroundsroot = c 5
2.89/2.91	c # maximal number of separation rounds per node (-1: unlimited)
2.89/2.91	c # [type: int, range: [-1,2147483647], default: 5]
2.89/2.91	c separating/maxrounds = c 1
2.89/2.91	c # solving stops, if the given number of solutions were found (-1: no limit)
2.89/2.91	c # [type: int, range: [-1,2147483647], default: -1]
2.89/2.91	c limits/solutions = c 1
2.89/2.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.89/2.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.89/2.91	c limits/memory = c 1620
2.89/2.91	c # maximal time in seconds to run
2.89/2.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.89/2.91	c limits/time = c 1791
2.89/2.91	c # frequency for displaying node information lines
2.89/2.91	c # [type: int, range: [-1,2147483647], default: 100]
2.89/2.91	c display/freq = c 10000
2.89/2.91	c -----------------------------------------------------------------------------------------------
2.89/2.91	c start solving problem
2.89/2.91	c 
8.70/8.77	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.70/8.77	c   8.0s|     1 |     0 |  1116 | 171M|   0 | 338 |  38k|  38k|  38k|  38k|  76k|   0 |   0 |   0 | 1.600000e+02 |      --      |    Inf 
59.86/59.93	c  58.9s|     1 |     0 |  1228 | 171M|   0 | 337 |  38k|  38k|  38k|  38k|  76k|   1 |   0 |   0 | 1.600000e+02 |      --      |    Inf 
198.23/198.36	c   197s|     1 |     0 |  1356 | 171M|   0 | 337 |  38k|  38k|  38k|  38k|  76k|   3 |   0 |   0 | 1.600000e+02 |      --      |    Inf 
489.36/489.53	c   488s|     1 |     0 |  1528 | 171M|   0 | 339 |  38k|  38k|  38k|  38k|  76k|   4 |   0 |   0 | 1.600000e+02 |      --      |    Inf 
664.12/664.33	c   663s|     1 |     0 |  1659 | 172M|   0 | 340 |  38k|  38k|  38k|  38k|  76k|   5 |   0 |   0 | 1.600000e+02 |      --      |    Inf 
987.13/987.50	c   985s|     1 |     0 |  1840 | 172M|   0 | 339 |  38k|  38k|  38k|  38k|  76k|   6 |   0 |   0 | 1.600000e+02 |      --      |    Inf 
1189.18/1189.58	c  1187s|     1 |     2 |  1840 | 172M|   0 | 339 |  38k|  38k|  38k|  38k|  76k|   6 |   0 |  28 | 1.600000e+02 |      --      |    Inf 
1794.24/1794.79	c 
1794.24/1794.79	c SCIP Status        : solving was interrupted [time limit reached]
1794.24/1794.79	c Solving Time (sec) : 1791.02
1794.24/1794.79	c Solving Nodes      : 569
1794.24/1794.79	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.24/1794.79	c Dual Bound         : +1.60000000000001e+02
1794.24/1794.79	c Gap                : infinite
1794.24/1794.79	c NODE         569
1794.24/1794.79	c DUAL BOUND   160
1794.24/1794.79	c PRIMAL BOUND 1e+20
1794.24/1794.79	c GAP          1e+20
1794.24/1794.79	s UNKNOWN
1794.24/1794.79	c SCIP Status        : solving was interrupted [time limit reached]
1794.24/1794.79	c Solving Time       :    1791.02
1794.24/1794.79	c Original Problem   :
1794.24/1794.79	c   Problem name     : HOME/instance-1870722-1245217142.opb
1794.24/1794.79	c   Variables        : 38366 (38366 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.24/1794.79	c   Constraints      : 38868 initial, 38868 maximal
1794.24/1794.79	c Presolved Problem  :
1794.24/1794.79	c   Problem name     : t_HOME/instance-1870722-1245217142.opb
1794.24/1794.79	c   Variables        : 38366 (38366 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.24/1794.79	c   Constraints      : 38868 initial, 38992 maximal
1794.24/1794.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.24/1794.79	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1794.24/1794.79	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1794.24/1794.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.24/1794.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.24/1794.79	c   implics          :       0.03          0          0          0          0          0          0          0          0
1794.24/1794.79	c   probing          :       0.00          0          0          0          0          0          0          0          0
1794.24/1794.79	c   knapsack         :       0.03          0          0          0          0          0          0          0          0
1794.24/1794.79	c   setppc           :       0.05          0          0          0          0          0          0          0          0
1794.24/1794.79	c   and              :       1.41          0          0          0          0          0          0          0          0
1794.24/1794.79	c   linear           :       0.28          0          0          0          0          0          0          0          0
1794.24/1794.79	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1794.24/1794.79	c   root node        :          -          0          -          -          0          -          -          -          -
1794.24/1794.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.24/1794.79	c   integral         :          0          0          0        513          0          1          5          0          0        996
1794.24/1794.79	c   knapsack         :          1          5       1856         13          0          0          0          0          0          0
1794.24/1794.79	c   setppc           :       1000          5       1856         13          0         30      12856          0          0          0
1794.24/1794.79	c   and              :      37366        532       1826         13          0          7     643968     466870          0          0
1794.24/1794.79	c   linear           :          1          5       1819          0          0          0          0          0          0          0
1794.24/1794.79	c   logicor          :        500+         5        666          0          0          0        461          0          0          0
1794.24/1794.79	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.24/1794.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.24/1794.79	c   integral         :     556.51       0.00       0.00     556.51       0.00
1794.24/1794.79	c   knapsack         :       0.01       0.01       0.00       0.00       0.00
1794.24/1794.79	c   setppc           :       0.22       0.00       0.21       0.01       0.00
1794.24/1794.79	c   and              :      31.13      20.30      10.55       0.28       0.00
1794.24/1794.79	c   linear           :       0.35       0.02       0.33       0.00       0.00
1794.24/1794.79	c   logicor          :       0.04       0.00       0.04       0.00       0.00
1794.24/1794.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.24/1794.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.24/1794.79	c   rootredcost      :       0.00          0          0          0
1794.24/1794.79	c   pseudoobj        :      12.18       1857          0          0
1794.24/1794.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.24/1794.79	c   propagation      :       0.01         37         37         37        2.8          0        0.0          -
1794.24/1794.79	c   infeasible LP    :       0.60         27         27        406       72.5          0        0.0          0
1794.24/1794.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.24/1794.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.24/1794.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.24/1794.79	c   applied globally :          -          -          -        124      104.4          -          -          -
1794.24/1794.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.24/1794.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.24/1794.79	c   cut pool         :       0.00          4          -          -          4          -    (maximal pool size: 20)
1794.24/1794.79	c   redcost          :       3.47        532          0          0          0          0
1794.24/1794.79	c   impliedbounds    :       0.05          5          0          0          0          0
1794.24/1794.79	c   intobj           :       0.00          0          0          0          0          0
1794.24/1794.79	c   gomory           :     677.41          5          0          0        500          0
1794.24/1794.79	c   strongcg         :     288.85          5          0          0       1718          0
1794.24/1794.79	c   cmir             :       0.00          0          0          0          0          0
1794.24/1794.79	c   flowcover        :       0.00          0          0          0          0          0
1794.24/1794.79	c   clique           :       0.30          5          0          0          0          0
1794.24/1794.79	c   zerohalf         :       0.00          0          0          0          0          0
1794.24/1794.79	c   mcf              :       2.85          2          0          0          0          0
1794.24/1794.79	c Pricers            :       Time      Calls       Vars
1794.24/1794.79	c   problem variables:       0.00          0          0
1794.24/1794.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.24/1794.79	c   relpscost        :     556.51        500          1          5          0          0        996
1794.24/1794.79	c   pscost           :       0.00          0          0          0          0          0          0
1794.24/1794.79	c   inference        :       0.00          0          0          0          0          0          0
1794.24/1794.79	c   mostinf          :       0.00          0          0          0          0          0          0
1794.24/1794.79	c   leastinf         :       0.00          0          0          0          0          0          0
1794.24/1794.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.24/1794.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.24/1794.79	c   random           :       0.00          0          0          0          0          0          0
1794.24/1794.79	c Primal Heuristics  :       Time      Calls      Found
1794.24/1794.79	c   LP solutions     :       0.00          -          0
1794.24/1794.79	c   pseudo solutions :       0.00          -          0
1794.24/1794.79	c   simplerounding   :       0.00          0          0
1794.24/1794.79	c   rounding         :       0.00          0          0
1794.24/1794.79	c   shifting         :       0.00          0          0
1794.24/1794.79	c   intshifting      :       0.00          0          0
1794.24/1794.79	c   oneopt           :       0.00          0          0
1794.24/1794.79	c   fixandinfer      :       0.00          0          0
1794.24/1794.79	c   feaspump         :       0.00          0          0
1794.24/1794.79	c   coefdiving       :       0.00          0          0
1794.24/1794.79	c   pscostdiving     :       0.00          0          0
1794.24/1794.79	c   fracdiving       :       0.00          0          0
1794.24/1794.79	c   veclendiving     :       0.00          0          0
1794.24/1794.79	c   intdiving        :       0.00          0          0
1794.24/1794.79	c   actconsdiving    :       0.00          0          0
1794.24/1794.79	c   objpscostdiving  :       0.00          0          0
1794.24/1794.79	c   rootsoldiving    :       0.00          0          0
1794.24/1794.79	c   linesearchdiving :       0.00          0          0
1794.24/1794.79	c   guideddiving     :       0.00          0          0
1794.24/1794.79	c   octane           :       0.00          0          0
1794.24/1794.79	c   rens             :       0.00          0          0
1794.24/1794.79	c   rins             :       0.00          0          0
1794.24/1794.79	c   localbranching   :       0.00          0          0
1794.24/1794.79	c   mutation         :       0.00          0          0
1794.24/1794.79	c   crossover        :       0.00          0          0
1794.24/1794.79	c   dins             :       0.00          0          0
1794.24/1794.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.24/1794.79	c   primal LP        :       5.03          0          0       0.00       0.00
1794.24/1794.79	c   dual LP          :     179.80       1080     109455     101.35     608.76
1794.24/1794.79	c   barrier LP       :       0.00          0          0       0.00          -
1794.24/1794.79	c   diving/probing LP:       0.00          0          0       0.00          -
1794.24/1794.79	c   strong branching :     556.32       5681     144241      25.39     259.28
1794.24/1794.79	c     (at root node) :          -         28      18717     668.46          -
1794.24/1794.79	c   conflict analysis:       0.00          0          0       0.00          -
1794.24/1794.79	c B&B Tree           :
1794.24/1794.79	c   number of runs   :          1
1794.24/1794.79	c   nodes            :        569
1794.24/1794.79	c   nodes (total)    :        569
1794.24/1794.79	c   nodes left       :        414
1794.24/1794.79	c   max depth        :         43
1794.24/1794.79	c   max depth (total):         43
1794.24/1794.79	c   backtracks       :         32 (5.6%)
1794.24/1794.79	c   delayed cutoffs  :         14
1794.24/1794.79	c   repropagations   :        311 (4313 domain reductions, 2 cutoffs)
1794.24/1794.79	c   avg switch length:       3.12
1794.24/1794.79	c   switching time   :       9.65
1794.24/1794.79	c Solution           :
1794.24/1794.79	c   Solutions found  :          0 (0 improvements)
1794.24/1794.79	c   Primal Bound     :          -
1794.24/1794.79	c   Dual Bound       : +1.60000000000001e+02
1794.24/1794.79	c   Gap              :   infinite
1794.24/1794.79	c   Root Dual Bound  : +1.60000000000001e+02
1795.03/1795.56	c Time complete: 1795.1.

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-1870722-1245217142/watcher-1870722-1245217142 -o /tmp/evaluation-result-1870722-1245217142/solver-1870722-1245217142 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870722-1245217142.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/65 7739
/proc/meminfo: memFree=1841536/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=6100 CPUtime=0
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 556 0 0 0 0 0 0 0 20 0 1 0 7626511 6246400 539 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/7739/statm: 1525 549 325 886 0 635 0

[startup+0.0514859 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7739
/proc/meminfo: memFree=1841536/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=16000 CPUtime=0.04
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 3276 0 0 0 3 1 0 0 20 0 1 0 7626511 16384000 3258 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/7739/statm: 4000 3258 351 886 0 3110 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16000

[startup+0.101491 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7739
/proc/meminfo: memFree=1841536/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=23572 CPUtime=0.09
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 5181 0 0 0 7 2 0 0 20 0 1 0 7626511 24137728 5163 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7739/statm: 5893 5163 351 886 0 5003 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23572

[startup+0.301508 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7739
/proc/meminfo: memFree=1841536/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=45016 CPUtime=0.29
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 10573 0 0 0 25 4 0 0 22 0 1 0 7626511 46096384 10555 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7739/statm: 11254 10555 351 886 0 10364 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45016

[startup+0.701546 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7739
/proc/meminfo: memFree=1841536/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=101952 CPUtime=0.69
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 25114 0 0 0 60 9 0 0 25 0 1 0 7626511 104398848 24669 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 25488 24669 385 886 0 24598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101952

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1738808/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=118100 CPUtime=1.49
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 28917 0 0 0 137 12 0 0 25 0 1 0 7626511 120934400 28472 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 29525 28472 404 886 0 28635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118100

[startup+3.10177 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1713592/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=169316 CPUtime=3.09
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 42468 0 0 0 277 32 0 0 18 0 1 0 7626511 173379584 41089 1992294400 4194304 7823515 548682068736 18446744073709551615 6911751 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 42403 41096 485 886 0 41513 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 169316

[startup+6.30107 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1580664/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=287192 CPUtime=6.29
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 69941 0 0 0 587 42 0 0 25 0 1 0 7626511 294084608 66414 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 71798 66414 517 886 0 70908 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 287192

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1570232/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=290768 CPUtime=12.69
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 71680 0 0 0 1225 44 0 0 25 0 1 0 7626511 297746432 68147 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 72692 68147 539 886 0 71802 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 290768

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1568184/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=290768 CPUtime=25.48
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 72193 0 0 0 2503 45 0 0 25 0 1 0 7626511 297746432 68660 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 72692 68660 539 886 0 71802 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 290768

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1562296/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=294344 CPUtime=51.07
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 73746 0 0 0 5057 50 0 0 25 0 1 0 7626511 301408256 70213 1992294400 4194304 7823515 548682068736 18446744073709551615 4339117 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 73586 70213 539 886 0 72696 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 294344

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1528056/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=328108 CPUtime=102.26
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 82453 0 0 0 10158 68 0 0 25 0 1 0 7626511 335982592 78709 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 82027 78709 555 886 0 81137 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 328108

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1528056/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=328108 CPUtime=162.24
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 82453 0 0 0 16148 76 0 0 25 0 1 0 7626511 335982592 78709 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 82027 78709 555 886 0 81137 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 328108

[startup+222.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 7740
/proc/meminfo: memFree=1527224/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=328108 CPUtime=222.23
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 82640 0 0 0 22140 83 0 0 25 0 1 0 7626511 335982592 78896 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 82027 78896 555 886 0 81137 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 328108

[startup+282.301 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 7740
/proc/meminfo: memFree=1527224/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=328108 CPUtime=282.21
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 82640 0 0 0 28132 89 0 0 25 0 1 0 7626511 335982592 78896 1992294400 4194304 7823515 548682068736 18446744073709551615 4271256 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 82027 78896 555 886 0 81137 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 328108

[startup+342.302 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 7740
/proc/meminfo: memFree=1527224/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=328108 CPUtime=342.2
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 82640 0 0 0 34124 96 0 0 25 0 1 0 7626511 335982592 78896 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 82027 78896 555 886 0 81137 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 328108

[startup+402.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 7740
/proc/meminfo: memFree=1527160/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=328108 CPUtime=402.18
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 82640 0 0 0 40115 103 0 0 25 0 1 0 7626511 335982592 78896 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 82027 78896 555 886 0 81137 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 328108

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 7740
/proc/meminfo: memFree=1527160/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=328108 CPUtime=462.17
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 82640 0 0 0 46108 109 0 0 25 0 1 0 7626511 335982592 78896 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 82027 78896 555 886 0 81137 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 328108

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7740
/proc/meminfo: memFree=1524408/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=333876 CPUtime=522.15
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 83335 0 0 0 52099 116 0 0 25 0 1 0 7626511 341889024 79569 1992294400 4194304 7823515 548682068736 18446744073709551615 4338941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 83469 79569 555 886 0 82579 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 333876

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7740
/proc/meminfo: memFree=1524344/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=333876 CPUtime=582.13
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 83335 0 0 0 58092 121 0 0 25 0 1 0 7626511 341889024 79569 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 83469 79569 555 886 0 82579 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 333876

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1524344/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=333876 CPUtime=642.12
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 83335 0 0 0 64085 127 0 0 25 0 1 0 7626511 341889024 79569 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 83469 79569 555 886 0 82579 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 333876

[startup+702.302 s]

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

/proc/meminfo: memFree=1509880/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=350316 CPUtime=1062.02
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 86890 0 0 0 106030 172 0 0 25 0 1 0 7626511 358723584 83124 1992294400 4194304 7823515 548682068736 18446744073709551615 6263483 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 87579 83124 558 886 0 86689 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 350316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1508536/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=350316 CPUtime=1122
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87216 0 0 0 112025 175 0 0 25 0 1 0 7626511 358723584 83450 1992294400 4194304 7823515 548682068736 18446744073709551615 6262496 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 87579 83450 558 886 0 86689 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 350316

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1508472/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=350316 CPUtime=1181.99
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87237 0 0 0 118019 180 0 0 25 0 1 0 7626511 358723584 83471 1992294400 4194304 7823515 548682068736 18446744073709551615 6908067 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 87579 83471 558 886 0 86689 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 350316

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1507896/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=352760 CPUtime=1241.97
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87345 0 0 0 124005 192 0 0 25 0 1 0 7626511 361226240 83579 1992294400 4194304 7823515 548682068736 18446744073709551615 4266016 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 88190 83579 561 886 0 87300 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 352760

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7740
/proc/meminfo: memFree=1507768/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=352760 CPUtime=1301.96
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87377 0 0 0 129994 202 0 0 25 0 1 0 7626511 361226240 83611 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 88190 83611 568 886 0 87300 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 352760

[startup+1362.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 7746
/proc/meminfo: memFree=1507504/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=352760 CPUtime=1361.94
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87390 0 0 0 135979 215 0 0 25 0 1 0 7626511 361226240 83624 1992294400 4194304 7823515 548682068736 18446744073709551615 6100198 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 88190 83624 568 886 0 87300 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 352760

[startup+1422.31 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 7746
/proc/meminfo: memFree=1507504/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=352760 CPUtime=1421.93
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87390 0 0 0 141966 227 0 0 25 0 1 0 7626511 361226240 83624 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 88190 83624 568 886 0 87300 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 352760

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1507504/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=352760 CPUtime=1481.91
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87395 0 0 0 147953 238 0 0 25 0 1 0 7626511 361226240 83629 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 88190 83629 569 886 0 87300 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 352760

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1507440/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=352760 CPUtime=1541.9
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87397 0 0 0 153941 249 0 0 25 0 1 0 7626511 361226240 83631 1992294400 4194304 7823515 548682068736 18446744073709551615 6099037 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 88190 83631 569 886 0 87300 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 352760

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1506864/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=352760 CPUtime=1601.88
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 87545 0 0 0 159930 258 0 0 25 0 1 0 7626511 361226240 83779 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 88190 83779 569 886 0 87300 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 352760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1503096/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=353400 CPUtime=1661.87
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 88522 0 0 0 165919 268 0 0 25 0 1 0 7626511 361881600 84756 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 88350 84756 569 886 0 87460 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 353400

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1496952/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=359948 CPUtime=1721.85
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 90023 0 0 0 171905 280 0 0 25 0 1 0 7626511 368586752 86256 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 89987 86256 569 886 0 89097 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 359948

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1491448/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=365252 CPUtime=1781.83
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 91398 0 0 0 177891 292 0 0 25 0 1 0 7626511 374018048 87631 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 91313 87631 569 886 0 90423 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 365252

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1491128/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=365612 CPUtime=1785.03
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 91470 0 0 0 178210 293 0 0 25 0 1 0 7626511 374386688 87703 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 91403 87703 569 886 0 90513 0
Current children cumulated CPU time (s) 1785.03
Current children cumulated vsize (KiB) 365612

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1489656/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=366700 CPUtime=1791.44
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 91833 0 0 0 178849 295 0 0 25 0 1 0 7626511 375500800 88066 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 91675 88066 569 886 0 90785 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 366700

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1489336/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=367364 CPUtime=1793.03
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 91942 0 0 0 179008 295 0 0 25 0 1 0 7626511 376180736 88175 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 91841 88175 569 886 0 90951 0
Current children cumulated CPU time (s) 1793.03
Current children cumulated vsize (KiB) 367364

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1489272/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=367364 CPUtime=1793.84
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 91943 0 0 0 179088 296 0 0 25 0 1 0 7626511 376180736 88176 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7739/statm: 91841 88176 569 886 0 90951 0
Current children cumulated CPU time (s) 1793.84
Current children cumulated vsize (KiB) 367364

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1489208/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=367364 CPUtime=1794.64
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 91946 0 0 0 179168 296 0 0 25 0 1 0 7626511 376180736 88179 1992294400 4194304 7823515 548682068736 18446744073709551615 4211754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7739/statm: 91841 88179 572 886 0 90951 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 367364

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7746
/proc/meminfo: memFree=1489208/2055920 swapFree=4192956/4192956
[pid=7739] ppid=7737 vsize=279796 CPUtime=1795.03
/proc/7739/stat : 7739 (pbscip.linux.x8) R 7737 7739 7445 0 -1 4194304 91947 0 0 0 179206 297 0 0 25 0 1 0 7626511 286511104 68696 1992294400 4194304 7823515 548682068736 18446744073709551615 5875185 0 0 4096 0 0 0 0 17 1 0 0
/proc/7739/statm: 69949 68696 573 886 0 69059 0
Current children cumulated CPU time (s) 1795.03
Current children cumulated vsize (KiB) 279796

Child status: 0
Real time (s): 1795.57
CPU time (s): 1795.11
CPU user time (s): 1792.1
CPU system time (s): 3.01454
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 367364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.1
system time used= 3.01454
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3754

runsolver used 2.00869 second user time and 4.26335 second system time

The end

Launcher Data

Begin job on node8 at 2009-06-17 07:39:03
IDJOB=1870722
IDBENCH=48360
IDSOLVER=683
FILE ID=node8/1870722-1245217142
PBS_JOBID= 9368395
Free space on /tmp= 66288 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_1_80.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-1870722-1245217142/watcher-1870722-1245217142 -o /tmp/evaluation-result-1870722-1245217142/solver-1870722-1245217142 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870722-1245217142.opb

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

MD5SUM BENCH= 8096e07164eab6008a97823c6b00b555
RANDOM SEED=173731073

node8.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1841952 kB
Buffers:         38448 kB
Cached:         119380 kB
SwapCached:          0 kB
Active:          73852 kB
Inactive:        97860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841952 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10792 kB
Writeback:           0 kB
Mapped:          23628 kB
Slab:            28032 kB
Committed_AS:    83236 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node8 at 2009-06-17 08:08:58