Trace number 3488989

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.21 1797.18

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 benchmark174
Best CPU time to get the best result obtained on this benchmark1800.19
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.04	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.04	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.04	c 
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c reading problem <HOME/instance-3488989-1307774182.opb>
0.05/0.18	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8415 constraints
0.05/0.18	c problem read
0.05/0.18	c presolving settings loaded
0.15/0.23	c presolving:
0.15/0.28	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.25/0.31	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.25/0.34	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.25/0.35	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.05/1.18	c    (1.1s) probing: 227/4319 (5.3%) - 0 fixings, 0 aggregations, 35 implications, 0 bound changes
1.05/1.18	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.05/1.18	c presolving (5 rounds):
1.05/1.18	c  1 deleted vars, 3982 deleted constraints, 10 added constraints, 1 tightened bounds, 0 added holes, 67 changed sides, 442 changed coefficients
1.05/1.18	c  284 implications, 7 cliques
1.05/1.18	c presolved problem has 4319 variables (4319 bin, 0 int, 0 impl, 0 cont) and 4443 constraints
1.05/1.18	c     452 constraints of type <knapsack>
1.05/1.18	c      10 constraints of type <setppc>
1.05/1.18	c    3981 constraints of type <linear>
1.05/1.18	c transformed objective value is always integral (scale: 1)
1.05/1.18	c Presolving Time: 0.96
1.05/1.18	c - non default parameters ----------------------------------------------------------------------
1.05/1.18	c # SCIP version 2.0.1.5
1.05/1.18	c 
1.05/1.18	c # frequency for displaying node information lines
1.05/1.18	c # [type: int, range: [-1,2147483647], default: 100]
1.05/1.18	c display/freq = 10000
1.05/1.18	c 
1.05/1.18	c # maximal time in seconds to run
1.05/1.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.05/1.18	c limits/time = 1797
1.05/1.18	c 
1.05/1.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.05/1.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.05/1.18	c limits/memory = 13950
1.05/1.18	c 
1.05/1.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.05/1.18	c # [type: int, range: [1,2], default: 1]
1.05/1.18	c timing/clocktype = 2
1.05/1.18	c 
1.05/1.18	c # belongs reading time to solving time?
1.05/1.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.05/1.18	c timing/reading = TRUE
1.05/1.18	c 
1.05/1.18	c # should presolving try to simplify inequalities
1.05/1.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.05/1.18	c constraints/linear/simplifyinequalities = TRUE
1.05/1.18	c 
1.05/1.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.05/1.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.05/1.18	c constraints/indicator/addCouplingCons = TRUE
1.05/1.18	c 
1.05/1.18	c # should presolving try to simplify knapsacks
1.05/1.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.05/1.18	c constraints/knapsack/simplifyinequalities = TRUE
1.05/1.18	c 
1.05/1.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.05/1.18	c # [type: int, range: [-1,2147483647], default: -1]
1.05/1.18	c separating/rapidlearning/freq = 0
1.05/1.18	c 
1.05/1.18	c -----------------------------------------------------------------------------------------------
1.05/1.18	c start solving
1.05/1.19	c 
1.25/1.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.25/1.37	c   1.3s|     1 |     0 |  1220 |     - |  37M|   0 | 697 |4319 |4461 |4319 |4443 |   0 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
4.15/4.21	c   4.2s|     1 |     0 |  7097 |     - |  38M|   0 |2716 |4319 |4821 |4319 |4573 | 130 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
4.95/5.03	c   5.0s|     1 |     0 |  8777 |     - |  39M|   0 |2778 |4319 |4821 |4319 |4714 | 271 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
5.75/5.88	c   5.8s|     1 |     0 |  9672 |     - |  40M|   0 |2760 |4319 |4821 |4319 |4837 | 394 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
6.75/6.85	c   6.8s|     1 |     0 | 10719 |     - |  40M|   0 |2734 |4319 |4821 |4319 |5014 | 571 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
7.96/8.09	c   8.0s|     1 |     0 | 12628 |     - |  41M|   0 |2491 |4319 |4821 |4319 |5160 | 717 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
9.35/9.47	c   9.4s|     1 |     0 | 15432 |     - |  42M|   0 |2323 |4319 |4821 |4319 |5385 | 942 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
12.15/12.20	c  12.2s|     1 |     2 | 15432 |     - |  42M|   0 |2323 |4319 |4821 |4319 |5385 | 942 |  18 |  10 | 1.050000e+02 |      --      |    Inf 
789.78/789.86	c   790s| 10000 |  3271 |  3749k| 373.5 | 103M|  65 | 441 |4319 |7168 |4319 |4613 | 942 |  17k|5710 | 1.050000e+02 |      --      |    Inf 
1515.11/1515.19	c  1515s| 20000 |  5946 |  7240k| 361.3 | 155M|  65 |2626 |4319 |7228 |4319 |4613 | 942 |  36k|  11k| 1.050000e+02 |      --      |    Inf 
1797.02/1797.04	c 
1797.02/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.04	c Solving Time (sec) : 1797.00
1797.02/1797.04	c Solving Nodes      : 25193
1797.02/1797.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.02/1797.04	c Dual Bound         : +1.05000000000000e+02
1797.02/1797.04	c Gap                : infinite
1797.02/1797.04	s UNKNOWN
1797.02/1797.04	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.04	c Total Time         :    1797.00
1797.02/1797.04	c   solving          :    1797.00
1797.02/1797.04	c   presolving       :       0.96 (included in solving)
1797.02/1797.04	c   reading          :       0.14 (included in solving)
1797.02/1797.04	c Original Problem   :
1797.02/1797.04	c   Problem name     : HOME/instance-3488989-1307774182.opb
1797.02/1797.04	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.04	c   Constraints      : 8415 initial, 8415 maximal
1797.02/1797.04	c Presolved Problem  :
1797.02/1797.04	c   Problem name     : t_HOME/instance-3488989-1307774182.opb
1797.02/1797.04	c   Variables        : 4319 (4319 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.04	c   Constraints      : 4443 initial, 10051 maximal
1797.02/1797.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.04	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   probing          :       0.83          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   knapsack         :       0.01          0          0          0          0          0          0         10         63        137
1797.02/1797.04	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   linear           :       0.10          1          0          0          1          0       3982          0          4        305
1797.02/1797.04	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.04	c   integral         :          0          0          0      20241          0          4          0         45       7163          0          0      37006
1797.02/1797.04	c   knapsack         :        452          6     123798          0          0          3     115950        905     269168       1151          0          0
1797.02/1797.04	c   setppc           :         10          6      17330          0          0          0       1397          0        279          0          0          0
1797.02/1797.04	c   linear           :       3981+         7     122893          0          0          0     171959       8008    5066610         12          0          0
1797.02/1797.04	c   logicor          :          0+         6      64759          0          0          0     165742        481      66168          0          0          0
1797.02/1797.04	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.02/1797.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.04	c   integral         :     570.35       0.00       0.00     570.35       0.00       0.00       0.00
1797.02/1797.04	c   knapsack         :       8.12       0.03       8.00       0.00       0.00       0.00       0.09
1797.02/1797.04	c   setppc           :       0.04       0.00       0.04       0.00       0.00       0.00       0.00
1797.02/1797.04	c   linear           :      49.12       0.00      48.83       0.00       0.00       0.00       0.28
1797.02/1797.04	c   logicor          :       3.95       0.00       3.77       0.00       0.00       0.00       0.18
1797.02/1797.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.04	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.04	c   vbounds          :          0          0          0          0
1797.02/1797.04	c   rootredcost      :          0          0          0          0
1797.02/1797.04	c   pseudoobj        :     123333          0          0          0
1797.02/1797.04	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.04	c   vbounds          :       0.04       0.04       0.00
1797.02/1797.04	c   rootredcost      :       0.03       0.03       0.00
1797.02/1797.04	c   pseudoobj        :       0.09       0.09       0.00
1797.02/1797.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.04	c   propagation      :       1.00       9394       9384     121018       42.7       1202       21.2          -
1797.02/1797.04	c   infeasible LP    :       3.37       6754       6754      23577       27.3        572       20.2          0
1797.02/1797.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.04	c   applied globally :          -          -          -      48456       32.4          -          -          -
1797.02/1797.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.02/1797.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.04	c   cut pool         :       0.00          5          -          -        963          -    (maximal pool size: 4222)
1797.02/1797.04	c   redcost          :       1.34      20260          0         45          0          0
1797.02/1797.04	c   impliedbounds    :       0.00          6          0          0          5          0
1797.02/1797.04	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.04	c   gomory           :       0.77          6          0          0        118          0
1797.02/1797.04	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.04	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.04	c   strongcg         :       0.73          6          0          0         53          0
1797.02/1797.04	c   cmir             :       1.03          6          0          0       3000          0
1797.02/1797.04	c   flowcover        :       0.77          6          0          0       1200          0
1797.02/1797.04	c   clique           :       0.00          6          0          0          3          0
1797.02/1797.04	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.04	c   mcf              :       0.00          2          0          0          0          0
1797.02/1797.04	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.04	c   rapidlearning    :       1.66          1          0          0          0        360
1797.02/1797.04	c Pricers            :       Time      Calls       Vars
1797.02/1797.04	c   problem variables:       0.00          0          0
1797.02/1797.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.04	c   relpscost        :     570.31      20241         45       7163          0          0      37006
1797.02/1797.04	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.04	c   inference        :       0.00          0          0          0          0          0          0
1797.02/1797.04	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.04	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.04	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.04	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.04	c   LP solutions     :       0.00          -          0
1797.02/1797.04	c   pseudo solutions :       0.00          -          0
1797.02/1797.04	c   oneopt           :       0.02          0          0
1797.02/1797.04	c   crossover        :       0.01          0          0
1797.02/1797.04	c   rootsoldiving    :      13.97         24          0
1797.02/1797.04	c   veclendiving     :      18.25         48          0
1797.02/1797.04	c   linesearchdiving :      14.15         48          0
1797.02/1797.04	c   pscostdiving     :      24.52         48          0
1797.02/1797.04	c   feaspump         :      30.96         24          0
1797.02/1797.04	c   trivial          :       0.00          2          0
1797.02/1797.04	c   shiftandpropagate:       0.11          1          0
1797.02/1797.04	c   simplerounding   :       0.01          0          0
1797.02/1797.04	c   zirounding       :       0.55       1000          0
1797.02/1797.04	c   rounding         :       1.28       1994          0
1797.02/1797.04	c   shifting         :      11.27        600          0
1797.02/1797.04	c   intshifting      :       0.00          0          0
1797.02/1797.04	c   twoopt           :       0.00          0          0
1797.02/1797.04	c   fixandinfer      :       0.00          0          0
1797.02/1797.04	c   clique           :       0.00          0          0
1797.02/1797.04	c   coefdiving       :     112.88         29          0
1797.02/1797.04	c   fracdiving       :      79.58         48          0
1797.02/1797.04	c   intdiving        :       0.00          0          0
1797.02/1797.04	c   actconsdiving    :       0.00          0          0
1797.02/1797.04	c   objpscostdiving  :      24.19         23          0
1797.02/1797.04	c   guideddiving     :       0.00          0          0
1797.02/1797.04	c   octane           :       0.00          0          0
1797.02/1797.04	c   rens             :       0.04          0          0
1797.02/1797.04	c   rins             :       0.00          0          0
1797.02/1797.04	c   localbranching   :       0.00          0          0
1797.02/1797.04	c   mutation         :       0.00          0          0
1797.02/1797.04	c   dins             :       0.00          0          0
1797.02/1797.04	c   vbounds          :       0.00          0          0
1797.02/1797.04	c   undercover       :       0.00          0          0
1797.02/1797.04	c   subnlp           :       0.01          0          0
1797.02/1797.04	c   trysol           :       0.01          0          0
1797.02/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.04	c   primal LP        :       0.02          0          0       0.00       0.00
1797.02/1797.04	c   dual LP          :     768.58      21805    7294488     334.53    9490.85
1797.02/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.04	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.04	c   diving/probing LP:     288.05      17344    1633216      94.17    5669.98
1797.02/1797.04	c   strong branching :     565.09      11867    3334207     280.96    5900.35
1797.02/1797.04	c     (at root node) :          -         10       8945     894.50          -
1797.02/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.04	c B&B Tree           :
1797.02/1797.04	c   number of runs   :          1
1797.02/1797.04	c   nodes            :      25193
1797.02/1797.04	c   nodes (total)    :      25193
1797.02/1797.04	c   nodes left       :       7318
1797.02/1797.04	c   max depth        :         65
1797.02/1797.04	c   max depth (total):         65
1797.02/1797.04	c   backtracks       :       4309 (17.1%)
1797.02/1797.04	c   delayed cutoffs  :       4496
1797.02/1797.04	c   repropagations   :      22452 (1474748 domain reductions, 2781 cutoffs)
1797.02/1797.04	c   avg switch length:       7.23
1797.02/1797.04	c   switching time   :      41.94
1797.02/1797.04	c Solution           :
1797.02/1797.04	c   Solutions found  :          0 (0 improvements)
1797.02/1797.04	c   Primal Bound     :          -
1797.02/1797.04	c   Dual Bound       : +1.05000000000000e+02
1797.02/1797.04	c   Gap              :   infinite
1797.02/1797.04	c   Root Dual Bound  : +1.05000000000000e+02
1797.02/1797.04	c   Root Iterations  :      15432
1797.12/1797.18	c Time complete: 1797.2.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 29291
/proc/meminfo: memFree=31440972/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/29291/stat : 29291 (runsolver) S 29289 29291 26980 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 889015278 12087296 50 33554432000 4194304 5436572 140735214097696 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 0 0 0 0
/proc/29291/statm: 2951 50 31 304 0 2643 0

[startup+0.0685229 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 29291
/proc/meminfo: memFree=31440972/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=14892 CPUtime=0.02 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 2693 0 0 0 2 0 0 0 25 0 1 0 889015278 15249408 2648 33554432000 4194304 9016284 140734617721760 18446744073709551615 6179836 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29291/statm: 3723 2648 360 1178 0 2541 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14892

[startup+0.100521 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 29291
/proc/meminfo: memFree=31440972/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=18072 CPUtime=0.05 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 3490 0 0 0 5 0 0 0 25 0 1 0 889015278 18505728 3445 33554432000 4194304 9016284 140734617721760 18446744073709551615 7842227 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29291/statm: 4518 3445 360 1178 0 3336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18072

[startup+0.30048 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 29291
/proc/meminfo: memFree=31440972/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=89420 CPUtime=0.25 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 20888 0 0 0 24 1 0 0 25 0 1 0 889015278 91566080 20233 33554432000 4194304 9016284 140734617721760 18446744073709551615 5206125 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/29291/statm: 22355 20233 490 1178 0 21173 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 89420

[startup+0.700404 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 29291
/proc/meminfo: memFree=31440972/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=91028 CPUtime=0.65 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 21362 0 0 0 64 1 0 0 25 0 1 0 889015278 93212672 20707 33554432000 4194304 9016284 140734617721760 18446744073709551615 5252189 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/29291/statm: 22757 20707 525 1178 0 21575 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 91028

[startup+1.50125 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29292
/proc/meminfo: memFree=31354188/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=120136 CPUtime=1.46 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 30419 0 0 0 143 3 0 0 25 0 1 0 889015278 123019264 27746 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/29291/statm: 30034 27746 699 1178 0 28852 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 120136

[startup+3.10094 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29292
/proc/meminfo: memFree=31325704/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=173016 CPUtime=3.05 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 43491 0 0 0 300 5 0 0 25 0 1 0 889015278 177168384 40814 33554432000 4194304 9016284 140734617721760 18446744073709551615 5215155 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/29291/statm: 43254 40814 741 1178 0 42072 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 173016

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29292
/proc/meminfo: memFree=31278044/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=177924 CPUtime=6.25 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 45038 0 0 0 618 7 0 0 25 0 1 0 889015278 182194176 42257 33554432000 4194304 9016284 140734617721760 18446744073709551615 6581101 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/29291/statm: 44481 42257 748 1178 0 43299 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 177924

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29292
/proc/meminfo: memFree=31253600/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=177924 CPUtime=12.66 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 45154 0 0 0 1256 10 0 0 25 0 1 0 889015278 182194176 42373 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/29291/statm: 44481 42373 749 1178 0 43299 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 177924

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29293
/proc/meminfo: memFree=31260164/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=177924 CPUtime=25.45 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 45154 0 0 0 2529 16 0 0 25 0 1 0 889015278 182194176 42373 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/29291/statm: 44481 42373 749 1178 0 43299 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 177924

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29293
/proc/meminfo: memFree=31263056/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=177924 CPUtime=51.05 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 45157 0 0 0 5073 32 0 0 25 0 1 0 889015278 182194176 42376 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 44481 42376 752 1178 0 43299 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 177924

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29295
/proc/meminfo: memFree=31268176/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=177924 CPUtime=102.26 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 45157 0 0 0 10159 67 0 0 25 0 1 0 889015278 182194176 42376 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 44481 42376 752 1178 0 43299 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 177924

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29296
/proc/meminfo: memFree=31271236/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=177924 CPUtime=162.26 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 45398 0 0 0 16122 104 0 0 25 0 1 0 889015278 182194176 42617 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 44481 42617 752 1178 0 43299 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 177924

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29298
/proc/meminfo: memFree=31258172/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=177924 CPUtime=222.26 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 45551 0 0 0 22083 143 0 0 25 0 1 0 889015278 182194176 42770 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 44481 42770 752 1178 0 43299 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 177924

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29300
/proc/meminfo: memFree=31254044/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=183472 CPUtime=282.26 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 46590 0 0 0 28043 183 0 0 25 0 1 0 889015278 187875328 43809 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 45868 43809 771 1178 0 44686 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 183472

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29301
/proc/meminfo: memFree=31249412/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=186684 CPUtime=342.27 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 47785 0 0 0 34000 227 0 0 25 0 1 0 889015278 191164416 44985 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 46671 44985 752 1178 0 45489 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 186684

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29303
/proc/meminfo: memFree=31243176/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=193208 CPUtime=402.27 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 49313 0 0 0 39962 265 0 0 25 0 1 0 889015278 197844992 46513 33554432000 4194304 9016284 140734617721760 18446744073709551615 4446633 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 48302 46513 752 1178 0 47120 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 193208

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29304
/proc/meminfo: memFree=31236316/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=199592 CPUtime=462.26 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 53772 0 0 0 45924 302 0 0 25 0 1 0 889015278 204382208 48180 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 49898 48180 752 1178 0 48716 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 199592

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29306
/proc/meminfo: memFree=31225728/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=210780 CPUtime=522.27 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 64649 0 0 0 51880 347 0 0 25 0 1 0 889015278 215838720 51002 33554432000 4194304 9016284 140734617721760 18446744073709551615 7092439 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 52695 51002 752 1178 0 51513 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 210780

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29308
/proc/meminfo: memFree=31214900/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=219348 CPUtime=582.27 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 66817 0 0 0 57842 385 0 0 25 0 1 0 889015278 224612352 53170 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 54837 53170 752 1178 0 53655 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 219348

[startup+642.3 s]

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

/proc/meminfo: memFree=31154056/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=278156 CPUtime=1062.29 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 108658 0 0 0 105522 707 0 0 25 0 1 0 889015278 284831744 67883 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 69539 67883 752 1178 0 68357 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 278156

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29322
/proc/meminfo: memFree=31142608/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=282736 CPUtime=1122.29 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 112093 0 0 0 111482 747 0 0 25 0 1 0 889015278 289521664 69046 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 70684 69046 752 1178 0 69502 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 282736

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29324
/proc/meminfo: memFree=31143428/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=289492 CPUtime=1182.29 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 113789 0 0 0 117440 789 0 0 25 0 1 0 889015278 296439808 70742 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 72373 70742 752 1178 0 71191 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 289492

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29325
/proc/meminfo: memFree=31126768/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=301024 CPUtime=1242.3 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 116539 0 0 0 123400 830 0 0 25 0 1 0 889015278 308248576 73488 33554432000 4194304 9016284 140734617721760 18446744073709551615 5877824 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 75256 73488 752 1178 0 74074 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 301024

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29327
/proc/meminfo: memFree=31116428/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=310800 CPUtime=1302.31 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 119183 0 0 0 129360 871 0 0 25 0 1 0 889015278 318259200 76085 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 77700 76085 752 1178 0 76518 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 310800

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 29328
/proc/meminfo: memFree=31103236/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=317248 CPUtime=1362.3 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 123093 0 0 0 135318 912 0 0 25 0 1 0 889015278 324861952 77730 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 79312 77730 752 1178 0 78130 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 317248

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 29330
/proc/meminfo: memFree=31090900/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=328248 CPUtime=1422.31 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 125860 0 0 0 141276 955 0 0 25 0 1 0 889015278 336125952 80497 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 82062 80497 752 1178 0 80880 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 328248

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29341
/proc/meminfo: memFree=31088388/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=335200 CPUtime=1482.31 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 130190 0 0 0 147235 996 0 0 25 0 1 0 889015278 343244800 82242 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 83800 82242 752 1178 0 82618 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 335200

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29342
/proc/meminfo: memFree=31079620/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=339116 CPUtime=1542.31 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 134069 0 0 0 153191 1040 0 0 25 0 1 0 889015278 347254784 83256 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 84779 83256 752 1178 0 83597 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 339116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29344
/proc/meminfo: memFree=31073756/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=347936 CPUtime=1602.31 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 144251 0 0 0 159149 1082 0 0 25 0 1 0 889015278 356286464 85413 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 86984 85413 752 1178 0 85802 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 347936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29345
/proc/meminfo: memFree=31065036/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=356764 CPUtime=1662.31 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 148968 0 0 0 165106 1125 0 0 25 0 1 0 889015278 365326336 87739 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 89191 87739 752 1178 0 88009 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 356764

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 29350
/proc/meminfo: memFree=31046596/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=373140 CPUtime=1722.31 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 152815 0 0 0 171062 1169 0 0 25 0 1 0 889015278 382095360 91580 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 93285 91580 752 1178 0 92103 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 373140

[startup+1782.3 s]
/proc/loadavg: 1.57 1.90 1.96 2/172 29376
/proc/meminfo: memFree=31389516/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=385996 CPUtime=1782.32 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 158779 0 0 0 177023 1209 0 0 25 0 1 0 889015278 395259904 95017 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 96499 95017 761 1178 0 95317 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 385996

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

[startup+1785.5 s]
/proc/loadavg: 1.52 1.88 1.96 2/172 29376
/proc/meminfo: memFree=31389144/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=385996 CPUtime=1785.52 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 158870 0 0 0 177341 1211 0 0 25 0 1 0 889015278 395259904 95099 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 96499 95099 752 1178 0 95317 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 385996

[startup+1791.91 s]
/proc/loadavg: 1.48 1.87 1.95 2/172 29376
/proc/meminfo: memFree=31389136/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=385996 CPUtime=1791.92 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 158870 0 0 0 177978 1214 0 0 25 0 1 0 889015278 395259904 95099 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 96499 95099 752 1178 0 95317 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 385996

[startup+1795.1 s]
/proc/loadavg: 1.44 1.85 1.95 2/172 29376
/proc/meminfo: memFree=31389136/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=385996 CPUtime=1795.12 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 158871 0 0 0 178297 1215 0 0 25 0 1 0 889015278 395259904 95100 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 96499 95100 752 1178 0 95317 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 385996

[startup+1795.9 s]
/proc/loadavg: 1.44 1.85 1.95 2/172 29376
/proc/meminfo: memFree=31389136/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=385996 CPUtime=1795.92 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 158871 0 0 0 178376 1216 0 0 25 0 1 0 889015278 395259904 95100 33554432000 4194304 9016284 140734617721760 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 96499 95100 752 1178 0 95317 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 385996

[startup+1796.7 s]
/proc/loadavg: 1.44 1.85 1.95 2/172 29376
/proc/meminfo: memFree=31389136/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=385996 CPUtime=1796.72 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 158872 0 0 0 178456 1216 0 0 25 0 1 0 889015278 395259904 95101 33554432000 4194304 9016284 140734617721760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/29291/statm: 96499 95101 752 1178 0 95317 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 385996

[startup+1797.1 s]
/proc/loadavg: 1.44 1.85 1.95 2/172 29376
/proc/meminfo: memFree=31389136/32950928 swapFree=67055428/67111528
[pid=29291] ppid=29289 vsize=385996 CPUtime=1797.12 cores=0,2,4,6
/proc/29291/stat : 29291 (scip-2.0.1.4b_2) R 29289 29291 26980 0 -1 4202496 158874 0 0 0 178496 1216 0 0 25 0 1 0 889015278 395259904 95103 33554432000 4194304 9016284 140734617721760 18446744073709551615 4330208 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29291/statm: 96499 95103 754 1178 0 95317 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 385996

Child status: 0
Real time (s): 1797.18
CPU time (s): 1797.21
CPU user time (s): 1785.03
CPU system time (s): 12.1831
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 385996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.03
system time used= 12.1831
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 4241

runsolver used 2.70259 second user time and 5.47017 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 08:36:22
IDJOB=3488989
IDBENCH=2935
IDSOLVER=1979
FILE ID=node148/3488989-1307774182
RUNJOBID= node148-1307759525-26998
PBS_JOBID= 13550868
Free space on /tmp= 74020 MiB

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

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=304826592

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31441524 kB
Buffers:        149248 kB
Cached:         876916 kB
SwapCached:       8828 kB
Active:         644000 kB
Inactive:       704236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31441524 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           33256 kB
Writeback:           0 kB
AnonPages:      320104 kB
Mapped:          15952 kB
Slab:            96560 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   537128 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74024 MiB
End job on node148 at 2011-06-11 09:06:19