Trace number 3743315

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.62 1792.89

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX300_K192_cod2.opb
MD5SUMd6bdbf89ddd7448cef1f1e681200f2c0
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25980
Best CPU time to get the best result obtained on this benchmark1801.09
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 1427
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 881564
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 881564
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-3743315-1338781707.opb>
4.49/4.53	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.49/4.53	c problem read
4.49/4.53	c presolving settings loaded
6.28/6.32	c presolving:
8.69/8.75	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
9.39/9.45	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
96.38/96.45	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12195506 impls, 1977 clqs
96.58/96.63	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12199508 impls, 1977 clqs
96.78/96.87	c presolving (5 rounds):
96.78/96.87	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
96.78/96.87	c  12199508 implications, 1977 cliques
96.78/96.87	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
96.78/96.87	c       1 constraints of type <knapsack>
96.78/96.87	c   26425 constraints of type <setppc>
96.78/96.87	c  373684 constraints of type <logicor>
96.78/96.87	c transformed objective value is always integral (scale: 1)
96.78/96.87	c Presolving Time: 91.21
96.78/96.87	c - non default parameters ----------------------------------------------------------------------
96.78/96.87	c # SCIP version 1.2.1.3
96.78/96.87	c 
96.78/96.87	c # frequency for displaying node information lines
96.78/96.87	c # [type: int, range: [-1,2147483647], default: 100]
96.78/96.87	c display/freq = 10000
96.78/96.87	c 
96.78/96.87	c # maximal time in seconds to run
96.78/96.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
96.78/96.87	c limits/time = 1785.48
96.78/96.87	c 
96.78/96.87	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
96.78/96.87	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
96.78/96.87	c limits/memory = 13950
96.78/96.87	c 
96.78/96.87	c # default clock type (1: CPU user seconds, 2: wall clock time)
96.78/96.87	c # [type: int, range: [1,2], default: 1]
96.78/96.87	c timing/clocktype = 2
96.78/96.87	c 
96.78/96.87	c # should presolving try to simplify inequalities
96.78/96.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
96.78/96.87	c constraints/linear/simplifyinequalities = TRUE
96.78/96.87	c 
96.78/96.87	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
96.78/96.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
96.78/96.87	c constraints/indicator/addCouplingCons = TRUE
96.78/96.87	c 
96.78/96.87	c # should presolving try to simplify knapsacks
96.78/96.87	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
96.78/96.87	c constraints/knapsack/simplifyinequalities = TRUE
96.78/96.87	c 
96.78/96.87	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
96.78/96.87	c # [type: int, range: [-1,2147483647], default: -1]
96.78/96.87	c separating/rapidlearning/freq = 0
96.78/96.87	c 
96.78/96.87	c -----------------------------------------------------------------------------------------------
96.78/96.87	c start solving
96.98/97.00	c 
783.27/783.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.27/783.42	c   779s|     1 |     0 | 65020 |     - |2038M|   0 |  12k| 400k| 400k| 400k| 400k|   0 |   0 |   0 |-1.211553e+05 |      --      |    Inf 
1790.01/1790.35	c  1786s|     1 |     2 | 97430 |     - |2046M|   0 |   - | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-1.211553e+05 |      --      |    Inf 
1790.01/1790.35	c 
1790.01/1790.35	c SCIP Status        : solving was interrupted [time limit reached]
1790.01/1790.35	c Solving Time (sec) : 1785.82
1790.01/1790.35	c Solving Nodes      : 1
1790.01/1790.35	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.01/1790.35	c Dual Bound         : -1.21155348540091e+05
1790.01/1790.35	c Gap                : infinite
1790.01/1790.35	s UNKNOWN
1790.01/1790.35	c SCIP Status        : solving was interrupted [time limit reached]
1790.01/1790.35	c Solving Time       :    1785.82
1790.01/1790.35	c Original Problem   :
1790.01/1790.35	c   Problem name     : HOME/instance-3743315-1338781707.opb
1790.01/1790.35	c   Variables        : 400896 (400896 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.01/1790.35	c   Constraints      : 402763 initial, 402763 maximal
1790.01/1790.35	c Presolved Problem  :
1790.01/1790.35	c   Problem name     : t_HOME/instance-3743315-1338781707.opb
1790.01/1790.35	c   Variables        : 400220 (400220 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.01/1790.35	c   Constraints      : 400110 initial, 400110 maximal
1790.01/1790.35	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.01/1790.35	c   trivial          :       0.09          0          0          0          0          0          0          0          0
1790.01/1790.35	c   dualfix          :       0.07          0          0          0          0          0          0          0          0
1790.01/1790.35	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.35	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.35	c   implics          :       0.05          0          0          0          0          0          0          0          0
1790.01/1790.35	c   probing          :      86.62        676          0          0          0          0          0          0          0
1790.01/1790.35	c   knapsack         :       0.06          0          0          0          0          0          0          0          0
1790.01/1790.35	c   setppc           :       0.18          0          0          0          0          0          0          0          0
1790.01/1790.35	c   linear           :       1.99          0          0          0          0          0       1977          0          0
1790.01/1790.35	c   logicor          :       0.75          0          0          0          0          0        676          0          0
1790.01/1790.35	c   root node        :          -          0          -          -          0          -          -          -          -
1790.01/1790.35	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.01/1790.35	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.01/1790.35	c   knapsack         :          1          0      19430          0          1          0          0          0          0          0
1790.01/1790.35	c   setppc           :      26425          0      19430          0          1          9          0          0          0          0
1790.01/1790.35	c   logicor          :     373684          0       5888          0          1          0          0          0          0          0
1790.01/1790.35	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.01/1790.35	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.01/1790.35	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.01/1790.35	c   knapsack         :      34.62       0.00      34.62       0.00       0.00
1790.01/1790.35	c   setppc           :       8.04       0.00       8.01       0.00       0.03
1790.01/1790.35	c   logicor          :       7.15       0.00       7.07       0.00       0.07
1790.01/1790.35	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.01/1790.35	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.01/1790.35	c   vbounds          :       0.00          2          0          0
1790.01/1790.35	c   rootredcost      :       0.00          0          0          0
1790.01/1790.35	c   pseudoobj        :       0.01          2          0          0
1790.01/1790.35	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.01/1790.35	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.01/1790.35	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.01/1790.35	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.01/1790.35	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.01/1790.35	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.01/1790.35	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.01/1790.35	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.01/1790.35	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.01/1790.35	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1790.01/1790.35	c   redcost          :       0.00          0          0          0          0          0
1790.01/1790.35	c   impliedbounds    :       0.00          0          0          0          0          0
1790.01/1790.35	c   intobj           :       0.00          0          0          0          0          0
1790.01/1790.35	c   cgmip            :       0.00          0          0          0          0          0
1790.01/1790.35	c   gomory           :       0.00          0          0          0          0          0
1790.01/1790.35	c   strongcg         :       0.00          0          0          0          0          0
1790.01/1790.35	c   cmir             :       0.00          0          0          0          0          0
1790.01/1790.35	c   flowcover        :       0.00          0          0          0          0          0
1790.01/1790.35	c   clique           :       0.00          0          0          0          0          0
1790.01/1790.35	c   zerohalf         :       0.00          0          0          0          0          0
1790.01/1790.35	c   mcf              :       0.00          0          0          0          0          0
1790.01/1790.35	c   rapidlearning    :       0.00          0          0          0          0          0
1790.01/1790.35	c Pricers            :       Time      Calls       Vars
1790.01/1790.35	c   problem variables:       0.00          0          0
1790.01/1790.35	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.01/1790.35	c   relpscost        :       0.00          0          0          0          0          0          0
1790.01/1790.35	c   pscost           :       0.00          0          0          0          0          0          0
1790.01/1790.35	c   inference        :       0.08          1          0          0          0          0          2
1790.01/1790.35	c   mostinf          :       0.00          0          0          0          0          0          0
1790.01/1790.35	c   leastinf         :       0.00          0          0          0          0          0          0
1790.01/1790.35	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.01/1790.35	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.01/1790.35	c   random           :       0.00          0          0          0          0          0          0
1790.01/1790.35	c Primal Heuristics  :       Time      Calls      Found
1790.01/1790.35	c   LP solutions     :       0.00          -          0
1790.01/1790.35	c   pseudo solutions :       0.00          -          0
1790.01/1790.35	c   oneopt           :       0.00          0          0
1790.01/1790.35	c   trivial          :       0.36          2          0
1790.01/1790.35	c   simplerounding   :       0.01          0          0
1790.01/1790.35	c   zirounding       :       0.00          0          0
1790.01/1790.35	c   rounding         :       0.03          1          0
1790.01/1790.35	c   shifting         :       0.18          1          0
1790.01/1790.35	c   intshifting      :       0.00          0          0
1790.01/1790.35	c   twoopt           :       0.00          0          0
1790.01/1790.35	c   fixandinfer      :       0.00          0          0
1790.01/1790.35	c   feaspump         :    1006.51          1          0
1790.01/1790.35	c   coefdiving       :       0.00          0          0
1790.01/1790.35	c   pscostdiving     :       0.00          0          0
1790.01/1790.35	c   fracdiving       :       0.00          0          0
1790.01/1790.35	c   veclendiving     :       0.00          0          0
1790.01/1790.35	c   intdiving        :       0.00          0          0
1790.01/1790.35	c   actconsdiving    :       0.00          0          0
1790.01/1790.35	c   objpscostdiving  :       0.00          0          0
1790.01/1790.35	c   rootsoldiving    :       0.00          0          0
1790.01/1790.35	c   linesearchdiving :       0.00          0          0
1790.01/1790.35	c   guideddiving     :       0.00          0          0
1790.01/1790.35	c   octane           :       0.00          0          0
1790.01/1790.35	c   rens             :       0.00          0          0
1790.01/1790.35	c   rins             :       0.00          0          0
1790.01/1790.35	c   localbranching   :       0.00          0          0
1790.01/1790.35	c   mutation         :       0.00          0          0
1790.01/1790.35	c   crossover        :       0.00          0          0
1790.01/1790.35	c   dins             :       0.00          0          0
1790.01/1790.35	c   undercover       :       0.00          0          0
1790.01/1790.35	c   nlp              :       0.00          0          0
1790.01/1790.35	c   trysol           :       0.00          0          0
1790.01/1790.35	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.01/1790.35	c   primal LP        :       0.00          0          0       0.00          -
1790.01/1790.35	c   dual LP          :     684.98          1      65020   65020.00      94.92
1790.01/1790.35	c   lex dual LP      :       0.00          0          0       0.00          -
1790.01/1790.35	c   barrier LP       :       0.00          0          0       0.00          -
1790.01/1790.35	c   diving/probing LP:    1005.91          4      32410    8102.50      32.22
1790.01/1790.35	c   strong branching :       0.00          0          0       0.00          -
1790.01/1790.35	c     (at root node) :          -          0          0       0.00          -
1790.01/1790.35	c   conflict analysis:       0.00          0          0       0.00          -
1790.01/1790.35	c B&B Tree           :
1790.01/1790.35	c   number of runs   :          1
1790.01/1790.35	c   nodes            :          1
1790.01/1790.35	c   nodes (total)    :          1
1790.01/1790.35	c   nodes left       :          2
1790.01/1790.35	c   max depth        :          0
1790.01/1790.35	c   max depth (total):          0
1790.01/1790.35	c   backtracks       :          0 (0.0%)
1790.01/1790.35	c   delayed cutoffs  :          0
1790.01/1790.35	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.01/1790.35	c   avg switch length:       1.00
1790.01/1790.35	c   switching time   :       0.00
1790.01/1790.35	c Solution           :
1790.01/1790.35	c   Solutions found  :          0 (0 improvements)
1790.01/1790.35	c   Primal Bound     :          -
1790.01/1790.35	c   Dual Bound       : -1.21155348540091e+05
1790.01/1790.35	c   Gap              :   infinite
1790.01/1790.35	c   Root Dual Bound  : -1.21155348540091e+05
1790.01/1790.35	c   Root Iterations  :      97430
1792.51/1792.89	c Time complete: 1792.6.

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-3743315-1338781707/watcher-3743315-1338781707 -o /tmp/evaluation-result-3743315-1338781707/solver-3743315-1338781707 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743315-1338781707.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 26142
/proc/meminfo: memFree=24096800/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 1428 0 0 0 0 0 0 0 20 0 1 0 344294844 9158656 1373 33554432000 4194304 8395647 140733861383344 140733660588648 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 2236 1385 374 1026 0 1206 0

[startup+0.042443 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26142
/proc/meminfo: memFree=24096800/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=20164 CPUtime=0.03 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 4304 0 0 0 3 0 0 0 20 0 1 0 344294844 20647936 4249 33554432000 4194304 8395647 140733861383344 140733660588648 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 5041 4249 393 1026 0 4011 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20164

[startup+0.100325 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26142
/proc/meminfo: memFree=24096800/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=29680 CPUtime=0.09 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 6693 0 0 0 9 0 0 0 20 0 1 0 344294844 30392320 6638 33554432000 4194304 8395647 140733861383344 140733660588648 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 7420 6638 393 1026 0 6390 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29680

[startup+0.300246 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26142
/proc/meminfo: memFree=24096800/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=54016 CPUtime=0.29 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 12738 0 0 0 28 1 0 0 20 0 1 0 344294844 55312384 12683 33554432000 4194304 8395647 140733861383344 140733861248552 7382051 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 13504 12683 393 1026 0 12474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54016

[startup+0.700219 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26142
/proc/meminfo: memFree=24096800/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=88512 CPUtime=0.69 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 21359 0 0 0 67 2 0 0 20 0 1 0 344294844 90636288 21304 33554432000 4194304 8395647 140733861383344 140733861248552 4428778 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 22128 21304 393 1026 0 21098 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88512

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26143
/proc/meminfo: memFree=23970232/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=188912 CPUtime=1.49 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 46375 0 0 0 143 6 0 0 20 0 1 0 344294844 193445888 46320 33554432000 4194304 8395647 140733861383344 140733861248552 7382036 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 47228 46320 393 1026 0 46198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188912

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26143
/proc/meminfo: memFree=23835172/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=382912 CPUtime=3.09 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 94767 0 0 0 296 13 0 0 20 0 1 0 344294844 392101888 94712 33554432000 4194304 8395647 140733861383344 140733861248552 6765568 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 95728 94712 393 1026 0 94698 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 382912

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26143
/proc/meminfo: memFree=23114052/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=1138132 CPUtime=6.28 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 280582 0 0 0 591 37 0 0 20 0 1 0 344294844 1165447168 282178 33554432000 4194304 8395647 140733861383344 140733861380632 4601776 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 284533 282178 444 1026 0 283503 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1138132

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26143
/proc/meminfo: memFree=22547604/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=1553764 CPUtime=12.69 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 385264 0 0 0 1214 55 0 0 20 0 1 0 344294844 1591054336 385620 33554432000 4194304 8395647 140733861383344 140733861380488 6080679 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 388441 385620 501 1026 0 387411 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1553764

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26143
/proc/meminfo: memFree=22575596/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=1558312 CPUtime=25.49 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 386243 0 0 0 2494 55 0 0 20 0 1 0 344294844 1595711488 386599 33554432000 4194304 8395647 140733861383344 140733861379416 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 389578 386599 501 1026 0 388548 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1558312

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26143
/proc/meminfo: memFree=22366604/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=1748448 CPUtime=51.08 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 433266 0 0 0 5047 61 0 0 20 0 1 0 344294844 1790410752 433622 33554432000 4194304 8395647 140733861383344 140733861379416 5210338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 437112 433622 501 1026 0 436082 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1748448

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26146
/proc/meminfo: memFree=21600648/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2619048 CPUtime=102.28 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 594385 0 0 0 10142 86 0 0 20 0 1 0 344294844 2681905152 633185 33554432000 4194304 8395647 140733861383344 140733861378808 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 654762 633185 576 1026 0 653732 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2619048

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26147
/proc/meminfo: memFree=21522612/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2628996 CPUtime=162.27 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 601224 0 0 0 16132 95 0 0 20 0 1 0 344294844 2692091904 636620 33554432000 4194304 8395647 140733861383344 140733861377752 6636339 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 657249 636620 579 1026 0 656219 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2628996

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26147
/proc/meminfo: memFree=21491428/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2656312 CPUtime=222.26 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 610009 0 0 0 22123 103 0 0 20 0 1 0 344294844 2720063488 643748 33554432000 4194304 8395647 140733861383344 140733861378472 6636339 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 664078 643748 579 1026 0 663048 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2656312

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 26147
/proc/meminfo: memFree=21466824/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2675736 CPUtime=282.25 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 616337 0 0 0 28109 116 0 0 20 0 1 0 344294844 2739953664 648913 33554432000 4194304 8395647 140733861383344 140733861378904 6669642 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 668934 648913 579 1026 0 667904 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2675736

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26147
/proc/meminfo: memFree=21516256/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2698752 CPUtime=342.23 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 626456 0 0 0 34095 128 0 0 20 0 1 0 344294844 2763522048 648446 33554432000 4194304 8395647 140733861383344 140733861378472 6721729 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 674688 648446 579 1026 0 673658 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2698752

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26147
/proc/meminfo: memFree=21488380/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2749744 CPUtime=402.22 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 627812 0 0 0 40091 131 0 0 20 0 1 0 344294844 2815737856 655934 33554432000 4194304 8395647 140733861383344 140733861378904 6503069 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 687436 655934 579 1026 0 686406 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2749744

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 26147
/proc/meminfo: memFree=21432916/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2751044 CPUtime=462.21 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 628116 0 0 0 46088 133 0 0 20 0 1 0 344294844 2817069056 656238 33554432000 4194304 8395647 140733861383344 140733861378472 6669642 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 687761 656238 579 1026 0 686731 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2751044

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 26148
/proc/meminfo: memFree=21432456/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2752516 CPUtime=522.21 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 628315 0 0 0 52086 135 0 0 20 0 1 0 344294844 2818576384 656437 33554432000 4194304 8395647 140733861383344 140733861378472 6698001 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 688129 656437 579 1026 0 687099 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2752516

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26148
/proc/meminfo: memFree=21476388/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2753420 CPUtime=582.2 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 628422 0 0 0 58083 137 0 0 20 0 1 0 344294844 2819502080 656544 33554432000 4194304 8395647 140733861383344 140733861378904 6503853 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 688355 656544 579 1026 0 687325 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2753420

[startup+642.3 s]

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

/proc/meminfo: memFree=21428568/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2788036 CPUtime=1122.12 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630239 0 0 0 112057 155 0 0 20 0 1 0 344294844 2854948864 667417 33554432000 4194304 8395647 140733861383344 140733861377864 6700445 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697009 667417 585 1026 0 695979 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2788036

[startup+1182.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 26176
/proc/meminfo: memFree=21358812/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2788520 CPUtime=1182.11 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630243 0 0 0 118055 156 0 0 20 0 1 0 344294844 2855444480 667932 33554432000 4194304 8395647 140733861383344 140733861377992 6708022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697130 667932 585 1026 0 696100 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2788520

[startup+1242.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 26176
/proc/meminfo: memFree=21412304/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2788720 CPUtime=1242.1 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630254 0 0 0 124052 158 0 0 20 0 1 0 344294844 2855649280 667943 33554432000 4194304 8395647 140733861383344 140733861377864 6378455 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697180 667943 585 1026 0 696150 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2788720

[startup+1302.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/178 26179
/proc/meminfo: memFree=21334744/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2789100 CPUtime=1302.09 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630262 0 0 0 130050 159 0 0 20 0 1 0 344294844 2856038400 667951 33554432000 4194304 8395647 140733861383344 140733861377864 6697092 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697275 667951 585 1026 0 696245 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2789100

[startup+1362.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 26179
/proc/meminfo: memFree=21376944/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2789164 CPUtime=1362.09 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630265 0 0 0 136047 162 0 0 20 0 1 0 344294844 2856103936 667954 33554432000 4194304 8395647 140733861383344 140733861377992 6708393 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697291 667954 585 1026 0 696261 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 2789164

[startup+1422.31 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 26180
/proc/meminfo: memFree=21363944/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2789488 CPUtime=1422.08 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630274 0 0 0 142044 164 0 0 20 0 1 0 344294844 2856435712 667963 33554432000 4194304 8395647 140733861383344 140733861377912 6709586 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697372 667963 585 1026 0 696342 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2789488

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 26180
/proc/meminfo: memFree=21337804/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2789956 CPUtime=1482.06 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630288 0 0 0 148039 167 0 0 20 0 1 0 344294844 2856914944 667977 33554432000 4194304 8395647 140733861383344 140733861377832 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697489 667977 585 1026 0 696459 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2789956

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 26180
/proc/meminfo: memFree=21338560/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2789980 CPUtime=1542.05 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630290 0 0 0 154036 169 0 0 20 0 1 0 344294844 2856939520 667979 33554432000 4194304 8395647 140733861383344 140733861377832 6699104 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697495 667979 585 1026 0 696465 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2789980

[startup+1602.3 s]
/proc/loadavg: 1.37 1.84 1.94 2/171 26204
/proc/meminfo: memFree=24339800/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2790256 CPUtime=1602.04 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630297 0 0 0 160034 170 0 0 20 0 1 0 344294844 2857222144 667986 33554432000 4194304 8395647 140733861383344 140733861377832 6669572 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697564 667986 585 1026 0 696534 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2790256

[startup+1662.3 s]
/proc/loadavg: 1.13 1.68 1.87 2/171 26204
/proc/meminfo: memFree=24339952/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2790708 CPUtime=1662.03 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630310 0 0 0 166032 171 0 0 20 0 1 0 344294844 2857684992 667999 33554432000 4194304 8395647 140733861383344 140733861377864 6708416 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697677 667999 585 1026 0 696647 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2790708

[startup+1722.3 s]
/proc/loadavg: 1.05 1.56 1.82 2/171 26205
/proc/meminfo: memFree=24339856/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2790724 CPUtime=1722.03 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630317 0 0 0 172030 173 0 0 20 0 1 0 344294844 2857701376 668006 33554432000 4194304 8395647 140733861383344 140733861377912 6669607 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697681 668006 585 1026 0 696651 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 2790724

[startup+1782.3 s]
/proc/loadavg: 1.02 1.45 1.76 2/171 26205
/proc/meminfo: memFree=24339636/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2790724 CPUtime=1782.02 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630318 0 0 0 178027 175 0 0 20 0 1 0 344294844 2857701376 668007 33554432000 4194304 8395647 140733861383344 140733861377864 6708244 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697681 668007 585 1026 0 696651 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 2790724

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

[startup+1785.5 s]
/proc/loadavg: 1.02 1.45 1.76 2/171 26205
/proc/meminfo: memFree=24339620/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2790724 CPUtime=1785.21 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630318 0 0 0 178346 175 0 0 20 0 1 0 344294844 2857701376 668007 33554432000 4194304 8395647 140733861383344 140733861377864 6708489 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697681 668007 585 1026 0 696651 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 2790724

[startup+1788.7 s]
/proc/loadavg: 1.01 1.44 1.76 2/171 26205
/proc/meminfo: memFree=24339744/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2790724 CPUtime=1788.41 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630318 0 0 0 178666 175 0 0 20 0 1 0 344294844 2857701376 668007 33554432000 4194304 8395647 140733861383344 140733861377864 6502798 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 697681 668007 585 1026 0 696651 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 2790724

[startup+1790.3 s]
/proc/loadavg: 1.01 1.44 1.76 2/171 26205
/proc/meminfo: memFree=24339868/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2768672 CPUtime=1790.01 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 630321 0 0 0 178826 175 0 0 20 0 1 0 344294844 2835120128 664669 33554432000 4194304 8395647 140733861383344 140733861379032 4476219 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 692168 664669 588 1026 0 691138 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 2768672

[startup+1791.91 s]
/proc/loadavg: 1.01 1.44 1.75 2/171 26205
/proc/meminfo: memFree=24362380/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2755960 CPUtime=1791.62 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 631042 0 0 0 178987 175 0 0 20 0 1 0 344294844 2822103040 662214 33554432000 4194304 8395647 140733861383344 140733861382680 6345370 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 688990 662214 596 1026 0 687960 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 2755960

[startup+1792.3 s]
/proc/loadavg: 1.01 1.44 1.75 2/171 26205
/proc/meminfo: memFree=24362380/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2755960 CPUtime=1792.01 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 631044 0 0 0 179026 175 0 0 20 0 1 0 344294844 2822103040 662214 33554432000 4194304 8395647 140733861383344 140733861382728 4750032 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 688990 662214 596 1026 0 687960 0
Current children cumulated CPU time (s) 1792.01
Current children cumulated vsize (KiB) 2755960

[startup+1792.7 s]
/proc/loadavg: 1.01 1.44 1.75 2/171 26205
/proc/meminfo: memFree=24362380/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2308772 CPUtime=1792.41 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 631044 0 0 0 179063 178 0 0 20 0 1 0 344294844 2364182528 565311 33554432000 4194304 8395647 140733861383344 140733861382728 6345268 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 577193 565311 596 1026 0 576163 0
Current children cumulated CPU time (s) 1792.41
Current children cumulated vsize (KiB) 2308772

[startup+1792.8 s]
/proc/loadavg: 1.01 1.44 1.75 2/171 26205
/proc/meminfo: memFree=24362380/32873648 swapFree=7368/7368
[pid=26142] ppid=26140 vsize=2128464 CPUtime=1792.51 cores=0,2,4,6
/proc/26142/stat : 26142 (pbscip.linux.x8) R 26140 26142 23880 0 -1 4202496 631044 0 0 0 179072 179 0 0 20 0 1 0 344294844 2179547136 520239 33554432000 4194304 8395647 140733861383344 140733861382728 6345229 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26142/statm: 532116 520239 596 1026 0 531086 0
Current children cumulated CPU time (s) 1792.51
Current children cumulated vsize (KiB) 2128464

Child status: 0
Real time (s): 1792.89
CPU time (s): 1792.62
CPU user time (s): 1790.73
CPU system time (s): 1.88671
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 2790724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.73
system time used= 1.88671
maximum resident set size= 2672032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 631052
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= 5
involuntary context switches= 1977

runsolver used 2.70759 second user time and 7.08892 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-04 05:48:27
IDJOB=3743315
IDBENCH=90976
IDSOLVER=2326
FILE ID=node149/3743315-1338781707
RUNJOBID= node149-1338749311-23896
PBS_JOBID= 14636798
Free space on /tmp= 70988 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_20null20mast_rapportOE2.0_TMAX300_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-3743315-1338781707/watcher-3743315-1338781707 -o /tmp/evaluation-result-3743315-1338781707/solver-3743315-1338781707 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743315-1338781707.opb -t 1800 -m 15500

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

MD5SUM BENCH= d6bdbf89ddd7448cef1f1e681200f2c0
RANDOM SEED=514242144

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.91
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.145
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	: 5438.55
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.145
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.145
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:        24097056 kB
Buffers:          779328 kB
Cached:          4200908 kB
SwapCached:         2468 kB
Active:          4970224 kB
Inactive:        2900092 kB
Active(anon):    2867312 kB
Inactive(anon):    15500 kB
Active(file):    2102912 kB
Inactive(file):  2884592 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:             37844 kB
Writeback:             0 kB
AnonPages:       2943048 kB
Mapped:            16636 kB
Shmem:                96 kB
Slab:             759712 kB
SReclaimable:     203476 kB
SUnreclaim:       556236 kB
KernelStack:        1448 kB
PageTables:         9976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3120368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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= 71016 MiB
End job on node149 at 2012-06-04 06:18:20