Trace number 3479124

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.15 1802.1

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-631710.opb
MD5SUMba0215d19182fa8cb27dee737825dd09
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark205
Best CPU time to get the best result obtained on this benchmark1798.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169576
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1965
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
Number of terms in the objective function 556
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 556
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
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-3479124-1307649941.opb>
1.49/1.56	c original problem has 167056 variables (167056 bin, 0 int, 0 impl, 0 cont) and 169576 constraints
1.49/1.56	c problem read
1.49/1.56	c presolving settings loaded
2.59/2.64	c presolving:
4.59/4.63	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 169576 upgd conss, 387060 impls, 1965 clqs
1801.14/1801.16	c    (1801.2s) probing: 392/167056 (0.2%) - 4 fixings, 0 aggregations, 30203668 implications, 0 bound changes
1801.14/1801.16	c    (1801.2s) probing aborted: solving stopped
1801.25/1801.23	c presolving (2 rounds):
1801.25/1801.23	c  4 deleted vars, 1 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 2 changed sides, 233 changed coefficients
1801.25/1801.23	c  60962590 implications, 59114 cliques
1801.25/1801.23	c presolved problem has 167052 variables (167052 bin, 0 int, 0 impl, 0 cont) and 169577 constraints
1801.25/1801.23	c     555 constraints of type <knapsack>
1801.25/1801.23	c  169022 constraints of type <setppc>
1801.25/1801.23	c transformed objective value is always integral (scale: 1)
1801.25/1801.23	c Presolving Time: 1799.36
1801.25/1801.23	c - non default parameters ----------------------------------------------------------------------
1801.25/1801.23	c # SCIP version 2.0.1.4
1801.25/1801.23	c 
1801.25/1801.23	c # frequency for displaying node information lines
1801.25/1801.23	c # [type: int, range: [-1,2147483647], default: 100]
1801.25/1801.23	c display/freq = 10000
1801.25/1801.23	c 
1801.25/1801.23	c # maximal time in seconds to run
1801.25/1801.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1801.25/1801.23	c limits/time = 1800
1801.25/1801.23	c 
1801.25/1801.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1801.25/1801.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1801.25/1801.23	c limits/memory = 13950
1801.25/1801.23	c 
1801.25/1801.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
1801.25/1801.23	c # [type: int, range: [1,2], default: 1]
1801.25/1801.23	c timing/clocktype = 2
1801.25/1801.23	c 
1801.25/1801.23	c # belongs reading time to solving time?
1801.25/1801.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1801.25/1801.23	c timing/reading = TRUE
1801.25/1801.23	c 
1801.25/1801.23	c # should presolving try to simplify inequalities
1801.25/1801.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1801.25/1801.23	c constraints/linear/simplifyinequalities = TRUE
1801.25/1801.23	c 
1801.25/1801.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1801.25/1801.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1801.25/1801.23	c constraints/indicator/addCouplingCons = TRUE
1801.25/1801.23	c 
1801.25/1801.23	c # should presolving try to simplify knapsacks
1801.25/1801.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1801.25/1801.23	c constraints/knapsack/simplifyinequalities = TRUE
1801.25/1801.23	c 
1801.25/1801.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1801.25/1801.23	c # [type: int, range: [-1,2147483647], default: -1]
1801.25/1801.23	c separating/rapidlearning/freq = 0
1801.25/1801.23	c 
1801.25/1801.23	c -----------------------------------------------------------------------------------------------
1801.25/1801.23	c start solving
1801.34/1801.30	c 
1801.34/1801.30	c 
1801.34/1801.30	c SCIP Status        : solving was interrupted [time limit reached]
1801.34/1801.30	c Solving Time (sec) : 1801.30
1801.34/1801.30	c Solving Nodes      : 0
1801.34/1801.30	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.34/1801.30	c Dual Bound         : -1.00000000000000e+20
1801.34/1801.30	c Gap                : infinite
1801.34/1801.30	s UNKNOWN
1801.34/1801.30	c SCIP Status        : solving was interrupted [time limit reached]
1801.34/1801.30	c Total Time         :    1801.30
1801.34/1801.30	c   solving          :    1801.30
1801.34/1801.30	c   presolving       :    1799.36 (included in solving)
1801.34/1801.30	c   reading          :       1.56 (included in solving)
1801.34/1801.30	c Original Problem   :
1801.34/1801.30	c   Problem name     : HOME/instance-3479124-1307649941.opb
1801.34/1801.30	c   Variables        : 167056 (167056 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.34/1801.30	c   Constraints      : 169576 initial, 169576 maximal
1801.34/1801.30	c Presolved Problem  :
1801.34/1801.30	c   Problem name     : t_HOME/instance-3479124-1307649941.opb
1801.34/1801.30	c   Variables        : 167052 (167052 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.34/1801.30	c   Constraints      : 169577 initial, 169577 maximal
1801.34/1801.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1801.34/1801.30	c   trivial          :       0.02          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   dualfix          :       0.02          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   implics          :       0.01          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   probing          :    1792.69          4          0          0          0          0          0          0          0          0
1801.34/1801.30	c   knapsack         :       3.05          0          0          0          0          0          1          2          2        233
1801.34/1801.30	c   setppc           :       0.35          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   linear           :       1.70          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   root node        :          -          0          -          -          0          -          -          -          -          -
1801.34/1801.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1801.34/1801.30	c   integral         :          0          0          0          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   knapsack         :        555          0      25466          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c   setppc           :     169022          0      25466          0          0          0          0          2          0          0          0          0
1801.34/1801.30	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1801.34/1801.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1801.34/1801.30	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.34/1801.30	c   knapsack         :      29.06       0.00      29.06       0.00       0.00       0.00       0.00
1801.34/1801.30	c   setppc           :      87.59       0.00      87.59       0.00       0.00       0.00       0.00
1801.34/1801.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.34/1801.30	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1801.34/1801.30	c   vbounds          :          0          0          0          0
1801.34/1801.30	c   rootredcost      :          0          0          0          0
1801.34/1801.30	c   pseudoobj        :          0          0          0          0
1801.34/1801.30	c Propagator Timings :  TotalTime  Propagate    Resprop
1801.34/1801.30	c   vbounds          :       0.01       0.01       0.00
1801.34/1801.30	c   rootredcost      :       0.00       0.00       0.00
1801.34/1801.30	c   pseudoobj        :       0.00       0.00       0.00
1801.34/1801.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.34/1801.30	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.34/1801.30	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.34/1801.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.34/1801.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.34/1801.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.34/1801.30	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.34/1801.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.34/1801.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.34/1801.30	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1801.34/1801.30	c   redcost          :       0.00          0          0          0          0          0
1801.34/1801.30	c   impliedbounds    :       0.00          0          0          0          0          0
1801.34/1801.30	c   intobj           :       0.00          0          0          0          0          0
1801.34/1801.30	c   gomory           :       0.00          0          0          0          0          0
1801.34/1801.30	c   cgmip            :       0.00          0          0          0          0          0
1801.34/1801.30	c   closecuts        :       0.00          0          0          0          0          0
1801.34/1801.30	c   strongcg         :       0.00          0          0          0          0          0
1801.34/1801.30	c   cmir             :       0.00          0          0          0          0          0
1801.34/1801.30	c   flowcover        :       0.00          0          0          0          0          0
1801.34/1801.30	c   clique           :       0.00          0          0          0          0          0
1801.34/1801.30	c   zerohalf         :       0.00          0          0          0          0          0
1801.34/1801.30	c   mcf              :       0.00          0          0          0          0          0
1801.34/1801.30	c   oddcycle         :       0.00          0          0          0          0          0
1801.34/1801.30	c   rapidlearning    :       0.00          0          0          0          0          0
1801.34/1801.30	c Pricers            :       Time      Calls       Vars
1801.34/1801.30	c   problem variables:       0.00          0          0
1801.34/1801.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.34/1801.30	c   pscost           :       0.00          0          0          0          0          0          0
1801.34/1801.30	c   inference        :       0.00          0          0          0          0          0          0
1801.34/1801.30	c   mostinf          :       0.00          0          0          0          0          0          0
1801.34/1801.30	c   leastinf         :       0.00          0          0          0          0          0          0
1801.34/1801.30	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.34/1801.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.34/1801.30	c   random           :       0.00          0          0          0          0          0          0
1801.34/1801.30	c   relpscost        :       0.00          0          0          0          0          0          0
1801.34/1801.30	c Primal Heuristics  :       Time      Calls      Found
1801.34/1801.30	c   LP solutions     :       0.00          -          0
1801.34/1801.30	c   pseudo solutions :       0.00          -          0
1801.34/1801.30	c   trivial          :       0.15          1          0
1801.34/1801.30	c   shiftandpropagate:       0.00          0          0
1801.34/1801.30	c   simplerounding   :       0.00          0          0
1801.34/1801.30	c   zirounding       :       0.00          0          0
1801.34/1801.30	c   rounding         :       0.00          0          0
1801.34/1801.30	c   shifting         :       0.00          0          0
1801.34/1801.30	c   intshifting      :       0.00          0          0
1801.34/1801.30	c   oneopt           :       0.00          0          0
1801.34/1801.30	c   twoopt           :       0.00          0          0
1801.34/1801.30	c   fixandinfer      :       0.00          0          0
1801.34/1801.30	c   feaspump         :       0.00          0          0
1801.34/1801.30	c   clique           :       0.00          0          0
1801.34/1801.30	c   coefdiving       :       0.00          0          0
1801.34/1801.30	c   pscostdiving     :       0.00          0          0
1801.34/1801.30	c   fracdiving       :       0.00          0          0
1801.34/1801.30	c   veclendiving     :       0.00          0          0
1801.34/1801.30	c   intdiving        :       0.00          0          0
1801.34/1801.30	c   actconsdiving    :       0.00          0          0
1801.34/1801.30	c   objpscostdiving  :       0.00          0          0
1801.34/1801.30	c   rootsoldiving    :       0.00          0          0
1801.34/1801.30	c   linesearchdiving :       0.00          0          0
1801.34/1801.30	c   guideddiving     :       0.00          0          0
1801.34/1801.30	c   octane           :       0.00          0          0
1801.34/1801.30	c   rens             :       0.00          0          0
1801.34/1801.30	c   rins             :       0.00          0          0
1801.34/1801.30	c   localbranching   :       0.00          0          0
1801.34/1801.30	c   mutation         :       0.00          0          0
1801.34/1801.30	c   crossover        :       0.00          0          0
1801.34/1801.30	c   dins             :       0.00          0          0
1801.34/1801.30	c   vbounds          :       0.00          0          0
1801.34/1801.30	c   undercover       :       0.00          0          0
1801.34/1801.30	c   subnlp           :       0.00          0          0
1801.34/1801.30	c   trysol           :       0.00          0          0
1801.34/1801.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.34/1801.30	c   primal LP        :       0.00          0          0       0.00          -
1801.34/1801.30	c   dual LP          :       0.00          0          0       0.00          -
1801.34/1801.30	c   lex dual LP      :       0.00          0          0       0.00          -
1801.34/1801.30	c   barrier LP       :       0.00          0          0       0.00          -
1801.34/1801.30	c   diving/probing LP:       0.00          0          0       0.00          -
1801.34/1801.30	c   strong branching :       0.00          0          0       0.00          -
1801.34/1801.30	c     (at root node) :          -          0          0       0.00          -
1801.34/1801.30	c   conflict analysis:       0.00          0          0       0.00          -
1801.34/1801.30	c B&B Tree           :
1801.34/1801.30	c   number of runs   :          1
1801.34/1801.30	c   nodes            :          0
1801.34/1801.30	c   nodes (total)    :          0
1801.34/1801.30	c   nodes left       :          1
1801.34/1801.30	c   max depth        :         -1
1801.34/1801.30	c   max depth (total):         -1
1801.34/1801.30	c   backtracks       :          0 (0.0%)
1801.34/1801.30	c   delayed cutoffs  :          0
1801.34/1801.30	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.34/1801.30	c   avg switch length:       0.00
1801.34/1801.30	c   switching time   :       0.00
1801.34/1801.30	c Solution           :
1801.34/1801.30	c   Solutions found  :          0 (0 improvements)
1801.34/1801.30	c   Primal Bound     :          -
1801.34/1801.30	c   Dual Bound       :          -
1801.34/1801.30	c   Gap              :   infinite
1801.34/1801.30	c   Root Dual Bound  :          -
1801.34/1801.30	c   Root Iterations  :          0

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2958
/proc/meminfo: memFree=31983476/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=6864 CPUtime=0 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 862 0 0 0 0 0 0 0 21 0 1 0 876594881 7028736 816 33554432000 4194304 9128323 140736128769616 18446744073709551615 8012251 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2958/statm: 1716 816 350 1205 0 507 0

[startup+0.0631861 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2958
/proc/meminfo: memFree=31983476/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=40300 CPUtime=0.05 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 9076 0 0 0 5 0 0 0 21 0 1 0 876594881 41267200 9030 33554432000 4194304 9128323 140736128769616 18446744073709551615 6191852 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2958/statm: 10075 9030 400 1205 0 8866 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 40300

[startup+0.10018 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2958
/proc/meminfo: memFree=31983476/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=58732 CPUtime=0.09 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 13646 0 0 0 8 1 0 0 21 0 1 0 876594881 60141568 13600 33554432000 4194304 9128323 140736128769616 18446744073709551615 6191637 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2958/statm: 14683 13600 400 1205 0 13474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58732

[startup+0.301139 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2958
/proc/meminfo: memFree=31983476/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=131800 CPUtime=0.28 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 31888 0 0 0 26 2 0 0 22 0 1 0 876594881 134963200 31841 33554432000 4194304 9128323 140736128769616 18446744073709551615 6519967 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2958/statm: 32950 31841 400 1205 0 31741 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 131800

[startup+0.701078 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2958
/proc/meminfo: memFree=31983476/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=150924 CPUtime=0.69 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 36713 0 0 0 66 3 0 0 24 0 1 0 876594881 154546176 36646 33554432000 4194304 9128323 140736128769616 18446744073709551615 8008900 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2958/statm: 37731 36646 400 1205 0 36522 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150924

[startup+1.50093 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2959
/proc/meminfo: memFree=31839900/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=181644 CPUtime=1.49 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 44308 0 0 0 145 4 0 0 25 0 1 0 876594881 186003456 44230 33554432000 4194304 9128323 140736128769616 18446744073709551615 4914167 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2958/statm: 45411 44230 400 1205 0 44202 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 181644

[startup+3.10064 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2959
/proc/meminfo: memFree=31581744/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=559244 CPUtime=3.09 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 145818 0 0 0 292 17 0 0 25 0 1 0 876594881 572665856 137583 33554432000 4194304 9128323 140736128769616 18446744073709551615 5222482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 139811 137583 503 1205 0 138602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 559244

[startup+6.30106 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2959
/proc/meminfo: memFree=31311980/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=769836 CPUtime=6.29 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 210286 0 0 0 605 24 0 0 25 0 1 0 876594881 788312064 188722 33554432000 4194304 9128323 140736128769616 18446744073709551615 4535039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 192459 188722 588 1205 0 191250 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 769836

[startup+12.7009 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2959
/proc/meminfo: memFree=30987160/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1008872 CPUtime=12.69 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 268824 0 0 0 1238 31 0 0 25 0 1 0 876594881 1033084928 247214 33554432000 4194304 9128323 140736128769616 18446744073709551615 4352128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 252218 247214 577 1205 0 251009 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1008872

[startup+25.5005 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2960
/proc/meminfo: memFree=30982488/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1014116 CPUtime=25.49 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 269963 0 0 0 2518 31 0 0 25 0 1 0 876594881 1038454784 248353 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593434 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 253529 248353 577 1205 0 252320 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1014116

[startup+51.1008 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2960
/proc/meminfo: memFree=30926008/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1076444 CPUtime=51.1 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 284046 0 0 0 5077 33 0 0 25 0 1 0 876594881 1102278656 262414 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593403 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 269111 262414 555 1205 0 267902 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1076444

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2963
/proc/meminfo: memFree=30893964/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1109820 CPUtime=102.3 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 291942 0 0 0 10196 34 0 0 25 0 1 0 876594881 1136455680 270310 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593403 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 277455 270310 555 1205 0 276246 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1109820

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2964
/proc/meminfo: memFree=30843224/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1161736 CPUtime=162.3 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 304262 0 0 0 16195 35 0 0 25 0 1 0 876594881 1189617664 282630 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 290434 282630 555 1205 0 289225 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1161736

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2966
/proc/meminfo: memFree=30806368/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1201932 CPUtime=222.3 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 313625 0 0 0 22194 36 0 0 25 0 1 0 876594881 1230778368 291993 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 300483 291993 555 1205 0 299274 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1201932

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2967
/proc/meminfo: memFree=30769752/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1237860 CPUtime=282.29 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 322515 0 0 0 28193 36 0 0 25 0 1 0 876594881 1267568640 300465 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593413 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 309465 300465 555 1205 0 308256 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1237860

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2969
/proc/meminfo: memFree=30712428/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1294540 CPUtime=342.3 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 336688 0 0 0 34192 38 0 0 25 0 1 0 876594881 1325608960 314638 33554432000 4194304 9128323 140736128769616 18446744073709551615 5488335 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 323635 314638 555 1205 0 322426 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1294540

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2971
/proc/meminfo: memFree=30675820/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1330220 CPUtime=402.31 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 345802 0 0 0 40192 39 0 0 25 0 1 0 876594881 1362145280 323543 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 332555 323543 555 1205 0 331346 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1330220

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2972
/proc/meminfo: memFree=30616632/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1388272 CPUtime=462.3 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 360494 0 0 0 46190 40 0 0 25 0 1 0 876594881 1421590528 338026 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593430 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2958/statm: 347068 338026 555 1205 0 345859 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1388272

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2974
/proc/meminfo: memFree=30577908/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1423520 CPUtime=522.31 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 369274 0 0 0 52190 41 0 0 25 0 1 0 876594881 1457684480 346806 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593403 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 355880 346806 555 1205 0 354671 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1423520

[startup+582.301 s]
/proc/loadavg: 2.03 2.00 1.92 3/178 2976
/proc/meminfo: memFree=30543648/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=1456720 CPUtime=582.3 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 377499 0 0 0 58189 41 0 0 25 0 1 0 876594881 1491681280 355031 33554432000 4194304 9128323 140736128769616 18446744073709551615 4352168 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 364180 355031 555 1205 0 362971 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1456720

[startup+642.301 s]

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

/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 550210 0 0 0 106170 62 0 0 25 0 1 0 876594881 2200571904 527168 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593430 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 537249 527168 555 1205 0 536040 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2148996

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 2992
/proc/meminfo: memFree=29775692/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2215008 CPUtime=1122.32 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 565914 0 0 0 112169 63 0 0 25 0 1 0 876594881 2268168192 542872 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593430 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 553752 542872 555 1205 0 552543 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2215008

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 2993
/proc/meminfo: memFree=29714280/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2276904 CPUtime=1182.33 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 581003 0 0 0 118168 65 0 0 25 0 1 0 876594881 2331549696 557961 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593413 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 569226 557961 555 1205 0 568017 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2276904

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2995
/proc/meminfo: memFree=29656336/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2331580 CPUtime=1242.33 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 594825 0 0 0 124167 66 0 0 25 0 1 0 876594881 2387537920 571397 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593413 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 582895 571397 555 1205 0 581686 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2331580

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2997
/proc/meminfo: memFree=29574324/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2412152 CPUtime=1302.34 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 614855 0 0 0 130164 70 0 0 25 0 1 0 876594881 2470043648 591427 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 603038 591427 555 1205 0 601829 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 2412152

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 2998
/proc/meminfo: memFree=29517764/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2470552 CPUtime=1362.33 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 628446 0 0 0 136163 70 0 0 25 0 1 0 876594881 2529845248 605018 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593413 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 617638 605018 555 1205 0 616429 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2470552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3000
/proc/meminfo: memFree=29465260/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2524408 CPUtime=1422.34 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 641228 0 0 0 142162 72 0 0 25 0 1 0 876594881 2584993792 617800 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 631102 617800 555 1205 0 629893 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2524408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3001
/proc/meminfo: memFree=29413268/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2576508 CPUtime=1482.33 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 653788 0 0 0 148160 73 0 0 25 0 1 0 876594881 2638344192 630360 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593403 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 644127 630360 555 1205 0 642918 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2576508

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3003
/proc/meminfo: memFree=29366236/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2621380 CPUtime=1542.34 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 664767 0 0 0 154159 75 0 0 25 0 1 0 876594881 2684293120 641339 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593392 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 655345 641339 555 1205 0 654136 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2621380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3005
/proc/meminfo: memFree=29319076/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2666892 CPUtime=1602.34 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 675980 0 0 0 160158 76 0 0 25 0 1 0 876594881 2730897408 652552 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593395 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 666723 652552 555 1205 0 665514 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2666892

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 3006
/proc/meminfo: memFree=29279112/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2704796 CPUtime=1662.34 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 685463 0 0 0 166157 77 0 0 25 0 1 0 876594881 2769711104 662035 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593430 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 676199 662035 555 1205 0 674990 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2704796

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 3008
/proc/meminfo: memFree=29175784/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2806336 CPUtime=1722.34 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 710348 0 0 0 172154 80 0 0 25 0 1 0 876594881 2873688064 686920 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593430 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 701584 686920 555 1205 0 700375 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2806336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 3009
/proc/meminfo: memFree=29130736/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2852980 CPUtime=1782.34 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 721360 0 0 0 178153 81 0 0 25 0 1 0 876594881 2921451520 697932 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593392 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 713245 697932 555 1205 0 712036 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2852980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 3011
/proc/meminfo: memFree=29222756/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2866252 CPUtime=1800.04 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 724418 0 0 0 179923 81 0 0 25 0 1 0 876594881 2935042048 700990 33554432000 4194304 9128323 140736128769616 18446744073709551615 6593403 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2958/statm: 716563 700990 555 1205 0 715354 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2866252

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2958

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 3012
/proc/meminfo: memFree=29221012/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2887180 CPUtime=1801.44 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 731727 0 0 0 180062 82 0 0 18 0 1 0 876594881 2956472320 706197 33554432000 4194304 9128323 140736128769616 18446744073709551615 6581536 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/2958/statm: 721795 706197 595 1205 0 720586 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2887180

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 3012
/proc/meminfo: memFree=29253864/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2794684 CPUtime=1801.85 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 731728 0 0 0 180103 82 0 0 18 0 1 0 876594881 2861756416 683123 33554432000 4194304 9128323 140736128769616 18446744073709551615 6885367 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/2958/statm: 698671 683123 596 1205 0 697462 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 2794684

[startup+1802 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 3012
/proc/meminfo: memFree=29253864/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=2688680 CPUtime=1802.05 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4202496 731732 0 0 0 180122 83 0 0 18 0 1 0 876594881 2753208320 657069 33554432000 4194304 9128323 140736128769616 18446744073709551615 6890206 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/2958/statm: 672170 657069 600 1205 0 670961 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 2688680

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 3012
/proc/meminfo: memFree=29253864/32951124 swapFree=67056684/67111528
[pid=2958] ppid=2956 vsize=0 CPUtime=1802.14 cores=1,3,5,7
/proc/2958/stat : 2958 (scip-2.0.1.4.li) R 2956 2958 32675 0 -1 4203524 731732 0 0 0 180122 92 0 0 18 0 1 0 876594881 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2958/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.15
CPU user time (s): 1801.23
CPU system time (s): 0.927858
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2892972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.23
system time used= 0.927858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 731732
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= 16532

runsolver used 2.46462 second user time and 5.9221 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-09 22:05:41
IDJOB=3479124
IDBENCH=89840
IDSOLVER=1949
FILE ID=node109/3479124-1307649941
RUNJOBID= node109-1307648138-2776
PBS_JOBID= 13549382
Free space on /tmp= 74180 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-631710.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-3479124-1307649941/watcher-3479124-1307649941 -o /tmp/evaluation-result-3479124-1307649941/solver-3479124-1307649941 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3479124-1307649941.opb -t 1800 -m 15500

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

MD5SUM BENCH= ba0215d19182fa8cb27dee737825dd09
RANDOM SEED=1124348438

node109.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.809
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.61
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.809
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.809
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.74
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31985144 kB
Buffers:        244468 kB
Cached:         428688 kB
SwapCached:       8608 kB
Active:         441448 kB
Inactive:       298300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31985144 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           33380 kB
Writeback:           0 kB
AnonPages:       63212 kB
Mapped:          15620 kB
Slab:           161984 kB
PageTables:       4396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   259440 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= 74180 MiB
End job on node109 at 2011-06-09 22:35:44