Trace number 3741704

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.44 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ivu06-big.opb
MD5SUM3085a2bda178410828dcd956a716c89f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2865693364730000016
Best CPU time to get the best result obtained on this benchmark1801.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2277736
Total number of constraints1177
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint704
Maximum length of a constraint152997
Number of terms in the objective function 2277736
Biggest coefficient in the objective function 80000000000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 27910716903658970007421
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 80000000000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 27910716903658970007421
Number of bits of the biggest sum of numbers75
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3741704-1338761023.opb>
88.48/88.50	c original problem has 2277736 variables (2277736 bin, 0 int, 0 impl, 0 cont) and 1177 constraints
88.48/88.50	c problem read
88.48/88.50	c presolving settings loaded
102.97/103.06	c presolving:
142.76/142.90	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1177 upgd conss, 0 impls, 1177 clqs
242.75/242.83	c    (154.3s) probing: 101/2277736 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
242.75/242.83	c    (154.3s) probing aborted: 100/100 successive totally useless probings
242.85/243.00	c presolving (2 rounds):
242.85/243.00	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
242.85/243.00	c  0 implications, 1177 cliques
242.85/243.00	c presolved problem has 2277736 variables (2277736 bin, 0 int, 0 impl, 0 cont) and 1177 constraints
242.85/243.00	c    1177 constraints of type <setppc>
242.85/243.00	c transformed objective value is always integral (scale: 1)
242.85/243.00	c Presolving Time: 144.47
242.85/243.00	c - non default parameters ----------------------------------------------------------------------
242.85/243.00	c # SCIP version 1.2.1.3
242.85/243.00	c 
242.85/243.00	c # frequency for displaying node information lines
242.85/243.00	c # [type: int, range: [-1,2147483647], default: 100]
242.85/243.00	c display/freq = 10000
242.85/243.00	c 
242.85/243.00	c # maximal time in seconds to run
242.85/243.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
242.85/243.00	c limits/time = 1701.52
242.85/243.00	c 
242.85/243.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
242.85/243.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
242.85/243.00	c limits/memory = 13950
242.85/243.00	c 
242.85/243.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
242.85/243.00	c # [type: int, range: [1,2], default: 1]
242.85/243.00	c timing/clocktype = 2
242.85/243.00	c 
242.85/243.00	c # should presolving try to simplify inequalities
242.85/243.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
242.85/243.00	c constraints/linear/simplifyinequalities = TRUE
242.85/243.00	c 
242.85/243.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
242.85/243.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
242.85/243.00	c constraints/indicator/addCouplingCons = TRUE
242.85/243.00	c 
242.85/243.00	c # should presolving try to simplify knapsacks
242.85/243.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
242.85/243.00	c constraints/knapsack/simplifyinequalities = TRUE
242.85/243.00	c 
242.85/243.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
242.85/243.00	c # [type: int, range: [-1,2147483647], default: -1]
242.85/243.00	c separating/rapidlearning/freq = 0
242.85/243.00	c 
242.85/243.00	c -----------------------------------------------------------------------------------------------
242.85/243.00	c start solving
243.55/243.65	c 
1797.21/1797.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1797.21/1797.54	c  1709s|     1 |     0 | 12553 |     - |8244M|   0 |   - |2277k|1177 |2277k|1177 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.71/1799.09	c  1711s|     1 |     2 | 12553 |     - |8244M|   0 |   - |2277k|1177 |2277k|1177 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1798.71/1799.09	c 
1798.71/1799.09	c SCIP Status        : solving was interrupted [time limit reached]
1798.71/1799.09	c Solving Time (sec) : 1710.59
1798.71/1799.09	c Solving Nodes      : 1
1798.71/1799.09	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.71/1799.09	c Dual Bound         : +0.00000000000000e+00
1798.71/1799.09	c Gap                : infinite
1798.71/1799.09	s UNKNOWN
1798.71/1799.09	c SCIP Status        : solving was interrupted [time limit reached]
1798.71/1799.09	c Solving Time       :    1710.59
1798.71/1799.09	c Original Problem   :
1798.71/1799.09	c   Problem name     : HOME/instance-3741704-1338761023.opb
1798.71/1799.09	c   Variables        : 2277736 (2277736 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.71/1799.09	c   Constraints      : 1177 initial, 1177 maximal
1798.71/1799.09	c Presolved Problem  :
1798.71/1799.09	c   Problem name     : t_HOME/instance-3741704-1338761023.opb
1798.71/1799.09	c   Variables        : 2277736 (2277736 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.71/1799.09	c   Constraints      : 1177 initial, 1177 maximal
1798.71/1799.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.71/1799.09	c   trivial          :       0.20          0          0          0          0          0          0          0          0
1798.71/1799.09	c   dualfix          :       0.14          0          0          0          0          0          0          0          0
1798.71/1799.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.71/1799.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.71/1799.09	c   implics          :       0.09          0          0          0          0          0          0          0          0
1798.71/1799.09	c   probing          :      85.32          0          0          0          0          0          0          0          0
1798.71/1799.09	c   setppc           :      10.88          0          0          0          0          0          0          0          0
1798.71/1799.09	c   root node        :          -          0          -          -          0          -          -          -          -
1798.71/1799.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.71/1799.09	c   integral         :          0          0          0          0          0          0          0          0          0          0
1798.71/1799.09	c   setppc           :       1177          0        201          0          1          0          0          0          0          0
1798.71/1799.09	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.71/1799.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.71/1799.09	c   integral         :       0.00       0.00       0.00       0.00       0.00
1798.71/1799.09	c   setppc           :       0.89       0.00       0.02       0.00       0.87
1798.71/1799.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.71/1799.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.71/1799.09	c   vbounds          :       0.00          2          0          0
1798.71/1799.09	c   rootredcost      :       0.00          0          0          0
1798.71/1799.09	c   pseudoobj        :       0.09          0          0          0
1798.71/1799.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.71/1799.09	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.71/1799.09	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.71/1799.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.71/1799.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.71/1799.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.71/1799.09	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.71/1799.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.71/1799.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.71/1799.09	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1798.71/1799.09	c   redcost          :       0.00          0          0          0          0          0
1798.71/1799.09	c   impliedbounds    :       0.00          0          0          0          0          0
1798.71/1799.09	c   intobj           :       0.00          0          0          0          0          0
1798.71/1799.09	c   cgmip            :       0.00          0          0          0          0          0
1798.71/1799.09	c   gomory           :       0.00          0          0          0          0          0
1798.71/1799.09	c   strongcg         :       0.00          0          0          0          0          0
1798.71/1799.09	c   cmir             :       0.00          0          0          0          0          0
1798.71/1799.09	c   flowcover        :       0.00          0          0          0          0          0
1798.71/1799.09	c   clique           :       0.00          0          0          0          0          0
1798.71/1799.09	c   zerohalf         :       0.00          0          0          0          0          0
1798.71/1799.09	c   mcf              :       0.00          0          0          0          0          0
1798.71/1799.09	c   rapidlearning    :       0.00          0          0          0          0          0
1798.71/1799.09	c Pricers            :       Time      Calls       Vars
1798.71/1799.09	c   problem variables:       0.00          0          0
1798.71/1799.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.71/1799.09	c   relpscost        :       0.00          0          0          0          0          0          0
1798.71/1799.09	c   pscost           :       0.00          0          0          0          0          0          0
1798.71/1799.09	c   inference        :       0.60          1          0          0          0          0          2
1798.71/1799.09	c   mostinf          :       0.00          0          0          0          0          0          0
1798.71/1799.09	c   leastinf         :       0.00          0          0          0          0          0          0
1798.71/1799.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.71/1799.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.71/1799.09	c   random           :       0.00          0          0          0          0          0          0
1798.71/1799.09	c Primal Heuristics  :       Time      Calls      Found
1798.71/1799.09	c   LP solutions     :       0.00          -          0
1798.71/1799.09	c   pseudo solutions :       0.00          -          0
1798.71/1799.09	c   oneopt           :       0.00          0          0
1798.71/1799.09	c   trivial          :       4.04          2          0
1798.71/1799.09	c   simplerounding   :       0.00          0          0
1798.71/1799.09	c   zirounding       :       0.00          0          0
1798.71/1799.09	c   rounding         :       0.00          0          0
1798.71/1799.09	c   shifting         :       0.00          0          0
1798.71/1799.09	c   intshifting      :       0.00          0          0
1798.71/1799.09	c   twoopt           :       0.00          0          0
1798.71/1799.09	c   fixandinfer      :       0.00          0          0
1798.71/1799.09	c   feaspump         :       0.00          0          0
1798.71/1799.09	c   coefdiving       :       0.00          0          0
1798.71/1799.09	c   pscostdiving     :       0.00          0          0
1798.71/1799.09	c   fracdiving       :       0.00          0          0
1798.71/1799.09	c   veclendiving     :       0.00          0          0
1798.71/1799.09	c   intdiving        :       0.00          0          0
1798.71/1799.09	c   actconsdiving    :       0.00          0          0
1798.71/1799.09	c   objpscostdiving  :       0.00          0          0
1798.71/1799.09	c   rootsoldiving    :       0.00          0          0
1798.71/1799.09	c   linesearchdiving :       0.00          0          0
1798.71/1799.09	c   guideddiving     :       0.00          0          0
1798.71/1799.09	c   octane           :       0.00          0          0
1798.71/1799.09	c   rens             :       0.00          0          0
1798.71/1799.09	c   rins             :       0.00          0          0
1798.71/1799.09	c   localbranching   :       0.00          0          0
1798.71/1799.09	c   mutation         :       0.00          0          0
1798.71/1799.09	c   crossover        :       0.00          0          0
1798.71/1799.09	c   dins             :       0.00          0          0
1798.71/1799.09	c   undercover       :       0.00          0          0
1798.71/1799.09	c   nlp              :       0.00          0          0
1798.71/1799.09	c   trysol           :       0.00          0          0
1798.71/1799.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.71/1799.09	c   primal LP        :       0.00          0          0       0.00          -
1798.71/1799.09	c   dual LP          :    1538.32          1      12553   12553.00       8.16
1798.71/1799.09	c   lex dual LP      :       0.00          0          0       0.00          -
1798.71/1799.09	c   barrier LP       :       0.00          0          0       0.00          -
1798.71/1799.09	c   diving/probing LP:       0.00          0          0       0.00          -
1798.71/1799.09	c   strong branching :       0.00          0          0       0.00          -
1798.71/1799.09	c     (at root node) :          -          0          0       0.00          -
1798.71/1799.09	c   conflict analysis:       0.00          0          0       0.00          -
1798.71/1799.09	c B&B Tree           :
1798.71/1799.09	c   number of runs   :          1
1798.71/1799.09	c   nodes            :          1
1798.71/1799.09	c   nodes (total)    :          1
1798.71/1799.09	c   nodes left       :          2
1798.71/1799.09	c   max depth        :          0
1798.71/1799.09	c   max depth (total):          0
1798.71/1799.09	c   backtracks       :          0 (0.0%)
1798.71/1799.09	c   delayed cutoffs  :          0
1798.71/1799.09	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.71/1799.09	c   avg switch length:       1.00
1798.71/1799.09	c   switching time   :       0.00
1798.71/1799.09	c Solution           :
1798.71/1799.09	c   Solutions found  :          0 (0 improvements)
1798.71/1799.09	c   Primal Bound     :          -
1798.71/1799.09	c   Dual Bound       : +0.00000000000000e+00
1798.71/1799.09	c   Gap              :   infinite
1798.71/1799.09	c   Root Dual Bound  : +0.00000000000000e+00
1798.71/1799.09	c   Root Iterations  :      12553

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19712
/proc/meminfo: memFree=27253272/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 1253 0 0 0 0 0 0 0 20 0 1 0 342229065 8105984 1199 33554432000 4194304 8395647 140734348801856 140735368969224 7385025 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 1979 1199 370 1026 0 949 0

[startup+0.074425 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19712
/proc/meminfo: memFree=27253272/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=32756 CPUtime=0.07 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 7451 0 0 0 6 1 0 0 20 0 1 0 342229065 33542144 7391 33554432000 4194304 8395647 140734348801856 140734348664344 6349212 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 8189 7391 387 1026 0 7159 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32756

[startup+0.100365 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19712
/proc/meminfo: memFree=27253272/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=41888 CPUtime=0.09 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 9664 0 0 0 8 1 0 0 20 0 1 0 342229065 42893312 9604 33554432000 4194304 8395647 140734348801856 140734348664344 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 10472 9604 387 1026 0 9442 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41888

[startup+0.300327 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19712
/proc/meminfo: memFree=27253272/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=109140 CPUtime=0.28 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 25821 0 0 0 26 2 0 0 20 0 1 0 342229065 111759360 25761 33554432000 4194304 8395647 140734348801856 140734348664344 6765626 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 27285 25761 387 1026 0 26255 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 109140

[startup+0.700325 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19712
/proc/meminfo: memFree=27253272/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=228688 CPUtime=0.69 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 55483 0 0 0 63 6 0 0 20 0 1 0 342229065 234176512 55423 33554432000 4194304 8395647 140734348801856 140734348664344 7370079 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 57172 55426 387 1026 0 56142 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 228688

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19713
/proc/meminfo: memFree=26948348/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=450608 CPUtime=1.48 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 109829 0 0 0 136 12 0 0 20 0 1 0 342229065 461422592 109769 33554432000 4194304 8395647 140734348801856 140734348664344 7301336 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 112652 109769 387 1026 0 111622 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 450608

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19713
/proc/meminfo: memFree=26663516/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=833108 CPUtime=3.09 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 201901 0 0 0 284 25 0 0 20 0 1 0 342229065 853102592 202863 33554432000 4194304 8395647 140734348801856 140734348665784 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 208277 202863 387 1026 0 207247 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 833108

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19713
/proc/meminfo: memFree=25994400/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=1420712 CPUtime=6.29 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 349080 0 0 0 584 45 0 0 20 0 1 0 342229065 1454809088 353619 33554432000 4194304 8395647 140734348801856 140734348664360 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 355178 353619 387 1026 0 354148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1420712

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19713
/proc/meminfo: memFree=25628416/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=1683788 CPUtime=12.69 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 401652 0 0 0 1216 53 0 0 20 0 1 0 342229065 1724198912 407213 33554432000 4194304 8395647 140734348801856 140734348667032 4685157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 420947 407213 394 1026 0 419917 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1683788

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19713
/proc/meminfo: memFree=25564308/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=1772612 CPUtime=25.49 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 417206 0 0 0 2492 57 0 0 20 0 1 0 342229065 1815154688 422767 33554432000 4194304 8395647 140734348801856 140734348665784 4245985 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 443153 422767 394 1026 0 442123 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1772612

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19713
/proc/meminfo: memFree=25445888/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=1935360 CPUtime=51.08 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 447134 0 0 0 5043 65 0 0 20 0 1 0 342229065 1981808640 452695 33554432000 4194304 8395647 140734348801856 140734348665784 4685157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 483840 452695 394 1026 0 482810 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1935360

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19713
/proc/meminfo: memFree=21351864/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=6089832 CPUtime=102.28 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 1395179 0 0 0 10031 197 0 0 20 0 1 0 342229065 6235987968 1473459 33554432000 4194304 8395647 140734348801856 140734348799144 4283073 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 1522458 1473459 442 1026 0 1521428 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6089832

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 19713
/proc/meminfo: memFree=18667196/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=9024308 CPUtime=162.27 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 1997292 0 0 0 15941 286 0 0 20 0 1 0 342229065 9240891392 2151121 33554432000 4194304 8395647 140734348801856 140734348798040 5604422 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 2256077 2151121 483 1026 0 2255047 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 9024308

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 19714
/proc/meminfo: memFree=18415768/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=9227388 CPUtime=222.25 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2038932 0 0 0 21933 292 0 0 20 0 1 0 342229065 9448845312 2206055 33554432000 4194304 8395647 140734348801856 140734348798040 5604533 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 2306847 2206055 483 1026 0 2305817 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 9227388

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 19714
/proc/meminfo: memFree=15779176/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428188 CPUtime=282.25 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366410 0 0 0 27838 387 0 0 20 0 1 0 342229065 12726464512 2863736 33554432000 4194304 8395647 140734348801856 140734348797416 6663845 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107047 2863736 560 1026 0 3106017 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 12428188

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 19714
/proc/meminfo: memFree=15779204/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428188 CPUtime=342.23 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366423 0 0 0 33836 387 0 0 20 0 1 0 342229065 12726464512 2863749 33554432000 4194304 8395647 140734348801856 140734348797320 6670385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107047 2863749 560 1026 0 3106017 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 12428188

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 19717
/proc/meminfo: memFree=15778480/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428188 CPUtime=402.22 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366459 0 0 0 39835 387 0 0 20 0 1 0 342229065 12726464512 2863785 33554432000 4194304 8395647 140734348801856 140734348797416 6670389 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107047 2863785 561 1026 0 3106017 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 12428188

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19718
/proc/meminfo: memFree=15778260/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428188 CPUtime=462.22 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366507 0 0 0 45834 388 0 0 20 0 1 0 342229065 12726464512 2863833 33554432000 4194304 8395647 140734348801856 140734348797416 6664884 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107047 2863833 561 1026 0 3106017 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 12428188

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19718
/proc/meminfo: memFree=15777932/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428188 CPUtime=522.2 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366509 0 0 0 51832 388 0 0 20 0 1 0 342229065 12726464512 2863835 33554432000 4194304 8395647 140734348801856 140734348797416 6663871 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107047 2863835 561 1026 0 3106017 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 12428188

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19757
/proc/meminfo: memFree=15228756/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428188 CPUtime=582.2 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366509 0 0 0 57831 389 0 0 20 0 1 0 342229065 12726464512 2863835 33554432000 4194304 8395647 140734348801856 140734348797416 6670369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107047 2863835 561 1026 0 3106017 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 12428188

[startup+642.3 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19758
/proc/meminfo: memFree=14893992/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428988 CPUtime=942.15 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366705 0 0 0 93824 391 0 0 20 0 1 0 342229065 12727283712 2864031 33554432000 4194304 8395647 140734348801856 140734348797416 6652543 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107247 2864031 561 1026 0 3106217 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 12428988

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19761
/proc/meminfo: memFree=14892896/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428988 CPUtime=1002.13 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366756 0 0 0 99822 391 0 0 20 0 1 0 342229065 12727283712 2864082 33554432000 4194304 8395647 140734348801856 140734348797416 6663880 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107247 2864082 561 1026 0 3106217 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 12428988

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19761
/proc/meminfo: memFree=14890512/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12428988 CPUtime=1062.12 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2366760 0 0 0 105821 391 0 0 20 0 1 0 342229065 12727283712 2864086 33554432000 4194304 8395647 140734348801856 140734348797416 6502760 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107247 2864086 561 1026 0 3106217 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 12428988

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19761
/proc/meminfo: memFree=14889424/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1122.12 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367026 0 0 0 111820 392 0 0 20 0 1 0 342229065 12728430592 2864352 33554432000 4194304 8395647 140734348801856 140734348797416 6670385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864352 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 12430108

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19762
/proc/meminfo: memFree=14888832/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1182.1 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367028 0 0 0 117818 392 0 0 20 0 1 0 342229065 12728430592 2864354 33554432000 4194304 8395647 140734348801856 140734348797416 6670385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864354 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 12430108

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 19762
/proc/meminfo: memFree=14888736/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1242.1 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367029 0 0 0 123817 393 0 0 20 0 1 0 342229065 12728430592 2864355 33554432000 4194304 8395647 140734348801856 140734348797416 6503325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864355 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 12430108

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 19762
/proc/meminfo: memFree=14888888/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1302.09 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367032 0 0 0 129816 393 0 0 20 0 1 0 342229065 12728430592 2864358 33554432000 4194304 8395647 140734348801856 140734348797416 6670385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864358 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 12430108

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19762
/proc/meminfo: memFree=14885628/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1362.08 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367032 0 0 0 135814 394 0 0 20 0 1 0 342229065 12728430592 2864358 33554432000 4194304 8395647 140734348801856 140734348797416 6670369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864358 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 12430108

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19762
/proc/meminfo: memFree=14885160/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1422.07 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367039 0 0 0 141813 394 0 0 20 0 1 0 342229065 12728430592 2864365 33554432000 4194304 8395647 140734348801856 140734348797416 6670385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864365 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 12430108

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19763
/proc/meminfo: memFree=14885312/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1482.06 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367040 0 0 0 147812 394 0 0 20 0 1 0 342229065 12728430592 2864366 33554432000 4194304 8395647 140734348801856 140734348797416 6502788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864366 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 12430108

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19763
/proc/meminfo: memFree=14885092/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1542.05 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367040 0 0 0 153810 395 0 0 20 0 1 0 342229065 12728430592 2864366 33554432000 4194304 8395647 140734348801856 140734348797416 6670385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864366 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 12430108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19766
/proc/meminfo: memFree=14884988/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1602.04 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367043 0 0 0 159809 395 0 0 20 0 1 0 342229065 12728430592 2864369 33554432000 4194304 8395647 140734348801856 140734348797416 6670385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864369 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 12430108

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 19766
/proc/meminfo: memFree=14884776/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1662.03 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367043 0 0 0 165808 395 0 0 20 0 1 0 342229065 12728430592 2864369 33554432000 4194304 8395647 140734348801856 140734348797416 6670385 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864369 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 12430108

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 19766
/proc/meminfo: memFree=14884804/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1722.03 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367043 0 0 0 171807 396 0 0 20 0 1 0 342229065 12728430592 2864369 33554432000 4194304 8395647 140734348801856 140734348797416 6652551 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864369 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 12430108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19767
/proc/meminfo: memFree=14884460/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12430108 CPUtime=1782.02 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367044 0 0 0 177806 396 0 0 20 0 1 0 342229065 12728430592 2864370 33554432000 4194304 8395647 140734348801856 140734348797416 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3107527 2864370 561 1026 0 3106497 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 12430108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19767
/proc/meminfo: memFree=14895228/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=12419008 CPUtime=1800.01 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4202496 2367401 0 0 0 179605 396 0 0 20 0 1 0 342229065 12717064192 2861624 33554432000 4194304 8395647 140734348801856 140734348800968 6171738 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 3104752 2861624 571 1026 0 3103722 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 12419008

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19768
/proc/meminfo: memFree=23551780/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4203524 2367401 0 0 0 179605 426 0 0 20 0 1 0 342229065 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19768
/proc/meminfo: memFree=23551780/32873844 swapFree=7632/7632
[pid=19712] ppid=19710 vsize=0 CPUtime=1800.41 cores=0,2,4,6
/proc/19712/stat : 19712 (pbscip.linux.x8) R 19710 19712 18846 0 -1 4203524 2367401 0 0 0 179605 436 0 0 20 0 1 0 342229065 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19712/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.72
CPU time (s): 1800.44
CPU user time (s): 1796.06
CPU system time (s): 4.37633
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 13027700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.06
system time used= 4.37633
maximum resident set size= 11677224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2367401
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= 14
involuntary context switches= 1858

runsolver used 2.59161 second user time and 10.3634 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-04 00:03:55
IDJOB=3741704
IDBENCH=89900
IDSOLVER=2326
FILE ID=node130/3741704-1338761023
RUNJOBID= node130-1338748441-18862
PBS_JOBID= 14636787
Free space on /tmp= 70656 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu06-big.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741704-1338761023/watcher-3741704-1338761023 -o /tmp/evaluation-result-3741704-1338761023/solver-3741704-1338761023 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741704-1338761023.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=859406795

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27253908 kB
Buffers:         1695376 kB
Cached:          2851112 kB
SwapCached:         4316 kB
Active:          2927320 kB
Inactive:        1816768 kB
Active(anon):     185892 kB
Inactive(anon):     8188 kB
Active(file):    2741428 kB
Inactive(file):  1808580 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099288 kB
Dirty:            330736 kB
Writeback:             0 kB
AnonPages:        196692 kB
Mapped:            12196 kB
Shmem:                 4 kB
Slab:             736348 kB
SReclaimable:     176828 kB
SUnreclaim:       559520 kB
KernelStack:        1448 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     317108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70640 MiB
End job on node130 at 2012-06-04 00:33:57