Trace number 3692968

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 NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1797.94 1798.22

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3692968-1338041192.opb>
0.69/0.77	c original problem has 12587 variables (12587 bin, 0 int, 0 impl, 0 cont) and 283937 constraints
0.69/0.77	c problem read in 0.77
1.59/1.65	c presolving:
4.39/4.45	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283924 upgd conss, 138752 impls, 458 clqs
5.29/5.33	c (round 2) 1 del vars, 18 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283991 upgd conss, 138752 impls, 458 clqs
5.89/5.98	c (round 3) 1 del vars, 85 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283991 upgd conss, 138752 impls, 458 clqs
7.39/7.47	c    (7.5s) probing: 95/12586 (0.8%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
7.39/7.47	c    (7.5s) probing aborted: 50/50 successive totally useless probings
8.19/8.20	c presolving (4 rounds):
8.19/8.20	c  1 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
8.19/8.20	c  138758 implications, 458 cliques
8.19/8.20	c presolved problem has 12586 variables (12586 bin, 0 int, 0 impl, 0 cont) and 283841 constraints
8.19/8.20	c   28351 constraints of type <knapsack>
8.19/8.20	c   60278 constraints of type <setppc>
8.19/8.20	c       3 constraints of type <linear>
8.19/8.20	c  195209 constraints of type <logicor>
8.19/8.20	c transformed objective value is always integral (scale: 1)
8.19/8.20	c Presolving Time: 7.21
8.19/8.20	c - non default parameters ----------------------------------------------------------------------
8.19/8.20	c # SCIP version 2.1.1.4
8.19/8.20	c 
8.19/8.20	c # maximal time in seconds to run
8.19/8.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.20	c limits/time = 1797
8.19/8.20	c 
8.19/8.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.19/8.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.20	c limits/memory = 13950
8.19/8.20	c 
8.19/8.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.19/8.20	c # [type: int, range: [1,2], default: 1]
8.19/8.20	c timing/clocktype = 2
8.19/8.20	c 
8.19/8.20	c # belongs reading time to solving time?
8.19/8.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.20	c timing/reading = TRUE
8.19/8.20	c 
8.19/8.20	c -----------------------------------------------------------------------------------------------
8.19/8.20	c start solving
8.19/8.21	c 
14.68/14.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.68/14.74	c  14.7s|     1 |     0 |  3058 |     - | 436M|   0 | 910 |  12k| 283k|  12k| 283k|   0 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
190.36/190.44	c   190s|     1 |     0 | 25299 |     - | 444M|   0 |2705 |  12k| 283k|  12k| 283k|  17 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
236.46/236.50	c   236s|     1 |     0 | 26387 |     - | 444M|   0 |2823 |  12k| 283k|  12k| 283k|  39 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
285.05/285.17	c   285s|     1 |     0 | 27721 |     - | 445M|   0 |3289 |  12k| 283k|  12k| 283k|  64 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
336.14/336.24	c   336s|     1 |     0 | 28638 |     - | 447M|   0 |3179 |  12k| 283k|  12k| 283k|  91 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
388.14/388.22	c   388s|     1 |     0 | 29293 |     - | 448M|   0 |3955 |  12k| 283k|  12k| 283k| 116 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
439.72/439.87	c   440s|     1 |     0 | 30091 |     - | 449M|   0 |3878 |  12k| 283k|  12k| 283k| 138 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
502.42/502.59	c   503s|     1 |     2 | 30091 |     - | 449M|   0 |3878 |  12k| 283k|  12k| 283k| 138 |  39 |  17 | 0.000000e+00 |      --      |    Inf 
1797.01/1797.37	c 
1797.01/1797.37	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.37	c Solving Time (sec) : 1797.36
1797.01/1797.37	c Solving Nodes      : 21
1797.01/1797.37	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.01/1797.37	c Dual Bound         : +0.00000000000000e+00
1797.01/1797.37	c Gap                : infinite
1797.01/1797.37	s UNKNOWN
1797.01/1797.37	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.37	c Total Time         :    1797.36
1797.01/1797.37	c   solving          :    1797.36
1797.01/1797.37	c   presolving       :       7.21 (included in solving)
1797.01/1797.37	c   reading          :       0.77 (included in solving)
1797.01/1797.37	c   copying          :       0.51 (1 #copies) (minimal 0.51, maximal 0.51, average 0.51)
1797.01/1797.37	c Original Problem   :
1797.01/1797.37	c   Problem name     : HOME/instance-3692968-1338041192.opb
1797.01/1797.37	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.37	c   Constraints      : 283937 initial, 283937 maximal
1797.01/1797.37	c   Objective sense  : minimize
1797.01/1797.37	c Presolved Problem  :
1797.01/1797.37	c   Problem name     : t_HOME/instance-3692968-1338041192.opb
1797.01/1797.37	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.37	c   Constraints      : 283841 initial, 283940 maximal
1797.01/1797.37	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.01/1797.37	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   gateextraction   :       0.11       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   components       :       0.13       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   probing          :       0.98       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   knapsack         :       0.20       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c   setppc           :       0.31       0.00          0          0          0          0          0         67          0          0          0
1797.01/1797.37	c   linear           :       2.56       0.00          0          1          0          0          0         10          0          9          0
1797.01/1797.37	c   logicor          :       1.41       0.60          0          0          0          0          0         19          0          0          0
1797.01/1797.37	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1797.01/1797.37	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.37	c   integral         :          0          0          0          0         21          0          4          0          0          0          0          0         42
1797.01/1797.37	c   knapsack         :      28351      28351          6       3194          0          0          3         38          2          2        120          0          0
1797.01/1797.37	c   setppc           :      60278      60278          6       3192          0          0          2        315          2        351          0          0          0
1797.01/1797.37	c   linear           :          3          3          6       2036          0          0          0         20          0          0          0          0          0
1797.01/1797.37	c   logicor          :     195209+    195308          6       1990          0          0          0        156         16          7          0          0          0
1797.01/1797.37	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1797.01/1797.37	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1797.01/1797.37	c   integral         :     927.70       0.00       0.00       0.00     927.70       0.00       0.00       0.00
1797.01/1797.37	c   knapsack         :       4.37       0.00       0.27       4.08       0.00       0.00       0.01       0.00
1797.01/1797.37	c   setppc           :       7.12       0.00       0.03       7.09       0.00       0.00       0.00       0.00
1797.01/1797.37	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1797.01/1797.37	c   logicor          :       1.13       0.60       0.13       0.40       0.00       0.00       0.00       0.00
1797.01/1797.37	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.37	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1797.01/1797.37	c   rootredcost      :          0          0          0          0
1797.01/1797.37	c   pseudoobj        :          0          0          0          0
1797.01/1797.37	c   vbounds          :          0          0          0          0
1797.01/1797.37	c   redcost          :         27          0          0          0
1797.01/1797.37	c   probing          :          0          0          0          0
1797.01/1797.37	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1797.01/1797.37	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1797.01/1797.37	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1797.01/1797.37	c   vbounds          :       0.01       0.00       0.00       0.00       0.00
1797.01/1797.37	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1797.01/1797.37	c   probing          :       0.98       0.00       0.98       0.00       0.00
1797.01/1797.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.37	c   propagation      :       0.00         20         20         82       15.0          2        5.0          -
1797.01/1797.37	c   infeasible LP    :       0.02          3          3         35       40.7          0        0.0          0
1797.01/1797.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.37	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.37	c   applied globally :          -          -          -         99       22.4          -          -          -
1797.01/1797.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.37	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.37	c   cut pool         :       0.00                     5          -          -         71          -    (maximal pool size: 1068)
1797.01/1797.37	c   closecuts        :       0.00       0.00          0          0          0          0          0
1797.01/1797.37	c   impliedbounds    :       0.01       0.00          6          0          0          3          0
1797.01/1797.37	c   intobj           :       0.00       0.00          0          0          0          0          0
1797.01/1797.37	c   gomory           :       7.66       0.00          6          0          0        300          0
1797.01/1797.37	c   cgmip            :       0.00       0.00          0          0          0          0          0
1797.01/1797.37	c   strongcg         :      11.30       0.00          6          0          0       3000          0
1797.01/1797.37	c   cmir             :      25.82       0.00          6          0          0          0          0
1797.01/1797.37	c   flowcover        :     219.46       0.00          6          0          0         75          0
1797.01/1797.37	c   clique           :       0.77       0.00          6          0          0         46          0
1797.01/1797.37	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1797.01/1797.37	c   mcf              :       0.87       0.00          1          0          0          0          0
1797.01/1797.37	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1797.01/1797.37	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1797.01/1797.37	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1797.01/1797.37	c   problem variables:       0.00          -          0          0
1797.01/1797.37	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.37	c   relpscost        :     927.70       0.00         21          0          0          0          0         42
1797.01/1797.37	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.37	c   inference        :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.37	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.37	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.37	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.37	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.37	c   random           :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.37	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1797.01/1797.37	c   LP solutions     :       0.00          -          -          0
1797.01/1797.37	c   pseudo solutions :       0.00          -          -          0
1797.01/1797.37	c   oneopt           :       0.00       0.00          0          0
1797.01/1797.37	c   crossover        :       0.00       0.00          0          0
1797.01/1797.37	c   smallcard        :       0.00       0.00          0          0
1797.01/1797.37	c   trivial          :       0.02       0.00          2          0
1797.01/1797.37	c   shiftandpropagate:       2.30       0.00          1          0
1797.01/1797.37	c   simplerounding   :       0.00       0.00          0          0
1797.01/1797.37	c   zirounding       :       0.44       0.00          0          0
1797.01/1797.37	c   rounding         :       0.55       0.00         27          0
1797.01/1797.37	c   shifting         :       1.35       0.00          8          0
1797.01/1797.37	c   intshifting      :       0.00       0.00          0          0
1797.01/1797.37	c   twoopt           :       0.00       0.00          0          0
1797.01/1797.37	c   indtwoopt        :       0.00       0.00          0          0
1797.01/1797.37	c   indoneopt        :       0.00       0.00          0          0
1797.01/1797.37	c   fixandinfer      :       0.00       0.00          0          0
1797.01/1797.37	c   feaspump         :     131.18       0.00          1          0
1797.01/1797.37	c   clique           :       0.00       0.00          0          0
1797.01/1797.37	c   indcoefdiving    :       0.00       0.00          0          0
1797.01/1797.37	c   coefdiving       :      62.45       0.00          2          0
1797.01/1797.37	c   indrounding      :       0.00       0.00          0          0
1797.01/1797.37	c   pscostdiving     :      99.49       0.00          2          0
1797.01/1797.37	c   nlpdiving        :       0.00       0.00          0          0
1797.01/1797.37	c   fracdiving       :     113.00       0.00          2          0
1797.01/1797.37	c   veclendiving     :     104.25       0.00          1          0
1797.01/1797.37	c   intdiving        :       0.00       0.00          0          0
1797.01/1797.37	c   actconsdiving    :       0.00       0.00          0          0
1797.01/1797.37	c   objpscostdiving  :       0.03       0.00          1          0
1797.01/1797.37	c   rootsoldiving    :       0.03       0.00          1          0
1797.01/1797.37	c   linesearchdiving :       0.01       0.00          1          0
1797.01/1797.37	c   guideddiving     :       0.00       0.00          0          0
1797.01/1797.37	c   octane           :       0.00       0.00          0          0
1797.01/1797.37	c   rens             :       2.27       0.00          1          0
1797.01/1797.37	c   rins             :       0.00       0.00          0          0
1797.01/1797.37	c   localbranching   :       0.00       0.00          0          0
1797.01/1797.37	c   mutation         :       0.00       0.00          0          0
1797.01/1797.37	c   dins             :       0.00       0.00          0          0
1797.01/1797.37	c   vbounds          :       0.00       0.00          0          0
1797.01/1797.37	c   undercover       :       0.00       0.00          0          0
1797.01/1797.37	c   subnlp           :       0.00       0.00          0          0
1797.01/1797.37	c   trysol           :       0.00       0.00          0          0
1797.01/1797.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1797.01/1797.37	c   primal LP        :       0.23          1          0       0.00       0.00       0.23          1
1797.01/1797.37	c   dual LP          :      75.95         28      16261     602.26     214.10       0.14          1
1797.01/1797.37	c   lex dual LP      :       0.00          0          0       0.00          -
1797.01/1797.37	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1797.01/1797.37	c   diving/probing LP:     453.09       1477      43377      29.37      95.74
1797.01/1797.37	c   strong branching :     927.43        385      96823     251.49     104.40
1797.01/1797.37	c     (at root node) :          -         17       6673     392.53          -
1797.01/1797.37	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.37	c B&B Tree           :
1797.01/1797.37	c   number of runs   :          1
1797.01/1797.37	c   nodes            :         21
1797.01/1797.37	c   nodes (total)    :         21
1797.01/1797.37	c   nodes left       :         22
1797.01/1797.37	c   max depth        :         14
1797.01/1797.37	c   max depth (total):         14
1797.01/1797.37	c   backtracks       :          4 (19.0%)
1797.01/1797.37	c   delayed cutoffs  :          0
1797.01/1797.37	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.01/1797.37	c   avg switch length:       1.48
1797.01/1797.37	c   switching time   :       0.34
1797.01/1797.37	c Solution           :
1797.01/1797.37	c   Solutions found  :          0 (0 improvements)
1797.01/1797.37	c   Primal Bound     :          -
1797.01/1797.37	c   Dual Bound       : +0.00000000000000e+00
1797.01/1797.37	c   Gap              :   infinite
1797.01/1797.37	c   Root Dual Bound  : +0.00000000000000e+00
1797.01/1797.37	c   Root Iterations  :      30091
1797.91/1798.21	c Time complete: 1797.92.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3692968-1338041192/watcher-3692968-1338041192 -o /tmp/evaluation-result-3692968-1338041192/solver-3692968-1338041192 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692968-1338041192.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 9493
/proc/meminfo: memFree=28349836/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=10288 CPUtime=0 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 1296 0 0 0 0 0 0 0 20 0 1 0 270244845 10534912 1250 33554432000 4194304 10169799 140733378263360 140733556258872 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 2572 1258 409 1459 0 1104 0

[startup+0.0807801 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 9493
/proc/meminfo: memFree=28349836/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=21156 CPUtime=0.07 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 4042 0 0 0 7 0 0 0 20 0 1 0 270244845 21663744 3996 33554432000 4194304 10169799 140733378263360 140733556258872 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 5289 3996 409 1459 0 3821 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21156

[startup+0.100355 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 9493
/proc/meminfo: memFree=28349836/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=24360 CPUtime=0.09 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 4813 0 0 0 9 0 0 0 20 0 1 0 270244845 24944640 4767 33554432000 4194304 10169799 140733378263360 140733556258872 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 6090 4767 409 1459 0 4622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24360

[startup+0.300358 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 9493
/proc/meminfo: memFree=28349836/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=49496 CPUtime=0.29 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 11129 0 0 0 28 1 0 0 20 0 1 0 270244845 50683904 11083 33554432000 4194304 10169799 140733378263360 140733378129016 8779520 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 12374 11083 409 1459 0 10906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49496

[startup+0.700352 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 9493
/proc/meminfo: memFree=28349836/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=99296 CPUtime=0.69 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 23532 0 0 0 65 4 0 0 20 0 1 0 270244845 101679104 23486 33554432000 4194304 10169799 140733378263360 140733378129016 4195176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 24824 23486 409 1459 0 23356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99296

[startup+1.50036 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9494
/proc/meminfo: memFree=28135804/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=419012 CPUtime=1.48 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 101594 0 0 0 133 15 0 0 20 0 1 0 270244845 429068288 101490 33554432000 4194304 10169799 140733378263360 140733378260328 5281877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 104753 101490 497 1459 0 103285 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 419012

[startup+3.10037 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27984960/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=418664 CPUtime=3.09 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 109917 0 0 0 212 97 0 0 20 0 1 0 270244845 428711936 100487 33554432000 4194304 10169799 140733378263360 140733378261512 4511099 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 104666 100487 558 1459 0 103198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 418664

[startup+6.30036 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27909472/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=461240 CPUtime=6.29 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 143714 0 0 0 414 215 0 0 20 0 1 0 270244845 472309760 110658 33554432000 4194304 10169799 140733378263360 140733378260568 5281219 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 115310 110658 592 1459 0 113842 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 461240

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27453844/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=971608 CPUtime=12.69 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 205115 0 0 0 1037 232 0 0 20 0 1 0 270244845 994926592 226841 33554432000 4194304 10169799 140733378263360 140733378256728 8044557 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 242902 226841 771 1459 0 241434 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 971608

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27392892/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=998392 CPUtime=25.48 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 208915 0 0 0 2314 234 0 0 20 0 1 0 270244845 1022353408 239325 33554432000 4194304 10169799 140733378263360 140733378254936 8044195 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 249598 239325 786 1459 0 248130 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 998392

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 9494
/proc/meminfo: memFree=27392116/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=998392 CPUtime=51.09 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 208996 0 0 0 4872 237 0 0 20 0 1 0 270244845 1022353408 239406 33554432000 4194304 10169799 140733378263360 140733378254936 7704912 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 249598 239406 786 1459 0 248130 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 998392

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 9494
/proc/meminfo: memFree=27336288/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=998392 CPUtime=102.28 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 209057 0 0 0 9988 240 0 0 20 0 1 0 270244845 1022353408 239451 33554432000 4194304 10169799 140733378263360 140733378255672 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 249598 239451 789 1459 0 248130 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 998392

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 9494
/proc/meminfo: memFree=27306912/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=998392 CPUtime=162.26 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 210695 0 0 0 15979 247 0 0 20 0 1 0 270244845 1022353408 241089 33554432000 4194304 10169799 140733378263360 140733378259672 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 249598 241089 807 1459 0 248130 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 998392

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9498
/proc/meminfo: memFree=27240856/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1031140 CPUtime=222.26 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 215080 0 0 0 21967 259 0 0 20 0 1 0 270244845 1055887360 251168 33554432000 4194304 10169799 140733378263360 140733378259672 7282800 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 257785 251168 821 1459 0 256317 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1031140

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9498
/proc/meminfo: memFree=27265536/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1016344 CPUtime=282.25 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 215488 0 0 0 27962 263 0 0 20 0 1 0 270244845 1040736256 244926 33554432000 4194304 10169799 140733378263360 140733378257032 7591875 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 254086 244926 821 1459 0 252618 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1016344

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9498
/proc/meminfo: memFree=27199024/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1088012 CPUtime=342.23 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 219663 0 0 0 33952 271 0 0 20 0 1 0 270244845 1114124288 261542 33554432000 4194304 10169799 140733378263360 140733378259896 7271351 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 272003 261542 821 1459 0 270535 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1088012

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 9498
/proc/meminfo: memFree=27180264/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1092520 CPUtime=402.23 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 221595 0 0 0 39948 275 0 0 20 0 1 0 270244845 1118740480 261637 33554432000 4194304 10169799 140733378263360 140733378259672 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 273130 261637 821 1459 0 271662 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1092520

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 9498
/proc/meminfo: memFree=27192352/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1076088 CPUtime=462.22 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 287783 0 0 0 45896 326 0 0 20 0 1 0 270244845 1101914112 258339 33554432000 4194304 10169799 140733378263360 140733378257224 8036954 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 269022 258339 857 1459 0 267554 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1076088

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 9498
/proc/meminfo: memFree=27190776/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1076364 CPUtime=522.21 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 287807 0 0 0 51892 329 0 0 20 0 1 0 270244845 1102196736 258879 33554432000 4194304 10169799 140733378263360 140733378257640 8044590 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 269091 258879 858 1459 0 267623 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1076364

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 9499
/proc/meminfo: memFree=27188852/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1076504 CPUtime=582.2 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 287827 0 0 0 57886 334 0 0 20 0 1 0 270244845 1102340096 259326 33554432000 4194304 10169799 140733378263360 140733378257960 8009536 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 269126 259326 858 1459 0 267658 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1076504

[startup+642.3 s]

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

/proc/meminfo: memFree=27172548/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1122.11 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 111843 368 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257816 7908798 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1101284

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9504
/proc/meminfo: memFree=27179868/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1182.1 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 117840 370 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257816 7909141 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1101284

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9504
/proc/meminfo: memFree=27141456/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1242.09 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 123836 373 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257432 7907794 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1101284

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9504
/proc/meminfo: memFree=27140836/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1302.09 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 129832 377 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257432 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1101284

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9504
/proc/meminfo: memFree=27150020/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1362.08 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 135826 382 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378258344 7703712 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1101284

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9507
/proc/meminfo: memFree=27154912/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1422.07 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 141821 386 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257960 7591875 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1101284

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 9508
/proc/meminfo: memFree=27155168/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1482.05 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 147815 390 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378258376 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1101284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9508
/proc/meminfo: memFree=27155292/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1542.05 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 153811 394 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257960 8009833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1101284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9508
/proc/meminfo: memFree=27154300/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1602.04 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 159807 397 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257960 8044595 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1101284

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9508
/proc/meminfo: memFree=27154176/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1662.03 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 165801 402 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257960 7909136 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1101284

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 9509
/proc/meminfo: memFree=27154044/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1722.02 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 171796 406 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257960 7703316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1101284

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9548
/proc/meminfo: memFree=27228240/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1782.01 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 177790 411 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257688 8030626 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1101284

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9548
/proc/meminfo: memFree=27127632/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1791.62 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 178750 412 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378258376 7908970 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 1101284

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9548
/proc/meminfo: memFree=26743824/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1794.82 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 179070 412 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257960 8044595 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 1101284

[startup+1796.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9548
/proc/meminfo: memFree=26741652/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1796.41 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289186 0 0 0 179229 412 0 0 20 0 1 0 270244845 1127714816 267401 33554432000 4194304 10169799 140733378263360 140733378257640 8061104 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267401 859 1459 0 273853 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 1101284

[startup+1797.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9548
/proc/meminfo: memFree=26726636/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1101284 CPUtime=1797.21 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289189 0 0 0 179309 412 0 0 20 0 1 0 270244845 1127714816 267404 33554432000 4194304 10169799 140733378263360 140733378258376 5058782 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 275321 267404 862 1459 0 273853 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 1101284

[startup+1797.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9548
/proc/meminfo: memFree=26726636/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1097792 CPUtime=1797.6 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289189 0 0 0 179348 412 0 0 20 0 1 0 270244845 1124139008 266531 33554432000 4194304 10169799 140733378263360 140733378258376 5281808 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 274448 266531 862 1459 0 272980 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (KiB) 1097792

[startup+1798.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9548
/proc/meminfo: memFree=26726636/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=1047836 CPUtime=1797.81 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289189 0 0 0 179368 413 0 0 20 0 1 0 270244845 1072984064 254144 33554432000 4194304 10169799 140733378263360 140733378258376 8989847 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 261959 254144 862 1459 0 260491 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 1047836

[startup+1798.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9548
/proc/meminfo: memFree=26726636/32873844 swapFree=7616/7616
[pid=9493] ppid=9491 vsize=858448 CPUtime=1797.91 cores=1,3,5,7
/proc/9493/stat : 9493 (scip-2.1.1.4sfi) R 9491 9493 5654 0 -1 4202496 289189 0 0 0 179377 414 0 0 20 0 1 0 270244845 879050752 211647 33554432000 4194304 10169799 140733378263360 140733378258376 8989847 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9493/statm: 214612 211647 862 1459 0 213144 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 858448

Child status: 0
Real time (s): 1798.22
CPU time (s): 1797.94
CPU user time (s): 1793.78
CPU system time (s): 4.15637
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1361416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 4.15637
maximum resident set size= 1330136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289191
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= 17
involuntary context switches= 1848

runsolver used 8.82866 second user time and 10.7814 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-26 16:06:32
IDJOB=3692968
IDBENCH=89728
IDSOLVER=2272
FILE ID=node130/3692968-1338041192
RUNJOBID= node130-1338029673-6803
PBS_JOBID= 14624341
Free space on /tmp= 71368 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-76.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692968-1338041192/watcher-3692968-1338041192 -o /tmp/evaluation-result-3692968-1338041192/solver-3692968-1338041192 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692968-1338041192.opb -t 1800 -m 15500

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1935632685

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28350736 kB
Buffers:          245048 kB
Cached:          2739912 kB
SwapCached:            0 kB
Active:          1597496 kB
Inactive:        2142684 kB
Active(anon):     758000 kB
Inactive(anon):        0 kB
Active(file):     839496 kB
Inactive(file):  2142684 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             48988 kB
Writeback:             0 kB
AnonPages:        763088 kB
Mapped:            17572 kB
Shmem:               200 kB
Slab:             640848 kB
SReclaimable:      82784 kB
SUnreclaim:       558064 kB
KernelStack:        1448 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     892876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71336 MiB
End job on node130 at 2012-05-26 16:36:31