Trace number 3731544

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.79 1792.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark761
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
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 492823
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 492823
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-3731544-1338687176.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.92	c presolving:
8.29/8.35	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
14.79/14.83	c    (10.9s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
14.79/14.83	c    (10.9s) probing aborted: 100/100 successive totally useless probings
14.79/14.83	c presolving (2 rounds):
14.79/14.83	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
14.79/14.83	c  1313400 implications, 0 cliques
14.79/14.83	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
14.79/14.83	c  656700 constraints of type <setppc>
14.79/14.83	c     200 constraints of type <logicor>
14.79/14.83	c transformed objective value is always integral (scale: 1)
14.79/14.83	c Presolving Time: 10.08
14.79/14.83	c - non default parameters ----------------------------------------------------------------------
14.79/14.83	c # SCIP version 1.2.1.3
14.79/14.83	c 
14.79/14.83	c # frequency for displaying node information lines
14.79/14.83	c # [type: int, range: [-1,2147483647], default: 100]
14.79/14.83	c display/freq = 10000
14.79/14.83	c 
14.79/14.83	c # maximal time in seconds to run
14.79/14.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.79/14.83	c limits/time = 1786.03
14.79/14.83	c 
14.79/14.83	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.79/14.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.79/14.83	c limits/memory = 13950
14.79/14.83	c 
14.79/14.83	c # default clock type (1: CPU user seconds, 2: wall clock time)
14.79/14.83	c # [type: int, range: [1,2], default: 1]
14.79/14.83	c timing/clocktype = 2
14.79/14.83	c 
14.79/14.83	c # should presolving try to simplify inequalities
14.79/14.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.79/14.83	c constraints/linear/simplifyinequalities = TRUE
14.79/14.83	c 
14.79/14.83	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
14.79/14.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.79/14.83	c constraints/indicator/addCouplingCons = TRUE
14.79/14.83	c 
14.79/14.83	c # should presolving try to simplify knapsacks
14.79/14.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.79/14.83	c constraints/knapsack/simplifyinequalities = TRUE
14.79/14.83	c 
14.79/14.83	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
14.79/14.83	c # [type: int, range: [-1,2147483647], default: -1]
14.79/14.83	c separating/rapidlearning/freq = 0
14.79/14.83	c 
14.79/14.83	c -----------------------------------------------------------------------------------------------
14.79/14.83	c start solving
14.79/14.85	c 
28.78/28.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.78/28.83	c  24.8s|     1 |     0 |  1102 |     - | 727M|   0 | 275 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.659250e+02 |      --      |    Inf 
274.13/274.26	c   270s|     1 |     0 | 11377 |     - | 739M|   0 | 283 |  10k| 656k|  10k| 656k|  11 |   0 |   0 | 1.752747e+02 |      --      |    Inf 
344.93/345.05	c   341s|     1 |     0 | 11723 |     - | 756M|   0 | 286 |  10k| 656k|  10k| 656k|  20 |   0 |   0 | 1.793848e+02 |      --      |    Inf 
422.61/422.70	c   419s|     1 |     0 | 12102 |     - | 756M|   0 | 275 |  10k| 656k|  10k| 656k|  28 |   0 |   0 | 1.831176e+02 |      --      |    Inf 
484.91/485.02	c   481s|     1 |     0 | 12522 |     - | 756M|   0 | 284 |  10k| 656k|  10k| 656k|  38 |   0 |   0 | 1.875264e+02 |      --      |    Inf 
660.07/660.27	c   656s|     1 |     0 | 12841 |     - | 756M|   0 | 292 |  10k| 656k|  10k| 656k|  45 |   0 |   0 | 1.904883e+02 |      --      |    Inf 
962.12/962.33	c   958s|     1 |     0 | 13194 |     - | 756M|   0 | 290 |  10k| 656k|  10k| 656k|  52 |   0 |   0 | 1.936933e+02 |      --      |    Inf 
1402.56/1402.87	c  1399s|     1 |     0 | 13494 |     - | 756M|   0 | 284 |  10k| 656k|  10k| 656k|  59 |   0 |   0 | 1.962976e+02 |      --      |    Inf 
1552.44/1552.79	c  1549s|     1 |     0 | 13797 |     - | 756M|   0 | 289 |  10k| 656k|  10k| 656k|  66 |   0 |   0 | 1.983415e+02 |      --      |    Inf 
1789.70/1790.04	c  1786s|     1 |     2 | 13797 |     - | 756M|   0 | 289 |  10k| 656k|  10k| 656k|  66 |   0 |   0 | 1.983415e+02 |      --      |    Inf 
1789.70/1790.04	c 
1789.70/1790.04	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.04	c Solving Time (sec) : 1786.05
1789.70/1790.04	c Solving Nodes      : 1
1789.70/1790.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.04	c Dual Bound         : +1.98341543303856e+02
1789.70/1790.04	c Gap                : infinite
1789.70/1790.04	s UNKNOWN
1789.70/1790.04	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.04	c Solving Time       :    1786.05
1789.70/1790.04	c Original Problem   :
1789.70/1790.04	c   Problem name     : HOME/instance-3731544-1338687176.opb
1789.70/1790.04	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.04	c   Constraints      : 656900 initial, 656900 maximal
1789.70/1790.04	c Presolved Problem  :
1789.70/1790.04	c   Problem name     : t_HOME/instance-3731544-1338687176.opb
1789.70/1790.04	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.04	c   Constraints      : 656900 initial, 656900 maximal
1789.70/1790.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.04	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.04	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.04	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.04	c   probing          :       5.92          0          0          0          0          0          0          0          0
1789.70/1790.04	c   setppc           :       0.56          0          0          0          0          0          0          0          0
1789.70/1790.04	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.04	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.04	c   integral         :          0          0          0          1          0          0          0          0          0          2
1789.70/1790.04	c   setppc           :     656700          9        201          0          0          0          0          0          0          0
1789.70/1790.04	c   logicor          :        200          9         99          0          0          0          0          0          0          0
1789.70/1790.04	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.70/1790.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.04	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.04	c   setppc           :       5.46       0.34       5.12       0.00       0.00
1789.70/1790.04	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.04	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.04	c   vbounds          :       0.00          2          0          0
1789.70/1790.04	c   rootredcost      :       0.00          0          0          0
1789.70/1790.04	c   pseudoobj        :       0.00         10          0          0
1789.70/1790.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.04	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.04	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.04	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.70/1790.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.04	c   cut pool         :       0.05          8          -          -          0          -    (maximal pool size: 237)
1789.70/1790.04	c   redcost          :       0.00          9          0          0          0          0
1789.70/1790.04	c   impliedbounds    :       0.01          9          0          0          0          0
1789.70/1790.04	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.04	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.04	c   gomory           :     730.21          9          0          0       4000          0
1789.70/1790.04	c   strongcg         :     524.95          9          0          0       4000          0
1789.70/1790.04	c   cmir             :      14.96          8          0          0          0          0
1789.70/1790.04	c   flowcover        :     228.00          8          0          0          0          0
1789.70/1790.04	c   clique           :       0.59          8          0          0         48          0
1789.70/1790.04	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.04	c   mcf              :       0.29          1          0          0          0          0
1789.70/1790.04	c   rapidlearning    :       0.00          0          0          0          0          0
1789.70/1790.04	c Pricers            :       Time      Calls       Vars
1789.70/1790.04	c   problem variables:       0.00          0          0
1789.70/1790.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.04	c   relpscost        :       0.00          1          0          0          0          0          2
1789.70/1790.04	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.04	c   inference        :       0.00          0          0          0          0          0          0
1789.70/1790.04	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.04	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.04	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.04	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.04	c   LP solutions     :       0.00          -          0
1789.70/1790.04	c   pseudo solutions :       0.00          -          0
1789.70/1790.04	c   oneopt           :       0.00          0          0
1789.70/1790.04	c   crossover        :       0.00          0          0
1789.70/1790.04	c   trivial          :       0.26          2          0
1789.70/1790.04	c   simplerounding   :       0.00          0          0
1789.70/1790.04	c   zirounding       :       0.02          1          0
1789.70/1790.04	c   rounding         :       0.19          9          0
1789.70/1790.04	c   shifting         :       0.34          9          0
1789.70/1790.04	c   intshifting      :       0.00          0          0
1789.70/1790.04	c   twoopt           :       0.00          0          0
1789.70/1790.04	c   fixandinfer      :       0.00          0          0
1789.70/1790.04	c   feaspump         :     189.37          1          0
1789.70/1790.04	c   coefdiving       :       0.00          0          0
1789.70/1790.04	c   pscostdiving     :       0.00          0          0
1789.70/1790.04	c   fracdiving       :       0.00          0          0
1789.70/1790.04	c   veclendiving     :       0.00          0          0
1789.70/1790.04	c   intdiving        :       0.00          0          0
1789.70/1790.04	c   actconsdiving    :       0.00          0          0
1789.70/1790.04	c   objpscostdiving  :       0.00          0          0
1789.70/1790.04	c   rootsoldiving    :       0.00          0          0
1789.70/1790.04	c   linesearchdiving :       0.00          0          0
1789.70/1790.04	c   guideddiving     :       0.00          0          0
1789.70/1790.04	c   octane           :       0.00          0          0
1789.70/1790.04	c   rens             :       0.00          0          0
1789.70/1790.04	c   rins             :       0.00          0          0
1789.70/1790.04	c   localbranching   :       0.00          0          0
1789.70/1790.04	c   mutation         :       0.00          0          0
1789.70/1790.04	c   dins             :       0.00          0          0
1789.70/1790.04	c   undercover       :       0.00          0          0
1789.70/1790.04	c   nlp              :       0.00          0          0
1789.70/1790.04	c   trysol           :       0.00          0          0
1789.70/1790.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.04	c   primal LP        :       0.00          0          0       0.00          -
1789.70/1790.04	c   dual LP          :      83.99          9       3985     442.78      47.45
1789.70/1790.04	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.04	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.04	c   diving/probing LP:     188.93          9       9812    1090.22      51.93
1789.70/1790.04	c   strong branching :       0.00          0          0       0.00          -
1789.70/1790.04	c     (at root node) :          -          0          0       0.00          -
1789.70/1790.04	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.04	c B&B Tree           :
1789.70/1790.04	c   number of runs   :          1
1789.70/1790.04	c   nodes            :          1
1789.70/1790.04	c   nodes (total)    :          1
1789.70/1790.04	c   nodes left       :          2
1789.70/1790.04	c   max depth        :          0
1789.70/1790.04	c   max depth (total):          0
1789.70/1790.04	c   backtracks       :          0 (0.0%)
1789.70/1790.04	c   delayed cutoffs  :          0
1789.70/1790.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.70/1790.04	c   avg switch length:       1.00
1789.70/1790.04	c   switching time   :       0.00
1789.70/1790.04	c Solution           :
1789.70/1790.04	c   Solutions found  :          0 (0 improvements)
1789.70/1790.04	c   Primal Bound     :          -
1789.70/1790.04	c   Dual Bound       : +1.98341543303856e+02
1789.70/1790.04	c   Gap              :   infinite
1789.70/1790.04	c   Root Dual Bound  : +1.98341543303856e+02
1789.70/1790.04	c   Root Iterations  :      13797
1791.70/1792.08	c Time complete: 1791.79.

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-3731544-1338687176/watcher-3731544-1338687176 -o /tmp/evaluation-result-3731544-1338687176/solver-3731544-1338687176 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731544-1338687176.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/178 5279
/proc/meminfo: memFree=25511500/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=7912 CPUtime=0 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 1002 0 0 0 0 0 0 0 20 0 1 0 334844897 8101888 949 33554432000 4194304 8395647 140736391216032 140733593856264 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5279/statm: 1978 961 365 1026 0 948 0

[startup+0.067915 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5279
/proc/meminfo: memFree=25511500/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=21484 CPUtime=0.05 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 4662 0 0 0 5 0 0 0 20 0 1 0 334844897 21999616 4602 33554432000 4194304 8395647 140736391216032 140733593856264 7382056 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5279/statm: 5371 4602 394 1026 0 4341 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21484

[startup+0.100274 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5279
/proc/meminfo: memFree=25511500/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=23824 CPUtime=0.09 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 5217 0 0 0 9 0 0 0 20 0 1 0 334844897 24395776 5157 33554432000 4194304 8395647 140736391216032 140733593856264 7382036 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5279/statm: 5956 5157 394 1026 0 4926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23824

[startup+0.300212 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5279
/proc/meminfo: memFree=25511500/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=34868 CPUtime=0.29 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 7992 0 0 0 28 1 0 0 20 0 1 0 334844897 35704832 7932 33554432000 4194304 8395647 140736391216032 140736391081240 7382051 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5279/statm: 8717 7932 394 1026 0 7687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34868

[startup+0.700212 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5279
/proc/meminfo: memFree=25511500/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=56904 CPUtime=0.69 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 13518 0 0 0 67 2 0 0 20 0 1 0 334844897 58269696 13458 33554432000 4194304 8395647 140736391216032 140736391081240 4327586 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5279/statm: 14226 13458 394 1026 0 13196 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56904

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5280
/proc/meminfo: memFree=25442780/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=102608 CPUtime=1.49 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 24876 0 0 0 146 3 0 0 20 0 1 0 334844897 105070592 24816 33554432000 4194304 8395647 140736391216032 140736391081240 7382056 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5279/statm: 25652 24816 394 1026 0 24622 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102608

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5280
/proc/meminfo: memFree=25379160/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=192392 CPUtime=3.08 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 47224 0 0 0 302 6 0 0 20 0 1 0 334844897 197009408 47164 33554432000 4194304 8395647 140736391216032 140736391081240 6349002 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5279/statm: 48098 47164 394 1026 0 47068 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 192392

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5280
/proc/meminfo: memFree=24888748/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=653148 CPUtime=6.29 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 162017 0 0 0 606 23 0 0 20 0 1 0 334844897 668823552 161603 33554432000 4194304 8395647 140736391216032 140736391211992 4247653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 163287 161603 464 1026 0 162257 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 653148

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5280
/proc/meminfo: memFree=24615464/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=904500 CPUtime=12.69 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 223748 0 0 0 1238 31 0 0 20 0 1 0 334844897 926208000 223955 33554432000 4194304 8395647 140736391216032 140736391211832 5210338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 226125 223955 490 1026 0 225095 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 904500

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5280
/proc/meminfo: memFree=24256748/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1325596 CPUtime=25.48 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 262119 0 0 0 2505 43 0 0 20 0 1 0 334844897 1357410304 313527 33554432000 4194304 8395647 140736391216032 140736391211496 6390512 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 331399 313527 561 1026 0 330369 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1325596

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5280
/proc/meminfo: memFree=24217272/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1365892 CPUtime=51.08 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 266892 0 0 0 5060 48 0 0 20 0 1 0 334844897 1398673408 323374 33554432000 4194304 8395647 140736391216032 140736391210600 6696785 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 341473 323374 572 1026 0 340443 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1365892

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5280
/proc/meminfo: memFree=24201984/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1382032 CPUtime=102.28 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 269265 0 0 0 10170 58 0 0 20 0 1 0 334844897 1415200768 327037 33554432000 4194304 8395647 140736391216032 140736391210680 6635121 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 345508 327037 572 1026 0 344478 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1382032

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5280
/proc/meminfo: memFree=24200292/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1382300 CPUtime=162.27 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 270188 0 0 0 16157 70 0 0 20 0 1 0 334844897 1415475200 327245 33554432000 4194304 8395647 140736391216032 140736391210600 6696896 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 345575 327245 572 1026 0 344545 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1382300

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5280
/proc/meminfo: memFree=24203224/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1367628 CPUtime=222.25 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 272729 0 0 0 22140 85 0 0 20 0 1 0 334844897 1400451072 326077 33554432000 4194304 8395647 140736391216032 140736391211272 6197315 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 341907 326077 578 1026 0 340877 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1367628

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5490
/proc/meminfo: memFree=24072184/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1496540 CPUtime=282.23 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 294474 0 0 0 28130 93 0 0 20 0 1 0 334844897 1532456960 358433 33554432000 4194304 8395647 140736391216032 140736391211272 6197311 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 374135 358433 603 1026 0 373105 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1496540

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5490
/proc/meminfo: memFree=23991144/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1578636 CPUtime=342.23 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 309939 0 0 0 34124 99 0 0 20 0 1 0 334844897 1616523264 378690 33554432000 4194304 8395647 140736391216032 140736391211160 6697776 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 394659 378690 603 1026 0 393629 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1578636

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5490
/proc/meminfo: memFree=23990800/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1578636 CPUtime=402.21 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 309966 0 0 0 40121 100 0 0 20 0 1 0 334844897 1616523264 378768 33554432000 4194304 8395647 140736391216032 140736391211320 5849675 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 394659 378768 603 1026 0 393629 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1578636

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5493
/proc/meminfo: memFree=23963972/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1613196 CPUtime=462.21 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 310478 0 0 0 46118 103 0 0 20 0 1 0 334844897 1651912704 385593 33554432000 4194304 8395647 140736391216032 140736391211320 5849694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 403299 385593 604 1026 0 402269 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1613196

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5493
/proc/meminfo: memFree=23960540/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1613196 CPUtime=522.2 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 310764 0 0 0 52114 106 0 0 20 0 1 0 334844897 1651912704 386376 33554432000 4194304 8395647 140736391216032 140736391211224 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 403299 386376 604 1026 0 402269 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1613196

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5494
/proc/meminfo: memFree=23956896/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1613196 CPUtime=582.19 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 310766 0 0 0 58110 109 0 0 20 0 1 0 334844897 1651912704 387431 33554432000 4194304 8395647 140736391216032 140736391211272 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 403299 387431 604 1026 0 402269 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1613196

[startup+642.3 s]

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

/proc/meminfo: memFree=22605796/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1679920 CPUtime=1122.11 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311189 0 0 0 112079 132 0 0 20 0 1 0 334844897 1720238080 402259 33554432000 4194304 8395647 140736391216032 140736391211224 6440644 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 419980 402259 604 1026 0 418950 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1679920

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5536
/proc/meminfo: memFree=22614484/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1679920 CPUtime=1182.1 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311189 0 0 0 118076 134 0 0 20 0 1 0 334844897 1720238080 402259 33554432000 4194304 8395647 140736391216032 140736391211320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 419980 402259 604 1026 0 418950 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1679920

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5537
/proc/meminfo: memFree=22516784/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1679920 CPUtime=1242.08 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311189 0 0 0 124072 136 0 0 20 0 1 0 334844897 1720238080 402259 33554432000 4194304 8395647 140736391216032 140736391211272 6440985 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 419980 402259 604 1026 0 418950 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1679920

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5537
/proc/meminfo: memFree=22510896/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1679920 CPUtime=1302.08 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311189 0 0 0 130070 138 0 0 20 0 1 0 334844897 1720238080 402259 33554432000 4194304 8395647 140736391216032 140736391211320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 419980 402259 604 1026 0 418950 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1679920

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5537
/proc/meminfo: memFree=22492964/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1679920 CPUtime=1362.07 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311189 0 0 0 136066 141 0 0 20 0 1 0 334844897 1720238080 402259 33554432000 4194304 8395647 140736391216032 140736391211320 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 419980 402259 604 1026 0 418950 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1679920

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5537
/proc/meminfo: memFree=22547948/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1602936 CPUtime=1422.06 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311544 0 0 0 142063 143 0 0 20 0 1 0 334844897 1641406464 388662 33554432000 4194304 8395647 140736391216032 140736391211272 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 400734 388662 604 1026 0 399704 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1602936

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5537
/proc/meminfo: memFree=22548320/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1602936 CPUtime=1482.05 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311544 0 0 0 148058 147 0 0 20 0 1 0 334844897 1641406464 388662 33554432000 4194304 8395647 140736391216032 140736391211320 6440473 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 400734 388662 604 1026 0 399704 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1602936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5538
/proc/meminfo: memFree=22548444/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1602936 CPUtime=1542.04 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311544 0 0 0 154056 148 0 0 20 0 1 0 334844897 1641406464 388662 33554432000 4194304 8395647 140736391216032 140736391211320 5849694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 400734 388662 604 1026 0 399704 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1602936

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 5538
/proc/meminfo: memFree=22522756/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628596 CPUtime=1602.03 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311920 0 0 0 160051 152 0 0 20 0 1 0 334844897 1667682304 395084 33554432000 4194304 8395647 140736391216032 140736391211224 7386079 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407149 395084 604 1026 0 406119 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1628596

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 5541
/proc/meminfo: memFree=22522744/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628596 CPUtime=1662.02 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311920 0 0 0 166048 154 0 0 20 0 1 0 334844897 1667682304 395084 33554432000 4194304 8395647 140736391216032 140736391211224 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407149 395084 604 1026 0 406119 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1628596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5564
/proc/meminfo: memFree=22522360/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628596 CPUtime=1722.01 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311921 0 0 0 172045 156 0 0 20 0 1 0 334844897 1667682304 395084 33554432000 4194304 8395647 140736391216032 140736391211224 6440490 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407149 395084 604 1026 0 406119 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1628596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5564
/proc/meminfo: memFree=22496596/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628596 CPUtime=1782 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311921 0 0 0 178042 158 0 0 20 0 1 0 334844897 1667682304 395084 33554432000 4194304 8395647 140736391216032 140736391211320 6124426 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407149 395084 604 1026 0 406119 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1628596

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 5564
/proc/meminfo: memFree=22496968/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628596 CPUtime=1785.2 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311921 0 0 0 178362 158 0 0 20 0 1 0 334844897 1667682304 395084 33554432000 4194304 8395647 140736391216032 140736391211272 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407149 395084 604 1026 0 406119 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 1628596

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5564
/proc/meminfo: memFree=22496844/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628596 CPUtime=1788.4 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311921 0 0 0 178681 159 0 0 20 0 1 0 334844897 1667682304 395084 33554432000 4194304 8395647 140736391216032 140736391211320 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407149 395084 604 1026 0 406119 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 1628596

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5564
/proc/meminfo: memFree=22496844/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628596 CPUtime=1790 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311928 0 0 0 178841 159 0 0 20 0 1 0 334844897 1667682304 395091 33554432000 4194304 8395647 140736391216032 140736391211320 6345887 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407149 395091 611 1026 0 406119 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 1628596

[startup+1791.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5564
/proc/meminfo: memFree=22496844/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628572 CPUtime=1790.8 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311930 0 0 0 178921 159 0 0 20 0 1 0 334844897 1667657728 395089 33554432000 4194304 8395647 140736391216032 140736391215352 6063840 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407143 395089 613 1026 0 406113 0
Current children cumulated CPU time (s) 1790.8
Current children cumulated vsize (KiB) 1628572

[startup+1791.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5564
/proc/meminfo: memFree=22496844/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1628572 CPUtime=1791.2 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311930 0 0 0 178961 159 0 0 20 0 1 0 334844897 1667657728 395089 33554432000 4194304 8395647 140736391216032 140736391215352 4720765 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 407143 395089 613 1026 0 406113 0
Current children cumulated CPU time (s) 1791.2
Current children cumulated vsize (KiB) 1628572

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5564
/proc/meminfo: memFree=22496856/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1623124 CPUtime=1791.61 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311930 0 0 0 179002 159 0 0 20 0 1 0 334844897 1662078976 393805 33554432000 4194304 8395647 140736391216032 140736391215352 6076037 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 405781 393805 613 1026 0 404751 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 1623124

[startup+1792 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 5564
/proc/meminfo: memFree=22496856/32873648 swapFree=6852/6852
[pid=5279] ppid=5277 vsize=1186248 CPUtime=1791.7 cores=0,2,4,6
/proc/5279/stat : 5279 (pbscip.linux.x8) R 5277 5279 4046 0 -1 4202496 311930 0 0 0 179010 160 0 0 20 0 1 0 334844897 1214717952 293738 33554432000 4194304 8395647 140736391216032 140736391215352 6345866 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5279/statm: 296562 293738 613 1026 0 295532 0
Current children cumulated CPU time (s) 1791.7
Current children cumulated vsize (KiB) 1186248

Child status: 0
Real time (s): 1792.09
CPU time (s): 1791.79
CPU user time (s): 1790.17
CPU system time (s): 1.62375
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1679920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.17
system time used= 1.62375
maximum resident set size= 1611084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311936
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= 27
involuntary context switches= 2090

runsolver used 2.67259 second user time and 7.10892 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 03:32:56
IDJOB=3731544
IDBENCH=1963
IDSOLVER=2326
FILE ID=node112/3731544-1338687176
RUNJOBID= node112-1338678625-4065
PBS_JOBID= 14636701
Free space on /tmp= 71192 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_11.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-3731544-1338687176/watcher-3731544-1338687176 -o /tmp/evaluation-result-3731544-1338687176/solver-3731544-1338687176 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731544-1338687176.opb -t 1800 -m 15500

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

MD5SUM BENCH= f8f4f876e372c51b5109e7995e83ce5e
RANDOM SEED=1857526585

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25511632 kB
Buffers:          537232 kB
Cached:          5922772 kB
SwapCached:            0 kB
Active:          1775684 kB
Inactive:        4726512 kB
Active(anon):      31248 kB
Inactive(anon):    11136 kB
Active(file):    1744436 kB
Inactive(file):  4715376 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27148 kB
Writeback:             0 kB
AnonPages:         91312 kB
Mapped:            17040 kB
Shmem:               200 kB
Slab:             723708 kB
SReclaimable:     167376 kB
SUnreclaim:       556332 kB
KernelStack:        1464 kB
PageTables:         4120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     154332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71164 MiB
End job on node112 at 2012-06-03 04:02:48