Trace number 3692969

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.36 1797.66

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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-3692969-1338041144.opb>
0.58/0.61	c original problem has 10086 variables (10086 bin, 0 int, 0 impl, 0 cont) and 226240 constraints
0.58/0.61	c problem read in 0.61
1.19/1.22	c presolving:
2.48/2.57	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 108276 impls, 366 clqs
2.89/2.96	c (round 2) 1 del vars, 18 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226272 upgd conss, 108276 impls, 366 clqs
3.20/3.21	c (round 3) 1 del vars, 62 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226272 upgd conss, 108276 impls, 366 clqs
7.78/7.82	c    (7.8s) probing: 531/10085 (5.3%) - 0 fixings, 0 aggregations, 22790 implications, 0 bound changes
7.78/7.82	c    (7.8s) probing aborted: 50/50 successive totally useless probings
8.29/8.33	c presolving (4 rounds):
8.29/8.33	c  1 deleted vars, 70 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
8.29/8.33	c  153856 implications, 366 cliques
8.29/8.33	c presolved problem has 10085 variables (10085 bin, 0 int, 0 impl, 0 cont) and 226170 constraints
8.29/8.33	c   22570 constraints of type <knapsack>
8.29/8.33	c   48174 constraints of type <setppc>
8.29/8.33	c       2 constraints of type <linear>
8.29/8.33	c  155424 constraints of type <logicor>
8.29/8.33	c transformed objective value is always integral (scale: 1)
8.29/8.33	c Presolving Time: 7.56
8.29/8.33	c - non default parameters ----------------------------------------------------------------------
8.29/8.33	c # SCIP version 2.1.1.4
8.29/8.33	c 
8.29/8.33	c # maximal time in seconds to run
8.29/8.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.29/8.33	c limits/time = 1797
8.29/8.33	c 
8.29/8.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.29/8.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.29/8.33	c limits/memory = 13950
8.29/8.33	c 
8.29/8.33	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.29/8.33	c # [type: int, range: [1,2], default: 1]
8.29/8.33	c timing/clocktype = 2
8.29/8.33	c 
8.29/8.33	c # belongs reading time to solving time?
8.29/8.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.29/8.33	c timing/reading = TRUE
8.29/8.33	c 
8.29/8.33	c -----------------------------------------------------------------------------------------------
8.29/8.33	c start solving
8.29/8.34	c 
11.19/11.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.19/11.28	c  11.3s|     1 |     0 |  1912 |     - | 351M|   0 | 761 |  10k| 226k|  10k| 226k|   0 |  47 |   0 | 0.000000e+00 |      --      |    Inf 
91.28/91.35	c  91.3s|     1 |     0 | 18285 |     - | 357M|   0 |1208 |  10k| 226k|  10k| 226k|  11 |  47 |   0 | 0.000000e+00 |      --      |    Inf 
119.37/119.48	c   119s|     1 |     0 | 20515 |     - | 358M|   0 |2314 |  10k| 226k|  10k| 226k|  19 |  47 |   0 | 0.000000e+00 |      --      |    Inf 
148.56/148.67	c   149s|     1 |     0 | 21351 |     - | 360M|   0 |2527 |  10k| 226k|  10k| 226k|  43 |  47 |   0 | 0.000000e+00 |      --      |    Inf 
180.37/180.43	c   180s|     1 |     0 | 23757 |     - | 363M|   0 |2768 |  10k| 226k|  10k| 226k|  57 |  47 |   0 | 0.000000e+00 |      --      |    Inf 
209.25/209.36	c   209s|     1 |     0 | 24197 |     - | 364M|   0 |3032 |  10k| 226k|  10k| 226k|  75 |  47 |   0 | 0.000000e+00 |      --      |    Inf 
240.44/240.58	c   241s|     1 |     0 | 24786 |     - | 367M|   0 |3348 |  10k| 226k|  10k| 226k|  89 |  47 |   0 | 0.000000e+00 |      --      |    Inf 
266.84/266.92	c   267s|     1 |     2 | 24786 |     - | 367M|   0 |3348 |  10k| 226k|  10k| 226k|  89 |  47 |  17 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.03	c 
1796.70/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.03	c Solving Time (sec) : 1797.03
1796.70/1797.03	c Solving Nodes      : 13
1796.70/1797.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.03	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.03	c Gap                : infinite
1796.70/1797.03	s UNKNOWN
1796.70/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.03	c Total Time         :    1797.03
1796.70/1797.03	c   solving          :    1797.03
1796.70/1797.03	c   presolving       :       7.56 (included in solving)
1796.70/1797.03	c   reading          :       0.61 (included in solving)
1796.70/1797.03	c   copying          :       0.34 (1 #copies) (minimal 0.34, maximal 0.34, average 0.34)
1796.70/1797.03	c Original Problem   :
1796.70/1797.03	c   Problem name     : HOME/instance-3692969-1338041144.opb
1796.70/1797.03	c   Variables        : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.03	c   Constraints      : 226240 initial, 226240 maximal
1796.70/1797.03	c   Objective sense  : minimize
1796.70/1797.03	c Presolved Problem  :
1796.70/1797.03	c   Problem name     : t_HOME/instance-3692969-1338041144.opb
1796.70/1797.03	c   Variables        : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.03	c   Constraints      : 226170 initial, 226274 maximal
1796.70/1797.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   gateextraction   :       0.06       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   components       :       0.10       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   probing          :       4.40       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   knapsack         :       0.10       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c   setppc           :       0.11       0.00          0          0          0          0          0         44          0          0          0
1796.70/1797.03	c   linear           :       1.19       0.00          0          1          0          0          0         10          0          9          0
1796.70/1797.03	c   logicor          :       0.58       0.41          0          0          0          0          0         16          0          0          0
1796.70/1797.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.03	c   integral         :          0          0          0          0         13          0          4          0          0          0          0          0         26
1796.70/1797.03	c   knapsack         :      22570      22570          6       4385          0          0          3         46          8          0         56          0          0
1796.70/1797.03	c   setppc           :      48174      48174          6       4377          0          0          2        240          0        399          0          0          0
1796.70/1797.03	c   linear           :          2          2          6       3397          0          0          0         18          1          0          0          0          0
1796.70/1797.03	c   logicor          :     155424+    155528          6       3141          0          0          0        273         17          0          0          0          0
1796.70/1797.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.03	c   integral         :     271.13       0.00       0.00       0.00     271.13       0.00       0.00       0.00
1796.70/1797.03	c   knapsack         :       3.02       0.00       0.11       2.90       0.00       0.00       0.01       0.00
1796.70/1797.03	c   setppc           :       6.46       0.00       0.02       6.45       0.00       0.00       0.00       0.00
1796.70/1797.03	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.03	c   logicor          :       0.86       0.41       0.07       0.38       0.00       0.00       0.00       0.00
1796.70/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.03	c   rootredcost      :          0          0          0          0
1796.70/1797.03	c   pseudoobj        :          0          0          0          0
1796.70/1797.03	c   vbounds          :          0          0          0          0
1796.70/1797.03	c   redcost          :         19          0          0          0
1796.70/1797.03	c   probing          :          0          0          0          0
1796.70/1797.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.03	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.03	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.03	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.03	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.03	c   probing          :       4.40       0.00       4.40       0.00       0.00
1796.70/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.03	c   propagation      :       0.00         26         26         98       23.3          5       46.0          -
1796.70/1797.03	c   infeasible LP    :       0.01          2          2         26       34.7          0        0.0          0
1796.70/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.03	c   applied globally :          -          -          -        104       27.7          -          -          -
1796.70/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.03	c   cut pool         :       0.00                     5          -          -         83          -    (maximal pool size: 1383)
1796.70/1797.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   impliedbounds    :       0.01       0.00          6          0          0         23          0
1796.70/1797.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   gomory           :       2.42       0.00          6          0          0        300          0
1796.70/1797.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.03	c   strongcg         :       6.57       0.00          6          0          0       3000          0
1796.70/1797.04	c   cmir             :      15.93       0.00          6          0          0          0          0
1796.70/1797.04	c   flowcover        :     134.40       0.00          6          0          0         29          0
1796.70/1797.04	c   clique           :       0.45       0.00          6          0          0         41          0
1796.70/1797.04	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   mcf              :       0.39       0.00          1          0          0          0          0
1796.70/1797.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.04	c   problem variables:       0.00          -          0          0
1796.70/1797.04	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.04	c   relpscost        :     271.13       0.00         13          0          0          0          0         26
1796.70/1797.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.04	c   LP solutions     :       0.00          -          -          0
1796.70/1797.04	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.04	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.04	c   crossover        :       0.00       0.00          0          0
1796.70/1797.04	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.04	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.04	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.04	c   trivial          :       0.02       0.00          2          0
1796.70/1797.04	c   shiftandpropagate:       1.13       0.00          1          0
1796.70/1797.04	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.04	c   zirounding       :       0.14       0.00          0          0
1796.70/1797.04	c   rounding         :       0.24       0.00         19          0
1796.70/1797.04	c   shifting         :       0.64       0.00          7          0
1796.70/1797.04	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.04	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.04	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.04	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.04	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.04	c   feaspump         :      53.95       0.00          1          0
1796.70/1797.04	c   clique           :       0.00       0.00          0          0
1796.70/1797.04	c   coefdiving       :      30.51       0.00          1          0
1796.70/1797.04	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.04	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.04	c   pscostdiving     :      71.57       0.00          1          0
1796.70/1797.04	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.04	c   fracdiving       :      57.54       0.00          1          0
1796.70/1797.04	c   veclendiving     :      52.42       0.00          1          0
1796.70/1797.04	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.04	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.04	c   objpscostdiving  :    1057.29       0.00          1          0
1796.70/1797.04	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.04	c   octane           :       0.00       0.00          0          0
1796.70/1797.04	c   rens             :       1.28       0.00          1          0
1796.70/1797.04	c   rins             :       0.00       0.00          0          0
1796.70/1797.04	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.04	c   mutation         :       0.00       0.00          0          0
1796.70/1797.04	c   dins             :       0.00       0.00          0          0
1796.70/1797.04	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.04	c   undercover       :       0.00       0.00          0          0
1796.70/1797.04	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.04	c   trysol           :       0.00       0.00          0          0
1796.70/1797.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.04	c   primal LP        :       0.13          1          0       0.00       0.00       0.13          1
1796.70/1797.04	c   dual LP          :      29.68         20      13500     710.53     454.83       0.08          1
1796.70/1797.04	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.04	c   diving/probing LP:    1283.05       1714     177143     103.35     138.06
1796.70/1797.04	c   strong branching :     271.02        221      55043     249.06     203.10
1796.70/1797.04	c     (at root node) :          -         17       4267     251.00          -
1796.70/1797.04	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.04	c B&B Tree           :
1796.70/1797.04	c   number of runs   :          1
1796.70/1797.04	c   nodes            :         13
1796.70/1797.04	c   nodes (total)    :         13
1796.70/1797.04	c   nodes left       :         14
1796.70/1797.04	c   max depth        :          6
1796.70/1797.04	c   max depth (total):          6
1796.70/1797.04	c   backtracks       :          4 (30.8%)
1796.70/1797.04	c   delayed cutoffs  :          0
1796.70/1797.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.04	c   avg switch length:       1.77
1796.70/1797.04	c   switching time   :       0.18
1796.70/1797.04	c Solution           :
1796.70/1797.04	c   Solutions found  :          0 (0 improvements)
1796.70/1797.04	c   Primal Bound     :          -
1796.70/1797.04	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.04	c   Gap              :   infinite
1796.70/1797.04	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.04	c   Root Iterations  :      24786
1797.30/1797.65	c Time complete: 1797.35.

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-3692969-1338041144/watcher-3692969-1338041144 -o /tmp/evaluation-result-3692969-1338041144/solver-3692969-1338041144 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692969-1338041144.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/176 10180
/proc/meminfo: memFree=27483776/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 1269 0 0 0 0 0 0 0 20 0 1 0 270239849 10366976 1223 33554432000 4194304 10169799 140735511863760 140733247891464 7543003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 2531 1223 409 1459 0 1063 0

[startup+0.095518 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 10180
/proc/meminfo: memFree=27483776/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=21744 CPUtime=0.08 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 4188 0 0 0 8 0 0 0 20 0 1 0 270239849 22265856 4142 33554432000 4194304 10169799 140735511863760 140733247891464 7546672 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 5436 4142 409 1459 0 3968 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21744

[startup+0.100223 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 10180
/proc/meminfo: memFree=27483776/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=23100 CPUtime=0.09 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 4498 0 0 0 9 0 0 0 20 0 1 0 270239849 23654400 4452 33554432000 4194304 10169799 140735511863760 140733247891464 8982256 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 5775 4452 409 1459 0 4307 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23100

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 10180
/proc/meminfo: memFree=27483776/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=49516 CPUtime=0.29 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 11134 0 0 0 28 1 0 0 20 0 1 0 270239849 50704384 11088 33554432000 4194304 10169799 140735511863760 140735511730088 7169570 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 12379 11088 409 1459 0 10911 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49516

[startup+0.700232 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 10180
/proc/meminfo: memFree=27483776/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=135644 CPUtime=0.69 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 32612 0 0 0 65 4 0 0 20 0 1 0 270239849 138899456 32446 33554432000 4194304 10169799 140735511863760 140735511730088 7543003 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 33911 32446 460 1459 0 32443 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135644

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=27212936/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=307696 CPUtime=1.49 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 87143 0 0 0 132 17 0 0 20 0 1 0 270239849 315080704 74443 33554432000 4194304 10169799 140735511863760 140735511862456 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 76924 74443 554 1459 0 75456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 307696

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=27146844/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=356364 CPUtime=3.09 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 116009 0 0 0 270 39 0 0 20 0 1 0 270239849 364916736 86263 33554432000 4194304 10169799 140735511863760 140735511861912 7542268 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 89091 86263 592 1459 0 87623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 356364

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=27135304/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=360136 CPUtime=6.29 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 117021 0 0 0 585 44 0 0 20 0 1 0 270239849 368779264 87222 33554432000 4194304 10169799 140735511863760 140735511861272 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 90034 87222 616 1459 0 88566 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 360136

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=26725284/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=792264 CPUtime=12.69 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 170218 0 0 0 1214 55 0 0 20 0 1 0 270239849 811278336 189648 33554432000 4194304 10169799 140735511863760 140735511856072 7704957 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/10180/statm: 198066 189648 786 1459 0 196598 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 792264

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=26725204/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=792264 CPUtime=25.48 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 170371 0 0 0 2492 56 0 0 20 0 1 0 270239849 811278336 189801 33554432000 4194304 10169799 140735511863760 140735511856072 8004337 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 198066 189801 786 1459 0 196598 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 792264

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=26720400/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=792264 CPUtime=51.08 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 170550 0 0 0 5049 59 0 0 20 0 1 0 270239849 811278336 190457 33554432000 4194304 10169799 140735511863760 140735511855336 8044389 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 198066 190457 786 1459 0 196598 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 792264

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=26713652/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=792264 CPUtime=102.28 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 171739 0 0 0 10165 63 0 0 20 0 1 0 270239849 811278336 191971 33554432000 4194304 10169799 140735511863760 140735511860072 7280666 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 198066 191971 818 1459 0 196598 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 792264

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=26674820/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=829800 CPUtime=162.26 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 175595 0 0 0 16161 65 0 0 20 0 1 0 270239849 849715200 201648 33554432000 4194304 10169799 140735511863760 140735511860072 7280635 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 207450 201648 819 1459 0 205982 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 829800

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10181
/proc/meminfo: memFree=26627972/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=880384 CPUtime=222.25 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 177685 0 0 0 22157 68 0 0 20 0 1 0 270239849 901513216 213447 33554432000 4194304 10169799 140735511863760 140735511860072 7280659 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 220096 213447 820 1459 0 218628 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 880384

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10185
/proc/meminfo: memFree=26647696/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=846268 CPUtime=282.24 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 227436 0 0 0 28140 84 0 0 20 0 1 0 270239849 866578432 208612 33554432000 4194304 10169799 140735511863760 140735511858328 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 211567 208612 856 1459 0 210099 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 846268

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10185
/proc/meminfo: memFree=26630452/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=863660 CPUtime=342.23 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 227613 0 0 0 34134 89 0 0 20 0 1 0 270239849 884387840 212877 33554432000 4194304 10169799 140735511863760 140735511858360 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 215915 212877 856 1459 0 214447 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 863660

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10185
/proc/meminfo: memFree=26630080/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=863660 CPUtime=402.21 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 227671 0 0 0 40129 92 0 0 20 0 1 0 270239849 884387840 212935 33554432000 4194304 10169799 140735511863760 140735511858360 8009950 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 215915 212935 856 1459 0 214447 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 863660

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10185
/proc/meminfo: memFree=26604496/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=899700 CPUtime=462.21 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 228750 0 0 0 46125 96 0 0 20 0 1 0 270239849 921292800 219140 33554432000 4194304 10169799 140735511863760 140735511857752 7907771 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 224925 219140 856 1459 0 223457 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 899700

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10185
/proc/meminfo: memFree=26661928/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=862908 CPUtime=522.2 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 230251 0 0 0 52119 101 0 0 20 0 1 0 270239849 883617792 210196 33554432000 4194304 10169799 140735511863760 140735511858744 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 215727 210196 856 1459 0 214259 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 862908

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10186
/proc/meminfo: memFree=26648844/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=862908 CPUtime=582.19 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 230669 0 0 0 58114 105 0 0 20 0 1 0 270239849 883617792 213441 33554432000 4194304 10169799 140735511863760 140735511858456 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 215727 213441 856 1459 0 214259 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 862908

[startup+642.3 s]

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

/proc/meminfo: memFree=27955384/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1122.1 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 112062 148 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8009536 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 917260

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 10229
/proc/meminfo: memFree=27955384/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1182.09 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 118057 152 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511857800 8009626 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 917260

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 10230
/proc/meminfo: memFree=27954768/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1242.08 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 124052 156 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8009908 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 917260

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10230
/proc/meminfo: memFree=27954652/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1302.08 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 130047 161 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8009833 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 917260

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10230
/proc/meminfo: memFree=27949944/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1362.06 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 136042 164 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8009811 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 917260

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10230
/proc/meminfo: memFree=27949820/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1422.06 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 142038 168 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8061242 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 917260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10233
/proc/meminfo: memFree=27948072/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1482.04 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 148032 172 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858184 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 917260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10234
/proc/meminfo: memFree=27948756/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1542.04 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 154027 177 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8009933 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 917260

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 10234
/proc/meminfo: memFree=27948508/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1602.02 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 160021 181 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 7582237 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 917260

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 10234
/proc/meminfo: memFree=27948508/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1662.01 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 166016 185 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 917260

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 10234
/proc/meminfo: memFree=27948512/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1722 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 172011 189 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 7707169 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 917260

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 10234
/proc/meminfo: memFree=27948140/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1782 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 178007 193 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8009862 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 917260

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

[startup+1785.5 s]
/proc/loadavg: 2.09 2.03 2.01 3/176 10234
/proc/meminfo: memFree=27948140/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1785.2 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 178327 193 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858456 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 917260

[startup+1791.91 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 10235
/proc/meminfo: memFree=27948140/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1791.6 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 178967 193 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 7704912 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 917260

[startup+1795.1 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 10235
/proc/meminfo: memFree=27948140/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1794.8 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 179286 194 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8004980 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 917260

[startup+1796.7 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 10235
/proc/meminfo: memFree=27948140/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=917260 CPUtime=1796.4 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232425 0 0 0 179446 194 0 0 20 0 1 0 270239849 939274240 226577 33554432000 4194304 10169799 140735511863760 140735511858088 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 229315 226577 857 1459 0 227847 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 917260

[startup+1797.1 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 10235
/proc/meminfo: memFree=27948140/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=852368 CPUtime=1796.8 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232428 0 0 0 179486 194 0 0 20 0 1 0 270239849 872824832 211968 33554432000 4194304 10169799 140735511863760 140735511861608 7988548 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 213092 211968 860 1459 0 211624 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 852368

[startup+1797.5 s]
/proc/loadavg: 2.07 2.03 2.01 3/177 10235
/proc/meminfo: memFree=28007464/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=847780 CPUtime=1797.2 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232428 0 0 0 179526 194 0 0 20 0 1 0 270239849 868126720 210821 33554432000 4194304 10169799 140735511863760 140735511861576 7547313 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 211945 210821 860 1459 0 210477 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 847780

[startup+1797.6 s]
/proc/loadavg: 2.07 2.03 2.01 3/177 10235
/proc/meminfo: memFree=28007464/32873648 swapFree=6856/6856
[pid=10180] ppid=10178 vsize=780760 CPUtime=1797.3 cores=0,2,4,6
/proc/10180/stat : 10180 (scip-2.1.1.4sfi) R 10178 10180 7220 0 -1 4202496 232428 0 0 0 179535 195 0 0 20 0 1 0 270239849 799498240 194176 33554432000 4194304 10169799 140735511863760 140735511861576 5670280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10180/statm: 195190 194176 860 1459 0 193722 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (KiB) 780760

Child status: 0
Real time (s): 1797.66
CPU time (s): 1797.36
CPU user time (s): 1795.4
CPU system time (s): 1.9657
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 1079520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.4
system time used= 1.9657
maximum resident set size= 1064200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232430
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= 15
involuntary context switches= 2125

runsolver used 3.36949 second user time and 8.17076 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 16:05:44
IDJOB=3692969
IDBENCH=89703
IDSOLVER=2272
FILE ID=node125/3692969-1338041144
RUNJOBID= node125-1338029661-8139
PBS_JOBID= 14624346
Free space on /tmp= 71260 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-91.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-3692969-1338041144/watcher-3692969-1338041144 -o /tmp/evaluation-result-3692969-1338041144/solver-3692969-1338041144 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692969-1338041144.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=1436281379

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27484512 kB
Buffers:          250232 kB
Cached:          2920388 kB
SwapCached:            0 kB
Active:          2548444 kB
Inactive:        2054764 kB
Active(anon):    1435476 kB
Inactive(anon):        0 kB
Active(file):    1112968 kB
Inactive(file):  2054764 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22908 kB
Writeback:             0 kB
AnonPages:       1409360 kB
Mapped:            17428 kB
Shmem:               200 kB
Slab:             642000 kB
SReclaimable:      86176 kB
SUnreclaim:       555824 kB
KernelStack:        1472 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1563692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1099776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-26 16:35:42