Trace number 3731896

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? 1789.74 1790.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUMc3720ea5d84e92b781414b36064971fe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43606
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46478
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
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-3731896-1338690759.opb>
0.09/0.15	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.09/0.15	c problem read
0.09/0.15	c presolving settings loaded
0.09/0.18	c presolving:
0.19/0.27	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
0.39/0.46	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 14784 chg sides, 22176 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
1.59/1.67	c    (1.5s) probing: 885/1344 (65.8%) - 0 fixings, 0 aggregations, 5768 implications, 0 bound changes
1.59/1.67	c    (1.5s) probing aborted: 100/100 successive totally useless probings
1.59/1.67	c presolving (3 rounds):
1.59/1.67	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
1.59/1.67	c  14784 implications, 392 cliques
1.59/1.67	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
1.59/1.67	c    7496 constraints of type <knapsack>
1.59/1.67	c    2016 constraints of type <setppc>
1.59/1.67	c    6584 constraints of type <logicor>
1.59/1.67	c transformed objective value is always integral (scale: 1)
1.59/1.67	c Presolving Time: 1.48
1.59/1.67	c - non default parameters ----------------------------------------------------------------------
1.59/1.67	c # SCIP version 1.2.1.3
1.59/1.67	c 
1.59/1.67	c # frequency for displaying node information lines
1.59/1.67	c # [type: int, range: [-1,2147483647], default: 100]
1.59/1.67	c display/freq = 10000
1.59/1.67	c 
1.59/1.67	c # maximal time in seconds to run
1.59/1.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.67	c limits/time = 1789.85
1.59/1.67	c 
1.59/1.67	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.59/1.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.67	c limits/memory = 13950
1.59/1.67	c 
1.59/1.67	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.59/1.67	c # [type: int, range: [1,2], default: 1]
1.59/1.67	c timing/clocktype = 2
1.59/1.67	c 
1.59/1.67	c # should presolving try to simplify inequalities
1.59/1.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.67	c constraints/linear/simplifyinequalities = TRUE
1.59/1.67	c 
1.59/1.67	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.59/1.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.67	c constraints/indicator/addCouplingCons = TRUE
1.59/1.67	c 
1.59/1.67	c # should presolving try to simplify knapsacks
1.59/1.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.67	c constraints/knapsack/simplifyinequalities = TRUE
1.59/1.67	c 
1.59/1.67	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.59/1.67	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.67	c separating/rapidlearning/freq = 0
1.59/1.67	c 
1.59/1.67	c -----------------------------------------------------------------------------------------------
1.59/1.67	c start solving
1.59/1.67	c 
3.38/3.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.38/3.49	c   3.3s|     1 |     0 |  2470 |     - |  33M|   0 | 374 |1344 |  16k|1344 |  16k|   0 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
20.79/20.85	c  20.7s|     1 |     0 |  8832 |     - |  38M|   0 | 391 |1344 |  16k|1344 |  16k|  11 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
24.19/24.29	c  24.1s|     1 |     0 |  9569 |     - |  43M|   0 | 405 |1344 |  16k|1344 |  16k|  19 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
28.18/28.26	c  28.1s|     1 |     0 | 10688 |     - |  48M|   0 | 404 |1344 |  16k|1344 |  16k|  26 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
31.67/31.71	c  31.6s|     1 |     0 | 11386 |     - |  53M|   0 | 402 |1344 |  16k|1344 |  16k|  31 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
34.68/34.77	c  34.6s|     1 |     0 | 11829 |     - |  59M|   0 | 418 |1344 |  16k|1344 |  16k|  34 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
37.98/38.05	c  37.9s|     1 |     0 | 12438 |     - |  65M|   0 | 405 |1344 |  16k|1344 |  16k|  41 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
64.07/64.10	c  63.9s|     1 |     2 | 12438 |     - |  65M|   0 | 405 |1344 |  16k|1344 |  16k|  41 |   0 |  27 | 3.191600e+04 |      --      |    Inf 
1789.68/1790.01	c 
1789.68/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.01	c Solving Time (sec) : 1789.86
1789.68/1790.01	c Solving Nodes      : 759
1789.68/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.68/1790.01	c Dual Bound         : +3.19160000000000e+04
1789.68/1790.01	c Gap                : infinite
1789.68/1790.01	s UNKNOWN
1789.68/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.01	c Solving Time       :    1789.86
1789.68/1790.01	c Original Problem   :
1789.68/1790.01	c   Problem name     : HOME/instance-3731896-1338690759.opb
1789.68/1790.01	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.01	c   Constraints      : 16096 initial, 16096 maximal
1789.68/1790.01	c Presolved Problem  :
1789.68/1790.01	c   Problem name     : t_HOME/instance-3731896-1338690759.opb
1789.68/1790.01	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.01	c   Constraints      : 16096 initial, 16510 maximal
1789.68/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.68/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.01	c   probing          :       1.08          0          0          0          0          0          0          0          0
1789.68/1790.01	c   knapsack         :       0.29          0          0          0          0          0          0      14784      22176
1789.68/1790.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1789.68/1790.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1789.68/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.68/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.01	c   integral         :          0          0          0        756          0          0          0          0          0       1512
1789.68/1790.01	c   knapsack         :       7496          6      11327          0          1          0       1288          0          0          0
1789.68/1790.01	c   setppc           :       2016          6      11327          0          1         23      16735          0          0          0
1789.68/1790.01	c   logicor          :       6584+         6       4991          0          1          4       1030          0          0          0
1789.68/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.68/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.68/1790.01	c   integral         :     537.37       0.00       0.00     537.37       0.00
1789.68/1790.01	c   knapsack         :       2.97       0.11       2.86       0.00       0.00
1789.68/1790.01	c   setppc           :       0.43       0.00       0.43       0.00       0.00
1789.68/1790.01	c   logicor          :       0.09       0.00       0.09       0.00       0.00
1789.68/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.68/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.68/1790.01	c   vbounds          :       0.00          2          0          0
1789.68/1790.01	c   rootredcost      :       0.00          0          0          0
1789.68/1790.01	c   pseudoobj        :       0.09       8823          0          0
1789.68/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.68/1790.01	c   propagation      :       0.00         27         27        163       29.5         14        9.0          -
1789.68/1790.01	c   infeasible LP    :       0.07         91         73       1369      102.2         31        8.5          0
1789.68/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.68/1790.01	c   applied globally :          -          -          -        654       55.3          -          -          -
1789.68/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.68/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.68/1790.01	c   cut pool         :       0.01          5          -          -          0          -    (maximal pool size: 1520)
1789.68/1790.01	c   redcost          :       0.02        761          0          0          0          0
1789.68/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1789.68/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.68/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.68/1790.01	c   gomory           :      12.86          6          0          0        480          0
1789.68/1790.01	c   strongcg         :       1.59          6          0          0       3000          0
1789.68/1790.01	c   cmir             :       0.29          6          0          0          0          0
1789.68/1790.01	c   flowcover        :       0.84          6          0          0          0          0
1789.68/1790.01	c   clique           :       0.04          6          0          0         41          0
1789.68/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.68/1790.01	c   mcf              :       0.01          1          0          0          0          0
1789.68/1790.01	c   rapidlearning    :       0.00          0          0          0          0          0
1789.68/1790.01	c Pricers            :       Time      Calls       Vars
1789.68/1790.01	c   problem variables:       0.00          0          0
1789.68/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.01	c   relpscost        :     537.36        756          0          0          0          0       1512
1789.68/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.68/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.68/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.68/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.68/1790.01	c   LP solutions     :       0.00          -          0
1789.68/1790.01	c   pseudo solutions :       0.00          -          0
1789.68/1790.01	c   oneopt           :       0.00          0          0
1789.68/1790.01	c   crossover        :       0.00          0          0
1789.68/1790.01	c   linesearchdiving :      37.81          7          0
1789.68/1790.01	c   feaspump         :      28.50          4          0
1789.68/1790.01	c   objpscostdiving  :      28.38          4          0
1789.68/1790.01	c   rootsoldiving    :      35.67          4          0
1789.68/1790.01	c   pscostdiving     :      86.97          8          0
1789.68/1790.01	c   fracdiving       :      37.39          8          0
1789.68/1790.01	c   veclendiving     :      77.52          8          0
1789.68/1790.01	c   trivial          :       0.00          2          0
1789.68/1790.01	c   simplerounding   :       0.00          0          0
1789.68/1790.01	c   zirounding       :       0.30        756          0
1789.68/1790.01	c   rounding         :       0.28        341          0
1789.68/1790.01	c   shifting         :       0.18         79          0
1789.68/1790.01	c   intshifting      :       0.00          0          0
1789.68/1790.01	c   twoopt           :       0.00          0          0
1789.68/1790.01	c   fixandinfer      :       0.00          0          0
1789.68/1790.01	c   coefdiving       :     106.90          5          0
1789.68/1790.01	c   intdiving        :       0.00          0          0
1789.68/1790.01	c   actconsdiving    :       0.00          0          0
1789.68/1790.01	c   guideddiving     :       0.00          0          0
1789.68/1790.01	c   octane           :       0.00          0          0
1789.68/1790.01	c   rens             :       0.11          1          0
1789.68/1790.01	c   rins             :       0.00          0          0
1789.68/1790.01	c   localbranching   :       0.00          0          0
1789.68/1790.01	c   mutation         :       0.00          0          0
1789.68/1790.01	c   dins             :       0.00          0          0
1789.68/1790.01	c   undercover       :       0.00          0          0
1789.68/1790.01	c   nlp              :       0.00          0          0
1789.68/1790.01	c   trysol           :       0.00          0          0
1789.68/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.68/1790.01	c   primal LP        :       0.01          0          0       0.00       0.00
1789.68/1790.01	c   dual LP          :     793.10        763     803930    1053.64    1013.65
1789.68/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.68/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.68/1790.01	c   diving/probing LP:     430.22       4882     402550      82.46     935.68
1789.68/1790.01	c   strong branching :     537.28        669     532495     795.96     991.09
1789.68/1790.01	c     (at root node) :          -         27      23440     868.15          -
1789.68/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.68/1790.01	c B&B Tree           :
1789.68/1790.01	c   number of runs   :          1
1789.68/1790.01	c   nodes            :        759
1789.68/1790.01	c   nodes (total)    :        759
1789.68/1790.01	c   nodes left       :        756
1789.68/1790.01	c   max depth        :         47
1789.68/1790.01	c   max depth (total):         47
1789.68/1790.01	c   backtracks       :         47 (6.2%)
1789.68/1790.01	c   delayed cutoffs  :          0
1789.68/1790.01	c   repropagations   :          4 (52 domain reductions, 0 cutoffs)
1789.68/1790.01	c   avg switch length:       2.26
1789.68/1790.01	c   switching time   :       0.27
1789.68/1790.01	c Solution           :
1789.68/1790.01	c   Solutions found  :          0 (0 improvements)
1789.68/1790.01	c   Primal Bound     :          -
1789.68/1790.01	c   Dual Bound       : +3.19160000000000e+04
1789.68/1790.01	c   Gap              :   infinite
1789.68/1790.01	c   Root Dual Bound  : +3.19160000000000e+04
1789.68/1790.01	c   Root Iterations  :      12438
1789.68/1790.05	c Time complete: 1789.73.

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-3731896-1338690759/watcher-3731896-1338690759 -o /tmp/evaluation-result-3731896-1338690759/solver-3731896-1338690759 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731896-1338690759.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 2/176 5692
/proc/meminfo: memFree=25410620/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 1540 0 0 0 0 0 0 0 20 0 1 0 335203155 10211328 1486 33554432000 4194304 8395647 140735527311440 140733196212792 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 2493 1497 374 1026 0 1463 0

[startup+0.049602 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5692
/proc/meminfo: memFree=25410620/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=15004 CPUtime=0.04 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 2991 0 0 0 4 0 0 0 20 0 1 0 335203155 15364096 2937 33554432000 4194304 8395647 140735527311440 140733196212792 7370214 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 3751 2937 393 1026 0 2721 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15004

[startup+0.100234 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5692
/proc/meminfo: memFree=25410620/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=17688 CPUtime=0.09 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 3665 0 0 0 9 0 0 0 20 0 1 0 335203155 18112512 3611 33554432000 4194304 8395647 140735527311440 140733196212792 7301302 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 4422 3611 393 1026 0 3392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17688

[startup+0.30022 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5692
/proc/meminfo: memFree=25410620/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=59324 CPUtime=0.29 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 14171 0 0 0 28 1 0 0 20 0 1 0 335203155 60747776 13763 33554432000 4194304 8395647 140735527311440 140735527176648 4955600 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 14831 13763 484 1026 0 13801 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59324

[startup+0.700226 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 5692
/proc/meminfo: memFree=25410620/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=59324 CPUtime=0.69 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 14198 0 0 0 68 1 0 0 20 0 1 0 335203155 60747776 13790 33554432000 4194304 8395647 140735527311440 140735527307240 4910680 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 14831 13790 499 1026 0 13801 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59324

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5693
/proc/meminfo: memFree=25357500/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=59324 CPUtime=1.49 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 14198 0 0 0 148 1 0 0 20 0 1 0 335203155 60747776 13790 33554432000 4194304 8395647 140735527311440 140735527307240 4910934 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 14831 13790 499 1026 0 13801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59324

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5693
/proc/meminfo: memFree=25329228/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=92684 CPUtime=3.08 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 22748 0 0 0 306 2 0 0 20 0 1 0 335203155 94908416 21497 33554432000 4194304 8395647 140735527311440 140735527306568 6391404 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/5692/statm: 23171 21497 575 1026 0 22141 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92684

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5694
/proc/meminfo: memFree=25326236/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=94556 CPUtime=6.29 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 22791 0 0 0 626 3 0 0 20 0 1 0 335203155 96825344 21538 33554432000 4194304 8395647 140735527311440 140735527305960 6758163 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 23639 21538 581 1026 0 22609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94556

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5694
/proc/meminfo: memFree=25325556/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=94556 CPUtime=12.68 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 22841 0 0 0 1265 3 0 0 20 0 1 0 335203155 96825344 21572 33554432000 4194304 8395647 140735527311440 140735527306008 6635121 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 23639 21572 581 1026 0 22609 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 94556

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5694
/proc/meminfo: memFree=25303988/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=115732 CPUtime=25.49 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 28299 0 0 0 2542 7 0 0 20 0 1 0 335203155 118509568 26996 33554432000 4194304 8395647 140735527311440 140735527306680 6197315 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 28933 26996 617 1026 0 27903 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115732

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5695
/proc/meminfo: memFree=25271252/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=148420 CPUtime=51.08 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 42975 0 0 0 5094 14 0 0 20 0 1 0 335203155 151982080 35252 33554432000 4194304 8395647 140735527311440 140735527306312 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37105 35252 634 1026 0 36075 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 148420

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5695
/proc/meminfo: memFree=25267392/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=148420 CPUtime=102.28 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 42997 0 0 0 10208 20 0 0 20 0 1 0 335203155 151982080 35535 33554432000 4194304 8395647 140735527311440 140735527306696 6391379 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37105 35535 635 1026 0 36075 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 148420

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5695
/proc/meminfo: memFree=25266552/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=148420 CPUtime=162.24 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 43013 0 0 0 16196 28 0 0 20 0 1 0 335203155 151982080 35676 33554432000 4194304 8395647 140735527311440 140735527306744 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37105 35676 635 1026 0 36075 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 148420

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5695
/proc/meminfo: memFree=25264432/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=148420 CPUtime=222.24 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 43013 0 0 0 22187 37 0 0 20 0 1 0 335203155 151982080 36265 33554432000 4194304 8395647 140735527311440 140735527307000 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37105 36265 635 1026 0 36075 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 148420

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 5695
/proc/meminfo: memFree=25263444/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149504 CPUtime=282.23 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 43265 0 0 0 28178 45 0 0 20 0 1 0 335203155 153092096 36517 33554432000 4194304 8395647 140735527311440 140735527306312 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37376 36517 639 1026 0 36346 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 149504

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 5695
/proc/meminfo: memFree=25263568/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149704 CPUtime=342.22 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 43296 0 0 0 34168 54 0 0 20 0 1 0 335203155 153296896 36548 33554432000 4194304 8395647 140735527311440 140735527306312 6697955 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37426 36548 639 1026 0 36396 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 149704

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5696
/proc/meminfo: memFree=25263132/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149704 CPUtime=402.21 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 43329 0 0 0 40159 62 0 0 20 0 1 0 335203155 153296896 36581 33554432000 4194304 8395647 140735527311440 140735527306312 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37426 36581 639 1026 0 36396 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 149704

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 5699
/proc/meminfo: memFree=25262760/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149704 CPUtime=462.2 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 43329 0 0 0 46148 72 0 0 20 0 1 0 335203155 153296896 36581 33554432000 4194304 8395647 140735527311440 140735527306984 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37426 36581 639 1026 0 36396 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 149704

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5699
/proc/meminfo: memFree=25263376/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149704 CPUtime=522.19 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 43329 0 0 0 52139 80 0 0 20 0 1 0 335203155 153296896 36581 33554432000 4194304 8395647 140735527311440 140735527306568 6697229 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37426 36581 639 1026 0 36396 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 149704

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5699
/proc/meminfo: memFree=25263252/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149944 CPUtime=582.18 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 43387 0 0 0 58130 88 0 0 20 0 1 0 335203155 153542656 36639 33554432000 4194304 8395647 140735527311440 140735527306568 6697359 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37486 36639 639 1026 0 36456 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 149944

[startup+642.3 s]

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

/proc/meminfo: memFree=25309680/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=148236 CPUtime=1062.1 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 45039 0 0 0 106048 162 0 0 20 0 1 0 335203155 151793664 36077 33554432000 4194304 8395647 140735527311440 140735527306920 6708226 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37059 36077 639 1026 0 36029 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 148236

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5743
/proc/meminfo: memFree=25308468/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149212 CPUtime=1122.09 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 45267 0 0 0 112039 170 0 0 20 0 1 0 335203155 152793088 36305 33554432000 4194304 8395647 140735527311440 140735527306312 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37303 36305 639 1026 0 36273 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 149212

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5743
/proc/meminfo: memFree=25308048/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149684 CPUtime=1182.08 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 45537 0 0 0 118028 180 0 0 20 0 1 0 335203155 153276416 36575 33554432000 4194304 8395647 140735527311440 140735527306296 6635637 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37421 36575 639 1026 0 36391 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 149684

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5743
/proc/meminfo: memFree=25306812/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149668 CPUtime=1242.07 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 47504 0 0 0 124018 189 0 0 20 0 1 0 335203155 153260032 36482 33554432000 4194304 8395647 140735527311440 140735527306856 6707980 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37417 36482 639 1026 0 36387 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 149668

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5744
/proc/meminfo: memFree=25300608/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=149944 CPUtime=1302.06 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 49322 0 0 0 130009 197 0 0 20 0 1 0 335203155 153542656 36222 33554432000 4194304 8395647 140735527311440 140735527306568 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37486 36222 639 1026 0 36456 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 149944

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5744
/proc/meminfo: memFree=25300616/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150340 CPUtime=1362.05 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 49831 0 0 0 136000 205 0 0 20 0 1 0 335203155 153948160 36731 33554432000 4194304 8395647 140735527311440 140735527306568 6758166 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37585 36731 639 1026 0 36555 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 150340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5744
/proc/meminfo: memFree=25284240/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150340 CPUtime=1422.05 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 49832 0 0 0 141992 213 0 0 20 0 1 0 335203155 153948160 36731 33554432000 4194304 8395647 140735527311440 140735527306568 6700226 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37585 36731 639 1026 0 36555 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 150340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5744
/proc/meminfo: memFree=25283664/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150340 CPUtime=1482.03 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 49832 0 0 0 147981 222 0 0 20 0 1 0 335203155 153948160 36731 33554432000 4194304 8395647 140735527311440 140735527306568 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5692/statm: 37585 36731 639 1026 0 36555 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 150340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5744
/proc/meminfo: memFree=25288192/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=147784 CPUtime=1542.02 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 51345 0 0 0 153969 233 0 0 20 0 1 0 335203155 151330816 36069 33554432000 4194304 8395647 140735527311440 140735527306952 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 36946 36069 639 1026 0 35916 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 147784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5745
/proc/meminfo: memFree=25285932/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1602.01 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 159959 242 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306568 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 150260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5748
/proc/meminfo: memFree=25286368/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1662 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 165948 252 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527307304 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 150260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5771
/proc/meminfo: memFree=25285820/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1721.99 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 171939 260 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306904 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 150260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5771
/proc/meminfo: memFree=25282848/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1781.98 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 177927 271 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306680 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 150260

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 5771
/proc/meminfo: memFree=25283096/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1785.18 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 178246 272 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306680 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 150260

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5771
/proc/meminfo: memFree=25283096/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1786.78 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 178406 272 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306680 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1786.78
Current children cumulated vsize (KiB) 150260

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5771
/proc/meminfo: memFree=25283096/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1788.38 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 178566 272 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306952 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1788.38
Current children cumulated vsize (KiB) 150260

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5771
/proc/meminfo: memFree=25283096/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1789.18 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 178646 272 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306568 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1789.18
Current children cumulated vsize (KiB) 150260

[startup+1789.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5771
/proc/meminfo: memFree=25282724/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1789.58 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 178685 273 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306568 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (KiB) 150260

[startup+1790 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5771
/proc/meminfo: memFree=25282724/32873648 swapFree=6852/6852
[pid=5692] ppid=5690 vsize=150260 CPUtime=1789.68 cores=0,2,4,6
/proc/5692/stat : 5692 (pbscip.linux.x8) R 5690 5692 4046 0 -1 4202496 53787 0 0 0 178695 273 0 0 20 0 1 0 335203155 153866240 36710 33554432000 4194304 8395647 140735527311440 140735527306568 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5692/statm: 37565 36710 639 1026 0 36535 0
Current children cumulated CPU time (s) 1789.68
Current children cumulated vsize (KiB) 150260

Child status: 0
Real time (s): 1790.05
CPU time (s): 1789.74
CPU user time (s): 1787.01
CPU system time (s): 2.73358
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 170184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.01
system time used= 2.73358
maximum resident set size= 166212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53793
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= 2876

runsolver used 2.94155 second user time and 7.36088 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 04:32:39
IDJOB=3731896
IDBENCH=2008
IDSOLVER=2326
FILE ID=node112/3731896-1338690759
RUNJOBID= node112-1338678625-4065
PBS_JOBID= 14636701
Free space on /tmp= 71204 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-PB05/manquinho/ttp/normalized-data8_3.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-3731896-1338690759/watcher-3731896-1338690759 -o /tmp/evaluation-result-3731896-1338690759/solver-3731896-1338690759 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731896-1338690759.opb -t 1800 -m 15500

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

MD5SUM BENCH= c3720ea5d84e92b781414b36064971fe
RANDOM SEED=1033200709

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:        25410960 kB
Buffers:          537460 kB
Cached:          5907868 kB
SwapCached:            0 kB
Active:          1876756 kB
Inactive:        4726348 kB
Active(anon):     146996 kB
Inactive(anon):    10924 kB
Active(file):    1729760 kB
Inactive(file):  4715424 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11268 kB
Writeback:             0 kB
AnonPages:        246144 kB
Mapped:            17040 kB
Shmem:               200 kB
Slab:             723176 kB
SReclaimable:     167132 kB
SUnreclaim:       556044 kB
KernelStack:        1480 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     271492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71196 MiB
End job on node112 at 2012-06-03 05:02:29