Trace number 3692852

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
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.8 1797.09

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
MD5SUM6441cbb759000c1a64397279f4b3f0ed
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 benchmark0.147977
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4662
Total number of constraints31725
Number of constraints which are clauses30696
Number of constraints which are cardinality constraints (but not clauses)951
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3692852-1338028269.opb>
0.00/0.09	c original problem has 4662 variables (4662 bin, 0 int, 0 impl, 0 cont) and 31725 constraints
0.00/0.09	c problem read in 0.09
0.09/0.19	c presolving:
0.29/0.39	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 31725 upgd conss, 0 impls, 951 clqs
0.39/0.45	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 84 chg coeffs, 36219 upgd conss, 288 impls, 1395 clqs
0.39/0.48	c (round 3) 18 del vars, 3 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 234 chg coeffs, 36219 upgd conss, 8986 impls, 1392 clqs
0.49/0.56	c    (0.6s) probing: 51/4644 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.56	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.49/0.58	c presolving (4 rounds):
0.49/0.58	c  18 deleted vars, 3 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 6 changed sides, 234 changed coefficients
0.49/0.58	c  8986 implications, 1392 cliques
0.49/0.58	c presolved problem has 4644 variables (4644 bin, 0 int, 0 impl, 0 cont) and 31722 constraints
0.49/0.58	c      78 constraints of type <knapsack>
0.49/0.58	c    5442 constraints of type <setppc>
0.49/0.58	c   26202 constraints of type <logicor>
0.49/0.58	c transformed objective value is always integral (scale: 1)
0.49/0.58	c Presolving Time: 0.46
0.49/0.58	c - non default parameters ----------------------------------------------------------------------
0.49/0.58	c # SCIP version 2.1.1.4
0.49/0.58	c 
0.49/0.58	c # maximal time in seconds to run
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/time = 1797
0.49/0.58	c 
0.49/0.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/memory = 13950
0.49/0.58	c 
0.49/0.58	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.58	c # [type: int, range: [1,2], default: 1]
0.49/0.58	c timing/clocktype = 2
0.49/0.58	c 
0.49/0.58	c # belongs reading time to solving time?
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c timing/reading = TRUE
0.49/0.58	c 
0.49/0.58	c -----------------------------------------------------------------------------------------------
0.49/0.58	c start solving
0.49/0.58	c 
7.99/8.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.99/8.05	c   8.1s|     1 |     0 | 11289 |     - |  52M|   0 | 627 |4644 |  31k|4644 |  31k|   0 |  59 |   0 | 0.000000e+00 |      --      |    Inf 
87.58/87.69	c  87.7s|     1 |     0 | 70170 |     - |  59M|   0 | 660 |4644 |  31k|4644 |  31k|  71 |  59 |   0 | 0.000000e+00 |      --      |    Inf 
92.78/92.90	c  92.9s|     1 |     0 | 74344 |     - |  64M|   0 | 713 |4644 |  31k|4644 |  31k| 119 |  59 |   0 | 0.000000e+00 |      --      |    Inf 
97.97/98.00	c  98.0s|     1 |     0 | 77979 |     - |  70M|   0 | 670 |4644 |  31k|4644 |  31k| 163 |  59 |   0 | 0.000000e+00 |      --      |    Inf 
104.37/104.48	c   104s|     1 |     0 | 79659 |     - |  75M|   0 | 796 |4644 |  31k|4644 |  31k| 188 |  59 |   0 | 0.000000e+00 |      --      |    Inf 
119.46/119.51	c   120s|     1 |     0 | 81515 |     - |  79M|   0 | 768 |4644 |  31k|4644 |  31k| 216 |  59 |   0 | 0.000000e+00 |      --      |    Inf 
128.67/128.71	c   129s|     1 |     0 | 82889 |     - |  80M|   0 | 814 |4644 |  31k|4644 |  31k| 237 |  59 |   0 | 0.000000e+00 |      --      |    Inf 
143.06/143.12	c   143s|     1 |     2 | 82889 |     - |  80M|   0 | 814 |4644 |  31k|4644 |  31k| 237 |  59 |  17 | 0.000000e+00 |      --      |    Inf 
987.13/987.32	c   987s|   100 |   101 |620042 |5425.8 |  81M|  18 | 876 |4644 |  31k|4644 |  31k| 237 | 210 | 442 | 0.000000e+00 |      --      |    Inf 
1120.81/1121.00	c  1121s|   200 |   201 |712375 |3163.2 |  82M|  22 | 837 |4644 |  31k|4644 |  31k| 237 | 210 | 623 | 0.000000e+00 |      --      |    Inf 
1278.98/1279.28	c  1279s|   300 |   301 |827563 |2490.5 |  83M|  22 | 801 |4644 |  31k|4644 |  31k| 237 | 249 | 788 | 0.000000e+00 |      --      |    Inf 
1450.35/1450.66	c  1451s|   400 |   401 |959068 |2195.9 |  84M|  26 | 922 |4644 |  31k|4644 |  31k| 237 | 249 | 952 | 0.000000e+00 |      --      |    Inf 
1579.74/1580.04	c  1580s|   500 |   501 |  1049k|1936.1 |  85M|  26 | 827 |4644 |  31k|4644 |  31k| 237 | 279 |1093 | 0.000000e+00 |      --      |    Inf 
1766.00/1766.30	c  1766s|   600 |   601 |  1191k|1850.0 |  86M|  29 | 773 |4644 |  31k|4644 |  31k| 237 | 293 |1289 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 616
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.46 (included in solving)
1796.70/1797.00	c   reading          :       0.09 (included in solving)
1796.70/1797.00	c   copying          :       0.06 (1 #copies) (minimal 0.06, maximal 0.06, average 0.06)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3692852-1338028269.opb
1796.70/1797.00	c   Variables        : 4662 (4662 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 31725 initial, 31725 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3692852-1338028269.opb
1796.70/1797.00	c   Variables        : 4644 (4644 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 31722 initial, 31920 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00         18          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.01       0.00          0          0          0          0          0          0          0          6        234
1796.70/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          3          0          0          0
1796.70/1797.00	c   linear           :       0.15       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       0.13       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0        616          0          4          0          0          0          0          0       1232
1796.70/1797.00	c   knapsack         :         78         78          6      19170          0          0          3       1287          7       2866        284          0          0
1796.70/1797.00	c   setppc           :       5442       5442          6      19163          0          0          2       3162         14       7397          0          0          0
1796.70/1797.00	c   logicor          :      26202+     26400          6       5738          0          0          0       1066         13        101          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     401.70       0.00       0.00       0.00     401.70       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       0.11       0.00       0.00       0.10       0.00       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :       2.52       0.00       0.00       2.52       0.00       0.00       0.00       0.00
1796.70/1797.00	c   logicor          :       0.23       0.01       0.01       0.22       0.00       0.00       0.00       0.00
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :        622          0          0          0
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.00	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.00	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.00	c   redcost          :       0.05       0.00       0.00       0.05       0.00
1796.70/1797.00	c   probing          :       0.03       0.00       0.03       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.01         34         34        313       70.0          4       21.5          -
1796.70/1797.00	c   infeasible LP    :       0.05         10         10        467      300.2          1       37.0          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -        293       99.7          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.02                     5          -          -         66          -    (maximal pool size: 1056)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       8.12       0.00          6          0          0        300          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :      19.56       0.00          6          0          0       3000          0
1796.70/1797.00	c   cmir             :       0.69       0.00          6          0          0          0          0
1796.70/1797.00	c   flowcover        :       2.78       0.00          6          0          0        295          0
1796.70/1797.00	c   clique           :       0.11       0.00          6          0          0         32          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.02       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     401.69       0.00        616          0          0          0          0       1232
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00       0.00          0          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          2          0
1796.70/1797.00	c   shiftandpropagate:       0.15       0.00          1          0
1796.70/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.44       0.00          0          0
1796.70/1797.00	c   rounding         :       0.59       0.00        306          0
1796.70/1797.00	c   shifting         :       1.17       0.00         60          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   feaspump         :     113.15       0.00          2          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   coefdiving       :      99.42       0.00         10          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   pscostdiving     :     107.63       0.00          7          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   fracdiving       :     102.62       0.00         10          0
1796.70/1797.00	c   veclendiving     :      87.87       0.00          4          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :     254.01       0.00          1          0
1796.70/1797.00	c   rootsoldiving    :      37.84       0.00          3          0
1796.70/1797.00	c   linesearchdiving :      97.40       0.00          7          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.61       0.00          1          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       0.01          1          0       0.00          -       0.01          1
1796.70/1797.00	c   dual LP          :     456.99        628     533091     857.06    1166.53       0.06          6
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:     852.66      12697     681093      53.64     798.78
1796.70/1797.00	c   strong branching :     401.42       1317     409368     310.83    1019.79
1796.70/1797.00	c     (at root node) :          -         17      15187     893.35          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :        616
1796.70/1797.00	c   nodes (total)    :        616
1796.70/1797.00	c   nodes left       :        617
1796.70/1797.00	c   max depth        :         29
1796.70/1797.00	c   max depth (total):         29
1796.70/1797.00	c   backtracks       :        214 (34.7%)
1796.70/1797.00	c   delayed cutoffs  :          0
1796.70/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.00	c   avg switch length:       5.16
1796.70/1797.00	c   switching time   :       0.37
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :      82889
1796.70/1797.09	c Time complete: 1796.79.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3692852-1338028269/watcher-3692852-1338028269 -o /tmp/evaluation-result-3692852-1338028269/solver-3692852-1338028269 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692852-1338028269.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.48 1.78 3/175 13549
/proc/meminfo: memFree=29362716/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=11168 CPUtime=0 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 1541 0 0 0 0 0 0 0 20 0 1 0 268951860 11436032 1495 33554432000 4194304 10169799 140735064233136 140736002718440 8864966 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 2792 1495 409 1459 0 1324 0

[startup+0.106501 s]
/proc/loadavg: 0.94 1.48 1.78 3/175 13549
/proc/meminfo: memFree=29362716/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=33772 CPUtime=0.09 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 7156 0 0 0 9 0 0 0 20 0 1 0 268951860 34582528 7100 33554432000 4194304 10169799 140735064233136 140735064229368 5549247 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 8443 7114 460 1459 0 6975 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33772

[startup+0.200274 s]
/proc/loadavg: 0.94 1.48 1.78 3/175 13549
/proc/meminfo: memFree=29362716/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=69312 CPUtime=0.18 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 16087 0 0 0 17 1 0 0 20 0 1 0 268951860 70975488 15693 33554432000 4194304 10169799 140735064233136 140735064229368 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 17328 15693 542 1459 0 15860 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 69312

[startup+0.300248 s]
/proc/loadavg: 0.94 1.48 1.78 3/175 13549
/proc/meminfo: memFree=29362716/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=73120 CPUtime=0.29 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 17277 0 0 0 26 3 0 0 20 0 1 0 268951860 74874880 16640 33554432000 4194304 10169799 140735064233136 140735064229368 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 18280 16640 552 1459 0 16812 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73120

[startup+0.700221 s]
/proc/loadavg: 0.94 1.48 1.78 3/175 13549
/proc/meminfo: memFree=29362716/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=110172 CPUtime=0.68 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 27783 0 0 0 59 9 0 0 20 0 1 0 268951860 112816128 25615 33554432000 4194304 10169799 140735064233136 140735064229368 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 27543 25615 685 1459 0 26075 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 110172

[startup+1.50023 s]
/proc/loadavg: 0.94 1.48 1.78 4/177 13551
/proc/meminfo: memFree=29122624/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=135528 CPUtime=1.48 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 33519 0 0 0 138 10 0 0 20 0 1 0 268951860 138780672 31214 33554432000 4194304 10169799 140735064233136 140735064227928 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 33882 31214 764 1459 0 32414 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 135528

[startup+3.10021 s]
/proc/loadavg: 0.94 1.48 1.78 4/177 13551
/proc/meminfo: memFree=29119308/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=137084 CPUtime=3.09 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 34011 0 0 0 298 11 0 0 20 0 1 0 268951860 140374016 31683 33554432000 4194304 10169799 140735064233136 140735064227592 8009837 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 34271 31683 764 1459 0 32803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137084

[startup+6.30022 s]
/proc/loadavg: 1.03 1.49 1.78 3/177 13551
/proc/meminfo: memFree=29115960/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=137084 CPUtime=6.28 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 34264 0 0 0 617 11 0 0 20 0 1 0 268951860 140374016 31936 33554432000 4194304 10169799 140735064233136 140735064227928 8009811 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 34271 31936 764 1459 0 32803 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 137084

[startup+12.7003 s]
/proc/loadavg: 1.27 1.53 1.79 3/177 13551
/proc/meminfo: memFree=29113408/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=136616 CPUtime=12.69 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 35197 0 0 0 1256 13 0 0 20 0 1 0 268951860 139894784 32349 33554432000 4194304 10169799 140735064233136 140735064225448 8009862 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 34154 32349 782 1459 0 32686 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136616

[startup+25.5002 s]
/proc/loadavg: 1.43 1.55 1.79 3/177 13551
/proc/meminfo: memFree=29111976/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=137532 CPUtime=25.48 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 35506 0 0 0 2534 14 0 0 20 0 1 0 268951860 140832768 32658 33554432000 4194304 10169799 140735064233136 140735064225592 8020355 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 34383 32658 782 1459 0 32915 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 137532

[startup+51.1064 s]
/proc/loadavg: 1.62 1.59 1.80 3/177 13552
/proc/meminfo: memFree=29110336/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=137532 CPUtime=51.08 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 35539 0 0 0 5092 16 0 0 20 0 1 0 268951860 140832768 32672 33554432000 4194304 10169799 140735064233136 140735064225416 8004399 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 34383 32672 782 1459 0 32915 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 137532

[startup+102.3 s]
/proc/loadavg: 1.90 1.66 1.81 3/177 13552
/proc/meminfo: memFree=28993012/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=176892 CPUtime=102.27 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 42567 0 0 0 10202 25 0 0 20 0 1 0 268951860 181137408 42646 33554432000 4194304 10169799 140735064233136 140735064229176 8884031 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 44223 42646 817 1459 0 42755 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 176892

[startup+162.3 s]
/proc/loadavg: 1.96 1.72 1.82 3/177 13552
/proc/meminfo: memFree=28959128/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=204700 CPUtime=162.26 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 62739 0 0 0 16186 40 0 0 20 0 1 0 268951860 209612800 49636 33554432000 4194304 10169799 140735064233136 140735064227000 8021015 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 51175 49636 861 1459 0 49707 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 204700

[startup+222.3 s]
/proc/loadavg: 1.98 1.77 1.83 3/177 13552
/proc/meminfo: memFree=28958496/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=204700 CPUtime=222.24 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 62784 0 0 0 22175 49 0 0 20 0 1 0 268951860 209612800 49681 33554432000 4194304 10169799 140735064233136 140735064227736 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 51175 49681 861 1459 0 49707 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 204700

[startup+282.3 s]
/proc/loadavg: 1.99 1.81 1.83 3/177 13552
/proc/meminfo: memFree=28953540/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=207192 CPUtime=282.24 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 63131 0 0 0 28164 60 0 0 20 0 1 0 268951860 212164608 50028 33554432000 4194304 10169799 140735064233136 140735064227736 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 51798 50028 862 1459 0 50330 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 207192

[startup+342.3 s]
/proc/loadavg: 1.99 1.84 1.84 3/177 13553
/proc/meminfo: memFree=28948704/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=207368 CPUtime=342.23 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 63429 0 0 0 34154 69 0 0 20 0 1 0 268951860 212344832 50326 33554432000 4194304 10169799 140735064233136 140735064227592 8020999 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 51842 50326 862 1459 0 50374 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 207368

[startup+402.3 s]
/proc/loadavg: 1.99 1.87 1.85 3/177 13553
/proc/meminfo: memFree=28943056/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=212520 CPUtime=402.22 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 64731 0 0 0 40145 77 0 0 20 0 1 0 268951860 217620480 51631 33554432000 4194304 10169799 140735064233136 140735064227464 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53130 51631 862 1459 0 51662 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 212520

[startup+462.3 s]
/proc/loadavg: 1.99 1.89 1.85 3/177 13553
/proc/meminfo: memFree=28940948/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=214684 CPUtime=462.21 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 65274 0 0 0 46137 84 0 0 20 0 1 0 268951860 219836416 52174 33554432000 4194304 10169799 140735064233136 140735064227464 8043972 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53671 52174 862 1459 0 52203 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 214684

[startup+522.3 s]
/proc/loadavg: 1.99 1.91 1.86 3/177 13553
/proc/meminfo: memFree=28940944/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=214684 CPUtime=522.21 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 65287 0 0 0 52130 91 0 0 20 0 1 0 268951860 219836416 52187 33554432000 4194304 10169799 140735064233136 140735064227464 8021787 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53671 52187 862 1459 0 52203 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 214684

[startup+582.3 s]
/proc/loadavg: 1.99 1.92 1.86 3/178 13556
/proc/meminfo: memFree=28943420/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=214684 CPUtime=582.2 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 65287 0 0 0 58122 98 0 0 20 0 1 0 268951860 219836416 52187 33554432000 4194304 10169799 140735064233136 140735064227832 7708149 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53671 52187 862 1459 0 52203 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 214684

[startup+642.3 s]

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

/proc/meminfo: memFree=28939384/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=214808 CPUtime=1062.11 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 68172 0 0 0 106035 176 0 0 20 0 1 0 268951860 219963392 52218 33554432000 4194304 10169799 140735064233136 140735064227640 8009943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53702 52218 862 1459 0 52234 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 214808

[startup+1122.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/177 13558
/proc/meminfo: memFree=28938268/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=214808 CPUtime=1122.1 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 68172 0 0 0 112024 186 0 0 20 0 1 0 268951860 219963392 52218 33554432000 4194304 10169799 140735064233136 140735064227544 6795127 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53702 52218 862 1459 0 52234 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 214808

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 13561
/proc/meminfo: memFree=28932676/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=214808 CPUtime=1182.1 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 68172 0 0 0 118015 195 0 0 20 0 1 0 268951860 219963392 52218 33554432000 4194304 10169799 140735064233136 140735064227224 7912867 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53702 52218 862 1459 0 52234 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 214808

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 13561
/proc/meminfo: memFree=28932312/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=214808 CPUtime=1242.09 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 68172 0 0 0 124005 204 0 0 20 0 1 0 268951860 219963392 52218 33554432000 4194304 10169799 140735064233136 140735064226808 8013794 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53702 52218 862 1459 0 52234 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 214808

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 13562
/proc/meminfo: memFree=28932124/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=214808 CPUtime=1302.08 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 68172 0 0 0 129993 215 0 0 20 0 1 0 268951860 219963392 52219 33554432000 4194304 10169799 140735064233136 140735064227640 8009822 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53702 52219 862 1459 0 52234 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 214808

[startup+1362.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 13562
/proc/meminfo: memFree=28931380/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215240 CPUtime=1362.08 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 68302 0 0 0 135982 226 0 0 20 0 1 0 268951860 220405760 52349 33554432000 4194304 10169799 140735064233136 140735064226008 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53810 52349 862 1459 0 52342 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 215240

[startup+1422.3 s]
/proc/loadavg: 2.05 2.00 1.92 3/177 13562
/proc/meminfo: memFree=28930136/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=216320 CPUtime=1422.06 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 68543 0 0 0 141971 235 0 0 20 0 1 0 268951860 221511680 52590 33554432000 4194304 10169799 140735064233136 140735064227592 7593028 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 54080 52590 862 1459 0 52612 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 216320

[startup+1482.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/177 13562
/proc/meminfo: memFree=28935412/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=210308 CPUtime=1482.05 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 69343 0 0 0 147962 243 0 0 20 0 1 0 268951860 215355392 51280 33554432000 4194304 10169799 140735064233136 140735064227224 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 52577 51280 862 1459 0 51109 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 210308

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 1.93 3/177 13562
/proc/meminfo: memFree=28932368/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=212664 CPUtime=1542.04 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 69984 0 0 0 153951 253 0 0 20 0 1 0 268951860 217767936 51922 33554432000 4194304 10169799 140735064233136 140735064227736 7978034 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53166 51922 862 1459 0 51698 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 212664

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 1.93 3/177 13563
/proc/meminfo: memFree=28930260/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1602.03 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70426 0 0 0 159941 262 0 0 20 0 1 0 268951860 220233728 52364 33554432000 4194304 10169799 140735064233136 140735064227736 7909156 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52364 862 1459 0 52300 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 215072

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/177 13563
/proc/meminfo: memFree=28929700/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1662.02 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70429 0 0 0 165930 272 0 0 20 0 1 0 268951860 220233728 52367 33554432000 4194304 10169799 140735064233136 140735064227544 8009811 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52367 862 1459 0 52300 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 215072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 13563
/proc/meminfo: memFree=28928584/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1722.01 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70600 0 0 0 171919 282 0 0 20 0 1 0 268951860 220233728 52538 33554432000 4194304 10169799 140735064233136 140735064227000 8009802 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52538 862 1459 0 52300 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 215072

[startup+1782.3 s]
/proc/loadavg: 2.19 2.05 1.95 3/178 13566
/proc/meminfo: memFree=28927892/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1782 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70600 0 0 0 177908 292 0 0 20 0 1 0 268951860 220233728 52538 33554432000 4194304 10169799 140735064233136 140735064227592 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52538 862 1459 0 52300 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 215072

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

[startup+1786 s]
/proc/loadavg: 2.17 2.05 1.95 3/178 13566
/proc/meminfo: memFree=28927892/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1785.7 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70600 0 0 0 178277 293 0 0 20 0 1 0 268951860 220233728 52538 33554432000 4194304 10169799 140735064233136 140735064227544 7929487 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52538 862 1459 0 52300 0
Current children cumulated CPU time (s) 1785.7
Current children cumulated vsize (KiB) 215072

[startup+1792.41 s]
/proc/loadavg: 2.16 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927448/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1792.11 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70600 0 0 0 178917 294 0 0 20 0 1 0 268951860 220233728 52538 33554432000 4194304 10169799 140735064233136 140735064227208 7978384 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52538 862 1459 0 52300 0
Current children cumulated CPU time (s) 1792.11
Current children cumulated vsize (KiB) 215072

[startup+1795.6 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927672/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1795.3 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70600 0 0 0 179236 294 0 0 20 0 1 0 268951860 220233728 52538 33554432000 4194304 10169799 140735064233136 140735064227672 8009943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52538 862 1459 0 52300 0
Current children cumulated CPU time (s) 1795.3
Current children cumulated vsize (KiB) 215072

[startup+1796.4 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927672/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1796.1 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70600 0 0 0 179316 294 0 0 20 0 1 0 268951860 220233728 52538 33554432000 4194304 10169799 140735064233136 140735064227592 7593000 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52538 862 1459 0 52300 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (KiB) 215072

[startup+1796.81 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927688/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1796.5 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70600 0 0 0 179356 294 0 0 20 0 1 0 268951860 220233728 52538 33554432000 4194304 10169799 140735064233136 140735064227592 7681452 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52538 862 1459 0 52300 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (KiB) 215072

[startup+1797 s]
/proc/loadavg: 2.15 2.05 1.95 3/178 13589
/proc/meminfo: memFree=28927688/32873844 swapFree=6856/6856
[pid=13549] ppid=13547 vsize=215072 CPUtime=1796.7 cores=0,2,4,6
/proc/13549/stat : 13549 (scip-2.1.1.4sfi) R 13547 13549 11551 0 -1 4202496 70600 0 0 0 179376 294 0 0 20 0 1 0 268951860 220233728 52538 33554432000 4194304 10169799 140735064233136 140735064227592 7647297 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13549/statm: 53768 52538 862 1459 0 52300 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 215072

Child status: 0
Real time (s): 1797.09
CPU time (s): 1796.8
CPU user time (s): 1793.85
CPU system time (s): 2.95555
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 259304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.95555
maximum resident set size= 251652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70604
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= 21
involuntary context switches= 2512

runsolver used 2.88356 second user time and 7.48986 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 12:31:09
IDJOB=3692852
IDBENCH=1499
IDSOLVER=2272
FILE ID=node144/3692852-1338028269
RUNJOBID= node144-1338028269-13522
PBS_JOBID= 14624331
Free space on /tmp= 71488 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692852-1338028269/watcher-3692852-1338028269 -o /tmp/evaluation-result-3692852-1338028269/solver-3692852-1338028269 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692852-1338028269.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6441cbb759000c1a64397279f4b3f0ed
RANDOM SEED=1256638091

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29363640 kB
Buffers:          255912 kB
Cached:          2469288 kB
SwapCached:            0 kB
Active:           722120 kB
Inactive:        2014652 kB
Active(anon):      13300 kB
Inactive(anon):        0 kB
Active(file):     708820 kB
Inactive(file):  2014652 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29492 kB
Writeback:             0 kB
AnonPages:         17396 kB
Mapped:            13556 kB
Shmem:               200 kB
Slab:             636060 kB
SReclaimable:      78560 kB
SUnreclaim:       557500 kB
KernelStack:        1376 kB
PageTables:         3820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71460 MiB
End job on node144 at 2012-05-26 13:01:07