Trace number 3738390

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.81 1797.1

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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3738390-1338735652.opb>
0.08/0.09	c original problem has 8424 variables (8424 bin, 0 int, 0 impl, 0 cont) and 9089 constraints
0.08/0.09	c problem read
0.08/0.09	c presolving settings loaded
0.08/0.13	c presolving:
0.08/0.16	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.08/0.18	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.21	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.65	c    (0.6s) probing: 101/8415 (1.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.65	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.59/0.65	c presolving (4 rounds):
0.59/0.65	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.65	c  16830 implications, 2293 cliques
0.59/0.65	c presolved problem has 8415 variables (8415 bin, 0 int, 0 impl, 0 cont) and 673 constraints
0.59/0.65	c     576 constraints of type <knapsack>
0.59/0.65	c      97 constraints of type <setppc>
0.59/0.65	c transformed objective value is always integral (scale: 1)
0.59/0.65	c Presolving Time: 0.53
0.59/0.65	c - non default parameters ----------------------------------------------------------------------
0.59/0.65	c # SCIP version 2.0.1.5
0.59/0.65	c 
0.59/0.65	c # frequency for displaying node information lines
0.59/0.65	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.65	c display/freq = 10000
0.59/0.65	c 
0.59/0.65	c # maximal time in seconds to run
0.59/0.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.65	c limits/time = 1797
0.59/0.65	c 
0.59/0.65	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.65	c limits/memory = 13950
0.59/0.65	c 
0.59/0.65	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.65	c # [type: int, range: [1,2], default: 1]
0.59/0.65	c timing/clocktype = 2
0.59/0.65	c 
0.59/0.65	c # belongs reading time to solving time?
0.59/0.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.65	c timing/reading = TRUE
0.59/0.65	c 
0.59/0.65	c # should presolving try to simplify inequalities
0.59/0.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.65	c constraints/linear/simplifyinequalities = TRUE
0.59/0.65	c 
0.59/0.65	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.65	c constraints/indicator/addCouplingCons = TRUE
0.59/0.65	c 
0.59/0.65	c # should presolving try to simplify knapsacks
0.59/0.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.65	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.65	c 
0.59/0.65	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.65	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.65	c separating/rapidlearning/freq = 0
0.59/0.65	c 
0.59/0.65	c -----------------------------------------------------------------------------------------------
0.59/0.65	c start solving
0.59/0.65	c 
0.79/0.86	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.86	c   0.9s|     1 |     0 |  1705 |     - |  39M|   0 |  99 |8415 | 791 |8415 | 673 |   0 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
2.39/2.42	c   2.4s|     1 |     0 |  4339 |     - |  41M|   0 | 161 |8415 |1050 |8415 | 720 |  47 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
3.09/3.19	c   3.2s|     1 |     0 |  5829 |     - |  42M|   0 | 199 |8415 |1050 |8415 | 764 |  91 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
3.79/3.89	c   3.9s|     1 |     0 |  6695 |     - |  43M|   0 | 248 |8415 |1050 |8415 | 806 | 133 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
4.89/4.99	c   5.0s|     1 |     0 |  8827 |     - |  44M|   0 | 256 |8415 |1050 |8415 | 846 | 173 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
6.50/6.57	c   6.6s|     1 |     0 | 12288 |     - |  45M|   0 | 254 |8415 |1050 |8415 | 884 | 211 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
7.49/7.53	c   7.5s|     1 |     0 | 13742 |     - |  46M|   0 | 303 |8415 |1050 |8415 | 921 | 248 | 118 |   0 | 9.000000e+00 |      --      |    Inf 
11.28/11.30	c  11.3s|     1 |     2 | 13742 |     - |  46M|   0 | 303 |8415 |1050 |8415 | 921 | 248 | 118 |  17 | 9.000000e+00 |      --      |    Inf 
519.80/519.96	c   520s| 10000 |   855 |958319 |  94.5 |  55M| 130 |   - |8415 |3190 |8415 | 827 | 248 |8408 |3958 | 9.000000e+00 |      --      |    Inf 
916.84/917.02	c   917s| 20000 |  1750 |  1736k|  86.1 |  59M| 446 |   - |8415 |2298 |8415 | 827 | 248 |  12k|7074 | 9.000000e+00 |      --      |    Inf 
1287.38/1287.61	c  1288s| 30000 |  2137 |  2563k|  85.0 |  64M| 797 |   - |8415 |3033 |8415 | 827 | 248 |  18k|9339 | 9.000000e+00 |      --      |    Inf 
1597.43/1597.79	c  1598s| 40000 |  2252 |  3214k|  80.0 |  65M| 797 |   - |8415 |2774 |8415 | 827 | 248 |  23k|  11k| 9.000000e+00 |      --      |    Inf 
1796.71/1797.01	c 
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Solving Time (sec) : 1797.01
1796.71/1797.01	c Solving Nodes      : 46830
1796.71/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.01	c Dual Bound         : +9.00000000000000e+00
1796.71/1797.01	c Gap                : infinite
1796.71/1797.01	s UNKNOWN
1796.71/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.01	c Total Time         :    1797.01
1796.71/1797.01	c   solving          :    1797.01
1796.71/1797.01	c   presolving       :       0.53 (included in solving)
1796.71/1797.01	c   reading          :       0.08 (included in solving)
1796.71/1797.01	c Original Problem   :
1796.71/1797.01	c   Problem name     : HOME/instance-3738390-1338735652.opb
1796.71/1797.01	c   Variables        : 8424 (8424 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 9089 initial, 9089 maximal
1796.71/1797.01	c Presolved Problem  :
1796.71/1797.01	c   Problem name     : t_HOME/instance-3738390-1338735652.opb
1796.71/1797.01	c   Variables        : 8415 (8415 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.01	c   Constraints      : 673 initial, 3705 maximal
1796.71/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   probing          :       0.08          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   knapsack         :       0.34          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   linear           :       0.06          9          0          0          9          0       8416          0          0          0
1796.71/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.71/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   integral         :          0          0          0      27255          0          4          0         27       4476          0          0      49318
1796.71/1797.01	c   knapsack         :        576          6     425789          0          1          3    3265535        507    1367889       1204          0          0
1796.71/1797.01	c   setppc           :         97          6     425282          0          1          2     833992        119    3875090          0          0          0
1796.71/1797.01	c   linear           :          0+         6         74          0          0          0          0          0          0          0          0          0
1796.71/1797.01	c   logicor          :          0+         6      38688          0          0          0      59984        532      10309          0          0          0
1796.71/1797.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.71/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.71/1797.01	c   integral         :     463.01       0.00       0.00     463.00       0.00       0.00       0.00
1796.71/1797.01	c   knapsack         :      14.20       0.02      11.96       0.00       0.00       0.00       2.22
1796.71/1797.01	c   setppc           :       5.72       0.00       4.73       0.00       0.00       0.00       0.99
1796.71/1797.01	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.01	c   logicor          :       2.61       0.00       2.46       0.00       0.00       0.00       0.15
1796.71/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.71/1797.01	c   vbounds          :          0          0          0          0
1796.71/1797.01	c   rootredcost      :          0          0          0          0
1796.71/1797.01	c   pseudoobj        :          0          0          0          0
1796.71/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.71/1797.01	c   vbounds          :       0.07       0.07       0.00
1796.71/1797.01	c   rootredcost      :       0.06       0.06       0.00
1796.71/1797.01	c   pseudoobj        :       0.04       0.04       0.00
1796.71/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.01	c   propagation      :       1.77       1158       1158      27243      227.8         19       74.9          -
1796.71/1797.01	c   infeasible LP    :     215.57      21206       3838     141741      530.8         20      105.2          0
1796.71/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.01	c   applied globally :          -          -          -      28386      306.2          -          -          -
1796.71/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.01	c   cut pool         :       0.00          5          -          -        914          -    (maximal pool size: 2529)
1796.71/1797.01	c   redcost          :       3.50      27106          0          0          0          0
1796.71/1797.01	c   impliedbounds    :       0.00          6          0          0          0          0
1796.71/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.71/1797.01	c   gomory           :       0.05          6          0          0         83          0
1796.71/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.71/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.71/1797.01	c   strongcg         :       0.05          6          0          0         45          0
1796.71/1797.01	c   cmir             :       1.51          6          0          0       2935          0
1796.71/1797.01	c   flowcover        :       0.71          6          0          0       1201          0
1796.71/1797.01	c   clique           :       0.01          6          0          0         13          0
1796.71/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.71/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.71/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.71/1797.01	c   rapidlearning    :       0.78          1          0          0          0        259
1796.71/1797.01	c Pricers            :       Time      Calls       Vars
1796.71/1797.01	c   problem variables:       0.00          0          0
1796.71/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.01	c   relpscost        :     462.95      27255         27       4476          0          0      49318
1796.71/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.71/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.71/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.71/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.71/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.71/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.71/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.71/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.71/1797.01	c   LP solutions     :       0.00          -          0
1796.71/1797.01	c   pseudo solutions :       0.00          -          0
1796.71/1797.01	c   oneopt           :       0.04          0          0
1796.71/1797.01	c   crossover        :       0.03          0          0
1796.71/1797.01	c   guideddiving     :       0.00          0          0
1796.71/1797.01	c   intshifting      :       0.00          0          0
1796.71/1797.01	c   fracdiving       :       3.13          3          0
1796.71/1797.01	c   veclendiving     :       0.52          3          0
1796.71/1797.01	c   linesearchdiving :       1.85          3          0
1796.71/1797.01	c   objpscostdiving  :       0.07          2          0
1796.71/1797.01	c   rootsoldiving    :       1.25          2          0
1796.71/1797.01	c   coefdiving       :       3.82          4          0
1796.71/1797.01	c   pscostdiving     :      14.41          4          0
1796.71/1797.01	c   feaspump         :       0.80          2          0
1796.71/1797.01	c   trivial          :       0.01          2          0
1796.71/1797.01	c   shiftandpropagate:       0.06          1          0
1796.71/1797.01	c   simplerounding   :       0.02          0          0
1796.71/1797.01	c   zirounding       :       1.46          0          0
1796.71/1797.01	c   rounding         :       0.33       2270          0
1796.71/1797.01	c   shifting         :       3.46        696          0
1796.71/1797.01	c   twoopt           :       0.00          0          0
1796.71/1797.01	c   fixandinfer      :       0.00          0          0
1796.71/1797.01	c   clique           :       0.00          0          0
1796.71/1797.01	c   intdiving        :       0.00          0          0
1796.71/1797.01	c   actconsdiving    :       0.00          0          0
1796.71/1797.01	c   octane           :       0.00          0          0
1796.71/1797.01	c   rens             :       0.13          1          0
1796.71/1797.01	c   rins             :       0.00          0          0
1796.71/1797.01	c   localbranching   :       0.00          0          0
1796.71/1797.01	c   mutation         :       0.00          0          0
1796.71/1797.01	c   dins             :       0.00          0          0
1796.71/1797.01	c   vbounds          :       0.00          0          0
1796.71/1797.01	c   undercover       :       0.00          0          0
1796.71/1797.01	c   subnlp           :       0.02          0          0
1796.71/1797.01	c   trysol           :       0.02          0          0
1796.71/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.71/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.71/1797.01	c   dual LP          :    1014.07      48277    3594245      74.45    3544.38
1796.71/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.71/1797.01	c   diving/probing LP:      19.76       4238      54923      12.96    2779.23
1796.71/1797.01	c   strong branching :     460.74      12408    1485716     119.74    3224.62
1796.71/1797.01	c     (at root node) :          -         17       9990     587.65          -
1796.71/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.01	c B&B Tree           :
1796.71/1797.01	c   number of runs   :          1
1796.71/1797.01	c   nodes            :      46830
1796.71/1797.01	c   nodes (total)    :      46830
1796.71/1797.01	c   nodes left       :       2301
1796.71/1797.01	c   max depth        :        797
1796.71/1797.01	c   max depth (total):        797
1796.71/1797.01	c   backtracks       :       1956 (4.2%)
1796.71/1797.01	c   delayed cutoffs  :        190
1796.71/1797.01	c   repropagations   :     337527 (96962 domain reductions, 83 cutoffs)
1796.71/1797.01	c   avg switch length:      16.48
1796.71/1797.01	c   switching time   :      11.50
1796.71/1797.01	c Solution           :
1796.71/1797.01	c   Solutions found  :          0 (0 improvements)
1796.71/1797.01	c   Primal Bound     :          -
1796.71/1797.01	c   Dual Bound       : +9.00000000000000e+00
1796.71/1797.01	c   Gap              :   infinite
1796.71/1797.01	c   Root Dual Bound  : +9.00000000000000e+00
1796.71/1797.01	c   Root Iterations  :      13742
1796.71/1797.10	c Time complete: 1796.8.

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-3738390-1338735652/watcher-3738390-1338735652 -o /tmp/evaluation-result-3738390-1338735652/solver-3738390-1338735652 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738390-1338735652.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.00 2.00 2.00 3/175 3510
/proc/meminfo: memFree=27518448/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 1512 0 0 0 0 0 0 0 20 0 1 0 339691134 9818112 1466 33554432000 4194304 9016284 140733575069744 140734346344840 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 2397 1468 311 1178 0 1215 0

[startup+0.09074 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3510
/proc/meminfo: memFree=27518448/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=25016 CPUtime=0.08 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 5243 0 0 0 8 0 0 0 20 0 1 0 339691134 25616384 5197 33554432000 4194304 9016284 140733575069744 140733574933496 6180823 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 6254 5197 360 1178 0 5072 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25016

[startup+0.100329 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3510
/proc/meminfo: memFree=27518448/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=34256 CPUtime=0.08 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 7530 0 0 0 8 0 0 0 20 0 1 0 339691134 35078144 7484 33554432000 4194304 9016284 140733575069744 140733574933496 4345366 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 8773 7492 406 1178 0 7591 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34256

[startup+0.300309 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3510
/proc/meminfo: memFree=27518448/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=58676 CPUtime=0.29 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 13907 0 0 0 27 2 0 0 20 0 1 0 339691134 60084224 13403 33554432000 4194304 9016284 140733575069744 140733574933496 5165220 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 14669 13403 511 1178 0 13487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58676

[startup+0.700314 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3510
/proc/meminfo: memFree=27518448/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=81300 CPUtime=0.69 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 20657 0 0 0 66 3 0 0 20 0 1 0 339691134 83251200 19166 33554432000 4194304 9016284 140733575069744 140733575065656 6537591 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 20325 19166 583 1178 0 19143 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81300

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3511
/proc/meminfo: memFree=27439924/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=105012 CPUtime=1.48 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 27216 0 0 0 144 4 0 0 20 0 1 0 339691134 107532288 24917 33554432000 4194304 9016284 140733575069744 140733575064904 7870579 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 26253 24943 694 1178 0 25071 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 105012

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3511
/proc/meminfo: memFree=27382512/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=3.09 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37560 0 0 0 302 7 0 0 20 0 1 0 339691134 149106688 35260 33554432000 4194304 9016284 140733575069744 140733575063608 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35260 704 1178 0 35221 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 145612

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3511
/proc/meminfo: memFree=27380040/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=6.29 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37677 0 0 0 621 8 0 0 20 0 1 0 339691134 149106688 35377 33554432000 4194304 9016284 140733575069744 140733575064904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35377 704 1178 0 35221 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145612

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3533
/proc/meminfo: memFree=27379240/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=12.69 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37760 0 0 0 1259 10 0 0 20 0 1 0 339691134 149106688 35460 33554432000 4194304 9016284 140733575069744 140733575063592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35460 709 1178 0 35221 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145612

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3533
/proc/meminfo: memFree=27379444/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=25.48 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37760 0 0 0 2534 14 0 0 20 0 1 0 339691134 149106688 35460 33554432000 4194304 9016284 140733575069744 140733575063592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35460 709 1178 0 35221 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 145612

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3533
/proc/meminfo: memFree=27378824/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=51.08 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37760 0 0 0 5083 25 0 0 20 0 1 0 339691134 149106688 35460 33554432000 4194304 9016284 140733575069744 140733575063592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35460 709 1178 0 35221 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 145612

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3533
/proc/meminfo: memFree=27377620/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=102.27 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37766 0 0 0 10187 40 0 0 20 0 1 0 339691134 149106688 35530 33554432000 4194304 9016284 140733575069744 140733575063592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35530 711 1178 0 35221 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 145612

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3533
/proc/meminfo: memFree=27376352/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=162.26 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37776 0 0 0 16159 67 0 0 20 0 1 0 339691134 149106688 35574 33554432000 4194304 9016284 140733575069744 140733575063656 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35574 711 1178 0 35221 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 145612

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3533
/proc/meminfo: memFree=27375980/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=222.24 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37776 0 0 0 22138 86 0 0 20 0 1 0 339691134 149106688 35574 33554432000 4194304 9016284 140733575069744 140733575063592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35574 711 1178 0 35221 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 145612

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3533
/proc/meminfo: memFree=27374552/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=282.23 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37777 0 0 0 28114 109 0 0 20 0 1 0 339691134 149106688 35575 33554432000 4194304 9016284 140733575069744 140733575063704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35575 711 1178 0 35221 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 145612

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3534
/proc/meminfo: memFree=27373064/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=342.23 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37777 0 0 0 34092 131 0 0 20 0 1 0 339691134 149106688 35575 33554432000 4194304 9016284 140733575069744 140733575063592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35575 711 1178 0 35221 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 145612

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3534
/proc/meminfo: memFree=27371080/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=402.22 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37777 0 0 0 40065 157 0 0 20 0 1 0 339691134 149106688 35575 33554432000 4194304 9016284 140733575069744 140733575064072 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35575 711 1178 0 35221 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 145612

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3534
/proc/meminfo: memFree=27369648/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=462.2 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37777 0 0 0 46044 176 0 0 20 0 1 0 339691134 149106688 35575 33554432000 4194304 9016284 140733575069744 140733575063704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35575 711 1178 0 35221 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 145612

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 3534
/proc/meminfo: memFree=27368532/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=522.2 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37777 0 0 0 52023 197 0 0 20 0 1 0 339691134 149106688 35575 33554432000 4194304 9016284 140733575069744 140733575063704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35575 711 1178 0 35221 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 145612

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3537
/proc/meminfo: memFree=27368276/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=145612 CPUtime=582.19 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 37780 0 0 0 58002 217 0 0 20 0 1 0 339691134 149106688 35578 33554432000 4194304 9016284 140733575069744 140733575064072 7153303 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 36403 35578 711 1178 0 35221 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 145612

[startup+642.3 s]

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

/proc/meminfo: memFree=26998788/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=150444 CPUtime=1062.12 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 38860 0 0 0 105830 382 0 0 20 0 1 0 339691134 154054656 36657 33554432000 4194304 9016284 140733575069744 140733575064072 4971136 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 37611 36657 711 1178 0 36429 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 150444

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 3577
/proc/meminfo: memFree=26995716/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=152292 CPUtime=1122.11 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 39446 0 0 0 111810 401 0 0 20 0 1 0 339691134 155947008 37243 33554432000 4194304 9016284 140733575069744 140733575063704 4291246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 38073 37243 711 1178 0 36891 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 152292

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 3580
/proc/meminfo: memFree=26991644/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=155480 CPUtime=1182.1 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 40246 0 0 0 117787 423 0 0 20 0 1 0 339691134 159211520 38043 33554432000 4194304 9016284 140733575069744 140733575064072 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 38870 38043 711 1178 0 37688 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 155480

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 3581
/proc/meminfo: memFree=26986040/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=160972 CPUtime=1242.09 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 41619 0 0 0 123768 441 0 0 20 0 1 0 339691134 164835328 39416 33554432000 4194304 9016284 140733575069744 140733575064072 7158208 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 40243 39416 712 1178 0 39061 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 160972

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/175 3581
/proc/meminfo: memFree=26983112/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=163664 CPUtime=1302.08 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 42301 0 0 0 129746 462 0 0 20 0 1 0 339691134 167591936 40095 33554432000 4194304 9016284 140733575069744 140733575063592 4291222 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 40916 40095 712 1178 0 39734 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 163664

[startup+1362.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/174 3581
/proc/meminfo: memFree=26980640/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=167052 CPUtime=1362.07 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 43082 0 0 0 135726 481 0 0 20 0 1 0 339691134 171061248 40876 33554432000 4194304 9016284 140733575069744 140733575064072 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 41763 40876 712 1178 0 40581 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 167052

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 3582
/proc/meminfo: memFree=26976652/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=170812 CPUtime=1422.06 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 43872 0 0 0 141701 505 0 0 20 0 1 0 339691134 174911488 41666 33554432000 4194304 9016284 140733575069744 140733575063704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 42703 41666 712 1178 0 41521 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 170812

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3582
/proc/meminfo: memFree=26975048/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=172016 CPUtime=1482.05 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 44275 0 0 0 147676 529 0 0 20 0 1 0 339691134 176144384 42069 33554432000 4194304 9016284 140733575069744 140733575063656 7143408 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 43004 42069 712 1178 0 41822 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 172016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3583
/proc/meminfo: memFree=26967728/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=172016 CPUtime=1542.04 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 44369 0 0 0 153651 553 0 0 20 0 1 0 339691134 176144384 42163 33554432000 4194304 9016284 140733575069744 140733575063592 7158223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 43004 42163 712 1178 0 41822 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 172016

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3583
/proc/meminfo: memFree=26967728/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=172016 CPUtime=1602.03 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 44388 0 0 0 159628 575 0 0 20 0 1 0 339691134 176144384 42182 33554432000 4194304 9016284 140733575069744 140733575063640 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 43004 42182 712 1178 0 41822 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 172016

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3583
/proc/meminfo: memFree=26967604/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=172160 CPUtime=1662.02 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 44428 0 0 0 165605 597 0 0 20 0 1 0 339691134 176291840 42222 33554432000 4194304 9016284 140733575069744 140733575064072 6422896 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 43040 42222 712 1178 0 41858 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 172160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3583
/proc/meminfo: memFree=26964616/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=175244 CPUtime=1722.02 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 45159 0 0 0 171582 620 0 0 20 0 1 0 339691134 179449856 42948 33554432000 4194304 9016284 140733575069744 140733575063912 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 43811 42948 712 1178 0 42629 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 175244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3586
/proc/meminfo: memFree=26966036/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=177556 CPUtime=1782.01 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 45741 0 0 0 177562 639 0 0 20 0 1 0 339691134 181817344 43530 33554432000 4194304 9016284 140733575069744 140733575063912 6975963 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 44389 43530 712 1178 0 43207 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 177556

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3586
/proc/meminfo: memFree=26966036/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=177556 CPUtime=1785.2 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 45741 0 0 0 177880 640 0 0 20 0 1 0 339691134 181817344 43530 33554432000 4194304 9016284 140733575069744 140733575063592 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 44389 43530 712 1178 0 43207 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 177556

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3586
/proc/meminfo: memFree=26965912/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=177556 CPUtime=1791.6 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 45749 0 0 0 178518 642 0 0 20 0 1 0 339691134 181817344 43538 33554432000 4194304 9016284 140733575069744 140733575063704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 44389 43538 712 1178 0 43207 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 177556

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3586
/proc/meminfo: memFree=26965664/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=178676 CPUtime=1794.8 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 45919 0 0 0 178837 643 0 0 20 0 1 0 339691134 182964224 43708 33554432000 4194304 9016284 140733575069744 140733575063704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 44669 43708 712 1178 0 43487 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 178676

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3586
/proc/meminfo: memFree=26965664/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=178676 CPUtime=1795.61 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 45919 0 0 0 178917 644 0 0 20 0 1 0 339691134 182964224 43708 33554432000 4194304 9016284 140733575069744 140733575064072 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 44669 43708 712 1178 0 43487 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 178676

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3586
/proc/meminfo: memFree=26965664/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=178676 CPUtime=1796.41 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202496 45919 0 0 0 178997 644 0 0 20 0 1 0 339691134 182964224 43708 33554432000 4194304 9016284 140733575069744 140733575063800 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 44669 43708 712 1178 0 43487 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 178676

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 3586
/proc/meminfo: memFree=26965664/32873852 swapFree=6856/6856
[pid=3510] ppid=3508 vsize=0 CPUtime=1796.8 cores=1,3,5,7
/proc/3510/stat : 3510 (scip-2.0.1.4b_2) R 3508 3510 643 0 -1 4202500 45925 0 0 0 179036 644 0 0 20 0 1 0 339691134 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3510/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1797.1
CPU time (s): 1796.81
CPU user time (s): 1790.37
CPU system time (s): 6.44402
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 178676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.37
system time used= 6.44402
maximum resident set size= 174836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45925
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= 26
involuntary context switches= 1849

runsolver used 5.9431 second user time and 18.0483 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 17:00:52
IDJOB=3738390
IDBENCH=71849
IDSOLVER=2329
FILE ID=node128/3738390-1338735652
RUNJOBID= node128-1338714616-660
PBS_JOBID= 14636758
Free space on /tmp= 70404 MiB

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

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=329267661

node128.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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
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.389
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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27518836 kB
Buffers:          547952 kB
Cached:          3761712 kB
SwapCached:          744 kB
Active:          2154684 kB
Inactive:        2304588 kB
Active(anon):     140332 kB
Inactive(anon):    11420 kB
Active(file):    2014352 kB
Inactive(file):  2293168 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             17480 kB
Writeback:             0 kB
AnonPages:        257484 kB
Mapped:            16908 kB
Shmem:               200 kB
Slab:             756556 kB
SReclaimable:     198920 kB
SUnreclaim:       557636 kB
KernelStack:        1472 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     263720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 70384 MiB
End job on node128 at 2012-06-03 17:30:49