Trace number 3692495

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 E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1799.93 1800.24

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: 947bdb7-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-3692495-1338042246.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.39/2.47	c presolving:
3.29/3.39	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
4.59/4.66	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
143.86/143.98	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
145.66/145.73	c    (145.7s) probing: 51/213176 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
145.66/145.73	c    (145.7s) probing aborted: 50/50 successive totally useless probings
146.06/146.10	c presolving (4 rounds):
146.06/146.10	c  264 deleted vars, 122496 deleted constraints, 121968 added constraints, 264 tightened bounds, 0 added holes, 121968 changed sides, 244396 changed coefficients
146.06/146.10	c  243936 implications, 0 cliques
146.06/146.10	c presolved problem has 213176 variables (213176 bin, 0 int, 0 impl, 0 cont) and 223342 constraints
146.06/146.10	c     658 constraints of type <knapsack>
146.06/146.10	c  121968 constraints of type <setppc>
146.06/146.10	c   10164 constraints of type <linear>
146.06/146.10	c   90552 constraints of type <logicor>
146.06/146.10	c transformed objective value is always integral (scale: 1)
146.06/146.10	c Presolving Time: 144.01
146.06/146.10	c - non default parameters ----------------------------------------------------------------------
146.06/146.10	c # SCIP version 2.1.1.4
146.06/146.10	c 
146.06/146.10	c # maximal time in seconds to run
146.06/146.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
146.06/146.10	c limits/time = 1797
146.06/146.10	c 
146.06/146.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
146.06/146.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
146.06/146.10	c limits/memory = 13950
146.06/146.10	c 
146.06/146.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
146.06/146.10	c # [type: int, range: [1,2], default: 1]
146.06/146.10	c timing/clocktype = 2
146.06/146.10	c 
146.06/146.10	c # belongs reading time to solving time?
146.06/146.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
146.06/146.10	c timing/reading = TRUE
146.06/146.10	c 
146.06/146.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
146.06/146.10	c # [type: int, range: [-1,2147483647], default: -1]
146.06/146.10	c separating/rapidlearning/freq = 0
146.06/146.10	c 
146.06/146.10	c -----------------------------------------------------------------------------------------------
146.06/146.10	c start solving
146.06/146.20	c 
1798.28/1798.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1798.28/1798.70	c  1799s|     1 |     0 |122039 |     - |1061M|   0 |   - | 213k| 223k| 213k| 223k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.28/1798.70	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
1798.38/1798.77	c  1799s|     1 |     2 |122039 |     - |1061M|   0 |   - | 213k| 223k| 213k| 223k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.38/1798.77	c 
1798.38/1798.77	c SCIP Status        : solving was interrupted [time limit reached]
1798.38/1798.77	c Solving Time (sec) : 1798.76
1798.38/1798.77	c Solving Nodes      : 1
1798.38/1798.77	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.38/1798.77	c Dual Bound         : +0.00000000000000e+00
1798.38/1798.77	c Gap                : infinite
1798.38/1798.77	s UNKNOWN
1798.38/1798.77	c SCIP Status        : solving was interrupted [time limit reached]
1798.38/1798.77	c Total Time         :    1798.76
1798.38/1798.77	c   solving          :    1798.76
1798.38/1798.77	c   presolving       :     144.01 (included in solving)
1798.38/1798.77	c   reading          :       1.23 (included in solving)
1798.38/1798.77	c   copying          :       0.00 (0 times copied the problem)
1798.38/1798.77	c Original Problem   :
1798.38/1798.77	c   Problem name     : HOME/instance-3692495-1338042246.opb
1798.38/1798.77	c   Variables        : 213440 (213440 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.38/1798.77	c   Constraints      : 223870 initial, 223870 maximal
1798.38/1798.77	c   Objective sense  : minimize
1798.38/1798.77	c Presolved Problem  :
1798.38/1798.77	c   Problem name     : t_HOME/instance-3692495-1338042246.opb
1798.38/1798.77	c   Variables        : 213176 (213176 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.38/1798.77	c   Constraints      : 223342 initial, 223342 maximal
1798.38/1798.77	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1798.38/1798.77	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   trivial          :       0.04       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   dualfix          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   gateextraction   :       0.17       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   implics          :       0.03       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   components       :       0.19       0.00          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   pseudoobj        :       0.00       0.05          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   probing          :       1.41       0.01          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   knapsack         :     138.74       0.00          0          0          0          0          0        264     121968     121968     243936
1798.38/1798.77	c   setppc           :       0.38       0.00          0          0          0          0          0     121968          0          0          0
1798.38/1798.77	c   linear           :       1.75       0.33        264          0          0        264          0        264          0          0        460
1798.38/1798.77	c   logicor          :       0.25       0.16          0          0          0          0          0          0          0          0          0
1798.38/1798.77	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1798.38/1798.77	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1798.38/1798.77	c   integral         :          0          0          0          0          0          0          3          0          0          0          0          0          0
1798.38/1798.77	c   knapsack         :        658        658          0      65250          0          1          3          0          0          0          0          0          0
1798.38/1798.77	c   setppc           :     121968     121968          0      65250          0          1          2          0          0          0          0          0          0
1798.38/1798.77	c   linear           :      10164      10164          0      65250          0          1          2          0          0          0          0          0          0
1798.38/1798.77	c   logicor          :      90552      90552          0          1          0          1          0          0          0          0          0          0          0
1798.38/1798.77	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1798.38/1798.77	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1798.38/1798.77	c   integral         :       0.03       0.00       0.00       0.00       0.00       0.00       0.03       0.00
1798.38/1798.77	c   knapsack         :       1.27       0.00       0.00       1.23       0.00       0.01       0.02       0.00
1798.38/1798.77	c   setppc           :      92.00       0.00       0.00      91.95       0.00       0.02       0.03       0.00
1798.38/1798.77	c   linear           :      13.06       0.33       0.00      12.73       0.00       0.00       0.00       0.00
1798.38/1798.77	c   logicor          :       0.20       0.16       0.00       0.03       0.00       0.01       0.00       0.00
1798.38/1798.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.38/1798.77	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1798.38/1798.77	c   rootredcost      :          0          0          0          0
1798.38/1798.77	c   pseudoobj        :      65150          0          0          0
1798.38/1798.77	c   vbounds          :          0          0          0          0
1798.38/1798.77	c   redcost          :          0          0          0          0
1798.38/1798.77	c   probing          :          0          0          0          0
1798.38/1798.77	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1798.38/1798.77	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00
1798.38/1798.77	c   pseudoobj        :       0.21       0.05       0.00       0.17       0.00
1798.38/1798.77	c   vbounds          :       0.07       0.03       0.00       0.04       0.00
1798.38/1798.77	c   redcost          :       0.04       0.00       0.00       0.04       0.00
1798.38/1798.77	c   probing          :       1.42       0.01       1.41       0.00       0.00
1798.38/1798.77	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.38/1798.77	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.38/1798.77	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.38/1798.77	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.38/1798.77	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.38/1798.77	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.38/1798.77	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.38/1798.77	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.38/1798.77	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1798.38/1798.77	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1798.38/1798.77	c   clique           :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   closecuts        :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   cgmip            :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   cmir             :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   flowcover        :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   gomory           :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   impliedbounds    :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   intobj           :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   mcf              :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   strongcg         :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1798.38/1798.77	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1798.38/1798.77	c   problem variables:       0.00          -          0          0
1798.38/1798.77	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.38/1798.77	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1798.38/1798.77	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1798.38/1798.77	c   inference        :       0.03       0.00          1          0          0          0          0          2
1798.38/1798.77	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1798.38/1798.77	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1798.38/1798.77	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1798.38/1798.77	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1798.38/1798.77	c   random           :       0.00       0.00          0          0          0          0          0          0
1798.38/1798.77	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1798.38/1798.77	c   LP solutions     :       0.00          -          -          0
1798.38/1798.77	c   pseudo solutions :       0.00          -          -          0
1798.38/1798.77	c   oneopt           :       0.00       0.00          0          0
1798.38/1798.77	c   smallcard        :       0.00       0.00          0          0
1798.38/1798.77	c   trivial          :       0.22       0.00          2          0
1798.38/1798.77	c   shiftandpropagate:     109.19       0.00          1          0
1798.38/1798.77	c   simplerounding   :       0.00       0.00          0          0
1798.38/1798.77	c   zirounding       :       0.00       0.00          0          0
1798.38/1798.77	c   rounding         :       0.00       0.00          0          0
1798.38/1798.77	c   shifting         :       0.00       0.00          0          0
1798.38/1798.77	c   intshifting      :       0.00       0.00          0          0
1798.38/1798.77	c   twoopt           :       0.00       0.00          0          0
1798.38/1798.77	c   indtwoopt        :       0.00       0.00          0          0
1798.38/1798.77	c   indoneopt        :       0.00       0.00          0          0
1798.38/1798.77	c   fixandinfer      :       0.00       0.00          0          0
1798.38/1798.77	c   feaspump         :       0.00       0.00          0          0
1798.38/1798.77	c   clique           :       0.00       0.00          0          0
1798.38/1798.77	c   indrounding      :       0.00       0.00          0          0
1798.38/1798.77	c   indcoefdiving    :       0.00       0.00          0          0
1798.38/1798.77	c   coefdiving       :       0.00       0.00          0          0
1798.38/1798.77	c   pscostdiving     :       0.00       0.00          0          0
1798.38/1798.77	c   nlpdiving        :       0.00       0.00          0          0
1798.38/1798.77	c   fracdiving       :       0.00       0.00          0          0
1798.38/1798.77	c   veclendiving     :       0.00       0.00          0          0
1798.38/1798.77	c   intdiving        :       0.00       0.00          0          0
1798.38/1798.77	c   actconsdiving    :       0.00       0.00          0          0
1798.38/1798.77	c   objpscostdiving  :       0.00       0.00          0          0
1798.38/1798.77	c   rootsoldiving    :       0.00       0.00          0          0
1798.38/1798.77	c   linesearchdiving :       0.00       0.00          0          0
1798.38/1798.77	c   guideddiving     :       0.00       0.00          0          0
1798.38/1798.77	c   octane           :       0.00       0.00          0          0
1798.38/1798.77	c   rens             :       0.00       0.00          0          0
1798.38/1798.77	c   rins             :       0.00       0.00          0          0
1798.38/1798.77	c   localbranching   :       0.00       0.00          0          0
1798.38/1798.77	c   mutation         :       0.00       0.00          0          0
1798.38/1798.77	c   crossover        :       0.00       0.00          0          0
1798.38/1798.77	c   dins             :       0.00       0.00          0          0
1798.38/1798.77	c   vbounds          :       0.00       0.00          0          0
1798.38/1798.77	c   undercover       :       0.00       0.00          0          0
1798.38/1798.77	c   subnlp           :       0.00       0.00          0          0
1798.38/1798.77	c   trysol           :       0.00       0.00          0          0
1798.38/1798.77	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1798.38/1798.77	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1798.38/1798.77	c   dual LP          :    1543.19          1     122039  122039.00      79.08       0.00          0
1798.38/1798.77	c   lex dual LP      :       0.00          0          0       0.00          -
1798.38/1798.77	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1798.38/1798.77	c   diving/probing LP:       0.00          0          0       0.00          -
1798.38/1798.77	c   strong branching :       0.00          0          0       0.00          -
1798.38/1798.77	c     (at root node) :          -          0          0       0.00          -
1798.38/1798.77	c   conflict analysis:       0.00          0          0       0.00          -
1798.38/1798.77	c B&B Tree           :
1798.38/1798.77	c   number of runs   :          1
1798.38/1798.77	c   nodes            :          1
1798.38/1798.77	c   nodes (total)    :          1
1798.38/1798.77	c   nodes left       :          2
1798.38/1798.77	c   max depth        :          0
1798.38/1798.77	c   max depth (total):          0
1798.38/1798.77	c   backtracks       :          0 (0.0%)
1798.38/1798.77	c   delayed cutoffs  :          0
1798.38/1798.77	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.38/1798.77	c   avg switch length:       1.00
1798.38/1798.77	c   switching time   :       0.00
1798.38/1798.77	c Solution           :
1798.38/1798.77	c   Solutions found  :          0 (0 improvements)
1798.38/1798.77	c   Primal Bound     :          -
1798.38/1798.77	c   Dual Bound       : +0.00000000000000e+00
1798.38/1798.77	c   Gap              :   infinite
1798.38/1798.77	c   Root Dual Bound  : +0.00000000000000e+00
1798.38/1798.77	c   Root Iterations  :     122039
1799.88/1800.23	c Time complete: 1799.92.

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-3692495-1338042246/watcher-3692495-1338042246 -o /tmp/evaluation-result-3692495-1338042246/solver-3692495-1338042246 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692495-1338042246.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.02 2.01 2.00 3/174 4918
/proc/meminfo: memFree=28215200/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=12696 CPUtime=0 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 1932 0 0 0 0 0 0 0 20 0 1 0 270350119 13000704 1886 33554432000 4194304 10219143 140737159029120 140737159027992 8844210 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 3221 1888 413 1471 0 1741 0

[startup+0.083463 s]
/proc/loadavg: 2.02 2.01 2.00 3/174 4918
/proc/meminfo: memFree=28215200/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=67736 CPUtime=0.07 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 15687 0 0 0 6 1 0 0 20 0 1 0 270350119 69361664 15641 33554432000 4194304 10219143 140737159029120 140737159027992 5932303 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 16934 15641 421 1471 0 15454 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 67736

[startup+0.100339 s]
/proc/loadavg: 2.02 2.01 2.00 3/174 4918
/proc/meminfo: memFree=28215200/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=78200 CPUtime=0.08 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 18266 0 0 0 7 1 0 0 20 0 1 0 270350119 80076800 18220 33554432000 4194304 10219143 140737159029120 140737159027992 5589992 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 19550 18220 421 1471 0 18070 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 78200

[startup+0.300314 s]
/proc/loadavg: 2.02 2.01 2.00 3/174 4918
/proc/meminfo: memFree=28215200/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=165880 CPUtime=0.28 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 40166 0 0 0 24 4 0 0 20 0 1 0 270350119 169861120 40120 33554432000 4194304 10219143 140737159029120 140737159027992 5345852 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 41470 40120 421 1471 0 39990 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 165880

[startup+0.70031 s]
/proc/loadavg: 2.02 2.01 2.00 3/174 4918
/proc/meminfo: memFree=28215200/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=226428 CPUtime=0.69 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 55299 0 0 0 62 7 0 0 20 0 1 0 270350119 231862272 55253 33554432000 4194304 10219143 140737159029120 140737158894296 5541619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 56607 55253 421 1471 0 55127 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 226428

[startup+1.50031 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4919
/proc/meminfo: memFree=27950700/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=470880 CPUtime=1.49 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 116331 0 0 0 133 16 0 0 20 0 1 0 270350119 482181120 116274 33554432000 4194304 10219143 140737159029120 140737159025000 4424232 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 117720 116274 474 1471 0 116240 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 470880

[startup+3.10032 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4919
/proc/meminfo: memFree=27547072/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=722336 CPUtime=3.09 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 178850 0 0 0 276 33 0 0 20 0 1 0 270350119 739672064 178770 33554432000 4194304 10219143 140737159029120 140737159026120 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 180584 178770 561 1471 0 179104 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 722336

[startup+6.30026 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4919
/proc/meminfo: memFree=27400616/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=823108 CPUtime=6.29 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 222772 0 0 0 578 51 0 0 20 0 1 0 270350119 842862592 203814 33554432000 4194304 10219143 140737159029120 140737159026008 7413720 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 205777 203814 595 1471 0 204297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 823108

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4919
/proc/meminfo: memFree=27398020/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=830804 CPUtime=12.68 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 223488 0 0 0 1217 51 0 0 20 0 1 0 270350119 850743296 204408 33554432000 4194304 10219143 140737159029120 140737159026008 7419577 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 207701 204408 596 1471 0 206221 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 830804

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4919
/proc/meminfo: memFree=27386620/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=843032 CPUtime=25.49 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 226399 0 0 0 2497 52 0 0 20 0 1 0 270350119 863264768 207319 33554432000 4194304 10219143 140737159029120 140737159026008 5927664 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 210758 207319 596 1471 0 209278 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 843032

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 4919
/proc/meminfo: memFree=27364920/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=866208 CPUtime=51.08 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 232098 0 0 0 5056 52 0 0 20 0 1 0 270350119 886996992 213018 33554432000 4194304 10219143 140737159029120 140737159026008 5639740 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 216552 213018 596 1471 0 215072 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 866208

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4919
/proc/meminfo: memFree=27294364/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=935276 CPUtime=102.28 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 249415 0 0 0 10173 55 0 0 20 0 1 0 270350119 957722624 230335 33554432000 4194304 10219143 140737159029120 140737159026008 7413568 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 233819 230335 596 1471 0 232339 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 935276

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/176 4959
/proc/meminfo: memFree=28107540/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1340172 CPUtime=162.26 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 308904 0 0 0 16146 80 0 0 20 0 1 0 270350119 1372336128 327652 33554432000 4194304 10219143 140737159029120 140737159025000 4819080 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 335043 327652 696 1471 0 333563 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1340172

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4997
/proc/meminfo: memFree=28049960/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1357244 CPUtime=222.24 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 313084 0 0 0 22131 93 0 0 20 0 1 0 270350119 1389817856 332995 33554432000 4194304 10219143 140737159029120 140737159025000 4487116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 339311 332995 696 1471 0 337831 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1357244

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 4997
/proc/meminfo: memFree=27755656/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1672888 CPUtime=282.22 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 348615 0 0 0 28109 113 0 0 20 0 1 0 270350119 1713037312 404359 33554432000 4194304 10219143 140737159029120 140737159022296 8000500 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 418222 404359 769 1471 0 416742 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 1672888

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4997
/proc/meminfo: memFree=27760188/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1683660 CPUtime=342.21 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 351062 0 0 0 34105 116 0 0 20 0 1 0 270350119 1724067840 409372 33554432000 4194304 10219143 140737159029120 140737159022296 8891071 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 420915 409372 769 1471 0 419435 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1683660

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/176 5000
/proc/meminfo: memFree=27748064/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1696292 CPUtime=402.21 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 352927 0 0 0 40101 120 0 0 20 0 1 0 270350119 1737003008 413278 33554432000 4194304 10219143 140737159029120 140737159021640 8051297 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 424073 413278 769 1471 0 422593 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1696292

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/175 5001
/proc/meminfo: memFree=27728888/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1696292 CPUtime=462.19 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 353148 0 0 0 46096 123 0 0 20 0 1 0 270350119 1737003008 413575 33554432000 4194304 10219143 140737159029120 140737159022296 8051326 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 424073 413575 769 1471 0 422593 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 1696292

[startup+522.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/175 5001
/proc/meminfo: memFree=27714780/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1696292 CPUtime=522.19 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 353235 0 0 0 52093 126 0 0 20 0 1 0 270350119 1737003008 414393 33554432000 4194304 10219143 140737159029120 140737159022760 8028533 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 424073 414393 769 1471 0 422593 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 1696292

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 5001
/proc/meminfo: memFree=27716156/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1698008 CPUtime=582.17 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 353519 0 0 0 58089 128 0 0 20 0 1 0 270350119 1738760192 414672 33554432000 4194304 10219143 140737159029120 140737159022296 8028644 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 424502 414672 769 1471 0 423022 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 1698008

[startup+642.3 s]

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

/proc/meminfo: memFree=27699876/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1706880 CPUtime=1122.09 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 354617 0 0 0 112054 155 0 0 20 0 1 0 270350119 1747845120 418651 33554432000 4194304 10219143 140737159029120 140737159022296 8031826 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 426720 418651 769 1471 0 425240 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 1706880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 5006
/proc/meminfo: memFree=27699756/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1714140 CPUtime=1182.08 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 355702 0 0 0 118050 158 0 0 20 0 1 0 270350119 1755279360 421269 33554432000 4194304 10219143 140737159029120 140737159022296 8057386 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 428535 421269 769 1471 0 427055 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 1714140

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 5006
/proc/meminfo: memFree=27699508/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1716412 CPUtime=1242.07 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 355704 0 0 0 124047 160 0 0 20 0 1 0 270350119 1757605888 421271 33554432000 4194304 10219143 140737159029120 140737159022296 8069860 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 429103 421271 769 1471 0 427623 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1716412

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 5006
/proc/meminfo: memFree=27699508/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1716572 CPUtime=1302.06 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 355707 0 0 0 130044 162 0 0 20 0 1 0 270350119 1757769728 421274 33554432000 4194304 10219143 140737159029120 140737159022792 8057394 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 429143 421274 769 1471 0 427663 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1716572

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 5007
/proc/meminfo: memFree=27699632/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1716572 CPUtime=1362.05 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 355707 0 0 0 136041 164 0 0 20 0 1 0 270350119 1757769728 421274 33554432000 4194304 10219143 140737159029120 140737159022760 8057386 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 429143 421274 769 1471 0 427663 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1716572

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 5007
/proc/meminfo: memFree=27699136/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1716572 CPUtime=1422.05 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 355707 0 0 0 142038 167 0 0 20 0 1 0 270350119 1757769728 421274 33554432000 4194304 10219143 140737159029120 140737159022792 8057386 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 429143 421274 769 1471 0 427663 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1716572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 5007
/proc/meminfo: memFree=27699260/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1716572 CPUtime=1482.03 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 355707 0 0 0 148034 169 0 0 20 0 1 0 270350119 1757769728 421274 33554432000 4194304 10219143 140737159029120 140737159022792 8029229 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 429143 421274 769 1471 0 427663 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1716572

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 5007
/proc/meminfo: memFree=27699260/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1716572 CPUtime=1542.02 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 355707 0 0 0 154030 172 0 0 20 0 1 0 270350119 1757769728 421274 33554432000 4194304 10219143 140737159029120 140737159022792 8029287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 429143 421274 769 1471 0 427663 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1716572

[startup+1602.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/176 5010
/proc/meminfo: memFree=27699376/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1716572 CPUtime=1602.01 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 355707 0 0 0 160027 174 0 0 20 0 1 0 270350119 1757769728 421274 33554432000 4194304 10219143 140737159029120 140737159022744 8025320 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 429143 421274 769 1471 0 427663 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1716572

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.01 3/175 5011
/proc/meminfo: memFree=27694608/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1724744 CPUtime=1662 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356380 0 0 0 166024 176 0 0 20 0 1 0 270350119 1766137856 422458 33554432000 4194304 10219143 140737159029120 140737159022296 8057386 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 431186 422458 769 1471 0 429706 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1724744

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 5011
/proc/meminfo: memFree=27694732/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1724744 CPUtime=1722 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356380 0 0 0 172021 179 0 0 20 0 1 0 270350119 1766137856 422458 33554432000 4194304 10219143 140737159029120 140737159022744 8024978 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 431186 422458 769 1471 0 429706 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1724744

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 5011
/proc/meminfo: memFree=27693484/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1725008 CPUtime=1781.98 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356632 0 0 0 178017 181 0 0 20 0 1 0 270350119 1766408192 423176 33554432000 4194304 10219143 140737159029120 140737159022792 7999862 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 431252 423176 769 1471 0 429772 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1725008

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 5011
/proc/meminfo: memFree=27691680/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1725008 CPUtime=1791.59 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356644 0 0 0 178977 182 0 0 20 0 1 0 270350119 1766408192 423188 33554432000 4194304 10219143 140737159029120 140737159022296 8029229 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 431252 423188 769 1471 0 429772 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 1725008

[startup+1795.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 5011
/proc/meminfo: memFree=27691804/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1725008 CPUtime=1794.79 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356664 0 0 0 179297 182 0 0 20 0 1 0 270350119 1766408192 423208 33554432000 4194304 10219143 140737159029120 140737159022792 8029287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 431252 423208 769 1471 0 429772 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 1725008

[startup+1798.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 5011
/proc/meminfo: memFree=27691680/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1725008 CPUtime=1797.98 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356664 0 0 0 179616 182 0 0 20 0 1 0 270350119 1766408192 423208 33554432000 4194304 10219143 140737159029120 140737159022792 8029287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 431252 423208 769 1471 0 429772 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (KiB) 1725008

[startup+1799.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 5011
/proc/meminfo: memFree=27691680/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1679512 CPUtime=1798.78 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356975 0 0 0 179696 182 0 0 20 0 1 0 270350119 1719820288 414872 33554432000 4194304 10219143 140737159029120 140737159022840 7594387 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 419878 414872 791 1471 0 418398 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 1679512

[startup+1799.9 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 5011
/proc/meminfo: memFree=27730896/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1505708 CPUtime=1799.58 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356977 0 0 0 179775 183 0 0 20 0 1 0 270350119 1541844992 371458 33554432000 4194304 10219143 140737159029120 140737159028216 7589212 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 376427 371458 793 1471 0 374947 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 1505708

[startup+1800.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 5011
/proc/meminfo: memFree=27730896/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=1122432 CPUtime=1799.78 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356977 0 0 0 179793 185 0 0 20 0 1 0 270350119 1149370368 279147 33554432000 4194304 10219143 140737159029120 140737159028216 7589231 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 280608 279147 793 1471 0 279128 0
Current children cumulated CPU time (s) 1799.78
Current children cumulated vsize (KiB) 1122432

[startup+1800.2 s]
/proc/loadavg: 2.03 2.03 2.00 3/175 5011
/proc/meminfo: memFree=27730896/32873852 swapFree=7616/7616
[pid=4918] ppid=4916 vsize=969004 CPUtime=1799.88 cores=0,2,4,6
/proc/4918/stat : 4918 (scip-2.1.1.4exp) R 4916 4918 403 0 -1 4202496 356977 0 0 0 179801 187 0 0 20 0 1 0 270350119 992260096 240553 33554432000 4194304 10219143 140737159029120 140737159028216 9036791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4918/statm: 241995 240553 793 1471 0 240515 0
Current children cumulated CPU time (s) 1799.88
Current children cumulated vsize (KiB) 969004

Child status: 0
Real time (s): 1800.24
CPU time (s): 1799.93
CPU user time (s): 1798.04
CPU system time (s): 1.88571
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 1725008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 1.88571
maximum resident set size= 1707184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356990
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= 45
involuntary context switches= 1932

runsolver used 7.59884 second user time and 13.6849 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 16:24:07
IDJOB=3692495
IDBENCH=89855
IDSOLVER=2271
FILE ID=node131/3692495-1338042246
RUNJOBID= node131-1338017251-877
PBS_JOBID= 14624266
Free space on /tmp= 71560 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp 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.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692495-1338042246/watcher-3692495-1338042246 -o /tmp/evaluation-result-3692495-1338042246/solver-3692495-1338042246 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692495-1338042246.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=1874231026

node131.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.805
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.61
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.805
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.805
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.91
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.805
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.805
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.91
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28215456 kB
Buffers:          259844 kB
Cached:          2350952 kB
SwapCached:            0 kB
Active:          1853712 kB
Inactive:        2032472 kB
Active(anon):    1277964 kB
Inactive(anon):        0 kB
Active(file):     575748 kB
Inactive(file):  2032472 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29416 kB
Writeback:             0 kB
AnonPages:       1389412 kB
Mapped:            17512 kB
Shmem:               204 kB
Slab:             633016 kB
SReclaimable:      75472 kB
SUnreclaim:       557544 kB
KernelStack:        1432 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1392008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1251328 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= 71552 MiB
End job on node131 at 2012-05-26 16:54:07