Trace number 3731623

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 NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1799.27 1799.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark371
Best CPU time to get the best result obtained on this benchmark1793.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 491651
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 491651
Number of bits of the biggest sum of numbers19
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.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3731623-1338699329.opb>
3.39/3.41	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
3.39/3.41	c problem read
3.39/3.41	c presolving settings loaded
4.39/4.46	c presolving:
9.49/9.59	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
17.08/17.17	c    (17.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
17.08/17.17	c    (17.2s) probing aborted: 100/100 successive totally useless probings
17.08/17.17	c presolving (2 rounds):
17.08/17.17	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
17.08/17.17	c  1313400 implications, 0 cliques
17.08/17.17	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
17.08/17.17	c  656700 constraints of type <setppc>
17.08/17.17	c     200 constraints of type <logicor>
17.08/17.17	c transformed objective value is always integral (scale: 1)
17.08/17.17	c Presolving Time: 12.90
17.08/17.17	c - non default parameters ----------------------------------------------------------------------
17.08/17.17	c # SCIP version 2.0.1.5
17.08/17.17	c 
17.08/17.17	c # frequency for displaying node information lines
17.08/17.17	c # [type: int, range: [-1,2147483647], default: 100]
17.08/17.17	c display/freq = 10000
17.08/17.17	c 
17.08/17.17	c # maximal time in seconds to run
17.08/17.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.08/17.17	c limits/time = 1797
17.08/17.17	c 
17.08/17.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
17.08/17.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.08/17.17	c limits/memory = 13950
17.08/17.17	c 
17.08/17.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
17.08/17.17	c # [type: int, range: [1,2], default: 1]
17.08/17.17	c timing/clocktype = 2
17.08/17.17	c 
17.08/17.17	c # belongs reading time to solving time?
17.08/17.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.08/17.17	c timing/reading = TRUE
17.08/17.17	c 
17.08/17.17	c # should presolving try to simplify inequalities
17.08/17.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.08/17.17	c constraints/linear/simplifyinequalities = TRUE
17.08/17.17	c 
17.08/17.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
17.08/17.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.08/17.17	c constraints/indicator/addCouplingCons = TRUE
17.08/17.17	c 
17.08/17.17	c # should presolving try to simplify knapsacks
17.08/17.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.08/17.17	c constraints/knapsack/simplifyinequalities = TRUE
17.08/17.17	c 
17.08/17.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
17.08/17.17	c # [type: int, range: [-1,2147483647], default: -1]
17.08/17.17	c separating/rapidlearning/freq = 0
17.08/17.17	c 
17.08/17.17	c -----------------------------------------------------------------------------------------------
17.08/17.17	c start solving
17.08/17.19	c 
35.19/35.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.19/35.27	c  35.3s|     1 |     0 |  1177 |     - | 812M|   0 | 256 |  10k| 656k|  10k| 656k|   0 |  45 |   0 | 1.722431e+02 |      --      |    Inf 
301.74/301.80	c   302s|     1 |     0 | 22270 |     - | 821M|   0 | 279 |  10k| 656k|  10k| 656k|  12 |  45 |   0 | 1.782861e+02 |      --      |    Inf 
533.70/533.81	c   534s|     1 |     0 | 23029 |     - | 821M|   0 | 274 |  10k| 656k|  10k| 656k|  19 |  45 |   0 | 1.836554e+02 |      --      |    Inf 
1004.23/1004.49	c  1004s|     1 |     0 | 23484 |     - | 821M|   0 | 279 |  10k| 656k|  10k| 656k|  25 |  45 |   0 | 1.862054e+02 |      --      |    Inf 
1112.42/1112.69	c  1113s|     1 |     0 | 24011 |     - | 821M|   0 | 273 |  10k| 656k|  10k| 656k|  33 |  45 |   0 | 1.903495e+02 |      --      |    Inf 
1396.07/1396.32	c  1396s|     1 |     0 | 24425 |     - | 821M|   0 | 286 |  10k| 656k|  10k| 656k|  41 |  45 |   0 | 1.919733e+02 |      --      |    Inf 
1796.71/1797.06	c  1797s|     1 |     2 | 24425 |     - | 821M|   0 | 286 |  10k| 656k|  10k| 656k|  41 |  45 |   0 | 1.919733e+02 |      --      |    Inf 
1796.71/1797.06	c 
1796.71/1797.06	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.06	c Solving Time (sec) : 1797.06
1796.71/1797.06	c Solving Nodes      : 1
1796.71/1797.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.06	c Dual Bound         : +1.91973279909859e+02
1796.71/1797.06	c Gap                : infinite
1796.71/1797.06	s UNKNOWN
1796.71/1797.06	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.06	c Total Time         :    1797.06
1796.71/1797.06	c   solving          :    1797.06
1796.71/1797.06	c   presolving       :      12.90 (included in solving)
1796.71/1797.06	c   reading          :       3.41 (included in solving)
1796.71/1797.06	c Original Problem   :
1796.71/1797.06	c   Problem name     : HOME/instance-3731623-1338699329.opb
1796.71/1797.06	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.06	c   Constraints      : 656900 initial, 656900 maximal
1796.71/1797.06	c Presolved Problem  :
1796.71/1797.06	c   Problem name     : t_HOME/instance-3731623-1338699329.opb
1796.71/1797.06	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.06	c   Constraints      : 656900 initial, 656945 maximal
1796.71/1797.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   probing          :       6.21          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   setppc           :       1.38          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   linear           :       4.57          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.71/1797.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.06	c   integral         :          0          0          0          1          0          4          0          0          0          0          0          2
1796.71/1797.06	c   setppc           :     656700          6        316          0          0          3        551          2          0          0          0          0
1796.71/1797.06	c   logicor          :        200+         6        164          0          0          2          7         13          0          0          0          0
1796.71/1797.06	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.71/1797.06	c   integral         :       0.02       0.00       0.00       0.02       0.00       0.00       0.00
1796.71/1797.06	c   setppc           :       7.39       0.35       6.93       0.00       0.00       0.11       0.00
1796.71/1797.06	c   logicor          :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1796.71/1797.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.06	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.71/1797.06	c   vbounds          :          0          0          0          0
1796.71/1797.06	c   rootredcost      :          0          0          0          0
1796.71/1797.06	c   pseudoobj        :        122          0          0          0
1796.71/1797.06	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.71/1797.06	c   vbounds          :       0.00       0.00       0.00
1796.71/1797.06	c   rootredcost      :       0.00       0.00       0.00
1796.71/1797.06	c   pseudoobj        :       0.00       0.00       0.00
1796.71/1797.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.06	c   propagation      :       0.00         15          9        263       89.1          0        0.0          -
1796.71/1797.06	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.06	c   applied globally :          -          -          -         45       57.7          -          -          -
1796.71/1797.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.06	c   cut pool         :       0.01          5          -          -          0          -    (maximal pool size: 102)
1796.71/1797.06	c   redcost          :       0.00          6          0          0          0          0
1796.71/1797.06	c   impliedbounds    :       0.01          6          0          0          0          0
1796.71/1797.06	c   intobj           :       0.00          0          0          0          0          0
1796.71/1797.06	c   gomory           :     749.95          6          0          0       2000          0
1796.71/1797.06	c   cgmip            :       0.00          0          0          0          0          0
1796.71/1797.06	c   closecuts        :       0.00          0          0          0          0          0
1796.71/1797.06	c   strongcg         :     633.61          6          0          0       2000          0
1796.71/1797.06	c   cmir             :       9.84          5          0          0          0          0
1796.71/1797.06	c   flowcover        :     100.03          5          0          0          0          0
1796.71/1797.06	c   clique           :       1.04          5          0          0         30          0
1796.71/1797.06	c   zerohalf         :       0.00          0          0          0          0          0
1796.71/1797.06	c   mcf              :       0.33          1          0          0          0          0
1796.71/1797.06	c   oddcycle         :       0.00          0          0          0          0          0
1796.71/1797.06	c   rapidlearning    :       0.00          0          0          0          0          0
1796.71/1797.06	c Pricers            :       Time      Calls       Vars
1796.71/1797.06	c   problem variables:       0.00          0          0
1796.71/1797.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.06	c   relpscost        :       0.02          1          0          0          0          0          2
1796.71/1797.06	c   pscost           :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   inference        :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   mostinf          :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   leastinf         :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   random           :       0.00          0          0          0          0          0          0
1796.71/1797.06	c Primal Heuristics  :       Time      Calls      Found
1796.71/1797.06	c   LP solutions     :       0.00          -          0
1796.71/1797.06	c   pseudo solutions :       0.00          -          0
1796.71/1797.06	c   oneopt           :       0.00          0          0
1796.71/1797.06	c   crossover        :       0.00          0          0
1796.71/1797.06	c   trivial          :       0.29          2          0
1796.71/1797.06	c   shiftandpropagate:       3.02          1          0
1796.71/1797.06	c   simplerounding   :       0.00          0          0
1796.71/1797.06	c   zirounding       :       0.03          1          0
1796.71/1797.06	c   rounding         :       0.17          6          0
1796.71/1797.06	c   shifting         :       0.27          6          0
1796.71/1797.06	c   intshifting      :       0.00          0          0
1796.71/1797.06	c   twoopt           :       0.00          0          0
1796.71/1797.06	c   fixandinfer      :       0.00          0          0
1796.71/1797.06	c   feaspump         :     214.08          1          0
1796.71/1797.06	c   clique           :       0.00          0          0
1796.71/1797.06	c   coefdiving       :       0.00          0          0
1796.71/1797.06	c   pscostdiving     :       0.00          0          0
1796.71/1797.06	c   fracdiving       :       0.00          0          0
1796.71/1797.06	c   veclendiving     :       0.00          0          0
1796.71/1797.06	c   intdiving        :       0.00          0          0
1796.71/1797.06	c   actconsdiving    :       0.00          0          0
1796.71/1797.06	c   objpscostdiving  :       0.00          0          0
1796.71/1797.06	c   rootsoldiving    :       0.00          0          0
1796.71/1797.06	c   linesearchdiving :       0.00          0          0
1796.71/1797.06	c   guideddiving     :       0.00          0          0
1796.71/1797.06	c   octane           :       0.00          0          0
1796.71/1797.06	c   rens             :       0.00          0          0
1796.71/1797.06	c   rins             :       0.00          0          0
1796.71/1797.06	c   localbranching   :       0.00          0          0
1796.71/1797.06	c   mutation         :       0.00          0          0
1796.71/1797.06	c   dins             :       0.00          0          0
1796.71/1797.06	c   vbounds          :       0.00          0          0
1796.71/1797.06	c   undercover       :       0.00          0          0
1796.71/1797.06	c   subnlp           :       0.00          0          0
1796.71/1797.06	c   trysol           :       0.00          0          0
1796.71/1797.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.71/1797.06	c   primal LP        :       0.00          0          0       0.00          -
1796.71/1797.06	c   dual LP          :      66.30          6       4252     708.67      64.13
1796.71/1797.06	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.06	c   barrier LP       :       0.00          0          0       0.00          -
1796.71/1797.06	c   diving/probing LP:     213.91          3      20173    6724.33      94.31
1796.71/1797.06	c   strong branching :       0.00          0          0       0.00          -
1796.71/1797.06	c     (at root node) :          -          0          0       0.00          -
1796.71/1797.06	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.06	c B&B Tree           :
1796.71/1797.06	c   number of runs   :          1
1796.71/1797.06	c   nodes            :          1
1796.71/1797.06	c   nodes (total)    :          1
1796.71/1797.06	c   nodes left       :          2
1796.71/1797.06	c   max depth        :          0
1796.71/1797.06	c   max depth (total):          0
1796.71/1797.06	c   backtracks       :          0 (0.0%)
1796.71/1797.06	c   delayed cutoffs  :          0
1796.71/1797.06	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.06	c   avg switch length:       1.00
1796.71/1797.06	c   switching time   :       0.00
1796.71/1797.06	c Solution           :
1796.71/1797.06	c   Solutions found  :          0 (0 improvements)
1796.71/1797.06	c   Primal Bound     :          -
1796.71/1797.06	c   Dual Bound       : +1.91973279909859e+02
1796.71/1797.06	c   Gap              :   infinite
1796.71/1797.06	c   Root Dual Bound  : +1.91973279909859e+02
1796.71/1797.06	c   Root Iterations  :      24425
1799.21/1799.55	c Time complete: 1799.26.

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-3731623-1338699329/watcher-3731623-1338699329 -o /tmp/evaluation-result-3731623-1338699329/solver-3731623-1338699329 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3731623-1338699329.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: 1.92 1.98 2.09 2/178 1894
/proc/meminfo: memFree=28160260/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 1488 0 0 0 0 0 0 0 20 0 1 0 336058270 9682944 1443 33554432000 4194304 9016284 140733822149488 140733822148456 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1894/statm: 2364 1445 311 1178 0 1182 0

[startup+0.0479789 s]
/proc/loadavg: 1.92 1.98 2.09 2/178 1894
/proc/meminfo: memFree=28160260/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=23084 CPUtime=0.04 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 4771 0 0 0 3 1 0 0 20 0 1 0 336058270 23638016 4724 33554432000 4194304 9016284 140733822149488 140733822148456 7870473 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1894/statm: 5771 4724 360 1178 0 4589 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23084

[startup+0.100267 s]
/proc/loadavg: 1.92 1.98 2.09 2/178 1894
/proc/meminfo: memFree=28160260/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=26572 CPUtime=0.09 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 5662 0 0 0 8 1 0 0 20 0 1 0 336058270 27209728 5615 33554432000 4194304 9016284 140733822149488 140733822148456 7870478 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1894/statm: 6643 5615 360 1178 0 5461 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26572

[startup+0.300221 s]
/proc/loadavg: 1.92 1.98 2.09 2/178 1894
/proc/meminfo: memFree=28160260/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=40712 CPUtime=0.29 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 9219 0 0 0 28 1 0 0 20 0 1 0 336058270 41689088 9162 33554432000 4194304 9016284 140733822149488 140733822148456 7870493 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1894/statm: 10178 9162 360 1178 0 8996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40712

[startup+0.700214 s]
/proc/loadavg: 1.92 1.98 2.09 2/178 1894
/proc/meminfo: memFree=28160260/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=69300 CPUtime=0.68 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 16360 0 0 0 66 2 0 0 20 0 1 0 336058270 70963200 16303 33554432000 4194304 9016284 140733822149488 140733822148456 7870468 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1894/statm: 17325 16303 360 1178 0 16143 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 69300

[startup+1.50022 s]
/proc/loadavg: 1.92 1.98 2.09 3/179 1895
/proc/meminfo: memFree=28001756/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=125572 CPUtime=1.49 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 30339 0 0 0 145 4 0 0 20 0 1 0 336058270 128585728 30282 33554432000 4194304 9016284 140733822149488 140733822012936 4447104 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1894/statm: 31393 30282 360 1178 0 30211 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125572

[startup+3.10022 s]
/proc/loadavg: 1.92 1.98 2.09 3/179 1895
/proc/meminfo: memFree=27844392/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=238688 CPUtime=3.09 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 58519 0 0 0 301 8 0 0 20 0 1 0 336058270 244416512 58462 33554432000 4194304 9016284 140733822149488 140733822012936 7870488 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1894/statm: 59672 58462 360 1178 0 58490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 238688

[startup+6.30025 s]
/proc/loadavg: 1.93 1.98 2.09 3/179 1895
/proc/meminfo: memFree=26862312/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=681440 CPUtime=6.28 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 169198 0 0 0 604 24 0 0 20 0 1 0 336058270 697794560 168488 33554432000 4194304 9016284 140733822149488 140733822145048 18446744073699066235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 170360 168488 474 1178 0 169178 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 681440

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 2.09 3/178 1895
/proc/meminfo: memFree=26672424/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=762316 CPUtime=12.69 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 235042 0 0 0 1234 35 0 0 20 0 1 0 336058270 780611584 187974 33554432000 4194304 9016284 140733822149488 140733822146600 4320931 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 190579 187974 510 1178 0 189397 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 762316

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 2.09 3/179 1896
/proc/meminfo: memFree=25516616/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1551768 CPUtime=25.49 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 347718 0 0 0 2490 59 0 0 20 0 1 0 336058270 1589010432 368172 33554432000 4194304 9016284 140733822149488 140733822143656 7180515 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 387942 368172 626 1178 0 386760 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1551768

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 2.08 3/179 1896
/proc/meminfo: memFree=25322840/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1465964 CPUtime=51.09 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 351026 0 0 0 5042 67 0 0 20 0 1 0 336058270 1501147136 356563 33554432000 4194304 9016284 140733822149488 140733822141272 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 366491 356563 641 1178 0 365309 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1465964

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.09 3/179 1896
/proc/meminfo: memFree=25320900/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1465964 CPUtime=102.28 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 351834 0 0 0 10151 77 0 0 20 0 1 0 336058270 1501147136 356619 33554432000 4194304 9016284 140733822149488 140733822141624 7178154 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 366491 356619 641 1178 0 365309 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1465964

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.08 3/179 1896
/proc/meminfo: memFree=25316524/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1470496 CPUtime=162.26 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 354829 0 0 0 16127 99 0 0 20 0 1 0 336058270 1505787904 357782 33554432000 4194304 9016284 140733822149488 140733822141272 7180382 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 367624 357782 641 1178 0 366442 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1470496

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 1896
/proc/meminfo: memFree=25293100/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1497316 CPUtime=222.25 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 358116 0 0 0 22104 121 0 0 20 0 1 0 336058270 1533251584 363528 33554432000 4194304 9016284 140733822149488 140733822141272 7180372 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 374329 363528 642 1178 0 373147 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1497316

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/180 1899
/proc/meminfo: memFree=25281352/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1509284 CPUtime=282.25 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 366607 0 0 0 28085 140 0 0 20 0 1 0 336058270 1545506816 366432 33554432000 4194304 9016284 140733822149488 140733822144952 6270533 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 377321 366432 652 1178 0 376139 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1509284

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/180 1922
/proc/meminfo: memFree=25162324/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1630096 CPUtime=342.24 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 377881 0 0 0 34077 147 0 0 20 0 1 0 336058270 1669218304 388923 33554432000 4194304 9016284 140733822149488 140733822144552 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 407524 388923 673 1178 0 406342 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1630096

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 1922
/proc/meminfo: memFree=25176316/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1630096 CPUtime=402.23 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 377881 0 0 0 40073 150 0 0 20 0 1 0 336058270 1669218304 388923 33554432000 4194304 9016284 140733822149488 140733822144600 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 407524 388923 673 1178 0 406342 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1630096

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 1922
/proc/meminfo: memFree=25048624/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1630096 CPUtime=462.21 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 377881 0 0 0 46068 153 0 0 20 0 1 0 336058270 1669218304 388923 33554432000 4194304 9016284 140733822149488 140733822144600 7870559 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 407524 388923 673 1178 0 406342 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1630096

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 1922
/proc/meminfo: memFree=24994404/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1698868 CPUtime=522.2 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 378707 0 0 0 52064 156 0 0 20 0 1 0 336058270 1739640832 400991 33554432000 4194304 9016284 140733822149488 140733822143656 7180679 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 424717 400991 673 1178 0 423535 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1698868

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 1922
/proc/meminfo: memFree=25012532/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1657812 CPUtime=582.2 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 378756 0 0 0 58060 160 0 0 20 0 1 0 336058270 1697599488 395860 33554432000 4194304 9016284 140733822149488 140733822144552 7876078 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 414453 395860 673 1178 0 413271 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1657812

[startup+642.3 s]

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

/proc/meminfo: memFree=25006312/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1637416 CPUtime=1062.12 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 379251 0 0 0 106028 184 0 0 20 0 1 0 336058270 1676713984 390183 33554432000 4194304 9016284 140733822149488 140733822144648 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 409354 390183 673 1178 0 408172 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1637416

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1927
/proc/meminfo: memFree=24982820/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1657944 CPUtime=1122.11 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 379550 0 0 0 112023 188 0 0 20 0 1 0 336058270 1697734656 396030 33554432000 4194304 9016284 140733822149488 140733822144552 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 414486 396030 673 1178 0 413304 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1657944

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1927
/proc/meminfo: memFree=24982436/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1657944 CPUtime=1182.1 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 379552 0 0 0 118019 191 0 0 20 0 1 0 336058270 1697734656 396108 33554432000 4194304 9016284 140733822149488 140733822144552 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 414486 396108 673 1178 0 413304 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1657944

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1928
/proc/meminfo: memFree=24978004/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1657944 CPUtime=1242.1 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 379552 0 0 0 124016 194 0 0 20 0 1 0 336058270 1697734656 397190 33554432000 4194304 9016284 140733822149488 140733822144600 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 414486 397190 673 1178 0 413304 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1657944

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1928
/proc/meminfo: memFree=24948616/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1657944 CPUtime=1302.1 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 379555 0 0 0 130014 196 0 0 20 0 1 0 336058270 1697734656 397827 33554432000 4194304 9016284 140733822149488 140733822144648 7876116 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 414486 397827 673 1178 0 413304 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 1657944

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 1928
/proc/meminfo: memFree=24948452/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1657944 CPUtime=1362.07 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 379557 0 0 0 136009 198 0 0 20 0 1 0 336058270 1697734656 397827 33554432000 4194304 9016284 140733822149488 140733822144648 7876136 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 414486 397827 673 1178 0 413304 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1657944

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1928
/proc/meminfo: memFree=24914528/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1422.07 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 142005 202 0 0 20 0 1 0 336058270 1724014592 406263 33554432000 4194304 9016284 140733822149488 140733822144552 6924934 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 406263 673 1178 0 419720 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1683608

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 1931
/proc/meminfo: memFree=24914304/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1482.06 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 148002 204 0 0 20 0 1 0 336058270 1724014592 406382 33554432000 4194304 9016284 140733822149488 140733822144600 6578107 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 406382 673 1178 0 419720 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1683608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=24912212/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1542.05 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 153998 207 0 0 20 0 1 0 336058270 1724014592 406965 33554432000 4194304 9016284 140733822149488 140733822144552 6922740 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 406965 673 1178 0 419720 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1683608

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 1932
/proc/meminfo: memFree=24910792/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1602.04 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 159994 210 0 0 20 0 1 0 336058270 1724014592 407332 33554432000 4194304 9016284 140733822149488 140733822144600 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 407332 673 1178 0 419720 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1683608

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1932
/proc/meminfo: memFree=24909956/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1662.03 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 165991 212 0 0 20 0 1 0 336058270 1724014592 407578 33554432000 4194304 9016284 140733822149488 140733822144600 6922753 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 407578 673 1178 0 419720 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1683608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=24909736/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1722.02 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 171987 215 0 0 20 0 1 0 336058270 1724014592 407657 33554432000 4194304 9016284 140733822149488 140733822144648 7876116 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 407657 673 1178 0 419720 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1683608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=24909020/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1782.01 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 177983 218 0 0 20 0 1 0 336058270 1724014592 407657 33554432000 4194304 9016284 140733822149488 140733822144600 6586592 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 407657 673 1178 0 419720 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1683608

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=24909376/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1791.62 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 178944 218 0 0 20 0 1 0 336058270 1724014592 407657 33554432000 4194304 9016284 140733822149488 140733822144600 6586606 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 407657 673 1178 0 419720 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 1683608

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=24909376/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1794.82 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 179264 218 0 0 20 0 1 0 336058270 1724014592 407657 33554432000 4194304 9016284 140733822149488 140733822144648 7870548 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 407657 673 1178 0 419720 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 1683608

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=24909376/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1683608 CPUtime=1796.41 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380042 0 0 0 179423 218 0 0 20 0 1 0 336058270 1724014592 407657 33554432000 4194304 9016284 140733822149488 140733822144600 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 420902 407657 673 1178 0 419720 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 1683608

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=24909376/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1662192 CPUtime=1798.01 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380051 0 0 0 179583 218 0 0 20 0 1 0 336058270 1702084608 402316 33554432000 4194304 9016284 140733822149488 140733822148744 4881431 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 415548 402316 682 1178 0 414366 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 1662192

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=24952280/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1639620 CPUtime=1798.8 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380053 0 0 0 179662 218 0 0 20 0 1 0 336058270 1678970880 396673 33554432000 4194304 9016284 140733822149488 140733822148744 6469244 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 409905 396673 682 1178 0 408723 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (KiB) 1639620

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1932
/proc/meminfo: memFree=25424868/32873844 swapFree=7112/7112
[pid=1894] ppid=1892 vsize=1166032 CPUtime=1799.21 cores=0,2,4,6
/proc/1894/stat : 1894 (scip-2.0.1.4b_2) R 1892 1894 27163 0 -1 4202496 380053 0 0 0 179700 221 0 0 20 0 1 0 336058270 1194016768 288973 33554432000 4194304 9016284 140733822149488 140733822148744 6817595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1894/statm: 291508 288973 682 1178 0 290326 0
Current children cumulated CPU time (s) 1799.21
Current children cumulated vsize (KiB) 1166032

Child status: 0
Real time (s): 1799.55
CPU time (s): 1799.27
CPU user time (s): 1797.03
CPU system time (s): 2.23566
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1724664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.03
system time used= 2.23566
maximum resident set size= 1656420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380061
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= 20
involuntary context switches= 2052

runsolver used 3.23851 second user time and 8.5537 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 06:55:29
IDJOB=3731623
IDBENCH=1970
IDSOLVER=2329
FILE ID=node132/3731623-1338699329
RUNJOBID= node132-1338697531-1761
PBS_JOBID= 14636681
Free space on /tmp= 71168 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731623-1338699329/watcher-3731623-1338699329 -o /tmp/evaluation-result-3731623-1338699329/solver-3731623-1338699329 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3731623-1338699329.opb -t 1800 -m 15500

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

MD5SUM BENCH= 5f836d1b8d150c1925229546ed283812
RANDOM SEED=1015823051

node132.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.832
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	: 5333.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28161260 kB
Buffers:          607292 kB
Cached:          3163256 kB
SwapCached:         2288 kB
Active:          1674580 kB
Inactive:        2121100 kB
Active(anon):      17968 kB
Inactive(anon):     7108 kB
Active(file):    1656612 kB
Inactive(file):  2113992 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:             66772 kB
Writeback:             0 kB
AnonPages:         93548 kB
Mapped:            12764 kB
Shmem:                 8 kB
Slab:             775868 kB
SReclaimable:     217464 kB
SUnreclaim:       558404 kB
KernelStack:        1488 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     140848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71152 MiB
End job on node132 at 2012-06-03 07:25:29