Trace number 3452474

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.52 1800.5

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_10.opb
MD5SUM904168892843efef74e3394360b8d762
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
Optimality of the best value was proved NO
Number of variables40363
Total number of constraints154319
Number of constraints which are clauses154296
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint1
Maximum length of a constraint1952
Number of terms in the objective function 1952
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1952
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1988
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452474-1307101512.opb>
0.89/0.98	c original problem has 40363 variables (40363 bin, 0 int, 0 impl, 0 cont) and 154319 constraints
0.89/0.98	c problem read
0.89/0.98	c presolving settings loaded
1.39/1.47	c presolving:
2.11/2.18	c (round 1) 1894 del vars, 3739 del conss, 0 add conss, 5 chg bounds, 22 chg sides, 22 chg coeffs, 0 upgd conss, 1420138 impls, 0 clqs
2.11/2.20	c (round 2) 1894 del vars, 3805 del conss, 0 add conss, 5 chg bounds, 22 chg sides, 22 chg coeffs, 0 upgd conss, 1420138 impls, 0 clqs
2.59/2.69	c (round 3) 1894 del vars, 3805 del conss, 0 add conss, 5 chg bounds, 22 chg sides, 22 chg coeffs, 150514 upgd conss, 1420138 impls, 0 clqs
10.49/10.52	c    (10.5s) probing: 405/38469 (1.1%) - 0 fixings, 2 aggregations, 28291 implications, 0 bound changes
10.49/10.52	c    (10.5s) probing aborted: 100/100 successive totally useless probings
10.49/10.52	c presolving (4 rounds):
10.49/10.52	c  1896 deleted vars, 3805 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 22 changed sides, 22 changed coefficients
10.49/10.52	c  1474342 implications, 0 cliques
10.49/10.52	c presolved problem has 38467 variables (38467 bin, 0 int, 0 impl, 0 cont) and 150514 constraints
10.49/10.52	c       1 constraints of type <knapsack>
10.49/10.52	c  113986 constraints of type <setppc>
10.49/10.52	c   36527 constraints of type <logicor>
10.49/10.52	c transformed objective value is always integral (scale: 1)
10.49/10.52	c Presolving Time: 9.40
10.49/10.52	c - non default parameters ----------------------------------------------------------------------
10.49/10.52	c # SCIP version 2.0.1.4
10.49/10.52	c 
10.49/10.52	c # frequency for displaying node information lines
10.49/10.52	c # [type: int, range: [-1,2147483647], default: 100]
10.49/10.52	c display/freq = 10000
10.49/10.52	c 
10.49/10.52	c # maximal time in seconds to run
10.49/10.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.49/10.52	c limits/time = 1800
10.49/10.52	c 
10.49/10.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.49/10.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.49/10.52	c limits/memory = 13950
10.49/10.52	c 
10.49/10.52	c # default clock type (1: CPU user seconds, 2: wall clock time)
10.49/10.52	c # [type: int, range: [1,2], default: 1]
10.49/10.52	c timing/clocktype = 2
10.49/10.52	c 
10.49/10.52	c # belongs reading time to solving time?
10.49/10.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.49/10.52	c timing/reading = TRUE
10.49/10.52	c 
10.49/10.52	c # should presolving try to simplify inequalities
10.49/10.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.49/10.52	c constraints/linear/simplifyinequalities = TRUE
10.49/10.52	c 
10.49/10.52	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
10.49/10.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.49/10.52	c constraints/indicator/addCouplingCons = TRUE
10.49/10.52	c 
10.49/10.52	c # should presolving try to simplify knapsacks
10.49/10.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.49/10.52	c constraints/knapsack/simplifyinequalities = TRUE
10.49/10.52	c 
10.49/10.52	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.49/10.52	c # [type: int, range: [-1,2147483647], default: -1]
10.49/10.52	c separating/rapidlearning/freq = 0
10.49/10.52	c 
10.49/10.52	c -----------------------------------------------------------------------------------------------
10.49/10.52	c start solving
10.49/10.53	c 
167.80/167.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
167.80/167.86	c   168s|     1 |     0 | 30569 |     - | 295M|   0 |  11k|  38k| 150k|  38k| 150k|   0 |  87 |   0 | 1.057251e+01 |      --      |    Inf 
1800.03/1800.07	c  1800s|     1 |     2 |125117 |     - | 296M|   0 |   - |  38k| 150k|  38k| 150k|   0 |  87 |   0 | 1.057251e+01 |      --      |    Inf 
1800.03/1800.07	c 
1800.03/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.07	c Solving Time (sec) : 1800.07
1800.03/1800.07	c Solving Nodes      : 1
1800.03/1800.07	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.07	c Dual Bound         : +1.05725060663009e+01
1800.03/1800.07	c Gap                : infinite
1800.03/1800.07	s UNKNOWN
1800.03/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.07	c Total Time         :    1800.07
1800.03/1800.07	c   solving          :    1800.07
1800.03/1800.07	c   presolving       :       9.40 (included in solving)
1800.03/1800.07	c   reading          :       0.98 (included in solving)
1800.03/1800.07	c Original Problem   :
1800.03/1800.07	c   Problem name     : HOME/instance-3452474-1307101512.opb
1800.03/1800.07	c   Variables        : 40363 (40363 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.07	c   Constraints      : 154319 initial, 154319 maximal
1800.03/1800.07	c Presolved Problem  :
1800.03/1800.07	c   Problem name     : t_HOME/instance-3452474-1307101512.opb
1800.03/1800.07	c   Variables        : 38467 (38467 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.07	c   Constraints      : 150514 initial, 150601 maximal
1800.03/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.07	c   trivial          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.07	c   dualfix          :       0.01          0          0          0          0          0          0          0          0          0
1800.03/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.07	c   implics          :       0.01          0         22          0          0          0          0          0          0          0
1800.03/1800.07	c   probing          :       7.60          0          2          0          0          0          0          0          0          0
1800.03/1800.07	c   knapsack         :       0.07          0          0          0          0          0          0          0          0          0
1800.03/1800.07	c   setppc           :       0.12          0          0          0          0          0          0          0          0          0
1800.03/1800.07	c   linear           :       1.05          5       1867          0          5          0       3805          0         22         22
1800.03/1800.07	c   logicor          :       0.07          0          0          0          0          0          0          0          0          0
1800.03/1800.07	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.07	c   integral         :          0          0          0          0          0          4          0          0          0          0          0          0
1800.03/1800.07	c   knapsack         :          1          0       1561          0          1          3          0          0          0          0          0          0
1800.03/1800.07	c   setppc           :     113986          0       1561          0          1          2      66198          4          0          0          0          0
1800.03/1800.07	c   logicor          :      36527+         0       1292          0          1          1       4209         11          0          0          0          0
1800.03/1800.07	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.03/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.07	c   integral         :       0.01       0.00       0.00       0.00       0.00       0.01       0.00
1800.03/1800.07	c   knapsack         :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.03/1800.07	c   setppc           :       6.45       0.00       6.38       0.00       0.04       0.01       0.02
1800.03/1800.07	c   logicor          :       2.63       0.00       2.61       0.00       0.01       0.00       0.01
1800.03/1800.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.07	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.07	c   vbounds          :          0          0          0          0
1800.03/1800.07	c   rootredcost      :          0          0          0          0
1800.03/1800.07	c   pseudoobj        :        642          0          0          0
1800.03/1800.07	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.07	c   vbounds          :       0.00       0.00       0.00
1800.03/1800.07	c   rootredcost      :       0.00       0.00       0.00
1800.03/1800.07	c   pseudoobj        :       0.00       0.00       0.00
1800.03/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.07	c   propagation      :       3.06         15         15        434     2121.6          0        0.0          -
1800.03/1800.07	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.07	c   applied globally :          -          -          -         87      623.8          -          -          -
1800.03/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.07	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.07	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.07	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.07	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.07	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.07	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.07	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.07	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.07	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.07	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.07	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.07	c Pricers            :       Time      Calls       Vars
1800.03/1800.07	c   problem variables:       0.00          0          0
1800.03/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.07	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   inference        :       0.01          1          0          0          0          0          2
1800.03/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.07	c   LP solutions     :       0.00          -          0
1800.03/1800.07	c   pseudo solutions :       0.00          -          0
1800.03/1800.07	c   oneopt           :       0.00          0          0
1800.03/1800.07	c   trivial          :       0.07          2          0
1800.03/1800.07	c   shiftandpropagate:       4.20          1          0
1800.03/1800.07	c   simplerounding   :       0.00          0          0
1800.03/1800.07	c   zirounding       :       0.00          0          0
1800.03/1800.07	c   rounding         :       0.02          1          0
1800.03/1800.07	c   shifting         :       0.09          1          0
1800.03/1800.07	c   intshifting      :       0.00          0          0
1800.03/1800.07	c   twoopt           :       0.00          0          0
1800.03/1800.07	c   fixandinfer      :       0.00          0          0
1800.03/1800.07	c   feaspump         :    1632.04          1          0
1800.03/1800.07	c   clique           :       0.00          0          0
1800.03/1800.07	c   coefdiving       :       0.00          0          0
1800.03/1800.07	c   pscostdiving     :       0.00          0          0
1800.03/1800.07	c   fracdiving       :       0.00          0          0
1800.03/1800.07	c   veclendiving     :       0.00          0          0
1800.03/1800.07	c   intdiving        :       0.00          0          0
1800.03/1800.07	c   actconsdiving    :       0.00          0          0
1800.03/1800.07	c   objpscostdiving  :       0.00          0          0
1800.03/1800.07	c   rootsoldiving    :       0.00          0          0
1800.03/1800.07	c   linesearchdiving :       0.00          0          0
1800.03/1800.07	c   guideddiving     :       0.00          0          0
1800.03/1800.07	c   octane           :       0.00          0          0
1800.03/1800.07	c   rens             :       0.00          0          0
1800.03/1800.07	c   rins             :       0.00          0          0
1800.03/1800.07	c   localbranching   :       0.00          0          0
1800.03/1800.07	c   mutation         :       0.00          0          0
1800.03/1800.07	c   crossover        :       0.00          0          0
1800.03/1800.07	c   dins             :       0.00          0          0
1800.03/1800.07	c   vbounds          :       0.00          0          0
1800.03/1800.07	c   undercover       :       0.00          0          0
1800.03/1800.07	c   subnlp           :       0.00          0          0
1800.03/1800.07	c   trysol           :       0.00          0          0
1800.03/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.07	c   dual LP          :     153.06          1      30569   30569.00     199.71
1800.03/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.07	c   diving/probing LP:    1631.88          5      94548   18909.60      57.94
1800.03/1800.07	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.07	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.07	c B&B Tree           :
1800.03/1800.07	c   number of runs   :          1
1800.03/1800.07	c   nodes            :          1
1800.03/1800.07	c   nodes (total)    :          1
1800.03/1800.07	c   nodes left       :          2
1800.03/1800.07	c   max depth        :          0
1800.03/1800.07	c   max depth (total):          0
1800.03/1800.07	c   backtracks       :          0 (0.0%)
1800.03/1800.07	c   delayed cutoffs  :          0
1800.03/1800.07	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.07	c   avg switch length:       1.00
1800.03/1800.07	c   switching time   :       0.00
1800.03/1800.07	c Solution           :
1800.03/1800.07	c   Solutions found  :          0 (0 improvements)
1800.03/1800.07	c   Primal Bound     :          -
1800.03/1800.07	c   Dual Bound       : +1.05725060663009e+01
1800.03/1800.07	c   Gap              :   infinite
1800.03/1800.07	c   Root Dual Bound  : +1.05725060663009e+01
1800.03/1800.07	c   Root Iterations  :     125117
1800.42/1800.49	c Time complete: 1800.51.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452474-1307101512/watcher-3452474-1307101512 -o /tmp/evaluation-result-3452474-1307101512/solver-3452474-1307101512 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452474-1307101512.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.12 2.05 2.01 2/572 21666
/proc/meminfo: memFree=31808332/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=13144 CPUtime=0.01 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 2308 0 0 0 1 0 0 0 25 0 1 0 821749977 13459456 2260 33554432000 4194304 9128323 140737131835248 18446744073709551615 7952328 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21666/statm: 3286 2260 400 1205 0 2077 0

[startup+0.0845669 s]
/proc/loadavg: 2.12 2.05 2.01 2/572 21666
/proc/meminfo: memFree=31808332/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=20640 CPUtime=0.07 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 4156 0 0 0 7 0 0 0 25 0 1 0 821749977 21135360 4106 33554432000 4194304 9128323 140737131835248 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21666/statm: 5160 4106 400 1205 0 3951 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20640

[startup+0.100558 s]
/proc/loadavg: 2.12 2.05 2.01 2/572 21666
/proc/meminfo: memFree=31808332/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=21992 CPUtime=0.09 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 4500 0 0 0 9 0 0 0 25 0 1 0 821749977 22519808 4450 33554432000 4194304 9128323 140737131835248 18446744073709551615 8008925 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21666/statm: 5498 4450 400 1205 0 4289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21992

[startup+0.300525 s]
/proc/loadavg: 2.12 2.05 2.01 2/572 21666
/proc/meminfo: memFree=31808332/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=36760 CPUtime=0.29 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 8198 0 0 0 28 1 0 0 25 0 1 0 821749977 37642240 8144 33554432000 4194304 9128323 140737131835248 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21666/statm: 9190 8144 400 1205 0 7981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36760

[startup+0.700454 s]
/proc/loadavg: 2.12 2.05 2.01 2/572 21666
/proc/meminfo: memFree=31808332/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=64736 CPUtime=0.69 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 15212 0 0 0 68 1 0 0 25 0 1 0 821749977 66289664 15150 33554432000 4194304 9128323 140737131835248 18446744073709551615 7929163 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21666/statm: 16184 15150 400 1205 0 14975 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64736

[startup+1.50024 s]
/proc/loadavg: 2.12 2.05 2.01 3/573 21667
/proc/meminfo: memFree=31713464/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=254180 CPUtime=1.49 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 67778 0 0 0 141 8 0 0 25 0 1 0 821749977 260280320 61257 33554432000 4194304 9128323 140737131835248 18446744073709551615 4352239 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 63545 61257 519 1205 0 62336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 254180

[startup+3.10099 s]
/proc/loadavg: 2.12 2.05 2.01 3/573 21667
/proc/meminfo: memFree=31520768/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=333852 CPUtime=3.09 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 97318 0 0 0 298 11 0 0 25 0 1 0 821749977 341864448 80871 33554432000 4194304 9128323 140737131835248 18446744073709551615 4352218 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 83463 80871 616 1205 0 82254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 333852

[startup+6.30035 s]
/proc/loadavg: 2.11 2.04 2.01 3/573 21667
/proc/meminfo: memFree=31481284/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=334012 CPUtime=6.29 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 97437 0 0 0 618 11 0 0 25 0 1 0 821749977 342028288 80983 33554432000 4194304 9128323 140737131835248 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 83503 80983 609 1205 0 82294 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 334012

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 2.01 3/573 21667
/proc/meminfo: memFree=31337692/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=485600 CPUtime=12.69 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 135821 0 0 0 1254 15 0 0 25 0 1 0 821749977 497254400 116179 33554432000 4194304 9128323 140737131835248 18446744073709551615 6526600 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 121400 116179 669 1205 0 120191 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 485600

[startup+25.501 s]
/proc/loadavg: 2.08 2.04 2.01 3/573 21667
/proc/meminfo: memFree=31216184/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=627112 CPUtime=25.49 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 168614 0 0 0 2529 20 0 0 25 0 1 0 821749977 642162688 148016 33554432000 4194304 9128323 140737131835248 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 156778 148016 717 1205 0 155569 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 627112

[startup+51.1005 s]
/proc/loadavg: 2.05 2.04 2.00 3/573 21668
/proc/meminfo: memFree=31170848/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=666328 CPUtime=51.09 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 191048 0 0 0 5083 26 0 0 25 0 1 0 821749977 682319872 158745 33554432000 4194304 9128323 140737131835248 18446744073709551615 7284969 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 166582 158745 717 1205 0 165373 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 666328

[startup+102.322 s]
/proc/loadavg: 2.09 2.04 2.00 3/573 21670
/proc/meminfo: memFree=31166692/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=666328 CPUtime=102.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 191085 0 0 0 10201 30 0 0 25 0 1 0 821749977 682319872 158782 33554432000 4194304 9128323 140737131835248 18446744073709551615 7380906 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 166582 158782 717 1205 0 165373 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 666328

[startup+162.301 s]
/proc/loadavg: 2.09 2.05 2.00 3/573 21671
/proc/meminfo: memFree=31169384/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=666328 CPUtime=162.29 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 191109 0 0 0 16196 33 0 0 25 0 1 0 821749977 682319872 158806 33554432000 4194304 9128323 140737131835248 18446744073709551615 7313767 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 166582 158806 717 1205 0 165373 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 666328

[startup+222.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/573 21673
/proc/meminfo: memFree=31199364/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=222.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 198124 0 0 0 22192 38 0 0 25 0 1 0 821749977 648114176 151220 33554432000 4194304 9128323 140737131835248 18446744073709551615 7380906 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 158231 151220 1358 1205 0 157022 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 632924

[startup+282.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/573 21674
/proc/meminfo: memFree=31199568/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=282.29 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 198412 0 0 0 28189 40 0 0 25 0 1 0 821749977 648114176 151471 33554432000 4194304 9128323 140737131835248 18446744073709551615 7312901 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 158231 151471 1321 1205 0 157022 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 632924

[startup+342.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/573 21676
/proc/meminfo: memFree=31201120/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=342.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 198414 0 0 0 34189 41 0 0 25 0 1 0 821749977 648114176 151473 33554432000 4194304 9128323 140737131835248 18446744073709551615 7284973 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 158231 151473 1321 1205 0 157022 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 632924

[startup+402.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/573 21677
/proc/meminfo: memFree=31199224/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=402.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 198416 0 0 0 40187 43 0 0 25 0 1 0 821749977 648114176 151475 33554432000 4194304 9128323 140737131835248 18446744073709551615 7267694 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 158231 151475 1321 1205 0 157022 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 632924

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 21679
/proc/meminfo: memFree=31197932/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=462.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 198418 0 0 0 46185 45 0 0 25 0 1 0 821749977 648114176 151477 33554432000 4194304 9128323 140737131835248 18446744073709551615 7325544 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 158231 151477 1321 1205 0 157022 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 632924

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 21681
/proc/meminfo: memFree=31198996/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=522.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 198419 0 0 0 52184 47 0 0 25 0 1 0 821749977 648114176 151478 33554432000 4194304 9128323 140737131835248 18446744073709551615 7325458 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 158231 151478 1321 1205 0 157022 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 632924

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21682
/proc/meminfo: memFree=31197608/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=582.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 198420 0 0 0 58182 49 0 0 25 0 1 0 821749977 648114176 151479 33554432000 4194304 9128323 140737131835248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21666/statm: 158231 151479 1321 1205 0 157022 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 632924

[startup+642.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/573 21692
/proc/meminfo: memFree=31196240/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=942.29 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 94167 62 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7083008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 632924

[startup+1002.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 21702
/proc/meminfo: memFree=31194676/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1002.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 100163 67 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7083241 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 632924

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 21704
/proc/meminfo: memFree=31196492/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1062.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 106161 69 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7312971 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 632924

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21706
/proc/meminfo: memFree=31194832/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1122.29 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 112158 71 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7082541 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 632924

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21710
/proc/meminfo: memFree=31193324/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1182.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 118156 74 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 6931031 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 632924

[startup+1242.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/573 21712
/proc/meminfo: memFree=31194284/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1242.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 124155 75 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7328435 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 632924

[startup+1302.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/573 21714
/proc/meminfo: memFree=31192384/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1302.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 130155 76 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 632924

[startup+1362.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/573 21743
/proc/meminfo: memFree=31128624/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1362.3 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 136151 79 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7312918 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 632924

[startup+1422.32 s]
/proc/loadavg: 2.05 2.06 2.01 3/573 21745
/proc/meminfo: memFree=31118200/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1422.33 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 142152 81 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 6931031 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 632924

[startup+1482.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/573 21746
/proc/meminfo: memFree=31108864/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1482.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 148148 83 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7083209 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 632924

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 21748
/proc/meminfo: memFree=31110176/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1542.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 154147 84 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 6931023 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 632924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 21749
/proc/meminfo: memFree=31106288/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1602.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 160144 87 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7285004 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 632924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21751
/proc/meminfo: memFree=31098912/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1662.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 166140 91 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7325726 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 632924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 21753
/proc/meminfo: memFree=31095004/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1722.31 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 172138 93 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7243094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 632924

[startup+1782.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/573 21754
/proc/meminfo: memFree=31093456/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1782.32 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199050 0 0 0 178137 95 0 0 25 0 1 0 821749977 648114176 152109 33554432000 4194304 9128323 140737131835248 18446744073709551615 7243119 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152109 1321 1205 0 157022 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 632924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.04 2.01 3/573 21755
/proc/meminfo: memFree=31094284/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1800.03 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199135 0 0 0 179908 95 0 0 25 0 1 0 821749977 648114176 152194 33554432000 4194304 9128323 140737131835248 18446744073709551615 4788944 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152194 1323 1205 0 157022 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 632924

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.10 2.04 2.01 3/573 21755
/proc/meminfo: memFree=31094284/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=632924 CPUtime=1800.21 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199279 0 0 0 179926 95 0 0 25 0 1 0 821749977 648114176 152338 33554432000 4194304 9128323 140737131835248 18446744073709551615 6890226 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21666/statm: 158231 152338 1333 1205 0 157022 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 632924

[startup+1800.4 s]
/proc/loadavg: 2.10 2.04 2.01 3/573 21755
/proc/meminfo: memFree=31094284/32950928 swapFree=43925852/67111528
[pid=21666] ppid=21664 vsize=598596 CPUtime=1800.42 cores=0,2,4,6
/proc/21666/stat : 21666 (scip-2.0.1.4.li) R 21664 21666 20770 0 -1 4202496 199281 0 0 0 179946 96 0 0 25 0 1 0 821749977 612962304 143773 33554432000 4194304 9128323 140737131835248 18446744073709551615 6580462 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21666/statm: 149649 143773 1335 1205 0 148440 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 598596

Child status: 0
Real time (s): 1800.5
CPU time (s): 1800.52
CPU user time (s): 1799.53
CPU system time (s): 0.986849
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 687872

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

runsolver used 10.7004 second user time and 23.6934 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-03 13:45:12
IDJOB=3452474
IDBENCH=25020
IDSOLVER=1949
FILE ID=node122/3452474-1307101512
RUNJOBID= node122-1307093813-20788
PBS_JOBID= 13498001
Free space on /tmp= 73792 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452474-1307101512/watcher-3452474-1307101512 -o /tmp/evaluation-result-3452474-1307101512/solver-3452474-1307101512 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452474-1307101512.opb -t 1800 -m 15500

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

MD5SUM BENCH= 904168892843efef74e3394360b8d762
RANDOM SEED=573729408

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31808736 kB
Buffers:        275544 kB
Cached:         426892 kB
SwapCached:      16832 kB
Active:         434404 kB
Inactive:       394944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31808736 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:           16972 kB
Writeback:           0 kB
AnonPages:      124300 kB
Mapped:          12312 kB
Slab:           148312 kB
PageTables:      93248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180844468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73780 MiB
End job on node122 at 2011-06-03 14:15:14