Trace number 3743150

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? 1792.63 1792.91

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM7e1ba98da2a2cea04a0e7f6c87cec7d2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4565
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 624831
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 624831
Number of bits of the biggest sum of numbers20
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-3743150-1338779520.opb>
4.49/4.52	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.49/4.52	c problem read
4.49/4.53	c presolving settings loaded
6.29/6.31	c presolving:
9.69/9.70	c (round 1) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
10.59/10.65	c (round 2) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1977 clqs
139.18/139.25	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 17190162 impls, 1977 clqs
139.57/139.66	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 17195504 impls, 1977 clqs
140.07/140.13	c presolving (5 rounds):
140.07/140.13	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
140.07/140.13	c  17195504 implications, 1977 cliques
140.07/140.13	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
140.07/140.13	c       1 constraints of type <knapsack>
140.07/140.13	c   26425 constraints of type <setppc>
140.07/140.13	c  373684 constraints of type <logicor>
140.07/140.13	c transformed objective value is always integral (scale: 1)
140.07/140.13	c Presolving Time: 134.48
140.07/140.13	c - non default parameters ----------------------------------------------------------------------
140.07/140.13	c # SCIP version 1.2.1.3
140.07/140.13	c 
140.07/140.13	c # frequency for displaying node information lines
140.07/140.13	c # [type: int, range: [-1,2147483647], default: 100]
140.07/140.13	c display/freq = 10000
140.07/140.13	c 
140.07/140.13	c # maximal time in seconds to run
140.07/140.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
140.07/140.13	c limits/time = 1785.48
140.07/140.13	c 
140.07/140.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
140.07/140.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
140.07/140.13	c limits/memory = 13950
140.07/140.13	c 
140.07/140.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
140.07/140.13	c # [type: int, range: [1,2], default: 1]
140.07/140.13	c timing/clocktype = 2
140.07/140.13	c 
140.07/140.13	c # should presolving try to simplify inequalities
140.07/140.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
140.07/140.13	c constraints/linear/simplifyinequalities = TRUE
140.07/140.13	c 
140.07/140.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
140.07/140.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
140.07/140.13	c constraints/indicator/addCouplingCons = TRUE
140.07/140.13	c 
140.07/140.13	c # should presolving try to simplify knapsacks
140.07/140.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
140.07/140.13	c constraints/knapsack/simplifyinequalities = TRUE
140.07/140.13	c 
140.07/140.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
140.07/140.13	c # [type: int, range: [-1,2147483647], default: -1]
140.07/140.13	c separating/rapidlearning/freq = 0
140.07/140.13	c 
140.07/140.13	c -----------------------------------------------------------------------------------------------
140.07/140.13	c start solving
140.17/140.26	c 
340.24/340.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.24/340.39	c   336s|     1 |     0 | 30092 |     - |2181M|   0 |3922 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-4.947855e+04 |      --      |    Inf 
1789.82/1790.14	c  1786s|     1 |     0 | 85991 |     - |2191M|   0 |   - | 400k| 400k| 400k| 400k|  15 |   0 |   0 |-4.947855e+04 |      --      |    Inf 
1790.02/1790.37	c  1786s|     1 |     2 | 85991 |     - |2191M|   0 |   - | 400k| 400k| 400k| 400k|  15 |   0 |   0 |-4.947855e+04 |      --      |    Inf 
1790.02/1790.37	c 
1790.02/1790.37	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.37	c Solving Time (sec) : 1785.84
1790.02/1790.37	c Solving Nodes      : 1
1790.02/1790.37	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.02/1790.37	c Dual Bound         : -4.94785450804295e+04
1790.02/1790.37	c Gap                : infinite
1790.02/1790.37	s UNKNOWN
1790.02/1790.37	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.37	c Solving Time       :    1785.84
1790.02/1790.37	c Original Problem   :
1790.02/1790.37	c   Problem name     : HOME/instance-3743150-1338779520.opb
1790.02/1790.37	c   Variables        : 400896 (400896 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.02/1790.37	c   Constraints      : 402763 initial, 402763 maximal
1790.02/1790.37	c Presolved Problem  :
1790.02/1790.37	c   Problem name     : t_HOME/instance-3743150-1338779520.opb
1790.02/1790.37	c   Variables        : 400220 (400220 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.02/1790.37	c   Constraints      : 400110 initial, 400110 maximal
1790.02/1790.37	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.37	c   trivial          :       0.09          0          0          0          0          0          0          0          0
1790.02/1790.37	c   dualfix          :       0.07          0          0          0          0          0          0          0          0
1790.02/1790.37	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.37	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.37	c   implics          :       0.05          0          0          0          0          0          0          0          0
1790.02/1790.37	c   probing          :     128.01        676          0          0          0          0          0          0          0
1790.02/1790.37	c   knapsack         :       0.06          0          0          0          0          0          0          0          0
1790.02/1790.37	c   setppc           :       0.26          0          0          0          0          0          0          0          0
1790.02/1790.37	c   linear           :       2.75          0          0          0          0          0       1977          0          0
1790.02/1790.37	c   logicor          :       1.81          0          0          0          0          0        676          0          0
1790.02/1790.37	c   root node        :          -          0          -          -          0          -          -          -          -
1790.02/1790.37	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.37	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.02/1790.37	c   knapsack         :          1          1      33393          0          1          0          0          0          0          0
1790.02/1790.37	c   setppc           :      26425          1      33393          0          1          9          0          0          0          0
1790.02/1790.37	c   logicor          :     373684          1       8036          0          1          0          0          0          0          0
1790.02/1790.37	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.02/1790.37	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.37	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.02/1790.37	c   knapsack         :      51.27       0.18      51.09       0.00       0.00
1790.02/1790.37	c   setppc           :      14.32       0.00      14.30       0.00       0.02
1790.02/1790.37	c   logicor          :      10.24       0.03      10.11       0.00       0.10
1790.02/1790.37	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.02/1790.37	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.37	c   vbounds          :       0.02          2          0          0
1790.02/1790.37	c   rootredcost      :       0.02          0          0          0
1790.02/1790.37	c   pseudoobj        :       0.03          2          0          0
1790.02/1790.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.37	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.02/1790.37	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.37	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.02/1790.37	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.02/1790.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.37	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.37	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 59)
1790.02/1790.37	c   redcost          :       0.01          1          0          0          0          0
1790.02/1790.37	c   impliedbounds    :       0.02          1          0          0          1          0
1790.02/1790.37	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.37	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.37	c   gomory           :      49.01          1          0          0        500          0
1790.02/1790.37	c   strongcg         :      44.71          1          0          0        500          0
1790.02/1790.37	c   cmir             :      54.06          1          0          0          0          0
1790.02/1790.37	c   flowcover        :      76.57          1          0          0          0          0
1790.02/1790.37	c   clique           :      13.89          1          0          0          7          0
1790.02/1790.37	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.37	c   mcf              :       0.44          1          0          0          0          0
1790.02/1790.37	c   rapidlearning    :       0.00          0          0          0          0          0
1790.02/1790.37	c Pricers            :       Time      Calls       Vars
1790.02/1790.37	c   problem variables:       0.00          0          0
1790.02/1790.37	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.37	c   relpscost        :       0.00          0          0          0          0          0          0
1790.02/1790.37	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.37	c   inference        :       0.09          1          0          0          0          0          2
1790.02/1790.37	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.37	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.37	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.37	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.37	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.37	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.37	c   LP solutions     :       0.00          -          0
1790.02/1790.37	c   pseudo solutions :       0.00          -          0
1790.02/1790.37	c   oneopt           :       0.00          0          0
1790.02/1790.37	c   trivial          :       0.36          2          0
1790.02/1790.37	c   simplerounding   :       0.01          0          0
1790.02/1790.37	c   zirounding       :       0.00          0          0
1790.02/1790.37	c   rounding         :       0.01          1          0
1790.02/1790.37	c   shifting         :       0.08          1          0
1790.02/1790.37	c   intshifting      :       0.00          0          0
1790.02/1790.37	c   twoopt           :       0.00          0          0
1790.02/1790.37	c   fixandinfer      :       0.00          0          0
1790.02/1790.37	c   feaspump         :    1115.03          1          0
1790.02/1790.37	c   coefdiving       :       0.00          0          0
1790.02/1790.37	c   pscostdiving     :       0.00          0          0
1790.02/1790.37	c   fracdiving       :       0.00          0          0
1790.02/1790.37	c   veclendiving     :       0.00          0          0
1790.02/1790.37	c   intdiving        :       0.00          0          0
1790.02/1790.37	c   actconsdiving    :       0.00          0          0
1790.02/1790.37	c   objpscostdiving  :       0.00          0          0
1790.02/1790.37	c   rootsoldiving    :       0.00          0          0
1790.02/1790.37	c   linesearchdiving :       0.00          0          0
1790.02/1790.37	c   guideddiving     :       0.00          0          0
1790.02/1790.37	c   octane           :       0.00          0          0
1790.02/1790.37	c   rens             :       0.00          0          0
1790.02/1790.37	c   rins             :       0.00          0          0
1790.02/1790.37	c   localbranching   :       0.00          0          0
1790.02/1790.37	c   mutation         :       0.00          0          0
1790.02/1790.37	c   crossover        :       0.00          0          0
1790.02/1790.37	c   dins             :       0.00          0          0
1790.02/1790.37	c   undercover       :       0.00          0          0
1790.02/1790.37	c   nlp              :       0.00          0          0
1790.02/1790.37	c   trysol           :       0.00          0          0
1790.02/1790.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.37	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.37	c   dual LP          :     294.33          2      36169   18084.50     122.89
1790.02/1790.37	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.37	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.37	c   diving/probing LP:    1113.59         10      49822    4982.20      44.74
1790.02/1790.37	c   strong branching :       0.00          0          0       0.00          -
1790.02/1790.37	c     (at root node) :          -          0          0       0.00          -
1790.02/1790.37	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.37	c B&B Tree           :
1790.02/1790.37	c   number of runs   :          1
1790.02/1790.37	c   nodes            :          1
1790.02/1790.37	c   nodes (total)    :          1
1790.02/1790.37	c   nodes left       :          2
1790.02/1790.37	c   max depth        :          0
1790.02/1790.37	c   max depth (total):          0
1790.02/1790.37	c   backtracks       :          0 (0.0%)
1790.02/1790.37	c   delayed cutoffs  :          0
1790.02/1790.37	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.02/1790.37	c   avg switch length:       1.00
1790.02/1790.37	c   switching time   :       0.00
1790.02/1790.37	c Solution           :
1790.02/1790.37	c   Solutions found  :          0 (0 improvements)
1790.02/1790.37	c   Primal Bound     :          -
1790.02/1790.37	c   Dual Bound       : -4.94785450804295e+04
1790.02/1790.37	c   Gap              :   infinite
1790.02/1790.37	c   Root Dual Bound  : -4.94785450804295e+04
1790.02/1790.37	c   Root Iterations  :      85991
1792.62/1792.90	c Time complete: 1792.62.

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-3743150-1338779520/watcher-3743150-1338779520 -o /tmp/evaluation-result-3743150-1338779520/solver-3743150-1338779520 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743150-1338779520.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2315
/proc/meminfo: memFree=26399848/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=10548 CPUtime=0 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1872 0 0 0 0 0 0 0 20 0 1 0 344078811 10801152 1819 33554432000 4194304 8395647 140736796536784 140736796535768 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 2637 1819 386 1026 0 1607 0

[startup+0.0443661 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2315
/proc/meminfo: memFree=26399848/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=20232 CPUtime=0.03 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 4318 0 0 0 3 0 0 0 20 0 1 0 344078811 20717568 4265 33554432000 4194304 8395647 140736796536784 140736796535768 4685157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 5058 4265 393 1026 0 4028 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20232

[startup+0.100364 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2315
/proc/meminfo: memFree=26399848/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=29784 CPUtime=0.09 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 6684 0 0 0 9 0 0 0 20 0 1 0 344078811 30498816 6631 33554432000 4194304 8395647 140736796536784 140736796535768 7370079 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 7446 6631 393 1026 0 6416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29784

[startup+0.300319 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2315
/proc/meminfo: memFree=26399848/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=54916 CPUtime=0.29 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 12755 0 0 0 28 1 0 0 20 0 1 0 344078811 56233984 12703 33554432000 4194304 8395647 140736796536784 140736796535768 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 13729 12734 393 1026 0 12699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54916

[startup+0.700319 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2315
/proc/meminfo: memFree=26399848/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=88576 CPUtime=0.69 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 21370 0 0 0 67 2 0 0 20 0 1 0 344078811 90701824 21317 33554432000 4194304 8395647 140736796536784 140736796401992 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 22144 21317 393 1026 0 21114 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88576

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2315
/proc/meminfo: memFree=26399848/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=189812 CPUtime=1.49 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 46597 0 0 0 143 6 0 0 20 0 1 0 344078811 194367488 46544 33554432000 4194304 8395647 140736796536784 140736796401992 5753713 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 47453 46544 393 1026 0 46423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189812

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2316
/proc/meminfo: memFree=25379812/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=382976 CPUtime=3.09 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 94779 0 0 0 297 12 0 0 20 0 1 0 344078811 392167424 94726 33554432000 4194304 8395647 140736796536784 140736796401992 7382046 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 95744 94726 393 1026 0 94714 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 382976

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2316
/proc/meminfo: memFree=24173480/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=1138428 CPUtime=6.29 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 280614 0 0 0 592 37 0 0 20 0 1 0 344078811 1165750272 282212 33554432000 4194304 8395647 140736796536784 140736796534344 4601776 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 284607 282212 444 1026 0 283577 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1138428

[startup+12.7069 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2316
/proc/meminfo: memFree=23703896/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=1554220 CPUtime=12.69 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 385805 0 0 0 1217 52 0 0 20 0 1 0 344078811 1591521280 385652 33554432000 4194304 8395647 140736796536784 140736796533928 6080705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 388555 385652 501 1026 0 387525 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1554220

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2316
/proc/meminfo: memFree=23697796/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=1554220 CPUtime=25.48 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 385922 0 0 0 2496 52 0 0 20 0 1 0 344078811 1591521280 385769 33554432000 4194304 8395647 140736796536784 140736796533928 6080705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 388555 385769 501 1026 0 387525 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1554220

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2316
/proc/meminfo: memFree=23332444/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=1726936 CPUtime=51.09 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 428537 0 0 0 5050 59 0 0 20 0 1 0 344078811 1768382464 428384 33554432000 4194304 8395647 140736796536784 140736796532072 4911307 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 431734 428384 501 1026 0 430704 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1726936

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2316
/proc/meminfo: memFree=22341644/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=1933336 CPUtime=102.28 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 479032 0 0 0 10162 66 0 0 20 0 1 0 344078811 1979736064 478879 33554432000 4194304 8395647 140736796536784 140736796532856 6080705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 483334 478879 501 1026 0 482304 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1933336

[startup+162.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2316
/proc/meminfo: memFree=21519892/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2811252 CPUtime=162.27 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 642641 0 0 0 16130 97 0 0 20 0 1 0 344078811 2878722048 680175 33554432000 4194304 8395647 140736796536784 140736796531912 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 702813 680175 579 1026 0 701783 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2811252

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2316
/proc/meminfo: memFree=21483944/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2831272 CPUtime=222.26 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 651607 0 0 0 22117 109 0 0 20 0 1 0 344078811 2899222528 685460 33554432000 4194304 8395647 140736796536784 140736796532344 6697808 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 707818 685460 579 1026 0 706788 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2831272

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2317
/proc/meminfo: memFree=21386716/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2950604 CPUtime=282.24 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 670487 0 0 0 28103 121 0 0 20 0 1 0 344078811 3021418496 704457 33554432000 4194304 8395647 140736796536784 140736796531912 6697989 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 737651 704457 579 1026 0 736621 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2950604

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2317
/proc/meminfo: memFree=21377128/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3000616 CPUtime=342.24 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 692123 0 0 0 34088 136 0 0 20 0 1 0 344078811 3072630784 704936 33554432000 4194304 8395647 140736796536784 140736796531608 7602442 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 750154 704936 585 1026 0 749124 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3000616

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 2317
/proc/meminfo: memFree=21357368/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2950604 CPUtime=402.23 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 715052 0 0 0 40073 150 0 0 20 0 1 0 344078811 3021418496 704997 33554432000 4194304 8395647 140736796536784 140736796531608 6696713 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 737651 704997 585 1026 0 736621 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2950604

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 2317
/proc/meminfo: memFree=21373264/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2950604 CPUtime=462.22 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 748247 0 0 0 46053 169 0 0 20 0 1 0 344078811 3021418496 705031 33554432000 4194304 8395647 140736796536784 140736796531304 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 737651 705031 585 1026 0 736621 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2950604

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 2320
/proc/meminfo: memFree=21343604/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2950604 CPUtime=522.21 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 766045 0 0 0 52041 180 0 0 20 0 1 0 344078811 3021418496 705565 33554432000 4194304 8395647 140736796536784 140736796531304 6636751 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 737651 705565 585 1026 0 736621 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2950604

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 2320
/proc/meminfo: memFree=21366908/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2950604 CPUtime=582.2 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 786005 0 0 0 58027 193 0 0 20 0 1 0 344078811 3021418496 705629 33554432000 4194304 8395647 140736796536784 140736796531352 6708238 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 737651 705629 585 1026 0 736621 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2950604

[startup+642.3 s]

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

/proc/meminfo: memFree=21245784/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3022044 CPUtime=1062.13 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 909519 0 0 0 105948 265 0 0 20 0 1 0 344078811 3094573056 714938 33554432000 4194304 8395647 140736796536784 140736796531432 6728470 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 755511 714938 585 1026 0 754481 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 3022044

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 2325
/proc/meminfo: memFree=21244536/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2985252 CPUtime=1122.12 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 924756 0 0 0 111941 271 0 0 20 0 1 0 344078811 3056898048 713484 33554432000 4194304 8395647 140736796536784 140736796531304 6696686 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 746313 713484 585 1026 0 745283 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2985252

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2325
/proc/meminfo: memFree=21231948/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2985640 CPUtime=1182.11 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 938043 0 0 0 117934 277 0 0 20 0 1 0 344078811 3057295360 713517 33554432000 4194304 8395647 140736796536784 140736796531352 6379524 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 746410 713517 585 1026 0 745380 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2985640

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2326
/proc/meminfo: memFree=21230992/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2985948 CPUtime=1242.1 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 956223 0 0 0 123925 285 0 0 20 0 1 0 344078811 3057610752 713548 33554432000 4194304 8395647 140736796536784 140736796531304 6696677 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 746487 713548 585 1026 0 745457 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2985948

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 2327
/proc/meminfo: memFree=21225996/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2986324 CPUtime=1302.1 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 975143 0 0 0 129915 295 0 0 20 0 1 0 344078811 3057995776 713582 33554432000 4194304 8395647 140736796536784 140736796530248 6708010 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 746581 713582 585 1026 0 745551 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2986324

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2327
/proc/meminfo: memFree=21229040/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2986344 CPUtime=1362.09 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 987863 0 0 0 135908 301 0 0 20 0 1 0 344078811 3058016256 713586 33554432000 4194304 8395647 140736796536784 140736796531432 6652551 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 746586 713586 585 1026 0 745556 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 2986344

[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2327
/proc/meminfo: memFree=21228680/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2986552 CPUtime=1422.07 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1001519 0 0 0 141899 308 0 0 20 0 1 0 344078811 3058229248 713605 33554432000 4194304 8395647 140736796536784 140736796531432 6503136 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 746638 713605 585 1026 0 745608 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2986552

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2327
/proc/meminfo: memFree=21296316/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2880876 CPUtime=1482.07 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1011809 0 0 0 147892 315 0 0 20 0 1 0 344078811 2950017024 696821 33554432000 4194304 8395647 140736796536784 140736796532024 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 720219 696821 600 1026 0 719189 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 2880876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2328
/proc/meminfo: memFree=21295852/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2880876 CPUtime=1542.05 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1011968 0 0 0 153888 317 0 0 20 0 1 0 344078811 2950017024 696980 33554432000 4194304 8395647 140736796536784 140736796532024 6440477 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 720219 696980 601 1026 0 719189 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2880876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2328
/proc/meminfo: memFree=21282668/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2908992 CPUtime=1602.05 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1013682 0 0 0 159887 318 0 0 20 0 1 0 344078811 2978807808 700227 33554432000 4194304 8395647 140736796536784 140736796531192 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 727248 700227 603 1026 0 726218 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2908992

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2328
/proc/meminfo: memFree=21279036/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=2912508 CPUtime=1662.04 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1014044 0 0 0 165886 318 0 0 20 0 1 0 344078811 2982408192 701100 33554432000 4194304 8395647 140736796536784 140736796532312 5849658 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 728127 701100 605 1026 0 727097 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 2912508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2331
/proc/meminfo: memFree=21044448/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3157980 CPUtime=1722.02 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1035573 0 0 0 171876 326 0 0 20 0 1 0 344078811 3233771520 753257 33554432000 4194304 8395647 140736796536784 140736796531912 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 789495 753257 622 1026 0 788465 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3157980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2331
/proc/meminfo: memFree=21011288/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3179268 CPUtime=1782.01 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1038036 0 0 0 177871 330 0 0 20 0 1 0 344078811 3255570432 760537 33554432000 4194304 8395647 140736796536784 140736796531912 7382152 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 794817 760537 622 1026 0 793787 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3179268

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

[startup+1786.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2331
/proc/meminfo: memFree=21011660/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3179268 CPUtime=1785.82 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1038036 0 0 0 178251 331 0 0 20 0 1 0 344078811 3255570432 760537 33554432000 4194304 8395647 140736796536784 140736796531912 6696896 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 794817 760537 622 1026 0 793787 0
Current children cumulated CPU time (s) 1785.82
Current children cumulated vsize (KiB) 3179268

[startup+1789.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2331
/proc/meminfo: memFree=21649948/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3179268 CPUtime=1789.02 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1038036 0 0 0 178571 331 0 0 20 0 1 0 344078811 3255570432 760537 33554432000 4194304 8395647 140736796536784 140736796531912 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 794817 760537 622 1026 0 793787 0
Current children cumulated CPU time (s) 1789.02
Current children cumulated vsize (KiB) 3179268

[startup+1790.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2369
/proc/meminfo: memFree=23718340/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3100328 CPUtime=1790.62 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1038043 0 0 0 178731 331 0 0 20 0 1 0 344078811 3174735872 742033 33554432000 4194304 8395647 140736796536784 140736796535896 6345370 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 775082 742033 629 1026 0 774052 0
Current children cumulated CPU time (s) 1790.62
Current children cumulated vsize (KiB) 3100328

[startup+1791.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2369
/proc/meminfo: memFree=23672456/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3094036 CPUtime=1791.42 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1038045 0 0 0 178811 331 0 0 20 0 1 0 344078811 3168292864 740464 33554432000 4194304 8395647 140736796536784 140736796536120 6345203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 773509 740464 631 1026 0 772479 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 3094036

[startup+1792.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2369
/proc/meminfo: memFree=23539280/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=3090880 CPUtime=1792.22 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1038045 0 0 0 178891 331 0 0 20 0 1 0 344078811 3165061120 739680 33554432000 4194304 8395647 140736796536784 140736796536120 6345199 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 772720 739680 631 1026 0 771690 0
Current children cumulated CPU time (s) 1792.22
Current children cumulated vsize (KiB) 3090880

[startup+1792.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2369
/proc/meminfo: memFree=23539280/32873648 swapFree=6852/6852
[pid=2315] ppid=2313 vsize=412780 CPUtime=1792.62 cores=0,2,4,6
/proc/2315/stat : 2315 (pbscip.linux.x8) R 2313 2315 1632 0 -1 4202496 1038046 0 0 0 178917 345 0 0 20 0 1 0 344078811 422686720 41107 33554432000 4194304 8395647 140736796536784 140736796535976 7602442 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2315/statm: 103195 41107 632 1026 0 102165 0
Current children cumulated CPU time (s) 1792.62
Current children cumulated vsize (KiB) 412780

Child status: 0
Real time (s): 1792.91
CPU time (s): 1792.63
CPU user time (s): 1789.17
CPU system time (s): 3.45847
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 3179268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.18
system time used= 3.45847
maximum resident set size= 3046432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1038051
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= 4
involuntary context switches= 1896

runsolver used 3.21051 second user time and 9.79451 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 05:12:00
IDJOB=3743150
IDBENCH=90863
IDSOLVER=2326
FILE ID=node115/3743150-1338779520
RUNJOBID= node115-1338772354-1649
PBS_JOBID= 14636818
Free space on /tmp= 70768 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null20mast_rapportOE2.0_TMAX120_K192_cod2.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-3743150-1338779520/watcher-3743150-1338779520 -o /tmp/evaluation-result-3743150-1338779520/solver-3743150-1338779520 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743150-1338779520.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7e1ba98da2a2cea04a0e7f6c87cec7d2
RANDOM SEED=16940875

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        26401336 kB
Buffers:         1445652 kB
Cached:          3710528 kB
SwapCached:         1016 kB
Active:          3249216 kB
Inactive:        2309760 kB
Active(anon):     391468 kB
Inactive(anon):     9868 kB
Active(file):    2857748 kB
Inactive(file):  2299892 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             76164 kB
Writeback:             0 kB
AnonPages:        406820 kB
Mapped:            13268 kB
Shmem:                96 kB
Slab:             774736 kB
SReclaimable:     218292 kB
SUnreclaim:       556444 kB
KernelStack:        1448 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     515096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70756 MiB
End job on node115 at 2012-06-04 05:41:53