Trace number 3731665

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? 1791.72 1792.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark668
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
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-3731665-1338687845.opb>
3.89/3.98	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
3.89/3.98	c problem read
3.89/3.98	c presolving settings loaded
4.89/4.97	c presolving:
8.58/8.66	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
15.68/15.70	c    (11.7s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
15.68/15.70	c    (11.7s) probing aborted: 100/100 successive totally useless probings
15.68/15.70	c presolving (2 rounds):
15.68/15.70	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
15.68/15.70	c  1313400 implications, 0 cliques
15.68/15.70	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
15.68/15.70	c  656700 constraints of type <setppc>
15.68/15.70	c     200 constraints of type <logicor>
15.68/15.70	c transformed objective value is always integral (scale: 1)
15.68/15.70	c Presolving Time: 10.90
15.68/15.70	c - non default parameters ----------------------------------------------------------------------
15.68/15.70	c # SCIP version 1.2.1.3
15.68/15.70	c 
15.68/15.70	c # frequency for displaying node information lines
15.68/15.70	c # [type: int, range: [-1,2147483647], default: 100]
15.68/15.70	c display/freq = 10000
15.68/15.70	c 
15.68/15.70	c # maximal time in seconds to run
15.68/15.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.68/15.70	c limits/time = 1786.03
15.68/15.70	c 
15.68/15.70	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
15.68/15.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.68/15.70	c limits/memory = 13950
15.68/15.70	c 
15.68/15.70	c # default clock type (1: CPU user seconds, 2: wall clock time)
15.68/15.70	c # [type: int, range: [1,2], default: 1]
15.68/15.70	c timing/clocktype = 2
15.68/15.70	c 
15.68/15.70	c # should presolving try to simplify inequalities
15.68/15.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.68/15.70	c constraints/linear/simplifyinequalities = TRUE
15.68/15.70	c 
15.68/15.70	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
15.68/15.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.68/15.70	c constraints/indicator/addCouplingCons = TRUE
15.68/15.70	c 
15.68/15.70	c # should presolving try to simplify knapsacks
15.68/15.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.68/15.70	c constraints/knapsack/simplifyinequalities = TRUE
15.68/15.70	c 
15.68/15.70	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
15.68/15.70	c # [type: int, range: [-1,2147483647], default: -1]
15.68/15.70	c separating/rapidlearning/freq = 0
15.68/15.70	c 
15.68/15.70	c -----------------------------------------------------------------------------------------------
15.68/15.70	c start solving
15.68/15.71	c 
30.48/30.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.48/30.54	c  26.6s|     1 |     0 |  1112 |     - | 727M|   0 | 263 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.745917e+02 |      --      |    Inf 
231.02/231.12	c   227s|     1 |     0 |  7318 |     - | 734M|   0 | 266 |  10k| 656k|  10k| 656k|  11 |   0 |   0 | 1.799765e+02 |      --      |    Inf 
294.30/294.41	c   290s|     1 |     0 |  7813 |     - | 734M|   0 | 279 |  10k| 656k|  10k| 656k|  23 |   0 |   0 | 1.877816e+02 |      --      |    Inf 
426.17/426.37	c   422s|     1 |     0 |  8230 |     - | 734M|   0 | 282 |  10k| 656k|  10k| 656k|  31 |   0 |   0 | 1.913419e+02 |      --      |    Inf 
641.91/642.11	c   638s|     1 |     0 |  8484 |     - | 734M|   0 | 290 |  10k| 656k|  10k| 656k|  39 |   0 |   0 | 1.940344e+02 |      --      |    Inf 
956.14/956.48	c   953s|     1 |     0 |  8749 |     - | 734M|   0 | 291 |  10k| 656k|  10k| 656k|  46 |   0 |   0 | 1.957607e+02 |      --      |    Inf 
1292.25/1292.61	c  1289s|     1 |     0 |  9011 |     - | 734M|   0 | 286 |  10k| 656k|  10k| 656k|  53 |   0 |   0 | 1.976411e+02 |      --      |    Inf 
1740.56/1741.01	c  1737s|     1 |     0 |  9263 |     - | 734M|   0 | 289 |  10k| 656k|  10k| 656k|  60 |   0 |   0 | 1.995290e+02 |      --      |    Inf 
1789.55/1790.03	c  1786s|     1 |     0 |  9263 |     - | 734M|   0 |   - |  10k| 656k|  10k| 656k|  61 |   0 |   0 | 1.995290e+02 |      --      |    Inf 
1789.65/1790.13	c  1786s|     1 |     2 |  9263 |     - | 734M|   0 |   - |  10k| 656k|  10k| 656k|  61 |   0 |   0 | 1.995290e+02 |      --      |    Inf 
1789.65/1790.13	c 
1789.65/1790.13	c SCIP Status        : solving was interrupted [time limit reached]
1789.65/1790.13	c Solving Time (sec) : 1786.15
1789.65/1790.13	c Solving Nodes      : 1
1789.65/1790.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.65/1790.13	c Dual Bound         : +1.99529031063096e+02
1789.65/1790.13	c Gap                : infinite
1789.65/1790.13	s UNKNOWN
1789.65/1790.13	c SCIP Status        : solving was interrupted [time limit reached]
1789.65/1790.13	c Solving Time       :    1786.15
1789.65/1790.13	c Original Problem   :
1789.65/1790.13	c   Problem name     : HOME/instance-3731665-1338687845.opb
1789.65/1790.13	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.65/1790.13	c   Constraints      : 656900 initial, 656900 maximal
1789.65/1790.13	c Presolved Problem  :
1789.65/1790.13	c   Problem name     : t_HOME/instance-3731665-1338687845.opb
1789.65/1790.13	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.65/1790.13	c   Constraints      : 656900 initial, 656900 maximal
1789.65/1790.13	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.65/1790.13	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.13	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.13	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.13	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.13	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.13	c   probing          :       6.44          0          0          0          0          0          0          0          0
1789.65/1790.13	c   setppc           :       0.60          0          0          0          0          0          0          0          0
1789.65/1790.13	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1789.65/1790.13	c   root node        :          -          0          -          -          0          -          -          -          -
1789.65/1790.13	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.65/1790.13	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.65/1790.13	c   setppc           :     656700          8        201          0          1          0          0          0          0          0
1789.65/1790.13	c   logicor          :        200          8         99          0          1          0          0          0          0          0
1789.65/1790.13	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.65/1790.13	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.65/1790.13	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.65/1790.13	c   setppc           :       6.02       0.35       5.58       0.00       0.10
1789.65/1790.13	c   logicor          :       0.01       0.00       0.00       0.00       0.00
1789.65/1790.13	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.65/1790.13	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.65/1790.13	c   vbounds          :       0.00          2          0          0
1789.65/1790.13	c   rootredcost      :       0.00          0          0          0
1789.65/1790.13	c   pseudoobj        :       0.00          9          0          0
1789.65/1790.13	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.65/1790.13	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.65/1790.13	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.13	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.13	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.13	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.65/1790.13	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.65/1790.13	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.65/1790.13	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.65/1790.13	c   cut pool         :       0.01          7          -          -          0          -    (maximal pool size: 105)
1789.65/1790.13	c   redcost          :       0.00          8          0          0          0          0
1789.65/1790.13	c   impliedbounds    :       0.01          8          0          0          0          0
1789.65/1790.13	c   intobj           :       0.00          0          0          0          0          0
1789.65/1790.13	c   cgmip            :       0.00          0          0          0          0          0
1789.65/1790.13	c   gomory           :     700.51          8          0          0       3825          0
1789.65/1790.13	c   strongcg         :     629.62          7          0          0       3500          0
1789.65/1790.13	c   cmir             :      14.63          7          0          0          0          0
1789.65/1790.13	c   flowcover        :     202.76          7          0          0          0          0
1789.65/1790.13	c   clique           :       0.71          7          0          0         43          0
1789.65/1790.13	c   zerohalf         :       0.00          0          0          0          0          0
1789.65/1790.13	c   mcf              :       0.35          1          0          0          0          0
1789.65/1790.13	c   rapidlearning    :       0.00          0          0          0          0          0
1789.65/1790.13	c Pricers            :       Time      Calls       Vars
1789.65/1790.13	c   problem variables:       0.00          0          0
1789.65/1790.13	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.65/1790.13	c   relpscost        :       0.00          0          0          0          0          0          0
1789.65/1790.13	c   pscost           :       0.00          0          0          0          0          0          0
1789.65/1790.13	c   inference        :       0.00          1          0          0          0          0          2
1789.65/1790.13	c   mostinf          :       0.00          0          0          0          0          0          0
1789.65/1790.13	c   leastinf         :       0.00          0          0          0          0          0          0
1789.65/1790.13	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.65/1790.13	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.65/1790.13	c   random           :       0.00          0          0          0          0          0          0
1789.65/1790.13	c Primal Heuristics  :       Time      Calls      Found
1789.65/1790.13	c   LP solutions     :       0.00          -          0
1789.65/1790.13	c   pseudo solutions :       0.00          -          0
1789.65/1790.13	c   oneopt           :       0.00          0          0
1789.65/1790.13	c   trivial          :       0.28          2          0
1789.65/1790.13	c   simplerounding   :       0.00          0          0
1789.65/1790.13	c   zirounding       :       0.00          0          0
1789.65/1790.13	c   rounding         :       0.19          8          0
1789.65/1790.13	c   shifting         :       0.31          8          0
1789.65/1790.13	c   intshifting      :       0.00          0          0
1789.65/1790.13	c   twoopt           :       0.00          0          0
1789.65/1790.13	c   fixandinfer      :       0.00          0          0
1789.65/1790.13	c   feaspump         :     146.04          1          0
1789.65/1790.13	c   coefdiving       :       0.00          0          0
1789.65/1790.13	c   pscostdiving     :       0.00          0          0
1789.65/1790.13	c   fracdiving       :       0.00          0          0
1789.65/1790.13	c   veclendiving     :       0.00          0          0
1789.65/1790.13	c   intdiving        :       0.00          0          0
1789.65/1790.13	c   actconsdiving    :       0.00          0          0
1789.65/1790.13	c   objpscostdiving  :       0.00          0          0
1789.65/1790.13	c   rootsoldiving    :       0.00          0          0
1789.65/1790.13	c   linesearchdiving :       0.00          0          0
1789.65/1790.13	c   guideddiving     :       0.00          0          0
1789.65/1790.13	c   octane           :       0.00          0          0
1789.65/1790.13	c   rens             :       0.00          0          0
1789.65/1790.13	c   rins             :       0.00          0          0
1789.65/1790.13	c   localbranching   :       0.00          0          0
1789.65/1790.13	c   mutation         :       0.00          0          0
1789.65/1790.13	c   crossover        :       0.00          0          0
1789.65/1790.13	c   dins             :       0.00          0          0
1789.65/1790.13	c   undercover       :       0.00          0          0
1789.65/1790.13	c   nlp              :       0.00          0          0
1789.65/1790.13	c   trysol           :       0.00          0          0
1789.65/1790.13	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.65/1790.13	c   primal LP        :       0.00          0          0       0.00          -
1789.65/1790.13	c   dual LP          :      76.96          8       3450     431.25      44.83
1789.65/1790.13	c   lex dual LP      :       0.00          0          0       0.00          -
1789.65/1790.13	c   barrier LP       :       0.00          0          0       0.00          -
1789.65/1790.13	c   diving/probing LP:     145.78          4       5813    1453.25      39.87
1789.65/1790.13	c   strong branching :       0.00          0          0       0.00          -
1789.65/1790.13	c     (at root node) :          -          0          0       0.00          -
1789.65/1790.13	c   conflict analysis:       0.00          0          0       0.00          -
1789.65/1790.13	c B&B Tree           :
1789.65/1790.13	c   number of runs   :          1
1789.65/1790.13	c   nodes            :          1
1789.65/1790.13	c   nodes (total)    :          1
1789.65/1790.13	c   nodes left       :          2
1789.65/1790.13	c   max depth        :          0
1789.65/1790.13	c   max depth (total):          0
1789.65/1790.13	c   backtracks       :          0 (0.0%)
1789.65/1790.13	c   delayed cutoffs  :          0
1789.65/1790.13	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.65/1790.13	c   avg switch length:       1.00
1789.65/1790.13	c   switching time   :       0.00
1789.65/1790.13	c Solution           :
1789.65/1790.13	c   Solutions found  :          0 (0 improvements)
1789.65/1790.13	c   Primal Bound     :          -
1789.65/1790.13	c   Dual Bound       : +1.99529031063096e+02
1789.65/1790.13	c   Gap              :   infinite
1789.65/1790.13	c   Root Dual Bound  : +1.99529031063096e+02
1789.65/1790.13	c   Root Iterations  :       9263
1791.65/1792.15	c Time complete: 1791.71.

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-3731665-1338687845/watcher-3731665-1338687845 -o /tmp/evaluation-result-3731665-1338687845/solver-3731665-1338687845 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731665-1338687845.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: 1.92 1.98 1.94 3/176 23301
/proc/meminfo: memFree=27012636/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 334909036 8105984 1194 33554432000 4194304 8395647 140735674166592 140735920902360 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 1979 1194 370 1026 0 949 0

[startup+0.040002 s]
/proc/loadavg: 1.92 1.98 1.94 3/176 23301
/proc/meminfo: memFree=27012636/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=19200 CPUtime=0.02 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 4062 0 0 0 2 0 0 0 20 0 1 0 334909036 19660800 4002 33554432000 4194304 8395647 140735674166592 140735920902360 5758032 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 4800 4002 394 1026 0 3770 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19200

[startup+0.100271 s]
/proc/loadavg: 1.92 1.98 1.94 3/176 23301
/proc/meminfo: memFree=27012636/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=23828 CPUtime=0.09 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 5218 0 0 0 8 1 0 0 20 0 1 0 334909036 24399872 5158 33554432000 4194304 8395647 140735674166592 140735920902360 7301536 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 5957 5158 394 1026 0 4927 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23828

[startup+0.300212 s]
/proc/loadavg: 1.92 1.98 1.94 3/176 23301
/proc/meminfo: memFree=27012636/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=34800 CPUtime=0.29 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 7993 0 0 0 28 1 0 0 20 0 1 0 334909036 35635200 7933 33554432000 4194304 8395647 140735674166592 140735674031800 7301320 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 8700 7933 394 1026 0 7670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34800

[startup+0.700207 s]
/proc/loadavg: 1.92 1.98 1.94 3/176 23301
/proc/meminfo: memFree=27012636/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=56908 CPUtime=0.69 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 13519 0 0 0 67 2 0 0 20 0 1 0 334909036 58273792 13459 33554432000 4194304 8395647 140735674166592 140735674031800 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 14227 13459 394 1026 0 13197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56908

[startup+1.50021 s]
/proc/loadavg: 1.92 1.98 1.94 3/177 23302
/proc/meminfo: memFree=26943288/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=102612 CPUtime=1.49 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 24878 0 0 0 145 4 0 0 20 0 1 0 334909036 105074688 24818 33554432000 4194304 8395647 140735674166592 140735674031800 7370245 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 25653 24818 394 1026 0 24623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102612

[startup+3.10021 s]
/proc/loadavg: 1.92 1.98 1.94 3/177 23302
/proc/meminfo: memFree=26880156/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=192396 CPUtime=3.09 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 47226 0 0 0 302 7 0 0 20 0 1 0 334909036 197013504 47166 33554432000 4194304 8395647 140735674166592 140735674031800 7382031 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 48099 47166 394 1026 0 47069 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192396

[startup+6.30025 s]
/proc/loadavg: 1.93 1.98 1.94 3/177 23302
/proc/meminfo: memFree=26390100/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=648032 CPUtime=6.29 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 160738 0 0 0 607 22 0 0 20 0 1 0 334909036 663584768 160324 33554432000 4194304 8395647 140735674166592 140735674162552 5049178 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 162008 160324 464 1026 0 160978 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 648032

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.94 3/177 23302
/proc/meminfo: memFree=26117096/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=904504 CPUtime=12.68 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 224034 0 0 0 1236 32 0 0 20 0 1 0 334909036 926212096 223730 33554432000 4194304 8395647 140735674166592 140735674162392 5210338 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 226126 223730 490 1026 0 225096 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 904504

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.94 3/177 23302
/proc/meminfo: memFree=25753872/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1325496 CPUtime=25.48 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 263200 0 0 0 2505 43 0 0 20 0 1 0 334909036 1357307904 314099 33554432000 4194304 8395647 140735674166592 140735674161800 6696666 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 331374 314099 561 1026 0 330344 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1325496

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.94 3/177 23302
/proc/meminfo: memFree=25702240/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1368964 CPUtime=51.08 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 268212 0 0 0 5058 50 0 0 20 0 1 0 334909036 1401819136 324209 33554432000 4194304 8395647 140735674166592 140735674161240 6708416 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 342241 324209 572 1026 0 341211 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1368964

[startup+102.307 s]
/proc/loadavg: 2.06 2.00 1.95 3/177 23302
/proc/meminfo: memFree=25689604/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1378116 CPUtime=102.27 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 270766 0 0 0 10165 62 0 0 20 0 1 0 334909036 1411190784 326977 33554432000 4194304 8395647 140735674166592 140735674161160 6635125 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 344529 326977 572 1026 0 343499 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1378116

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 1.95 3/177 23302
/proc/meminfo: memFree=25684128/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1384080 CPUtime=162.25 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 272056 0 0 0 16152 73 0 0 20 0 1 0 334909036 1417297920 328128 33554432000 4194304 8395647 140735674166592 140735674161240 6696991 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 346020 328128 572 1026 0 344990 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1384080

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 23303
/proc/meminfo: memFree=25583988/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1478192 CPUtime=222.23 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 292621 0 0 0 22142 81 0 0 20 0 1 0 334909036 1513668608 353383 33554432000 4194304 8395647 140735674166592 140735674161720 6697711 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 369548 353383 603 1026 0 368518 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1478192

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 23303
/proc/meminfo: memFree=25563428/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1501280 CPUtime=282.21 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 294641 0 0 0 28137 84 0 0 20 0 1 0 334909036 1537310720 358623 33554432000 4194304 8395647 140735674166592 140735674161720 6698214 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 375320 358623 604 1026 0 374290 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1501280

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/177 23303
/proc/meminfo: memFree=25563216/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1501280 CPUtime=342.19 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 294759 0 0 0 34132 87 0 0 20 0 1 0 334909036 1537310720 358661 33554432000 4194304 8395647 140735674166592 140735674161832 7385934 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 375320 358661 604 1026 0 374290 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1501280

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 23306
/proc/meminfo: memFree=25563364/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1501280 CPUtime=402.18 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 294761 0 0 0 40129 89 0 0 20 0 1 0 334909036 1537310720 358661 33554432000 4194304 8395647 140735674166592 140735674161880 5849682 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 375320 358661 604 1026 0 374290 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1501280

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 23306
/proc/meminfo: memFree=25537088/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1526944 CPUtime=462.16 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 295365 0 0 0 46124 92 0 0 20 0 1 0 334909036 1563590656 365311 33554432000 4194304 8395647 140735674166592 140735674161784 7382157 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 381736 365311 604 1026 0 380706 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1526944

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 23307
/proc/meminfo: memFree=25535876/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1526944 CPUtime=522.15 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 295365 0 0 0 52119 96 0 0 20 0 1 0 334909036 1563590656 365564 33554432000 4194304 8395647 140735674166592 140735674161832 7382116 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 381736 365564 604 1026 0 380706 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1526944

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 23307
/proc/meminfo: memFree=25510088/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1526944 CPUtime=582.13 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 295365 0 0 0 58114 99 0 0 20 0 1 0 334909036 1563590656 365564 33554432000 4194304 8395647 140735674166592 140735674161880 6440501 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 381736 365564 604 1026 0 380706 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1526944

[startup+642.3 s]

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

/proc/meminfo: memFree=25514524/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1534364 CPUtime=1062.01 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 295777 0 0 0 106080 121 0 0 20 0 1 0 334909036 1571188736 370706 33554432000 4194304 8395647 140735674166592 140735674161784 6440894 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 383591 370706 604 1026 0 382561 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1534364

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/176 23334
/proc/meminfo: memFree=25514320/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1534364 CPUtime=1121.99 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 295777 0 0 0 112076 123 0 0 20 0 1 0 334909036 1571188736 370706 33554432000 4194304 8395647 140735674166592 140735674161832 6124432 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 383591 370706 604 1026 0 382561 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 1534364

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/177 23373
/proc/meminfo: memFree=26904108/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1534364 CPUtime=1181.98 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 295777 0 0 0 118072 126 0 0 20 0 1 0 334909036 1571188736 370706 33554432000 4194304 8395647 140735674166592 140735674161832 6124426 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 383591 370706 604 1026 0 382561 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1534364

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 23373
/proc/meminfo: memFree=26904220/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1534364 CPUtime=1241.96 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 295777 0 0 0 124067 129 0 0 20 0 1 0 334909036 1571188736 370706 33554432000 4194304 8395647 140735674166592 140735674161832 6124447 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 383591 370706 604 1026 0 382561 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1534364

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 23373
/proc/meminfo: memFree=26860036/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1601084 CPUtime=1301.95 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 296596 0 0 0 130065 130 0 0 20 0 1 0 334909036 1639510016 381745 33554432000 4194304 8395647 140735674166592 140735674161784 7385934 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 400271 381745 604 1026 0 399241 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1601084

[startup+1362.3 s]
/proc/loadavg: 2.15 2.03 1.97 3/177 23373
/proc/meminfo: memFree=26860412/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1601084 CPUtime=1361.93 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 296596 0 0 0 136060 133 0 0 20 0 1 0 334909036 1639510016 381745 33554432000 4194304 8395647 140735674166592 140735674161784 7385960 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 400271 381745 604 1026 0 399241 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1601084

[startup+1422.31 s]
/proc/loadavg: 2.10 2.04 1.98 3/177 23373
/proc/meminfo: memFree=26860536/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1601084 CPUtime=1421.92 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 296596 0 0 0 142057 135 0 0 20 0 1 0 334909036 1639510016 381745 33554432000 4194304 8395647 140735674166592 140735674161784 7382112 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 400271 381745 604 1026 0 399241 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1601084

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/177 23374
/proc/meminfo: memFree=26860540/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1601084 CPUtime=1481.9 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 296596 0 0 0 148053 137 0 0 20 0 1 0 334909036 1639510016 381745 33554432000 4194304 8395647 140735674166592 140735674161784 7385785 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/23301/statm: 400271 381745 604 1026 0 399241 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1601084

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/177 23374
/proc/meminfo: memFree=26860664/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1601084 CPUtime=1541.89 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 296596 0 0 0 154050 139 0 0 20 0 1 0 334909036 1639510016 381745 33554432000 4194304 8395647 140735674166592 140735674161832 6440473 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 400271 381745 604 1026 0 399241 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1601084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/178 23377
/proc/meminfo: memFree=26860784/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1601084 CPUtime=1601.88 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 296596 0 0 0 160046 142 0 0 20 0 1 0 334909036 1639510016 381745 33554432000 4194304 8395647 140735674166592 140735674161832 7385982 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 400271 381745 604 1026 0 399241 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1601084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/177 23377
/proc/meminfo: memFree=26861040/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1601084 CPUtime=1661.87 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 296596 0 0 0 166042 145 0 0 20 0 1 0 334909036 1639510016 381745 33554432000 4194304 8395647 140735674166592 140735674161832 6440473 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 400271 381745 604 1026 0 399241 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1601084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 23377
/proc/meminfo: memFree=26860916/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1601084 CPUtime=1721.86 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 296596 0 0 0 172039 147 0 0 20 0 1 0 334909036 1639510016 381745 33554432000 4194304 8395647 140735674166592 140735674161880 5849658 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 400271 381745 604 1026 0 399241 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1601084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 23378
/proc/meminfo: memFree=26931848/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1508292 CPUtime=1781.85 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 297294 0 0 0 178034 151 0 0 20 0 1 0 334909036 1544491008 364043 33554432000 4194304 8395647 140735674166592 140735674161832 6197315 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 377073 364043 604 1026 0 376043 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1508292

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 23378
/proc/meminfo: memFree=26932096/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1508292 CPUtime=1785.05 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 297294 0 0 0 178354 151 0 0 20 0 1 0 334909036 1544491008 364043 33554432000 4194304 8395647 140735674166592 140735674161784 7386059 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 377073 364043 604 1026 0 376043 0
Current children cumulated CPU time (s) 1785.05
Current children cumulated vsize (KiB) 1508292

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 23378
/proc/meminfo: memFree=26932096/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1508292 CPUtime=1788.25 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 297294 0 0 0 178673 152 0 0 20 0 1 0 334909036 1544491008 364043 33554432000 4194304 8395647 140735674166592 140735674161784 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 377073 364043 604 1026 0 376043 0
Current children cumulated CPU time (s) 1788.25
Current children cumulated vsize (KiB) 1508292

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 23378
/proc/meminfo: memFree=26932096/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1533956 CPUtime=1789.85 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 297619 0 0 0 178833 152 0 0 20 0 1 0 334909036 1570770944 370500 33554432000 4194304 8395647 140735674166592 140735674161784 6150509 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 383489 370500 611 1026 0 382459 0
Current children cumulated CPU time (s) 1789.85
Current children cumulated vsize (KiB) 1533956

[startup+1791.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 23378
/proc/meminfo: memFree=26906404/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1533932 CPUtime=1790.65 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 297621 0 0 0 178913 152 0 0 20 0 1 0 334909036 1570746368 370498 33554432000 4194304 8395647 140735674166592 140735674162424 6063840 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 383483 370498 613 1026 0 382453 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (KiB) 1533932

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 23378
/proc/meminfo: memFree=26906404/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1533932 CPUtime=1791.46 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 297621 0 0 0 178994 152 0 0 20 0 1 0 334909036 1570746368 370498 33554432000 4194304 8395647 140735674166592 140735674165912 6063821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 383483 370498 613 1026 0 382453 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 1533932

[startup+1792.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 23378
/proc/meminfo: memFree=26906404/32873648 swapFree=7388/7388
[pid=23301] ppid=23299 vsize=1144680 CPUtime=1791.65 cores=0,2,4,6
/proc/23301/stat : 23301 (pbscip.linux.x8) R 23299 23301 21664 0 -1 4202496 297621 0 0 0 179012 153 0 0 20 0 1 0 334909036 1172152320 282469 33554432000 4194304 8395647 140735674166592 140735674165912 7435351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23301/statm: 285913 282439 613 1026 0 284883 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (KiB) 1144680

Child status: 0
Real time (s): 1792.16
CPU time (s): 1791.72
CPU user time (s): 1790.16
CPU system time (s): 1.55176
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 1601084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.16
system time used= 1.55176
maximum resident set size= 1526980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297627
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= 10
involuntary context switches= 2684

runsolver used 2.81157 second user time and 7.19491 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 03:44:05
IDJOB=3731665
IDBENCH=1974
IDSOLVER=2326
FILE ID=node148/3731665-1338687845
RUNJOBID= node148-1338678625-21683
PBS_JOBID= 14636665
Free space on /tmp= 71288 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= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.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-3731665-1338687845/watcher-3731665-1338687845 -o /tmp/evaluation-result-3731665-1338687845/solver-3731665-1338687845 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731665-1338687845.opb -t 1800 -m 15500

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=18452896

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27013016 kB
Buffers:          584688 kB
Cached:          2917740 kB
SwapCached:          628 kB
Active:          2888184 kB
Inactive:        2066720 kB
Active(anon):    1433720 kB
Inactive(anon):    18836 kB
Active(file):    1454464 kB
Inactive(file):  2047884 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             26808 kB
Writeback:             0 kB
AnonPages:       1456892 kB
Mapped:            13268 kB
Shmem:                36 kB
Slab:             766172 kB
SReclaimable:     210424 kB
SUnreclaim:       555748 kB
KernelStack:        1464 kB
PageTables:         6980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1615256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1067008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71296 MiB
End job on node148 at 2012-06-03 04:13:58