Trace number 3691329

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1799.94 1800.25

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1853823.opb
MD5SUM2ebd045d7573caa1ce8026d29a77beeb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
Number of bits of the biggest sum of numbers12
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-3691329-1338024446.opb>
1.19/1.23	c original problem has 213440 variables (213440 bin, 0 int, 0 impl, 0 cont) and 223870 constraints
1.19/1.23	c problem read in 1.23
2.89/2.94	c presolving:
3.89/3.94	c (round 1) 264 del vars, 264 del conss, 0 add conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 0 upgd conss, 243936 impls, 0 clqs
5.19/5.21	c (round 2) 264 del vars, 264 del conss, 0 add conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
156.07/156.14	c (round 3) 264 del vars, 122496 del conss, 121968 add conss, 264 chg bounds, 121968 chg sides, 244396 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
158.06/158.13	c    (158.1s) probing: 51/213176 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
158.06/158.13	c    (158.1s) probing aborted: 50/50 successive totally useless probings
158.46/158.51	c presolving (4 rounds):
158.46/158.51	c  264 deleted vars, 122496 deleted constraints, 121968 added constraints, 264 tightened bounds, 0 added holes, 121968 changed sides, 244396 changed coefficients
158.46/158.51	c  243936 implications, 0 cliques
158.46/158.51	c presolved problem has 213176 variables (213176 bin, 0 int, 0 impl, 0 cont) and 223342 constraints
158.46/158.51	c     658 constraints of type <knapsack>
158.46/158.51	c  121968 constraints of type <setppc>
158.46/158.51	c   10164 constraints of type <linear>
158.46/158.51	c   90552 constraints of type <logicor>
158.46/158.51	c transformed objective value is always integral (scale: 1)
158.46/158.51	c Presolving Time: 156.76
158.46/158.51	c - non default parameters ----------------------------------------------------------------------
158.46/158.51	c # SCIP version 2.1.1.4
158.46/158.51	c 
158.46/158.51	c # maximal time in seconds to run
158.46/158.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
158.46/158.51	c limits/time = 1797
158.46/158.51	c 
158.46/158.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
158.46/158.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
158.46/158.51	c limits/memory = 13950
158.46/158.51	c 
158.46/158.51	c # default clock type (1: CPU user seconds, 2: wall clock time)
158.46/158.51	c # [type: int, range: [1,2], default: 1]
158.46/158.51	c timing/clocktype = 2
158.46/158.51	c 
158.46/158.51	c # belongs reading time to solving time?
158.46/158.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
158.46/158.51	c timing/reading = TRUE
158.46/158.51	c 
158.46/158.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
158.46/158.51	c # [type: int, range: [-1,2147483647], default: -1]
158.46/158.51	c separating/rapidlearning/freq = 0
158.46/158.51	c 
158.46/158.51	c -----------------------------------------------------------------------------------------------
158.46/158.51	c start solving
158.57/158.62	c 
1798.38/1798.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1798.38/1798.73	c  1799s|     1 |     0 |116091 |     - |1032M|   0 |   - | 213k| 223k| 213k| 223k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.38/1798.73	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
1798.48/1798.81	c  1799s|     1 |     2 |116091 |     - |1032M|   0 |   - | 213k| 223k| 213k| 223k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.48/1798.81	c 
1798.48/1798.81	c SCIP Status        : solving was interrupted [time limit reached]
1798.48/1798.81	c Solving Time (sec) : 1798.80
1798.48/1798.81	c Solving Nodes      : 1
1798.48/1798.81	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.48/1798.81	c Dual Bound         : +0.00000000000000e+00
1798.48/1798.81	c Gap                : infinite
1798.48/1798.81	s UNKNOWN
1798.48/1798.81	c SCIP Status        : solving was interrupted [time limit reached]
1798.48/1798.81	c Total Time         :    1798.80
1798.48/1798.81	c   solving          :    1798.80
1798.48/1798.81	c   presolving       :     156.76 (included in solving)
1798.48/1798.81	c   reading          :       1.23 (included in solving)
1798.48/1798.81	c   copying          :       0.00 (0 times copied the problem)
1798.48/1798.81	c Original Problem   :
1798.48/1798.81	c   Problem name     : HOME/instance-3691329-1338024446.opb
1798.48/1798.81	c   Variables        : 213440 (213440 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.48/1798.81	c   Constraints      : 223870 initial, 223870 maximal
1798.48/1798.81	c   Objective sense  : minimize
1798.48/1798.81	c Presolved Problem  :
1798.48/1798.81	c   Problem name     : t_HOME/instance-3691329-1338024446.opb
1798.48/1798.81	c   Variables        : 213176 (213176 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.48/1798.81	c   Constraints      : 223342 initial, 223342 maximal
1798.48/1798.81	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1798.48/1798.81	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   trivial          :       0.05       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   dualfix          :       0.04       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   gateextraction   :       0.18       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   implics          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   components       :       0.20       0.00          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   pseudoobj        :       0.00       0.05          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   probing          :       1.62       0.01          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   knapsack         :     150.33       0.00          0          0          0          0          0        264     121968     121968     243936
1798.48/1798.81	c   setppc           :       0.40       0.00          0          0          0          0          0     121968          0          0          0
1798.48/1798.81	c   linear           :       1.82       0.00        264          0          0        264          0        264          0          0        460
1798.48/1798.81	c   logicor          :       0.26       0.17          0          0          0          0          0          0          0          0          0
1798.48/1798.81	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1798.48/1798.81	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1798.48/1798.81	c   integral         :          0          0          0          0          0          0          3          0          0          0          0          0          0
1798.48/1798.81	c   knapsack         :        658        658          0      65250          0          1          3          0          0          0          0          0          0
1798.48/1798.81	c   setppc           :     121968     121968          0      65250          0          1          2          0          0          0          0          0          0
1798.48/1798.81	c   linear           :      10164      10164          0      65250          0          1          2          0          0          0          0          0          0
1798.48/1798.81	c   logicor          :      90552      90552          0          1          0          1          0          0          0          0          0          0          0
1798.48/1798.81	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1798.48/1798.81	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1798.48/1798.81	c   integral         :       0.03       0.00       0.00       0.00       0.00       0.00       0.03       0.00
1798.48/1798.81	c   knapsack         :       1.47       0.00       0.00       1.43       0.00       0.01       0.03       0.00
1798.48/1798.81	c   setppc           :     107.83       0.00       0.00     107.77       0.00       0.02       0.04       0.00
1798.48/1798.81	c   linear           :      14.92       0.00       0.00      14.92       0.00       0.00       0.00       0.00
1798.48/1798.81	c   logicor          :       0.21       0.17       0.00       0.03       0.00       0.01       0.00       0.00
1798.48/1798.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.48/1798.81	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1798.48/1798.81	c   rootredcost      :          0          0          0          0
1798.48/1798.81	c   pseudoobj        :      65150          0          0          0
1798.48/1798.81	c   vbounds          :          0          0          0          0
1798.48/1798.81	c   redcost          :          0          0          0          0
1798.48/1798.81	c   probing          :          0          0          0          0
1798.48/1798.81	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1798.48/1798.81	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00
1798.48/1798.81	c   pseudoobj        :       0.23       0.05       0.00       0.18       0.00
1798.48/1798.81	c   vbounds          :       0.07       0.03       0.00       0.04       0.00
1798.48/1798.81	c   redcost          :       0.04       0.00       0.00       0.04       0.00
1798.48/1798.81	c   probing          :       1.62       0.01       1.62       0.00       0.00
1798.48/1798.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.48/1798.81	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.48/1798.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.48/1798.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.48/1798.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.48/1798.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.48/1798.81	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.48/1798.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.48/1798.81	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1798.48/1798.81	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1798.48/1798.81	c   clique           :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   closecuts        :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   cgmip            :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   cmir             :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   flowcover        :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   gomory           :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   impliedbounds    :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   intobj           :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   mcf              :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   strongcg         :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1798.48/1798.81	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1798.48/1798.81	c   problem variables:       0.00          -          0          0
1798.48/1798.81	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.48/1798.81	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1798.48/1798.81	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1798.48/1798.81	c   inference        :       0.03       0.00          1          0          0          0          0          2
1798.48/1798.81	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1798.48/1798.81	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1798.48/1798.81	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1798.48/1798.81	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1798.48/1798.81	c   random           :       0.00       0.00          0          0          0          0          0          0
1798.48/1798.81	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1798.48/1798.81	c   LP solutions     :       0.00          -          -          0
1798.48/1798.81	c   pseudo solutions :       0.00          -          -          0
1798.48/1798.81	c   oneopt           :       0.00       0.00          0          0
1798.48/1798.81	c   smallcard        :       0.00       0.00          0          0
1798.48/1798.81	c   trivial          :       0.22       0.00          2          0
1798.48/1798.81	c   shiftandpropagate:     127.66       0.00          1          0
1798.48/1798.81	c   simplerounding   :       0.00       0.00          0          0
1798.48/1798.81	c   zirounding       :       0.00       0.00          0          0
1798.48/1798.81	c   rounding         :       0.00       0.00          0          0
1798.48/1798.81	c   shifting         :       0.00       0.00          0          0
1798.48/1798.81	c   intshifting      :       0.00       0.00          0          0
1798.48/1798.81	c   twoopt           :       0.00       0.00          0          0
1798.48/1798.81	c   indtwoopt        :       0.00       0.00          0          0
1798.48/1798.81	c   indoneopt        :       0.00       0.00          0          0
1798.48/1798.81	c   fixandinfer      :       0.00       0.00          0          0
1798.48/1798.81	c   feaspump         :       0.00       0.00          0          0
1798.48/1798.81	c   clique           :       0.00       0.00          0          0
1798.48/1798.81	c   indrounding      :       0.00       0.00          0          0
1798.48/1798.81	c   indcoefdiving    :       0.00       0.00          0          0
1798.48/1798.81	c   coefdiving       :       0.00       0.00          0          0
1798.48/1798.81	c   pscostdiving     :       0.00       0.00          0          0
1798.48/1798.81	c   nlpdiving        :       0.00       0.00          0          0
1798.48/1798.81	c   fracdiving       :       0.00       0.00          0          0
1798.48/1798.81	c   veclendiving     :       0.00       0.00          0          0
1798.48/1798.81	c   intdiving        :       0.00       0.00          0          0
1798.48/1798.81	c   actconsdiving    :       0.00       0.00          0          0
1798.48/1798.81	c   objpscostdiving  :       0.00       0.00          0          0
1798.48/1798.81	c   rootsoldiving    :       0.00       0.00          0          0
1798.48/1798.81	c   linesearchdiving :       0.00       0.00          0          0
1798.48/1798.81	c   guideddiving     :       0.00       0.00          0          0
1798.48/1798.81	c   octane           :       0.00       0.00          0          0
1798.48/1798.81	c   rens             :       0.00       0.00          0          0
1798.48/1798.81	c   rins             :       0.00       0.00          0          0
1798.48/1798.81	c   localbranching   :       0.00       0.00          0          0
1798.48/1798.81	c   mutation         :       0.00       0.00          0          0
1798.48/1798.81	c   crossover        :       0.00       0.00          0          0
1798.48/1798.81	c   dins             :       0.00       0.00          0          0
1798.48/1798.81	c   vbounds          :       0.00       0.00          0          0
1798.48/1798.81	c   undercover       :       0.00       0.00          0          0
1798.48/1798.81	c   subnlp           :       0.00       0.00          0          0
1798.48/1798.81	c   trysol           :       0.00       0.00          0          0
1798.48/1798.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1798.48/1798.81	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1798.48/1798.81	c   dual LP          :    1512.33          1     116091  116091.00      76.76       0.00          0
1798.48/1798.81	c   lex dual LP      :       0.00          0          0       0.00          -
1798.48/1798.81	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1798.48/1798.81	c   diving/probing LP:       0.00          0          0       0.00          -
1798.48/1798.81	c   strong branching :       0.00          0          0       0.00          -
1798.48/1798.81	c     (at root node) :          -          0          0       0.00          -
1798.48/1798.81	c   conflict analysis:       0.00          0          0       0.00          -
1798.48/1798.81	c B&B Tree           :
1798.48/1798.81	c   number of runs   :          1
1798.48/1798.81	c   nodes            :          1
1798.48/1798.81	c   nodes (total)    :          1
1798.48/1798.81	c   nodes left       :          2
1798.48/1798.81	c   max depth        :          0
1798.48/1798.81	c   max depth (total):          0
1798.48/1798.81	c   backtracks       :          0 (0.0%)
1798.48/1798.81	c   delayed cutoffs  :          0
1798.48/1798.81	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.48/1798.81	c   avg switch length:       1.00
1798.48/1798.81	c   switching time   :       0.00
1798.48/1798.81	c Solution           :
1798.48/1798.81	c   Solutions found  :          0 (0 improvements)
1798.48/1798.81	c   Primal Bound     :          -
1798.48/1798.81	c   Dual Bound       : +0.00000000000000e+00
1798.48/1798.81	c   Gap              :   infinite
1798.48/1798.81	c   Root Dual Bound  : +0.00000000000000e+00
1798.48/1798.81	c   Root Iterations  :     116091
1799.87/1800.25	c Time complete: 1799.93.

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-3691329-1338024446/watcher-3691329-1338024446 -o /tmp/evaluation-result-3691329-1338024446/solver-3691329-1338024446 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691329-1338024446.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: 2.00 2.00 2.00 3/176 9378
/proc/meminfo: memFree=28045580/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=10720 CPUtime=0 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 1445 0 0 0 0 0 0 0 20 0 1 0 268569224 10977280 1399 33554432000 4194304 10173063 140734998694848 140735967956216 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9378/statm: 2680 1399 416 1460 0 1211 0

[startup+0.0330881 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9378
/proc/meminfo: memFree=28045580/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=28532 CPUtime=0.02 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 5866 0 0 0 2 0 0 0 20 0 1 0 268569224 29216768 5821 33554432000 4194304 10173063 140734998694848 140735967956216 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9378/statm: 7133 5852 416 1460 0 5664 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28532

[startup+0.100291 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9378
/proc/meminfo: memFree=28045580/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=68920 CPUtime=0.09 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 15968 0 0 0 7 2 0 0 20 0 1 0 268569224 70574080 15922 33554432000 4194304 10173063 140734998694848 140735967956216 5987911 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9378/statm: 17230 15922 416 1460 0 15761 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68920

[startup+0.300252 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9378
/proc/meminfo: memFree=28045580/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=155036 CPUtime=0.29 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 37521 0 0 0 24 5 0 0 20 0 1 0 268569224 158756864 37475 33554432000 4194304 10173063 140734998694848 140735967956216 8631867 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9378/statm: 38759 37475 416 1460 0 37290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 155036

[startup+0.700223 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9378
/proc/meminfo: memFree=28045580/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=205072 CPUtime=0.69 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 50012 0 0 0 61 8 0 0 20 0 1 0 268569224 209993728 49947 33554432000 4194304 10173063 140734998694848 140734998560024 8985008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9378/statm: 51268 49947 416 1460 0 49799 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 205072

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9379
/proc/meminfo: memFree=27816444/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=433044 CPUtime=1.49 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 106889 0 0 0 133 16 0 0 20 0 1 0 268569224 443437056 106814 33554432000 4194304 10173063 140734998694848 140734998690680 5867866 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/9378/statm: 108261 106814 468 1460 0 106792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 433044

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9379
/proc/meminfo: memFree=27516364/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=709564 CPUtime=3.09 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 187780 0 0 0 280 29 0 0 20 0 1 0 268569224 726593536 175461 33554432000 4194304 10173063 140734998694848 140734998691336 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 177391 175461 557 1460 0 175922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 709564

[startup+6.30022 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 9379
/proc/meminfo: memFree=27245288/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=809136 CPUtime=6.29 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 233935 0 0 0 576 53 0 0 20 0 1 0 268569224 828555264 200191 33554432000 4194304 10173063 140734998694848 140734998691736 7430708 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 202284 200191 594 1460 0 200815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 809136

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9379
/proc/meminfo: memFree=27244108/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=816832 CPUtime=12.68 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 234642 0 0 0 1215 53 0 0 20 0 1 0 268569224 836435968 200777 33554432000 4194304 10173063 140734998694848 140734998691736 5926462 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 204208 200777 595 1460 0 202739 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 816832

[startup+25.5002 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 9379
/proc/meminfo: memFree=27234808/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=825896 CPUtime=25.48 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 237095 0 0 0 2495 53 0 0 20 0 1 0 268569224 845717504 202887 33554432000 4194304 10173063 140734998694848 140734998691736 5864758 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 206474 202887 595 1460 0 205005 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 825896

[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 9379
/proc/meminfo: memFree=27214652/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=846052 CPUtime=51.08 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 242194 0 0 0 5054 54 0 0 20 0 1 0 268569224 866357248 207986 33554432000 4194304 10173063 140734998694848 140734998691736 5864766 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 211513 207986 595 1460 0 210044 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 846052

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 9379
/proc/meminfo: memFree=27167308/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=892544 CPUtime=102.27 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 253667 0 0 0 10172 55 0 0 20 0 1 0 268569224 913965056 219459 33554432000 4194304 10173063 140734998694848 140734998691736 5926487 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 223136 219459 595 1460 0 221667 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 892544

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 9382
/proc/meminfo: memFree=26749352/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1329096 CPUtime=162.26 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 318076 0 0 0 16148 78 0 0 20 0 1 0 268569224 1360994304 323655 33554432000 4194304 10173063 140734998694848 140734998690728 4780448 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 332274 323655 701 1460 0 330805 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1329096

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 9383
/proc/meminfo: memFree=26735024/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1338476 CPUtime=222.25 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 320780 0 0 0 22135 90 0 0 20 0 1 0 268569224 1370599424 327379 33554432000 4194304 10173063 140734998694848 140734998690728 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 334619 327379 701 1460 0 333150 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1338476

[startup+282.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 9383
/proc/meminfo: memFree=26700196/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1358740 CPUtime=282.22 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 325872 0 0 0 28118 104 0 0 20 0 1 0 268569224 1391349760 332454 33554432000 4194304 10173063 140734998694848 140734998690728 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 339685 332454 701 1460 0 338216 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 1358740

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 9383
/proc/meminfo: memFree=26412852/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1668844 CPUtime=342.21 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 361731 0 0 0 34105 116 0 0 20 0 1 0 268569224 1708896256 404092 33554432000 4194304 10173063 140734998694848 140734998688488 8012374 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 417211 404092 776 1460 0 415742 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1668844

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 9383
/proc/meminfo: memFree=26399072/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1680372 CPUtime=402.2 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 363347 0 0 0 40101 119 0 0 20 0 1 0 268569224 1720700928 407701 33554432000 4194304 10173063 140734998694848 140734998688024 8012272 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 420093 407701 776 1460 0 418624 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 1680372

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 9385
/proc/meminfo: memFree=26380376/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1681116 CPUtime=462.19 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 363626 0 0 0 46097 122 0 0 20 0 1 0 268569224 1721462784 408019 33554432000 4194304 10173063 140734998694848 140734998688520 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 420279 408019 776 1460 0 418810 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 1681116

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9386
/proc/meminfo: memFree=26376512/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1682288 CPUtime=522.18 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 364510 0 0 0 52094 124 0 0 20 0 1 0 268569224 1722662912 408979 33554432000 4194304 10173063 140734998694848 140734998688024 7984407 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 420572 408979 776 1460 0 419103 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 1682288

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 9386
/proc/meminfo: memFree=26373252/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1682912 CPUtime=582.17 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 364791 0 0 0 58089 128 0 0 20 0 1 0 268569224 1723301888 409776 33554432000 4194304 10173063 140734998694848 140734998688024 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 420728 409776 776 1460 0 419259 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 1682912

[startup+642.3 s]

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

/proc/meminfo: memFree=26336560/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1692836 CPUtime=1122.08 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 366736 0 0 0 112053 155 0 0 20 0 1 0 268569224 1733464064 414862 33554432000 4194304 10173063 140734998694848 140734998688520 8012042 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 423209 414862 776 1460 0 421740 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1692836

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9391
/proc/meminfo: memFree=26336800/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1692968 CPUtime=1182.07 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 366750 0 0 0 118049 158 0 0 20 0 1 0 268569224 1733599232 414876 33554432000 4194304 10173063 140734998694848 140734998688520 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 423242 414876 776 1460 0 421773 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 1692968

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 9391
/proc/meminfo: memFree=26336428/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1693252 CPUtime=1242.07 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 366768 0 0 0 124046 161 0 0 20 0 1 0 268569224 1733890048 414894 33554432000 4194304 10173063 140734998694848 140734998688520 7985052 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 423313 414894 776 1460 0 421844 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1693252

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9391
/proc/meminfo: memFree=26329544/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1695488 CPUtime=1302.06 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 367991 0 0 0 130044 162 0 0 20 0 1 0 268569224 1736179712 416602 33554432000 4194304 10173063 140734998694848 140734998688472 8012592 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 423872 416602 776 1460 0 422403 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1695488

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9394
/proc/meminfo: memFree=26327052/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1700308 CPUtime=1362.04 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 367997 0 0 0 136039 165 0 0 20 0 1 0 268569224 1741115392 417119 33554432000 4194304 10173063 140734998694848 140734998688024 7987597 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425077 417119 776 1460 0 423608 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 1700308

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9394
/proc/meminfo: memFree=26327176/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1700588 CPUtime=1422.04 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368012 0 0 0 142036 168 0 0 20 0 1 0 268569224 1741402112 417134 33554432000 4194304 10173063 140734998694848 140734998688472 7985021 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425147 417134 776 1460 0 423678 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1700588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9395
/proc/meminfo: memFree=26327052/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1700736 CPUtime=1482.03 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368023 0 0 0 148032 171 0 0 20 0 1 0 268569224 1741553664 417145 33554432000 4194304 10173063 140734998694848 140734998688472 8018196 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425184 417145 776 1460 0 423715 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1700736

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9395
/proc/meminfo: memFree=26327052/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701036 CPUtime=1542.01 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368035 0 0 0 154027 174 0 0 20 0 1 0 268569224 1741860864 417157 33554432000 4194304 10173063 140734998694848 140734998688024 8013222 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425259 417157 776 1460 0 423790 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 1701036

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 9395
/proc/meminfo: memFree=26326804/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701172 CPUtime=1602.01 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368047 0 0 0 160024 177 0 0 20 0 1 0 268569224 1742000128 417169 33554432000 4194304 10173063 140734998694848 140734998688024 8008880 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425293 417169 776 1460 0 423824 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1701172

[startup+1662.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/177 9433
/proc/meminfo: memFree=26903856/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701308 CPUtime=1662 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368059 0 0 0 166021 179 0 0 20 0 1 0 268569224 1742139392 417181 33554432000 4194304 10173063 140734998694848 140734998688024 8012679 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425327 417181 776 1460 0 423858 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1701308

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9433
/proc/meminfo: memFree=26905220/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701444 CPUtime=1721.99 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368070 0 0 0 172018 181 0 0 20 0 1 0 268569224 1742278656 417192 33554432000 4194304 10173063 140734998694848 140734998688520 8008922 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425361 417192 776 1460 0 423892 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1701444

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9434
/proc/meminfo: memFree=26904104/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701444 CPUtime=1781.98 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368080 0 0 0 178015 183 0 0 20 0 1 0 268569224 1742278656 417202 33554432000 4194304 10173063 140734998694848 140734998688024 7985041 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425361 417202 776 1460 0 423892 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1701444

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

[startup+1791.91 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9434
/proc/meminfo: memFree=26903980/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701588 CPUtime=1791.59 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368082 0 0 0 178975 184 0 0 20 0 1 0 268569224 1742426112 417204 33554432000 4194304 10173063 140734998694848 140734998688024 7709934 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425397 417204 776 1460 0 423928 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 1701588

[startup+1795.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9434
/proc/meminfo: memFree=26903980/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701588 CPUtime=1794.79 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368083 0 0 0 179295 184 0 0 20 0 1 0 268569224 1742426112 417205 33554432000 4194304 10173063 140734998694848 140734998688520 7987594 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425397 417205 776 1460 0 423928 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 1701588

[startup+1798.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9434
/proc/meminfo: memFree=26903980/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701588 CPUtime=1797.98 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368083 0 0 0 179614 184 0 0 20 0 1 0 268569224 1742426112 417205 33554432000 4194304 10173063 140734998694848 140734998688520 7987618 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425397 417205 776 1460 0 423928 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (KiB) 1701588

[startup+1799.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9434
/proc/meminfo: memFree=26903980/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1701588 CPUtime=1798.78 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368224 0 0 0 179694 184 0 0 20 0 1 0 268569224 1742426112 420923 33554432000 4194304 10173063 140734998694848 140734998688024 7550124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 425397 420923 800 1460 0 423928 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 1701588

[startup+1799.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9434
/proc/meminfo: memFree=26902664/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1551992 CPUtime=1799.58 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368227 0 0 0 179773 185 0 0 20 0 1 0 268569224 1589239808 383642 33554432000 4194304 10173063 140734998694848 140734998694072 7545177 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 387998 383642 803 1460 0 386529 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 1551992

[startup+1800.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9434
/proc/meminfo: memFree=26902664/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1356012 CPUtime=1799.77 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368229 0 0 0 179791 186 0 0 20 0 1 0 268569224 1388556288 335894 33554432000 4194304 10173063 140734998694848 140734998694072 5908521 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 339003 335894 805 1460 0 337534 0
Current children cumulated CPU time (s) 1799.77
Current children cumulated vsize (KiB) 1356012

[startup+1800.2 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 9434
/proc/meminfo: memFree=26902664/32873844 swapFree=6080/6080
[pid=9378] ppid=9376 vsize=1205224 CPUtime=1799.87 cores=0,2,4,6
/proc/9378/stat : 9378 (scip-2.1.1.4fix) R 9376 9378 8502 0 -1 4202496 368229 0 0 0 179799 188 0 0 20 0 1 0 268569224 1234149376 298216 33554432000 4194304 10173063 140734998694848 140734998694072 8992599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9378/statm: 301306 298216 805 1460 0 299837 0
Current children cumulated CPU time (s) 1799.87
Current children cumulated vsize (KiB) 1205224

Child status: 0
Real time (s): 1800.25
CPU time (s): 1799.94
CPU user time (s): 1798.04
CPU system time (s): 1.90271
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 1701588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 1.90271
maximum resident set size= 1683692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368242
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= 43
involuntary context switches= 2030

runsolver used 3.15252 second user time and 8.61769 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-26 11:27:27
IDJOB=3691329
IDBENCH=89855
IDSOLVER=2270
FILE ID=node139/3691329-1338024446
RUNJOBID= node139-1338016920-8518
PBS_JOBID= 14624336
Free space on /tmp= 71604 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns1853823.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691329-1338024446/watcher-3691329-1338024446 -o /tmp/evaluation-result-3691329-1338024446/solver-3691329-1338024446 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691329-1338024446.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=1302825959

node139.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.750
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.50
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.750
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.750
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	: 5331.90
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.750
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.750
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.92
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.750
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.91
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.750
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.750
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:        28045852 kB
Buffers:          251120 kB
Cached:          3118968 kB
SwapCached:            0 kB
Active:          1285868 kB
Inactive:        2743140 kB
Active(anon):     650132 kB
Inactive(anon):    11120 kB
Active(file):     635736 kB
Inactive(file):  2732020 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29312 kB
Writeback:             0 kB
AnonPages:        666928 kB
Mapped:            17520 kB
Shmem:               200 kB
Slab:             655892 kB
SReclaimable:      98416 kB
SUnreclaim:       557476 kB
KernelStack:        1464 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     792420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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= 71596 MiB
End job on node139 at 2012-05-26 11:57:27