Trace number 3451914

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.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.08 1800.03

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3451914-1307116094.opb>
0.00/0.11	c original problem has 8424 variables (8424 bin, 0 int, 0 impl, 0 cont) and 9089 constraints
0.00/0.11	c problem read
0.00/0.11	c presolving settings loaded
0.10/0.16	c presolving:
0.10/0.19	c (round 1) 9 del vars, 1 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16830 impls, 97 clqs
0.19/0.20	c (round 2) 9 del vars, 8416 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16830 impls, 97 clqs
0.19/0.23	c (round 3) 9 del vars, 8416 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 16830 impls, 97 clqs
0.59/0.67	c    (0.7s) probing: 101/8415 (1.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.67	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.59/0.67	c presolving (4 rounds):
0.59/0.67	c  9 deleted vars, 8416 deleted constraints, 0 added constraints, 9 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.67	c  16830 implications, 2293 cliques
0.59/0.67	c presolved problem has 8415 variables (8415 bin, 0 int, 0 impl, 0 cont) and 673 constraints
0.59/0.67	c     576 constraints of type <knapsack>
0.59/0.67	c      97 constraints of type <setppc>
0.59/0.67	c transformed objective value is always integral (scale: 1)
0.59/0.67	c Presolving Time: 0.55
0.59/0.67	c - non default parameters ----------------------------------------------------------------------
0.59/0.67	c # SCIP version 2.0.1.4
0.59/0.67	c 
0.59/0.67	c # frequency for displaying node information lines
0.59/0.67	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.67	c display/freq = 10000
0.59/0.67	c 
0.59/0.67	c # maximal time in seconds to run
0.59/0.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.67	c limits/time = 1800
0.59/0.67	c 
0.59/0.67	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.67	c limits/memory = 13950
0.59/0.67	c 
0.59/0.67	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.67	c # [type: int, range: [1,2], default: 1]
0.59/0.67	c timing/clocktype = 2
0.59/0.67	c 
0.59/0.67	c # belongs reading time to solving time?
0.59/0.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.67	c timing/reading = TRUE
0.59/0.67	c 
0.59/0.67	c # should presolving try to simplify inequalities
0.59/0.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.67	c constraints/linear/simplifyinequalities = TRUE
0.59/0.67	c 
0.59/0.67	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.67	c constraints/indicator/addCouplingCons = TRUE
0.59/0.67	c 
0.59/0.67	c # should presolving try to simplify knapsacks
0.59/0.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.67	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.67	c 
0.59/0.67	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.67	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.67	c separating/rapidlearning/freq = 0
0.59/0.67	c 
0.59/0.67	c -----------------------------------------------------------------------------------------------
0.59/0.67	c start solving
0.59/0.68	c 
0.79/0.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.87	c   0.9s|     1 |     0 |  1705 |     - |  39M|   0 |  99 |8415 | 791 |8415 | 673 |   0 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
2.31/2.38	c   2.4s|     1 |     0 |  4339 |     - |  40M|   0 | 161 |8415 |1050 |8415 | 720 |  47 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
3.09/3.16	c   3.2s|     1 |     0 |  5829 |     - |  41M|   0 | 199 |8415 |1050 |8415 | 764 |  91 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
3.79/3.86	c   3.9s|     1 |     0 |  6695 |     - |  43M|   0 | 248 |8415 |1050 |8415 | 806 | 133 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
4.89/4.96	c   5.0s|     1 |     0 |  8827 |     - |  44M|   0 | 256 |8415 |1050 |8415 | 846 | 173 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
5.99/6.04	c   6.0s|     1 |     0 | 10738 |     - |  45M|   0 | 253 |8415 |1050 |8415 | 884 | 211 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
7.19/7.23	c   7.2s|     1 |     0 | 12842 |     - |  46M|   0 | 307 |8415 |1050 |8415 | 925 | 252 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
10.39/10.47	c  10.5s|     1 |     2 | 12842 |     - |  46M|   0 | 307 |8415 |1050 |8415 | 925 | 252 | 118 |  17 | 9.000000e+00 |      --      |    Inf 
548.80/548.85	c   549s| 10000 |   425 |  1124k| 111.2 |  52M| 253 |  80 |8415 |1812 |8415 | 819 | 252 |9470 |5523 | 9.000000e+00 |      --      |    Inf 
1094.22/1094.25	c  1094s| 20000 |  1050 |  2300k| 114.4 |  58M| 253 |   - |8415 |2112 |8415 | 819 | 252 |  15k|  10k| 9.000000e+00 |      --      |    Inf 
1583.53/1583.52	c  1584s| 30000 |  1024 |  3255k| 108.1 |  61M| 253 |   - |8415 |1584 |8415 | 819 | 252 |  20k|  14k| 9.000000e+00 |      --      |    Inf 
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.01	c Solving Time (sec) : 1800.01
1800.04/1800.01	c Solving Nodes      : 34343
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.01	c Dual Bound         : +9.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.01	s UNKNOWN
1800.04/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.01	c Total Time         :    1800.01
1800.04/1800.01	c   solving          :    1800.01
1800.04/1800.01	c   presolving       :       0.55 (included in solving)
1800.04/1800.01	c   reading          :       0.11 (included in solving)
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-3451914-1307116094.opb
1800.04/1800.01	c   Variables        : 8424 (8424 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.01	c   Constraints      : 9089 initial, 9089 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-3451914-1307116094.opb
1800.04/1800.01	c   Variables        : 8415 (8415 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.01	c   Constraints      : 673 initial, 3549 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.07          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.36          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.06          9          0          0          9          0       8416          0          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0      22026          0          4          0         66      10210          0          0      36266
1800.04/1800.01	c   knapsack         :        576          6     175607          0          1          3    4820657        245    1024118       1203          0          0
1800.04/1800.01	c   setppc           :         97          6     175362          0          1          2    4548668         27    1331942          0          0          0
1800.04/1800.01	c   linear           :          0+         6         72          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   logicor          :          0+         6      44185          0          0          0     153502       1322      23318          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.01	c   integral         :     562.88       0.00       0.00     562.88       0.00       0.00       0.00
1800.04/1800.01	c   knapsack         :      12.16       0.02       8.75       0.00       0.00       0.00       3.39
1800.04/1800.01	c   setppc           :      10.13       0.00       1.48       0.00       0.00       0.00       8.65
1800.04/1800.01	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   logicor          :       2.39       0.00       1.92       0.00       0.00       0.00       0.47
1800.04/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :          0          0          0          0
1800.04/1800.01	c   rootredcost      :          0          0          0          0
1800.04/1800.01	c   pseudoobj        :          0          0          0          0
1800.04/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.01	c   vbounds          :       0.04       0.04       0.00
1800.04/1800.01	c   rootredcost      :       0.03       0.03       0.00
1800.04/1800.01	c   pseudoobj        :       0.03       0.03       0.00
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       1.36       1594       1592      20740      210.2         31      160.8          -
1800.04/1800.01	c   infeasible LP    :     175.54      14947       7677     278661      638.2         70       62.3          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -      22619      235.0          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          5          -          -        977          -    (maximal pool size: 2538)
1800.04/1800.01	c   redcost          :       2.70      21880          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.05          6          0          0         82          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.06          6          0          0         44          0
1800.04/1800.01	c   cmir             :       1.65          6          0          0       2951          0
1800.04/1800.01	c   flowcover        :       0.67          6          0          0       1201          0
1800.04/1800.01	c   clique           :       0.01          6          0          0         13          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.75          1          0          0          0        259
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :     562.85      22026         66      10210          0          0      36266
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       0.02          0          0
1800.04/1800.01	c   crossover        :       0.01          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       5.95          8          0
1800.04/1800.01	c   feaspump         :       1.20          4          0
1800.04/1800.01	c   coefdiving       :       3.54          9          0
1800.04/1800.01	c   pscostdiving     :       4.22          9          0
1800.04/1800.01	c   fracdiving       :       8.21          9          0
1800.04/1800.01	c   veclendiving     :       6.70          9          0
1800.04/1800.01	c   objpscostdiving  :       0.30          5          0
1800.04/1800.01	c   rootsoldiving    :       2.21          5          0
1800.04/1800.01	c   trivial          :       0.01          2          0
1800.04/1800.01	c   shiftandpropagate:       0.05          1          0
1800.04/1800.01	c   simplerounding   :       0.01          0          0
1800.04/1800.01	c   zirounding       :       0.91          0          0
1800.04/1800.01	c   rounding         :       0.26       2087          0
1800.04/1800.01	c   shifting         :       2.64        612          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   clique           :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.09          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   vbounds          :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   subnlp           :       0.01          0          0
1800.04/1800.01	c   trysol           :       0.01          0          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :     978.87      36686    3596528      98.04    3674.16
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:      27.48       2475     114348      46.20    4161.04
1800.04/1800.01	c   strong branching :     561.17      16593    1860567     112.13    3315.50
1800.04/1800.01	c     (at root node) :          -         17       8862     521.29          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :      34343
1800.04/1800.01	c   nodes (total)    :      34343
1800.04/1800.01	c   nodes left       :       1310
1800.04/1800.01	c   max depth        :        253
1800.04/1800.01	c   max depth (total):        253
1800.04/1800.01	c   backtracks       :       2525 (7.4%)
1800.04/1800.01	c   delayed cutoffs  :        616
1800.04/1800.01	c   repropagations   :     105833 (94209 domain reductions, 119 cutoffs)
1800.04/1800.01	c   avg switch length:       7.98
1800.04/1800.01	c   switching time   :       7.96
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          0 (0 improvements)
1800.04/1800.01	c   Primal Bound     :          -
1800.04/1800.01	c   Dual Bound       : +9.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +9.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :      12842

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3451914-1307116094/watcher-3451914-1307116094 -o /tmp/evaluation-result-3451914-1307116094/solver-3451914-1307116094 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451914-1307116094.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.04 2.00 2/550 23480
/proc/meminfo: memFree=20905692/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=13364 CPUtime=0.01 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 2349 0 0 0 1 0 0 0 25 0 1 0 823209790 13684736 2302 33554432000 4194304 9128323 140734084909248 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23480/statm: 3341 2302 400 1205 0 2132 0

[startup+0.115251 s]
/proc/loadavg: 2.02 2.04 2.00 2/550 23480
/proc/meminfo: memFree=20905692/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=26216 CPUtime=0.1 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 5522 0 0 0 10 0 0 0 25 0 1 0 823209790 26845184 5473 33554432000 4194304 9128323 140734084909248 18446744073709551615 4440915 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 6554 5473 431 1205 0 5345 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 26216

[startup+0.200224 s]
/proc/loadavg: 2.02 2.04 2.00 2/550 23480
/proc/meminfo: memFree=20905692/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=52528 CPUtime=0.19 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 12089 0 0 0 18 1 0 0 25 0 1 0 823209790 53788672 11782 33554432000 4194304 9128323 140734084909248 18446744073709551615 18446744073699066034 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 13132 11782 514 1205 0 11923 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 52528

[startup+0.301207 s]
/proc/loadavg: 2.02 2.04 2.00 2/550 23480
/proc/meminfo: memFree=20905692/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=58748 CPUtime=0.29 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 13792 0 0 0 28 1 0 0 25 0 1 0 823209790 60157952 13424 33554432000 4194304 9128323 140734084909248 18446744073709551615 5127205 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 14687 13424 541 1205 0 13478 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58748

[startup+0.701134 s]
/proc/loadavg: 2.02 2.04 2.00 2/550 23480
/proc/meminfo: memFree=20905692/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=76112 CPUtime=0.69 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 18419 0 0 0 67 2 0 0 25 0 1 0 823209790 77938688 17690 33554432000 4194304 9128323 140734084909248 18446744073709551615 6685321 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 19028 17692 602 1205 0 17819 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76112

[startup+1.50099 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23481
/proc/meminfo: memFree=20825208/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=105940 CPUtime=1.49 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 27365 0 0 0 145 4 0 0 25 0 1 0 823209790 108482560 25348 33554432000 4194304 9128323 140734084909248 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 26485 25348 718 1205 0 25276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105940

[startup+3.10069 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23481
/proc/meminfo: memFree=20767176/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=3.09 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37011 0 0 0 303 6 0 0 25 0 1 0 823209790 148058112 34993 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 34993 734 1205 0 34938 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144588

[startup+6.30011 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23481
/proc/meminfo: memFree=20764884/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=6.29 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37132 0 0 0 620 9 0 0 25 0 1 0 823209790 148058112 35114 33554432000 4194304 9128323 140734084909248 18446744073709551615 6276910 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35114 734 1205 0 34938 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144588

[startup+12.7009 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23481
/proc/meminfo: memFree=20764024/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=12.69 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37220 0 0 0 1253 16 0 0 25 0 1 0 823209790 148058112 35202 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35202 743 1205 0 34938 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144588

[startup+25.5006 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23482
/proc/meminfo: memFree=20764424/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=25.49 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37220 0 0 0 2521 28 0 0 25 0 1 0 823209790 148058112 35202 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35202 743 1205 0 34938 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144588

[startup+51.101 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 23482
/proc/meminfo: memFree=20764352/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=51.09 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37220 0 0 0 5057 52 0 0 25 0 1 0 823209790 148058112 35202 33554432000 4194304 9128323 140734084909248 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35202 743 1205 0 34938 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144588

[startup+102.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/551 23484
/proc/meminfo: memFree=20763472/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=102.31 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37220 0 0 0 10127 104 0 0 25 0 1 0 823209790 148058112 35202 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35202 743 1205 0 34938 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 144588

[startup+162.301 s]
/proc/loadavg: 2.12 2.06 2.01 3/551 23485
/proc/meminfo: memFree=20761340/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=162.3 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37224 0 0 0 16063 167 0 0 25 0 1 0 823209790 148058112 35206 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35206 745 1205 0 34938 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 144588

[startup+222.321 s]
/proc/loadavg: 2.04 2.05 2.00 3/551 23487
/proc/meminfo: memFree=20761688/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=222.32 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37224 0 0 0 22006 226 0 0 25 0 1 0 823209790 148058112 35206 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35206 745 1205 0 34938 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 144588

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/551 23488
/proc/meminfo: memFree=20760792/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=282.3 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37225 0 0 0 27936 294 0 0 25 0 1 0 823209790 148058112 35207 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35207 745 1205 0 34938 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 144588

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 23490
/proc/meminfo: memFree=20756060/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=342.3 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37225 0 0 0 33869 361 0 0 25 0 1 0 823209790 148058112 35207 33554432000 4194304 9128323 140734084909248 18446744073709551615 6530270 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35207 745 1205 0 34938 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 144588

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 23492
/proc/meminfo: memFree=20756052/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=402.31 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37225 0 0 0 39803 428 0 0 25 0 1 0 823209790 148058112 35207 33554432000 4194304 9128323 140734084909248 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35207 745 1205 0 34938 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 144588

[startup+462.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/551 23493
/proc/meminfo: memFree=20771412/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=144588 CPUtime=462.3 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37226 0 0 0 45746 484 0 0 25 0 1 0 823209790 148058112 35208 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36147 35208 745 1205 0 34938 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 144588

[startup+522.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/551 23495
/proc/meminfo: memFree=20769656/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=145560 CPUtime=522.3 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37463 0 0 0 51676 554 0 0 25 0 1 0 823209790 149053440 35445 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36390 35445 745 1205 0 35181 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 145560

[startup+582.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/551 23496
/proc/meminfo: memFree=20761084/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=147460 CPUtime=582.3 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 37715 0 0 0 57604 626 0 0 25 0 1 0 823209790 150999040 35697 33554432000 4194304 9128323 140734084909248 18446744073709551615 7286064 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 36865 35697 745 1205 0 35656 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 147460

[startup+642.3 s]

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

[startup+882.321 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 23513
/proc/meminfo: memFree=20724960/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=151160 CPUtime=882.33 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 39675 0 0 0 87293 940 0 0 25 0 1 0 823209790 154787840 36812 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 37790 36812 745 1205 0 36581 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 151160

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 23518
/proc/meminfo: memFree=20722444/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=153008 CPUtime=942.32 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 40170 0 0 0 93230 1002 0 0 25 0 1 0 823209790 156680192 37307 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 38252 37307 745 1205 0 37043 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 153008

[startup+1002.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/551 23520
/proc/meminfo: memFree=20728828/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=154748 CPUtime=1002.32 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 40590 0 0 0 99180 1052 0 0 25 0 1 0 823209790 158461952 37727 33554432000 4194304 9128323 140734084909248 18446744073709551615 6525053 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 38687 37727 745 1205 0 37478 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 154748

[startup+1062.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/551 23521
/proc/meminfo: memFree=20724476/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=157524 CPUtime=1062.33 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 41115 0 0 0 105125 1108 0 0 25 0 1 0 823209790 161304576 38252 33554432000 4194304 9128323 140734084909248 18446744073709551615 6807232 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 39381 38252 745 1205 0 38172 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 157524

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23523
/proc/meminfo: memFree=20721992/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=158756 CPUtime=1122.32 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 41595 0 0 0 111069 1163 0 0 25 0 1 0 823209790 162566144 38732 33554432000 4194304 9128323 140734084909248 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 39689 38732 745 1205 0 38480 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 158756

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 23524
/proc/meminfo: memFree=20719624/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=160464 CPUtime=1182.33 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 42900 0 0 0 117013 1220 0 0 25 0 1 0 823209790 164315136 39167 33554432000 4194304 9128323 140734084909248 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 40116 39167 745 1205 0 38907 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 160464

[startup+1242.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/551 23554
/proc/meminfo: memFree=20514252/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=161280 CPUtime=1242.33 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 43095 0 0 0 122956 1277 0 0 25 0 1 0 823209790 165150720 39362 33554432000 4194304 9128323 140734084909248 18446744073709551615 4911494 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 40320 39362 745 1205 0 39111 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 161280

[startup+1302.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/551 23556
/proc/meminfo: memFree=20500812/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=162860 CPUtime=1302.33 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 43519 0 0 0 128878 1355 0 0 25 0 1 0 823209790 166768640 39786 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 40715 39786 745 1205 0 39506 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 162860

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 23557
/proc/meminfo: memFree=20500204/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=164016 CPUtime=1362.33 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 43777 0 0 0 134803 1430 0 0 25 0 1 0 823209790 167952384 40044 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 41004 40044 745 1205 0 39795 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 164016

[startup+1422.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/551 23667
/proc/meminfo: memFree=20748332/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=164768 CPUtime=1422.35 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 43900 0 0 0 140735 1500 0 0 25 0 1 0 823209790 168722432 40167 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 41192 40167 745 1205 0 39983 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 164768

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 23668
/proc/meminfo: memFree=20747940/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=165804 CPUtime=1482.33 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 44099 0 0 0 146664 1569 0 0 25 0 1 0 823209790 169783296 40366 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 41451 40366 745 1205 0 40242 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 165804

[startup+1542.32 s]
/proc/loadavg: 2.12 2.07 2.01 3/551 23670
/proc/meminfo: memFree=20745580/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=166008 CPUtime=1542.36 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 44282 0 0 0 152592 1644 0 0 25 0 1 0 823209790 169992192 40549 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 41502 40549 745 1205 0 40293 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 166008

[startup+1602.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/551 23834
/proc/meminfo: memFree=20838408/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=168284 CPUtime=1602.34 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 44745 0 0 0 158518 1716 0 0 25 0 1 0 823209790 172322816 41012 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 42071 41012 745 1205 0 40862 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 168284

[startup+1662.3 s]
/proc/loadavg: 2.04 2.07 2.01 3/551 23835
/proc/meminfo: memFree=20840744/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=168316 CPUtime=1662.34 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 46752 0 0 0 164436 1798 0 0 25 0 1 0 823209790 172355584 41110 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 42079 41110 745 1205 0 40870 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 168316

[startup+1722.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/551 23837
/proc/meminfo: memFree=20835136/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=170504 CPUtime=1722.35 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 47301 0 0 0 170360 1875 0 0 25 0 1 0 823209790 174596096 41659 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 42626 41659 745 1205 0 41417 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 170504

[startup+1782.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/551 23838
/proc/meminfo: memFree=20834624/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=171656 CPUtime=1782.34 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 47436 0 0 0 176284 1950 0 0 25 0 1 0 823209790 175775744 41794 33554432000 4194304 9128323 140734084909248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23480/statm: 42914 41794 745 1205 0 41705 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 171656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.09 2.02 3/551 23839
/proc/meminfo: memFree=20833880/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=171800 CPUtime=1800.06 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 47621 0 0 0 178034 1972 0 0 25 0 1 0 823209790 175923200 41979 33554432000 4194304 9128323 140734084909248 18446744073709551615 5207958 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23480/statm: 42950 41979 747 1205 0 41741 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 171800

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800 s]
/proc/loadavg: 2.08 2.09 2.02 3/551 23839
/proc/meminfo: memFree=20833880/32951124 swapFree=53733252/67111528
[pid=23480] ppid=23478 vsize=171800 CPUtime=1800.06 cores=1,3,5,7
/proc/23480/stat : 23480 (scip-2.0.1.4.li) R 23478 23480 21496 0 -1 4202496 47621 0 0 0 178034 1972 0 0 25 0 1 0 823209790 175923200 41979 33554432000 4194304 9128323 140734084909248 18446744073709551615 5207958 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23480/statm: 42950 41979 747 1205 0 41741 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 171800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1780.35
CPU system time (s): 19.734
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 171800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.35
system time used= 19.734
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47621
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= 5
involuntary context switches= 2641

runsolver used 9.33558 second user time and 23.4314 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-03 17:48:14
IDJOB=3451914
IDBENCH=71849
IDSOLVER=1949
FILE ID=node106/3451914-1307116094
RUNJOBID= node106-1307109552-22906
PBS_JOBID= 13497969
Free space on /tmp= 73732 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451914-1307116094/watcher-3451914-1307116094 -o /tmp/evaluation-result-3451914-1307116094/solver-3451914-1307116094 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451914-1307116094.opb -t 1800 -m 15500

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=617465764

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20905980 kB
Buffers:        392944 kB
Cached:        6005296 kB
SwapCached:      22744 kB
Active:        6149004 kB
Inactive:      5555856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20905980 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:           12852 kB
Writeback:           0 kB
AnonPages:     5302876 kB
Mapped:          28840 kB
Slab:           191472 kB
PageTables:      78700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167798592 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73720 MiB
End job on node106 at 2011-06-03 18:18:16