Trace number 3744809

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

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.F.recomb10-0.10-10.opb
MD5SUMd93270f4db0441433359bbd34e19507c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10963
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70149
Total number of constraints682967
Number of constraints which are clauses682967
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 4960
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1575760
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1575760
Number of bits of the biggest sum of numbers21
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-3744809-1338810809.opb>
4.19/4.29	c original problem has 70149 variables (70149 bin, 0 int, 0 impl, 0 cont) and 682967 constraints
4.19/4.29	c problem read
4.19/4.29	c presolving settings loaded
5.09/5.18	c presolving:
9.09/9.11	c (round 1) 38118 del vars, 440653 del conss, 36927 chg bounds, 41 chg sides, 58 chg coeffs, 0 upgd conss, 4530572 impls, 0 clqs
9.68/9.74	c (round 2) 40164 del vars, 474804 del conss, 37062 chg bounds, 41 chg sides, 58 chg coeffs, 0 upgd conss, 4552770 impls, 0 clqs
9.98/10.09	c (round 3) 42498 del vars, 489973 del conss, 37069 chg bounds, 69 chg sides, 101 chg coeffs, 0 upgd conss, 4557764 impls, 0 clqs
10.18/10.26	c (round 4) 42975 del vars, 491178 del conss, 37069 chg bounds, 69 chg sides, 102 chg coeffs, 0 upgd conss, 4558308 impls, 0 clqs
11.09/11.18	c (round 5) 42977 del vars, 491180 del conss, 37069 chg bounds, 69 chg sides, 102 chg coeffs, 190721 upgd conss, 4559838 impls, 0 clqs
11.49/11.57	c (round 6) 42977 del vars, 491182 del conss, 37069 chg bounds, 69 chg sides, 102 chg coeffs, 191785 upgd conss, 4559838 impls, 0 clqs
13.10/13.15	c    (8.9s) probing: 101/27172 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
13.10/13.15	c    (8.9s) probing aborted: 100/100 successive totally useless probings
13.10/13.15	c presolving (7 rounds):
13.10/13.15	c  42977 deleted vars, 491182 deleted constraints, 37069 tightened bounds, 0 added holes, 69 changed sides, 102 changed coefficients
13.10/13.15	c  4559838 implications, 0 cliques
13.10/13.15	c presolved problem has 27172 variables (27172 bin, 0 int, 0 impl, 0 cont) and 191785 constraints
13.10/13.15	c  126120 constraints of type <setppc>
13.10/13.15	c   65665 constraints of type <logicor>
13.10/13.15	c transformed objective value is always integral (scale: 1)
13.10/13.15	c Presolving Time: 8.11
13.10/13.15	c - non default parameters ----------------------------------------------------------------------
13.10/13.15	c # SCIP version 1.2.1.3
13.10/13.15	c 
13.10/13.15	c # frequency for displaying node information lines
13.10/13.15	c # [type: int, range: [-1,2147483647], default: 100]
13.10/13.15	c display/freq = 10000
13.10/13.15	c 
13.10/13.15	c # maximal time in seconds to run
13.10/13.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.10/13.15	c limits/time = 1785.72
13.10/13.15	c 
13.10/13.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.10/13.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.10/13.15	c limits/memory = 13950
13.10/13.15	c 
13.10/13.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.10/13.15	c # [type: int, range: [1,2], default: 1]
13.10/13.15	c timing/clocktype = 2
13.10/13.15	c 
13.10/13.15	c # should presolving try to simplify inequalities
13.10/13.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.10/13.15	c constraints/linear/simplifyinequalities = TRUE
13.10/13.15	c 
13.10/13.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
13.10/13.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.10/13.15	c constraints/indicator/addCouplingCons = TRUE
13.10/13.15	c 
13.10/13.15	c # should presolving try to simplify knapsacks
13.10/13.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.10/13.15	c constraints/knapsack/simplifyinequalities = TRUE
13.10/13.15	c 
13.10/13.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.10/13.15	c # [type: int, range: [-1,2147483647], default: -1]
13.10/13.15	c separating/rapidlearning/freq = 0
13.10/13.15	c 
13.10/13.15	c -----------------------------------------------------------------------------------------------
13.10/13.15	c start solving
13.10/13.16	c 
101.98/102.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.98/102.06	c  97.8s|     1 |     0 | 27605 |     - | 622M|   0 |  12k|  27k| 191k|  27k| 191k|   0 |   0 |   0 | 4.778000e+03 |      --      |    Inf 
1604.13/1604.43	c  1600s|     1 |     0 |111948 |     - | 625M|   0 |  10k|  27k| 191k|  27k| 191k|  18 |   0 |   0 | 4.778500e+03 |      --      |    Inf 
1789.81/1790.13	c  1786s|     1 |     0 |129862 |     - | 626M|   0 |   - |  27k| 191k|  27k| 191k|  37 |   0 |   0 | 4.778500e+03 |      --      |    Inf 
1789.81/1790.17	c  1786s|     1 |     2 |129862 |     - | 626M|   0 |   - |  27k| 191k|  27k| 191k|  37 |   0 |   0 | 4.778500e+03 |      --      |    Inf 
1789.81/1790.17	c 
1789.81/1790.17	c SCIP Status        : solving was interrupted [time limit reached]
1789.81/1790.17	c Solving Time (sec) : 1785.88
1789.81/1790.17	c Solving Nodes      : 1
1789.81/1790.17	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.81/1790.17	c Dual Bound         : +4.77850000000000e+03
1789.81/1790.17	c Gap                : infinite
1789.81/1790.17	s UNKNOWN
1789.81/1790.17	c SCIP Status        : solving was interrupted [time limit reached]
1789.81/1790.17	c Solving Time       :    1785.88
1789.81/1790.17	c Original Problem   :
1789.81/1790.17	c   Problem name     : HOME/instance-3744809-1338810809.opb
1789.81/1790.17	c   Variables        : 70149 (70149 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.81/1790.17	c   Constraints      : 682967 initial, 682967 maximal
1789.81/1790.17	c Presolved Problem  :
1789.81/1790.17	c   Problem name     : t_HOME/instance-3744809-1338810809.opb
1789.81/1790.17	c   Variables        : 27172 (27172 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.81/1790.17	c   Constraints      : 191785 initial, 191785 maximal
1789.81/1790.17	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.81/1790.17	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.81/1790.17	c   dualfix          :       0.14       3650          0          0          0          0          0          0          0
1789.81/1790.17	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.81/1790.17	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.81/1790.17	c   implics          :       0.53          0        576          0          0          0          0          0          0
1789.81/1790.17	c   probing          :       1.37          0          0          0          0          0          0          0          0
1789.81/1790.17	c   setppc           :       0.41          0          0          0          0          0          0          0          0
1789.81/1790.17	c   linear           :       4.75      37069       1682          0      37069          0     491182         69        102
1789.81/1790.17	c   logicor          :       0.24          0          0          0          0          0          0          0          0
1789.81/1790.17	c   root node        :          -          0          -          -          0          -          -          -          -
1789.81/1790.17	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.81/1790.17	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.81/1790.17	c   setppc           :     126120          2        201          0          1          0          0          0          0          0
1789.81/1790.17	c   logicor          :      65665          2        201          0          1          0          0          0          0          0
1789.81/1790.17	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.81/1790.17	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.81/1790.17	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.81/1790.17	c   setppc           :       1.02       0.01       0.98       0.00       0.03
1789.81/1790.17	c   logicor          :       0.08       0.01       0.07       0.00       0.01
1789.81/1790.17	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.81/1790.17	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.81/1790.17	c   vbounds          :       0.00          2          0          0
1789.81/1790.17	c   rootredcost      :       0.00          0          0          0
1789.81/1790.17	c   pseudoobj        :       0.00          3          0          0
1789.81/1790.17	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.81/1790.17	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.81/1790.17	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.81/1790.17	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.81/1790.17	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.81/1790.17	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.81/1790.17	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.81/1790.17	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.81/1790.17	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.81/1790.17	c   cut pool         :       0.00          1          -          -          9          -    (maximal pool size: 177)
1789.81/1790.17	c   redcost          :       0.00          2          0          0          0          0
1789.81/1790.17	c   impliedbounds    :       0.08          2          0          0          0          0
1789.81/1790.17	c   intobj           :       0.00          0          0          0          0          0
1789.81/1790.17	c   cgmip            :       0.00          0          0          0          0          0
1789.81/1790.17	c   gomory           :       1.97          2          0          0       1000          0
1789.81/1790.17	c   strongcg         :       1.97          2          0          0       1000          0
1789.81/1790.17	c   cmir             :      11.87          2          0          0          0          0
1789.81/1790.17	c   flowcover        :      31.62          2          0          0          0          0
1789.81/1790.17	c   clique           :       8.58          2          0          0         14          0
1789.81/1790.17	c   zerohalf         :       0.00          0          0          0          0          0
1789.81/1790.17	c   mcf              :       0.13          1          0          0          0          0
1789.81/1790.17	c   rapidlearning    :       0.00          0          0          0          0          0
1789.81/1790.17	c Pricers            :       Time      Calls       Vars
1789.81/1790.17	c   problem variables:       0.00          0          0
1789.81/1790.17	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.81/1790.17	c   relpscost        :       0.00          0          0          0          0          0          0
1789.81/1790.17	c   pscost           :       0.00          0          0          0          0          0          0
1789.81/1790.17	c   inference        :       0.00          1          0          0          0          0          2
1789.81/1790.17	c   mostinf          :       0.00          0          0          0          0          0          0
1789.81/1790.17	c   leastinf         :       0.00          0          0          0          0          0          0
1789.81/1790.17	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.81/1790.17	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.81/1790.17	c   random           :       0.00          0          0          0          0          0          0
1789.81/1790.17	c Primal Heuristics  :       Time      Calls      Found
1789.81/1790.17	c   LP solutions     :       0.00          -          0
1789.81/1790.17	c   pseudo solutions :       0.00          -          0
1789.81/1790.17	c   oneopt           :       0.00          0          0
1789.81/1790.17	c   trivial          :       0.07          2          0
1789.81/1790.17	c   simplerounding   :       0.00          0          0
1789.81/1790.17	c   zirounding       :       0.00          0          0
1789.81/1790.17	c   rounding         :       0.02          2          0
1789.81/1790.17	c   shifting         :       0.90          2          0
1789.81/1790.17	c   intshifting      :       0.00          0          0
1789.81/1790.17	c   twoopt           :       0.00          0          0
1789.81/1790.17	c   fixandinfer      :       0.00          0          0
1789.81/1790.17	c   feaspump         :    1340.99          1          0
1789.81/1790.17	c   coefdiving       :       0.00          0          0
1789.81/1790.17	c   pscostdiving     :       0.00          0          0
1789.81/1790.17	c   fracdiving       :       0.00          0          0
1789.81/1790.17	c   veclendiving     :       0.00          0          0
1789.81/1790.17	c   intdiving        :       0.00          0          0
1789.81/1790.17	c   actconsdiving    :       0.00          0          0
1789.81/1790.17	c   objpscostdiving  :       0.00          0          0
1789.81/1790.17	c   rootsoldiving    :       0.00          0          0
1789.81/1790.17	c   linesearchdiving :       0.00          0          0
1789.81/1790.17	c   guideddiving     :       0.00          0          0
1789.81/1790.17	c   octane           :       0.00          0          0
1789.81/1790.17	c   rens             :       0.00          0          0
1789.81/1790.17	c   rins             :       0.00          0          0
1789.81/1790.17	c   localbranching   :       0.00          0          0
1789.81/1790.17	c   mutation         :       0.00          0          0
1789.81/1790.17	c   crossover        :       0.00          0          0
1789.81/1790.17	c   dins             :       0.00          0          0
1789.81/1790.17	c   undercover       :       0.00          0          0
1789.81/1790.17	c   nlp              :       0.00          0          0
1789.81/1790.17	c   trysol           :       0.00          0          0
1789.81/1790.17	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.81/1790.17	c   primal LP        :       0.00          0          0       0.00          -
1789.81/1790.17	c   dual LP          :     378.44          3      64305   21435.00     169.92
1789.81/1790.17	c   lex dual LP      :       0.00          0          0       0.00          -
1789.81/1790.17	c   barrier LP       :       0.00          0          0       0.00          -
1789.81/1790.17	c   diving/probing LP:    1340.45         22      65557    2979.86      48.91
1789.81/1790.17	c   strong branching :       0.00          0          0       0.00          -
1789.81/1790.17	c     (at root node) :          -          0          0       0.00          -
1789.81/1790.17	c   conflict analysis:       0.00          0          0       0.00          -
1789.81/1790.17	c B&B Tree           :
1789.81/1790.17	c   number of runs   :          1
1789.81/1790.17	c   nodes            :          1
1789.81/1790.17	c   nodes (total)    :          1
1789.81/1790.17	c   nodes left       :          2
1789.81/1790.17	c   max depth        :          0
1789.81/1790.17	c   max depth (total):          0
1789.81/1790.17	c   backtracks       :          0 (0.0%)
1789.81/1790.17	c   delayed cutoffs  :          0
1789.81/1790.17	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.81/1790.17	c   avg switch length:       1.00
1789.81/1790.17	c   switching time   :       0.00
1789.81/1790.17	c Solution           :
1789.81/1790.17	c   Solutions found  :          0 (0 improvements)
1789.81/1790.17	c   Primal Bound     :          -
1789.81/1790.17	c   Dual Bound       : +4.77850000000000e+03
1789.81/1790.17	c   Gap              :   infinite
1789.81/1790.17	c   Root Dual Bound  : +4.77850000000000e+03
1789.81/1790.17	c   Root Iterations  :     129862
1790.51/1790.83	c Time complete: 1790.53.

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-3744809-1338810809/watcher-3744809-1338810809 -o /tmp/evaluation-result-3744809-1338810809/solver-3744809-1338810809 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744809-1338810809.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 15718
/proc/meminfo: memFree=25229108/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 1 0 347147994 8105984 1198 33554432000 4194304 8395647 140735188446656 140734216726760 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 1979 1199 370 1026 0 949 0

[startup+0.0263511 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15718
/proc/meminfo: memFree=25229108/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=15828 CPUtime=0.02 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 3221 0 0 0 2 0 0 0 20 0 1 0 347147994 16207872 3166 33554432000 4194304 8395647 140735188446656 140734216726760 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 3957 3166 393 1026 0 2927 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15828

[startup+0.100312 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15718
/proc/meminfo: memFree=25229108/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=24188 CPUtime=0.09 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 5305 0 0 0 9 0 0 0 20 0 1 0 347147994 24768512 5250 33554432000 4194304 8395647 140735188446656 140734216726760 6766140 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 6047 5250 393 1026 0 5017 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24188

[startup+0.300309 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15718
/proc/meminfo: memFree=25229108/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=37328 CPUtime=0.29 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 8622 0 0 0 28 1 0 0 20 0 1 0 347147994 38223872 8567 33554432000 4194304 8395647 140735188446656 140734216726760 6767045 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 9332 8567 393 1026 0 8302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37328

[startup+0.700307 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15718
/proc/meminfo: memFree=25229108/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=64256 CPUtime=0.69 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 15314 0 0 0 67 2 0 0 20 0 1 0 347147994 65798144 15259 33554432000 4194304 8395647 140735188446656 140734216726760 7382056 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 16064 15259 393 1026 0 15034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64256

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=25149244/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=116928 CPUtime=1.49 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 28431 0 0 0 145 4 0 0 20 0 1 0 347147994 119734272 28376 33554432000 4194304 8395647 140735188446656 140735188311864 7382036 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 29232 28376 393 1026 0 28202 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116928

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=25078192/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=220820 CPUtime=3.09 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 54305 0 0 0 302 7 0 0 20 0 1 0 347147994 226119680 54250 33554432000 4194304 8395647 140735188446656 140735188311864 7385073 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 55205 54250 393 1026 0 54175 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 220820

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=24473072/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=786184 CPUtime=6.29 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 194119 0 0 0 602 27 0 0 20 0 1 0 347147994 805052416 193710 33554432000 4194304 8395647 140735188446656 140735188443464 6081380 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 196546 193710 475 1026 0 195516 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 786184

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=24324408/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=917712 CPUtime=12.69 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 227630 0 0 0 1237 32 0 0 20 0 1 0 347147994 939737088 226587 33554432000 4194304 8395647 140735188446656 140735188442456 5210338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 229428 226587 498 1026 0 228398 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 917712

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=24216140/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1033576 CPUtime=25.48 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 240515 0 0 0 2513 35 0 0 20 0 1 0 347147994 1058381824 253770 33554432000 4194304 8395647 140735188446656 140735188442120 6636354 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 258394 253770 575 1026 0 257364 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1033576

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=24191896/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1056568 CPUtime=51.08 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 242886 0 0 0 5070 38 0 0 20 0 1 0 347147994 1081925632 259777 33554432000 4194304 8395647 140735188446656 140735188441784 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 264142 259777 576 1026 0 263112 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1056568

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=24167928/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=102.28 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 244601 0 0 0 10186 42 0 0 20 0 1 0 347147994 1102823424 265199 33554432000 4194304 8395647 140735188446656 140735188441784 5542505 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265199 579 1026 0 268214 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1076976

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 15719
/proc/meminfo: memFree=24167336/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=162.26 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 244743 0 0 0 16182 44 0 0 20 0 1 0 347147994 1102823424 265341 33554432000 4194304 8395647 140735188446656 140735188441176 6708194 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265341 581 1026 0 268214 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1076976

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15720
/proc/meminfo: memFree=24169412/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=222.26 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 244756 0 0 0 22179 47 0 0 20 0 1 0 347147994 1102823424 265354 33554432000 4194304 8395647 140735188446656 140735188441176 6664550 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265354 581 1026 0 268214 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1076976

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15720
/proc/meminfo: memFree=24167516/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=282.25 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 244770 0 0 0 28175 50 0 0 20 0 1 0 347147994 1102823424 265368 33554432000 4194304 8395647 140735188446656 140735188441176 6708477 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265368 581 1026 0 268214 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1076976

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15720
/proc/meminfo: memFree=24168352/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=342.24 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245038 0 0 0 34172 52 0 0 20 0 1 0 347147994 1102823424 265636 33554432000 4194304 8395647 140735188446656 140735188441176 6697246 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265636 581 1026 0 268214 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1076976

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 15723
/proc/meminfo: memFree=24168356/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=402.23 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245038 0 0 0 40169 54 0 0 20 0 1 0 347147994 1102823424 265636 33554432000 4194304 8395647 140735188446656 140735188441176 6708477 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265636 581 1026 0 268214 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1076976

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15746
/proc/meminfo: memFree=24168400/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=462.22 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245038 0 0 0 46166 56 0 0 20 0 1 0 347147994 1102823424 265636 33554432000 4194304 8395647 140735188446656 140735188441176 6708364 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265636 581 1026 0 268214 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1076976

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15747
/proc/meminfo: memFree=24168312/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=522.21 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245038 0 0 0 52164 57 0 0 20 0 1 0 347147994 1102823424 265636 33554432000 4194304 8395647 140735188446656 140735188441176 6708226 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265636 581 1026 0 268214 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1076976

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15747
/proc/meminfo: memFree=24168588/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=582.2 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245038 0 0 0 58161 59 0 0 20 0 1 0 347147994 1102823424 265636 33554432000 4194304 8395647 140735188446656 140735188441176 6708477 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 265636 581 1026 0 268214 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1076976

[startup+642.3 s]

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

/proc/meminfo: memFree=25482180/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=1062.11 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245053 0 0 0 106135 76 0 0 20 0 1 0 347147994 1102823424 267454 33554432000 4194304 8395647 140735188446656 140735188441176 6709493 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 267454 581 1026 0 268214 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1076976

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15791
/proc/meminfo: memFree=25482160/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=1122.1 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245053 0 0 0 112132 78 0 0 20 0 1 0 347147994 1102823424 267454 33554432000 4194304 8395647 140735188446656 140735188441176 6697271 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 267454 581 1026 0 268214 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1076976

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15791
/proc/meminfo: memFree=25482260/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=1182.1 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245053 0 0 0 118129 81 0 0 20 0 1 0 347147994 1102823424 267455 33554432000 4194304 8395647 140735188446656 140735188441176 6708198 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 267455 581 1026 0 268214 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1076976

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 15791
/proc/meminfo: memFree=25481668/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=1242.09 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245053 0 0 0 124127 82 0 0 20 0 1 0 347147994 1102823424 267455 33554432000 4194304 8395647 140735188446656 140735188441224 6708222 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 267455 581 1026 0 268214 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1076976

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15791
/proc/meminfo: memFree=25481324/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=1302.08 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245053 0 0 0 130124 84 0 0 20 0 1 0 347147994 1102823424 267455 33554432000 4194304 8395647 140735188446656 140735188441176 6667643 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 267455 581 1026 0 268214 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1076976

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15791
/proc/meminfo: memFree=25480980/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=1362.07 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245053 0 0 0 136121 86 0 0 20 0 1 0 347147994 1102823424 267455 33554432000 4194304 8395647 140735188446656 140735188441176 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 267455 581 1026 0 268214 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1076976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15792
/proc/meminfo: memFree=25478528/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1076976 CPUtime=1422.06 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 245053 0 0 0 142118 88 0 0 20 0 1 0 347147994 1102823424 267455 33554432000 4194304 8395647 140735188446656 140735188441176 6708416 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 269244 267455 581 1026 0 268214 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1076976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15792
/proc/meminfo: memFree=25465720/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1482.05 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249190 0 0 0 148113 92 0 0 20 0 1 0 347147994 1129132032 270678 33554432000 4194304 8395647 140735188446656 140735188442120 6698068 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 270678 610 1026 0 274637 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1102668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15792
/proc/meminfo: memFree=25455640/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1542.04 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249190 0 0 0 154109 95 0 0 20 0 1 0 347147994 1129132032 270678 33554432000 4194304 8395647 140735188446656 140735188441064 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 270678 610 1026 0 274637 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1102668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15795
/proc/meminfo: memFree=25455132/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1602.03 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249190 0 0 0 160105 98 0 0 20 0 1 0 347147994 1129132032 270678 33554432000 4194304 8395647 140735188446656 140735188441784 6698377 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 270678 610 1026 0 274637 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1102668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15795
/proc/meminfo: memFree=25448252/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1662.02 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249696 0 0 0 166102 100 0 0 20 0 1 0 347147994 1129132032 272206 33554432000 4194304 8395647 140735188446656 140735188441784 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 272206 612 1026 0 274637 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1102668

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15796
/proc/meminfo: memFree=25447060/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1722.01 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249698 0 0 0 172097 104 0 0 20 0 1 0 347147994 1129132032 272208 33554432000 4194304 8395647 140735188446656 140735188442168 6698437 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 272208 612 1026 0 274637 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1102668

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15796
/proc/meminfo: memFree=25446592/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1782 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249698 0 0 0 178093 107 0 0 20 0 1 0 347147994 1129132032 272208 33554432000 4194304 8395647 140735188446656 140735188441784 6698352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 272208 612 1026 0 274637 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1102668

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15796
/proc/meminfo: memFree=25446592/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1785.2 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249698 0 0 0 178413 107 0 0 20 0 1 0 347147994 1129132032 272208 33554432000 4194304 8395647 140735188446656 140735188441784 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 272208 612 1026 0 274637 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 1102668

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15796
/proc/meminfo: memFree=25446840/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1788.4 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249698 0 0 0 178733 107 0 0 20 0 1 0 347147994 1129132032 272208 33554432000 4194304 8395647 140735188446656 140735188442120 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 272208 612 1026 0 274637 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 1102668

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15796
/proc/meminfo: memFree=25446840/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1789.2 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249698 0 0 0 178813 107 0 0 20 0 1 0 347147994 1129132032 272208 33554432000 4194304 8395647 140735188446656 140735188441784 6635663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 272208 612 1026 0 274637 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 1102668

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15796
/proc/meminfo: memFree=25446824/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=1102668 CPUtime=1790.01 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249705 0 0 0 178893 108 0 0 20 0 1 0 347147994 1129132032 272215 33554432000 4194304 8395647 140735188446656 140735188442120 6150528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 275667 272215 619 1026 0 274637 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 1102668

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15796
/proc/meminfo: memFree=25591272/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=948820 CPUtime=1790.4 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249707 0 0 0 178932 108 0 0 20 0 1 0 347147994 971591680 233990 33554432000 4194304 8395647 140735188446656 140735188442120 7435351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 237205 233990 621 1026 0 236175 0
Current children cumulated CPU time (s) 1790.4
Current children cumulated vsize (KiB) 948820

[startup+1790.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15796
/proc/meminfo: memFree=25591272/32873844 swapFree=7128/7128
[pid=15718] ppid=15716 vsize=819976 CPUtime=1790.51 cores=0,2,4,6
/proc/15718/stat : 15718 (pbscip.linux.x8) R 15716 15718 13572 0 -1 4202496 249707 0 0 0 178941 110 0 0 20 0 1 0 347147994 839655424 201807 33554432000 4194304 8395647 140735188446656 140735188445848 6345196 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15718/statm: 204994 201807 621 1026 0 203964 0
Current children cumulated CPU time (s) 1790.51
Current children cumulated vsize (KiB) 819976

Child status: 0
Real time (s): 1790.83
CPU time (s): 1790.54
CPU user time (s): 1789.43
CPU system time (s): 1.10983
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 1102668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.43
system time used= 1.10983
maximum resident set size= 1088868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249713
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= 18
involuntary context switches= 1842

runsolver used 2.89956 second user time and 11.0703 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 13:53:30
IDJOB=3744809
IDBENCH=92856
IDSOLVER=2326
FILE ID=node105/3744809-1338810809
RUNJOBID= node105-1338785386-13588
PBS_JOBID= 14636855
Free space on /tmp= 71196 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= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped3.F.recomb10-0.10-10.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-3744809-1338810809/watcher-3744809-1338810809 -o /tmp/evaluation-result-3744809-1338810809/solver-3744809-1338810809 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744809-1338810809.opb -t 1800 -m 15500

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

MD5SUM BENCH= d93270f4db0441433359bbd34e19507c
RANDOM SEED=143378640

node105.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.882
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.76
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.882
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.882
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.882
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.91
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.882
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	: 5438.54
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.882
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.91
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25229604 kB
Buffers:          580500 kB
Cached:          3917804 kB
SwapCached:         1700 kB
Active:          3459076 kB
Inactive:        3293732 kB
Active(anon):    2251032 kB
Inactive(anon):     4800 kB
Active(file):    1208044 kB
Inactive(file):  3288932 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             31812 kB
Writeback:             0 kB
AnonPages:       2261284 kB
Mapped:            11364 kB
Shmem:                 0 kB
Slab:             745364 kB
SReclaimable:     186944 kB
SUnreclaim:       558420 kB
KernelStack:        1456 kB
PageTables:         8616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2411408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 71220 MiB
End job on node105 at 2012-06-04 14:23:21