Trace number 3735044

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.86 1797.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_15.opb
MD5SUM76cbd1f5f345389511b95f4555e7fed1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 179
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8415
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8414
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 105
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 232
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1558
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-3735044-1338716419.opb>
0.09/0.14	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8415 constraints
0.09/0.14	c problem read
0.09/0.14	c presolving settings loaded
0.19/0.20	c presolving:
0.19/0.25	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.28	c (round 2) 1 del vars, 3982 del conss, 0 add conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 233 upgd conss, 0 impls, 0 clqs
0.29/0.31	c (round 3) 1 del vars, 3982 del conss, 9 add conss, 1 chg bounds, 19 chg sides, 342 chg coeffs, 452 upgd conss, 212 impls, 7 clqs
0.29/0.32	c (round 4) 1 del vars, 3982 del conss, 10 add conss, 1 chg bounds, 67 chg sides, 442 chg coeffs, 452 upgd conss, 214 impls, 7 clqs
1.10/1.15	c    (1.1s) probing: 227/4319 (5.3%) - 0 fixings, 0 aggregations, 35 implications, 0 bound changes
1.10/1.15	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.10/1.15	c presolving (5 rounds):
1.10/1.15	c  1 deleted vars, 3982 deleted constraints, 10 added constraints, 1 tightened bounds, 0 added holes, 67 changed sides, 442 changed coefficients
1.10/1.15	c  284 implications, 7 cliques
1.10/1.15	c presolved problem has 4319 variables (4319 bin, 0 int, 0 impl, 0 cont) and 4443 constraints
1.10/1.15	c     452 constraints of type <knapsack>
1.10/1.15	c      10 constraints of type <setppc>
1.10/1.15	c    3981 constraints of type <linear>
1.10/1.15	c transformed objective value is always integral (scale: 1)
1.10/1.15	c Presolving Time: 0.95
1.10/1.15	c - non default parameters ----------------------------------------------------------------------
1.10/1.15	c # SCIP version 2.0.1.5
1.10/1.15	c 
1.10/1.15	c # frequency for displaying node information lines
1.10/1.15	c # [type: int, range: [-1,2147483647], default: 100]
1.10/1.15	c display/freq = 10000
1.10/1.15	c 
1.10/1.15	c # maximal time in seconds to run
1.10/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.15	c limits/time = 1797
1.10/1.15	c 
1.10/1.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.10/1.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.15	c limits/memory = 13950
1.10/1.15	c 
1.10/1.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.10/1.15	c # [type: int, range: [1,2], default: 1]
1.10/1.15	c timing/clocktype = 2
1.10/1.15	c 
1.10/1.15	c # belongs reading time to solving time?
1.10/1.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.15	c timing/reading = TRUE
1.10/1.15	c 
1.10/1.15	c # should presolving try to simplify inequalities
1.10/1.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.15	c constraints/linear/simplifyinequalities = TRUE
1.10/1.15	c 
1.10/1.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.10/1.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.15	c constraints/indicator/addCouplingCons = TRUE
1.10/1.15	c 
1.10/1.15	c # should presolving try to simplify knapsacks
1.10/1.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.15	c constraints/knapsack/simplifyinequalities = TRUE
1.10/1.15	c 
1.10/1.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.10/1.15	c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.15	c separating/rapidlearning/freq = 0
1.10/1.15	c 
1.10/1.15	c -----------------------------------------------------------------------------------------------
1.10/1.15	c start solving
1.10/1.15	c 
1.29/1.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.34	c   1.3s|     1 |     0 |  1220 |     - |  37M|   0 | 697 |4319 |4461 |4319 |4443 |   0 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
4.08/4.18	c   4.2s|     1 |     0 |  7097 |     - |  38M|   0 |2716 |4319 |4821 |4319 |4573 | 130 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
4.89/4.99	c   5.0s|     1 |     0 |  8777 |     - |  39M|   0 |2778 |4319 |4821 |4319 |4714 | 271 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
5.79/5.85	c   5.8s|     1 |     0 |  9672 |     - |  40M|   0 |2760 |4319 |4821 |4319 |4837 | 394 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
6.79/6.82	c   6.8s|     1 |     0 | 10719 |     - |  40M|   0 |2734 |4319 |4821 |4319 |5014 | 571 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
8.00/8.06	c   8.1s|     1 |     0 | 12628 |     - |  41M|   0 |2491 |4319 |4821 |4319 |5160 | 717 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
9.39/9.44	c   9.4s|     1 |     0 | 15432 |     - |  42M|   0 |2323 |4319 |4821 |4319 |5385 | 942 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
12.08/12.17	c  12.2s|     1 |     2 | 15432 |     - |  42M|   0 |2323 |4319 |4821 |4319 |5385 | 942 |  18 |  10 | 1.050000e+02 |      --      |    Inf 
780.95/781.14	c   781s| 10000 |  3271 |  3749k| 373.5 | 103M|  65 | 441 |4319 |7168 |4319 |4613 | 942 |  17k|5710 | 1.050000e+02 |      --      |    Inf 
1495.54/1495.85	c  1496s| 20000 |  5946 |  7240k| 361.3 | 155M|  65 |2626 |4319 |7228 |4319 |4613 | 942 |  36k|  11k| 1.050000e+02 |      --      |    Inf 
1796.69/1797.04	c 
1796.69/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.04	c Solving Time (sec) : 1797.04
1796.69/1797.04	c Solving Nodes      : 25808
1796.69/1797.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.04	c Dual Bound         : +1.05000000000000e+02
1796.69/1797.04	c Gap                : infinite
1796.69/1797.04	s UNKNOWN
1796.69/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.04	c Total Time         :    1797.04
1796.69/1797.04	c   solving          :    1797.04
1796.69/1797.04	c   presolving       :       0.95 (included in solving)
1796.69/1797.04	c   reading          :       0.14 (included in solving)
1796.69/1797.04	c Original Problem   :
1796.69/1797.04	c   Problem name     : HOME/instance-3735044-1338716419.opb
1796.69/1797.04	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.04	c   Constraints      : 8415 initial, 8415 maximal
1796.69/1797.04	c Presolved Problem  :
1796.69/1797.04	c   Problem name     : t_HOME/instance-3735044-1338716419.opb
1796.69/1797.04	c   Variables        : 4319 (4319 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.04	c   Constraints      : 4443 initial, 10094 maximal
1796.69/1797.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.04	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   probing          :       0.82          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   knapsack         :       0.01          0          0          0          0          0          0         10         63        137
1796.69/1797.04	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   linear           :       0.10          1          0          0          1          0       3982          0          4        305
1796.69/1797.04	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.04	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.69/1797.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.04	c   integral         :          0          0          0      20683          0          4          0         46       7230          0          0      37858
1796.69/1797.04	c   knapsack         :        452          6     126392          0          1          3     118787        924     275568       1151          0          0
1796.69/1797.04	c   setppc           :         10          6      17371          0          0          0       1417          0        282          0          0          0
1796.69/1797.04	c   linear           :       3981+         7     125468          0          1          0     176194       8204    5206695         12          0          0
1796.69/1797.04	c   logicor          :          0+         6      66140          0          0          0     170938        501      68090          0          0          0
1796.69/1797.04	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.69/1797.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.69/1797.04	c   integral         :     570.84       0.00       0.00     570.84       0.00       0.00       0.00
1796.69/1797.04	c   knapsack         :       7.86       0.03       7.75       0.00       0.00       0.00       0.09
1796.69/1797.04	c   setppc           :       0.04       0.00       0.03       0.00       0.00       0.00       0.00
1796.69/1797.04	c   linear           :      46.71       0.00      46.43       0.00       0.00       0.00       0.28
1796.69/1797.04	c   logicor          :       3.60       0.00       3.43       0.00       0.00       0.00       0.16
1796.69/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.04	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.69/1797.04	c   vbounds          :          0          0          0          0
1796.69/1797.04	c   rootredcost      :          0          0          0          0
1796.69/1797.04	c   pseudoobj        :     125927          0          0          0
1796.69/1797.04	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.69/1797.04	c   vbounds          :       0.04       0.04       0.00
1796.69/1797.04	c   rootredcost      :       0.03       0.03       0.00
1796.69/1797.04	c   pseudoobj        :       0.10       0.10       0.00
1796.69/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.04	c   propagation      :       0.98       9629       9619     124350       42.8       1219       21.3          -
1796.69/1797.04	c   infeasible LP    :       3.32       6801       6801      24007       27.5        578       20.3          0
1796.69/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.04	c   applied globally :          -          -          -      49414       32.5          -          -          -
1796.69/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.04	c   cut pool         :       0.00          5          -          -        963          -    (maximal pool size: 4222)
1796.69/1797.04	c   redcost          :       1.32      20702          0         45          0          0
1796.69/1797.04	c   impliedbounds    :       0.00          6          0          0          5          0
1796.69/1797.04	c   intobj           :       0.00          0          0          0          0          0
1796.69/1797.04	c   gomory           :       0.77          6          0          0        118          0
1796.69/1797.04	c   cgmip            :       0.00          0          0          0          0          0
1796.69/1797.04	c   closecuts        :       0.00          0          0          0          0          0
1796.69/1797.04	c   strongcg         :       0.73          6          0          0         53          0
1796.69/1797.04	c   cmir             :       1.04          6          0          0       3000          0
1796.69/1797.04	c   flowcover        :       0.77          6          0          0       1200          0
1796.69/1797.04	c   clique           :       0.00          6          0          0          3          0
1796.69/1797.04	c   zerohalf         :       0.00          0          0          0          0          0
1796.69/1797.04	c   mcf              :       0.00          2          0          0          0          0
1796.69/1797.04	c   oddcycle         :       0.00          0          0          0          0          0
1796.69/1797.04	c   rapidlearning    :       1.66          1          0          0          0        360
1796.69/1797.04	c Pricers            :       Time      Calls       Vars
1796.69/1797.04	c   problem variables:       0.00          0          0
1796.69/1797.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.04	c   relpscost        :     570.80      20683         46       7230          0          0      37858
1796.69/1797.04	c   pscost           :       0.00          0          0          0          0          0          0
1796.69/1797.04	c   inference        :       0.00          1          0          0          0          0          2
1796.69/1797.04	c   mostinf          :       0.00          0          0          0          0          0          0
1796.69/1797.04	c   leastinf         :       0.00          0          0          0          0          0          0
1796.69/1797.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.69/1797.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.69/1797.04	c   random           :       0.00          0          0          0          0          0          0
1796.69/1797.04	c Primal Heuristics  :       Time      Calls      Found
1796.69/1797.04	c   LP solutions     :       0.00          -          0
1796.69/1797.04	c   pseudo solutions :       0.00          -          0
1796.69/1797.04	c   oneopt           :       0.02          0          0
1796.69/1797.04	c   crossover        :       0.01          0          0
1796.69/1797.04	c   guideddiving     :       0.00          0          0
1796.69/1797.04	c   coefdiving       :     111.73         29          0
1796.69/1797.04	c   objpscostdiving  :      23.99         23          0
1796.69/1797.04	c   pscostdiving     :      24.25         49          0
1796.69/1797.04	c   fracdiving       :      78.72         49          0
1796.69/1797.04	c   veclendiving     :      17.95         49          0
1796.69/1797.04	c   linesearchdiving :      14.02         49          0
1796.69/1797.04	c   rootsoldiving    :      14.16         25          0
1796.69/1797.04	c   feaspump         :      31.82         25          0
1796.69/1797.04	c   trivial          :       0.00          2          0
1796.69/1797.04	c   shiftandpropagate:       0.11          1          0
1796.69/1797.04	c   simplerounding   :       0.01          0          0
1796.69/1797.04	c   zirounding       :       0.56       1000          0
1796.69/1797.04	c   rounding         :       1.25       2015          0
1796.69/1797.04	c   shifting         :      10.72        603          0
1796.69/1797.04	c   intshifting      :       0.00          0          0
1796.69/1797.04	c   twoopt           :       0.00          0          0
1796.69/1797.04	c   fixandinfer      :       0.00          0          0
1796.69/1797.04	c   clique           :       0.00          0          0
1796.69/1797.04	c   intdiving        :       0.00          0          0
1796.69/1797.04	c   actconsdiving    :       0.00          0          0
1796.69/1797.04	c   octane           :       0.00          0          0
1796.69/1797.04	c   rens             :       0.04          0          0
1796.69/1797.04	c   rins             :       0.00          0          0
1796.69/1797.04	c   localbranching   :       0.00          0          0
1796.69/1797.04	c   mutation         :       0.00          0          0
1796.69/1797.04	c   dins             :       0.00          0          0
1796.69/1797.04	c   vbounds          :       0.00          0          0
1796.69/1797.04	c   undercover       :       0.00          0          0
1796.69/1797.04	c   subnlp           :       0.01          0          0
1796.69/1797.04	c   trysol           :       0.01          0          0
1796.69/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.69/1797.04	c   primal LP        :       0.02          0          0       0.00       0.00
1796.69/1797.04	c   dual LP          :     775.88      22289    7446753     334.10    9597.79
1796.69/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.04	c   barrier LP       :       0.00          0          0       0.00          -
1796.69/1797.04	c   diving/probing LP:     286.86      17436    1640088      94.06    5717.44
1796.69/1797.04	c   strong branching :     565.51      11978    3358289     280.37    5938.47
1796.69/1797.04	c     (at root node) :          -         10       8945     894.50          -
1796.69/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.04	c B&B Tree           :
1796.69/1797.04	c   number of runs   :          1
1796.69/1797.04	c   nodes            :      25808
1796.69/1797.04	c   nodes (total)    :      25808
1796.69/1797.04	c   nodes left       :       7419
1796.69/1797.04	c   max depth        :         67
1796.69/1797.04	c   max depth (total):         67
1796.69/1797.04	c   backtracks       :       4425 (17.1%)
1796.69/1797.04	c   delayed cutoffs  :       4634
1796.69/1797.04	c   repropagations   :      23062 (1511492 domain reductions, 2860 cutoffs)
1796.69/1797.04	c   avg switch length:       7.25
1796.69/1797.04	c   switching time   :      38.69
1796.69/1797.04	c Solution           :
1796.69/1797.04	c   Solutions found  :          0 (0 improvements)
1796.69/1797.04	c   Primal Bound     :          -
1796.69/1797.04	c   Dual Bound       : +1.05000000000000e+02
1796.69/1797.04	c   Gap              :   infinite
1796.69/1797.04	c   Root Dual Bound  : +1.05000000000000e+02
1796.69/1797.04	c   Root Iterations  :      15432
1796.79/1797.16	c Time complete: 1796.86.

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 817
/proc/meminfo: memFree=27437960/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 1486 0 0 0 0 0 0 0 20 0 1 0 337767807 9682944 1440 33554432000 4194304 9016284 140733758162560 140733758159016 7824814 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 2364 1441 311 1178 0 1182 0

[startup+0.019909 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 817
/proc/meminfo: memFree=27437960/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=14040 CPUtime=0.01 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 2479 0 0 0 1 0 0 0 20 0 1 0 337767807 14376960 2433 33554432000 4194304 9016284 140733758162560 140733758159016 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 3510 2433 360 1178 0 2328 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14040

[startup+0.10027 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 817
/proc/meminfo: memFree=27437960/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=22336 CPUtime=0.09 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 4573 0 0 0 9 0 0 0 20 0 1 0 337767807 22872064 4527 33554432000 4194304 9016284 140733758162560 140733758159016 7842257 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 5584 4527 360 1178 0 4402 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22336

[startup+0.300272 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 817
/proc/meminfo: memFree=27437960/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=90788 CPUtime=0.29 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 21232 0 0 0 27 2 0 0 20 0 1 0 337767807 92966912 20576 33554432000 4194304 9016284 140733758162560 140733758159016 4202269 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 22697 20576 514 1178 0 21515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90788

[startup+0.700268 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 817
/proc/meminfo: memFree=27437960/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=91036 CPUtime=0.69 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 21364 0 0 0 67 2 0 0 20 0 1 0 337767807 93220864 20708 33554432000 4194304 9016284 140733758162560 140733758158232 5222275 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 22759 20708 525 1178 0 21577 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91036

[startup+1.50027 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 818
/proc/meminfo: memFree=27325532/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=120144 CPUtime=1.49 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 30017 0 0 0 146 3 0 0 20 0 1 0 337767807 123027456 27812 33554432000 4194304 9016284 140733758162560 140733758158232 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 30036 27812 657 1178 0 28854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120144

[startup+3.10029 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 818
/proc/meminfo: memFree=27248828/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=173164 CPUtime=3.09 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 42999 0 0 0 304 5 0 0 20 0 1 0 337767807 177319936 40794 33554432000 4194304 9016284 140733758162560 140733758157112 6813403 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 43291 40795 703 1178 0 42109 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 173164

[startup+6.30019 s]
/proc/loadavg: 2.01 2.00 1.88 3/175 818
/proc/meminfo: memFree=27240048/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=177932 CPUtime=6.29 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 44529 0 0 0 622 7 0 0 20 0 1 0 337767807 182202368 42220 33554432000 4194304 9016284 140733758162560 140733758157720 6578040 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 44483 42220 710 1178 0 43301 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177932

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.88 3/176 819
/proc/meminfo: memFree=27222124/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=177932 CPUtime=12.69 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 44645 0 0 0 1259 10 0 0 20 0 1 0 337767807 182202368 42336 33554432000 4194304 9016284 140733758162560 140733758155368 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 44483 42336 711 1178 0 43301 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 177932

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.88 3/176 819
/proc/meminfo: memFree=27201468/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=177932 CPUtime=25.48 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 44645 0 0 0 2533 15 0 0 20 0 1 0 337767807 182202368 42336 33554432000 4194304 9016284 140733758162560 140733758155864 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 44483 42336 711 1178 0 43301 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 177932

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 819
/proc/meminfo: memFree=27185252/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=177932 CPUtime=51.08 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 44648 0 0 0 5079 29 0 0 20 0 1 0 337767807 182202368 42339 33554432000 4194304 9016284 140733758162560 140733758155480 5257454 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 44483 42339 714 1178 0 43301 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 177932

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/175 819
/proc/meminfo: memFree=27177892/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=177932 CPUtime=102.27 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 44648 0 0 0 10166 61 0 0 20 0 1 0 337767807 182202368 42339 33554432000 4194304 9016284 140733758162560 140733758155720 5228307 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 44483 42339 714 1178 0 43301 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 177932

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/175 819
/proc/meminfo: memFree=27174572/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=177932 CPUtime=162.26 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 44889 0 0 0 16129 97 0 0 20 0 1 0 337767807 182202368 42580 33554432000 4194304 9016284 140733758162560 140733758155816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 44483 42580 714 1178 0 43301 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 177932

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/175 819
/proc/meminfo: memFree=27173008/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=177932 CPUtime=222.25 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 45051 0 0 0 22093 132 0 0 20 0 1 0 337767807 182202368 42867 33554432000 4194304 9016284 140733758162560 140733758155816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 44483 42867 714 1178 0 43301 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 177932

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 819
/proc/meminfo: memFree=27160264/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=183480 CPUtime=282.23 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 46060 0 0 0 28053 170 0 0 20 0 1 0 337767807 187883520 44904 33554432000 4194304 9016284 140733758162560 140733758156776 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 45870 44904 714 1178 0 44688 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 183480

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 820
/proc/meminfo: memFree=27155420/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=187424 CPUtime=342.23 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 47430 0 0 0 34013 210 0 0 20 0 1 0 337767807 191922176 46274 33554432000 4194304 9016284 140733758162560 140733758156888 7198839 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 46856 46274 714 1178 0 45674 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 187424

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/175 820
/proc/meminfo: memFree=27149584/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=193216 CPUtime=402.21 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 48783 0 0 0 39973 248 0 0 20 0 1 0 337767807 197853184 47627 33554432000 4194304 9016284 140733758162560 140733758155816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 48304 47627 714 1178 0 47122 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 193216

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/175 820
/proc/meminfo: memFree=27142824/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=200128 CPUtime=462.21 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 53237 0 0 0 45933 288 0 0 20 0 1 0 337767807 204931072 49289 33554432000 4194304 9016284 140733758162560 140733758155816 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 50032 49289 714 1178 0 48850 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 200128

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 820
/proc/meminfo: memFree=27131540/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=210788 CPUtime=522.2 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 63616 0 0 0 51891 329 0 0 20 0 1 0 337767807 215846912 52124 33554432000 4194304 9016284 140733758162560 140733758155816 6776400 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 52697 52124 714 1178 0 51515 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 210788

[startup+582.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 823
/proc/meminfo: memFree=27120992/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=221300 CPUtime=582.2 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 66235 0 0 0 57854 366 0 0 20 0 1 0 337767807 226611200 54742 33554432000 4194304 9016284 140733758162560 140733758156888 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 55325 54742 714 1178 0 54143 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 221300

[startup+642.3 s]

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

/proc/meminfo: memFree=27049724/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=278164 CPUtime=1062.11 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 106657 0 0 0 105540 671 0 0 20 0 1 0 337767807 284839936 68952 33554432000 4194304 9016284 140733758162560 140733758155480 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 69541 68952 714 1178 0 68359 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 278164

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/175 825
/proc/meminfo: memFree=27042904/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=285040 CPUtime=1122.1 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 110568 0 0 0 111506 704 0 0 20 0 1 0 337767807 291880960 70591 33554432000 4194304 9016284 140733758162560 140733758156312 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 71260 70591 714 1178 0 70078 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 285040

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 825
/proc/meminfo: memFree=27038248/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=291740 CPUtime=1182.08 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 112334 0 0 0 117468 740 0 0 20 0 1 0 337767807 298741760 72357 33554432000 4194304 9016284 140733758162560 140733758155928 6564890 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 72935 72357 714 1178 0 71753 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 291740

[startup+1242.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 829
/proc/meminfo: memFree=27036952/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=303272 CPUtime=1242.09 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 115101 0 0 0 123430 779 0 0 20 0 1 0 337767807 310550528 75110 33554432000 4194304 9016284 140733758162560 140733758156728 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 75818 75110 714 1178 0 74636 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 303272

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 852
/proc/meminfo: memFree=27020580/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=314236 CPUtime=1302.07 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 117814 0 0 0 129387 820 0 0 20 0 1 0 337767807 321777664 77786 33554432000 4194304 9016284 140733758162560 140733758155752 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 78559 77786 714 1178 0 77377 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 314236

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 852
/proc/meminfo: memFree=27014368/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=321064 CPUtime=1362.06 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 121684 0 0 0 135344 862 0 0 20 0 1 0 337767807 328769536 79391 33554432000 4194304 9016284 140733758162560 140733758155816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 80266 79391 714 1178 0 79084 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 321064

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 852
/proc/meminfo: memFree=26998576/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=330448 CPUtime=1422.04 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 126556 0 0 0 141300 904 0 0 20 0 1 0 337767807 338378752 81762 33554432000 4194304 9016284 140733758162560 140733758155864 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 82612 81762 714 1178 0 81430 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 330448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 852
/proc/meminfo: memFree=26996344/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=330892 CPUtime=1482.04 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 129703 0 0 0 147261 943 0 0 20 0 1 0 337767807 338833408 82126 33554432000 4194304 9016284 140733758162560 140733758156888 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 82723 82126 714 1178 0 81541 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 330892

[startup+1542.3 s]
/proc/loadavg: 2.09 2.03 1.93 3/175 853
/proc/meminfo: memFree=26988912/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=346500 CPUtime=1542.02 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 133735 0 0 0 153220 982 0 0 20 0 1 0 337767807 354816000 86055 33554432000 4194304 9016284 140733758162560 140733758155480 7875903 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 86625 86055 714 1178 0 85443 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 346500

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 1.94 3/175 853
/proc/meminfo: memFree=26974572/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=352128 CPUtime=1602.02 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 143159 0 0 0 159179 1023 0 0 20 0 1 0 337767807 360579072 87454 33554432000 4194304 9016284 140733758162560 140733758156840 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 88032 87454 714 1178 0 86850 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 352128

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 1.94 3/175 853
/proc/meminfo: memFree=26971300/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=361316 CPUtime=1662.01 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 147846 0 0 0 165140 1061 0 0 20 0 1 0 337767807 369987584 89750 33554432000 4194304 9016284 140733758162560 140733758156424 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 90329 89750 714 1178 0 89147 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 361316

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 1.94 3/175 853
/proc/meminfo: memFree=26957288/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=372156 CPUtime=1722 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 152585 0 0 0 171095 1105 0 0 20 0 1 0 337767807 381087744 92208 33554432000 4194304 9016284 140733758162560 140733758155480 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 93039 92208 714 1178 0 91857 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 372156

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/176 854
/proc/meminfo: memFree=26940548/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=388296 CPUtime=1781.99 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 157103 0 0 0 177058 1141 0 0 20 0 1 0 337767807 397615104 96465 33554432000 4194304 9016284 140733758162560 140733758156728 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 97074 96465 714 1178 0 95892 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 388296

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

[startup+1785.9 s]
/proc/loadavg: 2.01 2.02 1.94 3/176 856
/proc/meminfo: memFree=26940384/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=388296 CPUtime=1785.59 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 157104 0 0 0 177415 1144 0 0 20 0 1 0 337767807 397615104 96466 33554432000 4194304 9016284 140733758162560 140733758156888 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 97074 96466 714 1178 0 95892 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (KiB) 388296

[startup+1792.31 s]
/proc/loadavg: 2.01 2.02 1.94 3/176 856
/proc/meminfo: memFree=26937300/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=393944 CPUtime=1792 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 158522 0 0 0 178050 1150 0 0 20 0 1 0 337767807 403398656 97884 33554432000 4194304 9016284 140733758162560 140733758156728 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 98486 97884 714 1178 0 97304 0
Current children cumulated CPU time (s) 1792
Current children cumulated vsize (KiB) 393944

[startup+1795.5 s]
/proc/loadavg: 2.00 2.02 1.94 3/173 884
/proc/meminfo: memFree=27236540/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=393944 CPUtime=1795.19 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 158532 0 0 0 178367 1152 0 0 20 0 1 0 337767807 403398656 97894 33554432000 4194304 9016284 140733758162560 140733758155816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 98486 97894 714 1178 0 97304 0
Current children cumulated CPU time (s) 1795.19
Current children cumulated vsize (KiB) 393944

[startup+1796.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/173 884
/proc/meminfo: memFree=27236540/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=393944 CPUtime=1795.98 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 158532 0 0 0 178446 1152 0 0 20 0 1 0 337767807 403398656 97894 33554432000 4194304 9016284 140733758162560 140733758155480 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 98486 97894 714 1178 0 97304 0
Current children cumulated CPU time (s) 1795.98
Current children cumulated vsize (KiB) 393944

[startup+1796.71 s]
/proc/loadavg: 2.00 2.02 1.94 3/176 894
/proc/meminfo: memFree=27154244/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=393944 CPUtime=1796.39 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 158534 0 0 0 178487 1152 0 0 20 0 1 0 337767807 403398656 97896 33554432000 4194304 9016284 140733758162560 140733758155816 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 98486 97896 714 1178 0 97304 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 393944

[startup+1797.1 s]
/proc/loadavg: 2.00 2.02 1.94 3/176 894
/proc/meminfo: memFree=27154244/32873852 swapFree=6856/6856
[pid=817] ppid=815 vsize=393944 CPUtime=1796.79 cores=0,2,4,6
/proc/817/stat : 817 (scip-2.0.1.4b_2) R 815 817 643 0 -1 4202496 158536 0 0 0 178526 1153 0 0 20 0 1 0 337767807 403398656 97898 33554432000 4194304 9016284 140733758162560 140733758155816 4329904 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/817/statm: 98486 97898 716 1178 0 97304 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 393944

Child status: 0
Real time (s): 1797.17
CPU time (s): 1796.86
CPU user time (s): 1785.32
CPU system time (s): 11.5412
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 393944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.32
system time used= 11.5412
maximum resident set size= 391592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158541
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= 42
involuntary context switches= 1881

runsolver used 2.73358 second user time and 7.13692 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 11:40:19
IDJOB=3735044
IDBENCH=2935
IDSOLVER=2329
FILE ID=node128/3735044-1338716419
RUNJOBID= node128-1338714616-659
PBS_JOBID= 14636758
Free space on /tmp= 70396 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_15.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-3735044-1338716419/watcher-3735044-1338716419 -o /tmp/evaluation-result-3735044-1338716419/solver-3735044-1338716419 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735044-1338716419.opb -t 1800 -m 15500

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=786347350

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:        27438224 kB
Buffers:          543984 kB
Cached:          3757844 kB
SwapCached:          744 kB
Active:          2239484 kB
Inactive:        2300984 kB
Active(anon):     227428 kB
Inactive(anon):    13240 kB
Active(file):    2012056 kB
Inactive(file):  2287744 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             41568 kB
Writeback:             0 kB
AnonPages:        229776 kB
Mapped:            16304 kB
Shmem:               200 kB
Slab:             757068 kB
SReclaimable:     199092 kB
SUnreclaim:       557976 kB
KernelStack:        1448 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     368200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70320 MiB
End job on node128 at 2012-06-03 12:10:16