Trace number 3743337

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? 1793.45 1793.73

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM56c896ad570d19cbe5f94a10c4a31629
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
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 905768
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 905768
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-3743337-1338782316.opb>
4.59/4.63	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.59/4.63	c problem read
4.59/4.64	c presolving settings loaded
6.49/6.57	c presolving:
9.98/10.05	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.99/11.03	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
106.17/106.20	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
106.58/106.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
107.07/107.12	c presolving (5 rounds):
107.07/107.12	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
107.07/107.12	c  12199508 implications, 1977 cliques
107.07/107.12	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
107.07/107.12	c       1 constraints of type <knapsack>
107.07/107.12	c   26425 constraints of type <setppc>
107.07/107.12	c  373684 constraints of type <logicor>
107.07/107.12	c transformed objective value is always integral (scale: 1)
107.07/107.12	c Presolving Time: 101.30
107.07/107.12	c - non default parameters ----------------------------------------------------------------------
107.07/107.12	c # SCIP version 1.2.1.3
107.07/107.12	c 
107.07/107.12	c # frequency for displaying node information lines
107.07/107.12	c # [type: int, range: [-1,2147483647], default: 100]
107.07/107.12	c display/freq = 10000
107.07/107.12	c 
107.07/107.12	c # maximal time in seconds to run
107.07/107.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
107.07/107.12	c limits/time = 1785.37
107.07/107.12	c 
107.07/107.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
107.07/107.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
107.07/107.12	c limits/memory = 13950
107.07/107.12	c 
107.07/107.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
107.07/107.12	c # [type: int, range: [1,2], default: 1]
107.07/107.12	c timing/clocktype = 2
107.07/107.12	c 
107.07/107.12	c # should presolving try to simplify inequalities
107.07/107.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
107.07/107.12	c constraints/linear/simplifyinequalities = TRUE
107.07/107.12	c 
107.07/107.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
107.07/107.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
107.07/107.12	c constraints/indicator/addCouplingCons = TRUE
107.07/107.12	c 
107.07/107.12	c # should presolving try to simplify knapsacks
107.07/107.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
107.07/107.12	c constraints/knapsack/simplifyinequalities = TRUE
107.07/107.12	c 
107.07/107.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
107.07/107.12	c # [type: int, range: [-1,2147483647], default: -1]
107.07/107.12	c separating/rapidlearning/freq = 0
107.07/107.12	c 
107.07/107.12	c -----------------------------------------------------------------------------------------------
107.07/107.12	c start solving
107.17/107.26	c 
430.63/430.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.63/430.73	c   426s|     1 |     0 | 41441 |     - |2038M|   0 |6547 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-7.947153e+04 |      --      |    Inf 
1790.71/1791.04	c  1786s|     1 |     0 | 87206 |     - |2041M|   0 |   - | 400k| 394k| 400k| 395k|  11 |   0 |   0 |-7.947153e+04 |      --      |    Inf 
1790.91/1791.21	c  1787s|     1 |     2 | 87206 |     - |2041M|   0 |   - | 400k| 394k| 400k| 395k|  11 |   0 |   0 |-7.947153e+04 |      --      |    Inf 
1790.91/1791.21	c 
1790.91/1791.21	c SCIP Status        : solving was interrupted [time limit reached]
1790.91/1791.21	c Solving Time (sec) : 1786.58
1790.91/1791.21	c Solving Nodes      : 1
1790.91/1791.21	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.91/1791.21	c Dual Bound         : -7.94715331508893e+04
1790.91/1791.21	c Gap                : infinite
1790.91/1791.21	s UNKNOWN
1790.91/1791.21	c SCIP Status        : solving was interrupted [time limit reached]
1790.91/1791.21	c Solving Time       :    1786.58
1790.91/1791.21	c Original Problem   :
1790.91/1791.21	c   Problem name     : HOME/instance-3743337-1338782316.opb
1790.91/1791.21	c   Variables        : 400896 (400896 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.91/1791.21	c   Constraints      : 402763 initial, 402763 maximal
1790.91/1791.21	c Presolved Problem  :
1790.91/1791.21	c   Problem name     : t_HOME/instance-3743337-1338782316.opb
1790.91/1791.21	c   Variables        : 400220 (400220 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.91/1791.21	c   Constraints      : 400110 initial, 400110 maximal
1790.91/1791.21	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.91/1791.21	c   trivial          :       0.09          0          0          0          0          0          0          0          0
1790.91/1791.21	c   dualfix          :       0.08          0          0          0          0          0          0          0          0
1790.91/1791.21	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.91/1791.21	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.91/1791.21	c   implics          :       0.06          0          0          0          0          0          0          0          0
1790.91/1791.21	c   probing          :      94.55        676          0          0          0          0          0          0          0
1790.91/1791.21	c   knapsack         :       0.06          0          0          0          0          0          0          0          0
1790.91/1791.21	c   setppc           :       0.27          0          0          0          0          0          0          0          0
1790.91/1791.21	c   linear           :       2.80          0          0          0          0          0       1977          0          0
1790.91/1791.21	c   logicor          :       1.86          0          0          0          0          0        676          0          0
1790.91/1791.21	c   root node        :          -       5892          -          -       5892          -          -          -          -
1790.91/1791.21	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.91/1791.21	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.91/1791.21	c   knapsack         :          1          1      19437          0          1          0          0          0          0          0
1790.91/1791.21	c   setppc           :      26425          1      19437          0          1          9        639          0          0          0
1790.91/1791.21	c   logicor          :     373684          1       5893          0          1          0       4962          0          0          0
1790.91/1791.21	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.91/1791.21	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.91/1791.21	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.91/1791.21	c   knapsack         :      39.99       0.37      39.62       0.00       0.00
1790.91/1791.21	c   setppc           :       8.48       0.00       8.46       0.00       0.02
1790.91/1791.21	c   logicor          :       7.62       0.05       7.50       0.00       0.07
1790.91/1791.21	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.91/1791.21	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.91/1791.21	c   vbounds          :       0.02          2          0          0
1790.91/1791.21	c   rootredcost      :       0.01          0          0          0
1790.91/1791.21	c   pseudoobj        :       0.02          9          0          0
1790.91/1791.21	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.91/1791.21	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.91/1791.21	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.91/1791.21	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.91/1791.21	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.91/1791.21	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.91/1791.21	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.91/1791.21	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.91/1791.21	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.91/1791.21	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 30)
1790.91/1791.21	c   redcost          :       0.02          1          0        291          0          0
1790.91/1791.21	c   impliedbounds    :       0.04          1          0          0          5          0
1790.91/1791.21	c   intobj           :       0.00          0          0          0          0          0
1790.91/1791.21	c   cgmip            :       0.00          0          0          0          0          0
1790.91/1791.21	c   gomory           :     102.45          1          0          0         28          0
1790.91/1791.21	c   strongcg         :      97.15          1          0          0        138          0
1790.91/1791.21	c   cmir             :      57.15          1          0          0          0          0
1790.91/1791.21	c   flowcover        :      77.60          1          0          0          0          0
1790.91/1791.21	c   clique           :      10.78          1          0          0          6          0
1790.91/1791.21	c   zerohalf         :       0.00          0          0          0          0          0
1790.91/1791.21	c   mcf              :       0.49          1          0          0          0          0
1790.91/1791.21	c   rapidlearning    :       0.00          0          0          0          0          0
1790.91/1791.21	c Pricers            :       Time      Calls       Vars
1790.91/1791.21	c   problem variables:       0.00          0          0
1790.91/1791.21	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.91/1791.21	c   relpscost        :       0.00          0          0          0          0          0          0
1790.91/1791.21	c   pscost           :       0.00          0          0          0          0          0          0
1790.91/1791.21	c   inference        :       0.07          1          0          0          0          0          2
1790.91/1791.21	c   mostinf          :       0.00          0          0          0          0          0          0
1790.91/1791.21	c   leastinf         :       0.00          0          0          0          0          0          0
1790.91/1791.21	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.91/1791.21	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.91/1791.21	c   random           :       0.00          0          0          0          0          0          0
1790.91/1791.21	c Primal Heuristics  :       Time      Calls      Found
1790.91/1791.21	c   LP solutions     :       0.00          -          0
1790.91/1791.21	c   pseudo solutions :       0.00          -          0
1790.91/1791.21	c   oneopt           :       0.00          0          0
1790.91/1791.21	c   trivial          :       0.39          2          0
1790.91/1791.21	c   simplerounding   :       0.01          0          0
1790.91/1791.21	c   zirounding       :       0.00          0          0
1790.91/1791.21	c   rounding         :       0.10          1          0
1790.91/1791.21	c   shifting         :       0.19          1          0
1790.91/1791.21	c   intshifting      :       0.00          0          0
1790.91/1791.21	c   twoopt           :       0.00          0          0
1790.91/1791.21	c   fixandinfer      :       0.00          0          0
1790.91/1791.21	c   feaspump         :     311.68          1          0
1790.91/1791.21	c   coefdiving       :       0.00          0          0
1790.91/1791.21	c   pscostdiving     :       0.00          0          0
1790.91/1791.21	c   fracdiving       :       0.00          0          0
1790.91/1791.21	c   veclendiving     :       0.00          0          0
1790.91/1791.21	c   intdiving        :       0.00          0          0
1790.91/1791.21	c   actconsdiving    :       0.00          0          0
1790.91/1791.21	c   objpscostdiving  :       0.00          0          0
1790.91/1791.21	c   rootsoldiving    :       0.00          0          0
1790.91/1791.21	c   linesearchdiving :       0.00          0          0
1790.91/1791.21	c   guideddiving     :       0.00          0          0
1790.91/1791.21	c   octane           :       0.00          0          0
1790.91/1791.21	c   rens             :       0.00          0          0
1790.91/1791.21	c   rins             :       0.00          0          0
1790.91/1791.21	c   localbranching   :       0.00          0          0
1790.91/1791.21	c   mutation         :       0.00          0          0
1790.91/1791.21	c   crossover        :       0.00          0          0
1790.91/1791.21	c   dins             :       0.00          0          0
1790.91/1791.21	c   undercover       :       0.00          0          0
1790.91/1791.21	c   nlp              :       0.00          0          0
1790.91/1791.21	c   trysol           :       0.00          0          0
1790.91/1791.21	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.91/1791.21	c   primal LP        :       0.00          0          0       0.00          -
1790.91/1791.21	c   dual LP          :    1023.86          2      70282   35141.00      68.64
1790.91/1791.21	c   lex dual LP      :       0.00          0          0       0.00          -
1790.91/1791.21	c   barrier LP       :       0.00          0          0       0.00          -
1790.91/1791.21	c   diving/probing LP:     309.63         13      16924    1301.85      54.66
1790.91/1791.21	c   strong branching :       0.00          0          0       0.00          -
1790.91/1791.21	c     (at root node) :          -          0          0       0.00          -
1790.91/1791.21	c   conflict analysis:       0.00          0          0       0.00          -
1790.91/1791.21	c B&B Tree           :
1790.91/1791.21	c   number of runs   :          1
1790.91/1791.21	c   nodes            :          1
1790.91/1791.21	c   nodes (total)    :          1
1790.91/1791.21	c   nodes left       :          2
1790.91/1791.21	c   max depth        :          0
1790.91/1791.21	c   max depth (total):          0
1790.91/1791.21	c   backtracks       :          0 (0.0%)
1790.91/1791.21	c   delayed cutoffs  :          0
1790.91/1791.21	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.91/1791.21	c   avg switch length:       1.00
1790.91/1791.21	c   switching time   :       0.00
1790.91/1791.21	c Solution           :
1790.91/1791.21	c   Solutions found  :          0 (0 improvements)
1790.91/1791.21	c   Primal Bound     :          -
1790.91/1791.21	c   Dual Bound       : -7.94715331508893e+04
1790.91/1791.21	c   Gap              :   infinite
1790.91/1791.21	c   Root Dual Bound  : -7.94715331508893e+04
1790.91/1791.21	c   Root Iterations  :      87206
1793.42/1793.72	c Time complete: 1793.44.

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-3743337-1338782316/watcher-3743337-1338782316 -o /tmp/evaluation-result-3743337-1338782316/solver-3743337-1338782316 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743337-1338782316.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.01 2.01 2.00 3/176 13431
/proc/meminfo: memFree=24858260/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=8944 CPUtime=0 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 1334 0 0 0 0 0 0 0 20 0 1 0 344298674 9158656 1281 33554432000 4194304 8395647 140734909454432 140735913112280 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13431/statm: 2236 1292 374 1026 0 1206 0

[startup+0.033436 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13431
/proc/meminfo: memFree=24858260/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=18520 CPUtime=0.02 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 3875 0 0 0 2 0 0 0 20 0 1 0 344298674 18964480 3821 33554432000 4194304 8395647 140734909454432 140735913112280 7276542 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13431/statm: 4630 3821 393 1026 0 3600 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18520

[startup+0.10031 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13431
/proc/meminfo: memFree=24858260/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=29684 CPUtime=0.09 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 6692 0 0 0 9 0 0 0 20 0 1 0 344298674 30396416 6638 33554432000 4194304 8395647 140734909454432 140735913112280 5754811 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13431/statm: 7421 6638 393 1026 0 6391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29684

[startup+0.300312 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13431
/proc/meminfo: memFree=24858260/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=53504 CPUtime=0.29 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 12635 0 0 0 28 1 0 0 20 0 1 0 344298674 54788096 12581 33554432000 4194304 8395647 140734909454432 140735913112280 4424487 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13431/statm: 13376 12581 393 1026 0 12346 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53504

[startup+0.700313 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13431
/proc/meminfo: memFree=24858260/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=87492 CPUtime=0.69 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 21078 0 0 0 66 3 0 0 20 0 1 0 344298674 89591808 21024 33554432000 4194304 8395647 140734909454432 140734909319640 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13431/statm: 21873 21024 393 1026 0 20843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87492

[startup+1.50031 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13432
/proc/meminfo: memFree=24740460/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=184300 CPUtime=1.49 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 45254 0 0 0 143 6 0 0 20 0 1 0 344298674 188723200 45200 33554432000 4194304 8395647 140734909454432 140734909319640 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13431/statm: 46075 45200 393 1026 0 45045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 184300

[startup+3.10031 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13432
/proc/meminfo: memFree=24606408/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=374192 CPUtime=3.09 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 92556 0 0 0 295 14 0 0 20 0 1 0 344298674 383172608 92502 33554432000 4194304 8395647 140734909454432 140734909319640 4327595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13431/statm: 93548 92502 393 1026 0 92518 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 374192

[startup+6.30033 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13432
/proc/meminfo: memFree=23918748/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=1085116 CPUtime=6.29 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 269067 0 0 0 589 40 0 0 20 0 1 0 344298674 1111158784 270153 33554432000 4194304 8395647 140734909454432 140734909452104 4602307 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13431/statm: 271279 270153 431 1026 0 270249 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1085116

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 13432
/proc/meminfo: memFree=23318024/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=1553768 CPUtime=12.69 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 383194 0 0 0 1213 56 0 0 20 0 1 0 344298674 1591058432 385595 33554432000 4194304 8395647 140734909454432 140734909451576 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 388442 385595 501 1026 0 387412 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1553768

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13432
/proc/meminfo: memFree=23315860/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=1553768 CPUtime=25.49 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 383309 0 0 0 2493 56 0 0 20 0 1 0 344298674 1591058432 385710 33554432000 4194304 8395647 140734909454432 140734909451576 5210642 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 388442 385710 501 1026 0 387412 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1553768

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13432
/proc/meminfo: memFree=23164176/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=1713008 CPUtime=51.08 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 422384 0 0 0 5046 62 0 0 20 0 1 0 344298674 1754120192 424785 33554432000 4194304 8395647 140734909454432 140734909450584 5210659 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 428252 424785 501 1026 0 427222 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1713008

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13435
/proc/meminfo: memFree=22953592/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=1922800 CPUtime=102.28 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 473616 0 0 0 10159 69 0 0 20 0 1 0 344298674 1968947200 476017 33554432000 4194304 8395647 140734909454432 140734909450504 4911287 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 480700 476017 501 1026 0 479670 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1922800

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13457
/proc/meminfo: memFree=22310280/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2627372 CPUtime=162.26 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 598333 0 0 0 16128 98 0 0 20 0 1 0 344298674 2690428928 636001 33554432000 4194304 8395647 140734909454432 140734909449560 7382152 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 656843 636001 579 1026 0 655813 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2627372

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13457
/proc/meminfo: memFree=22290648/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2644356 CPUtime=222.25 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 604689 0 0 0 22113 112 0 0 20 0 1 0 344298674 2707820544 640812 33554432000 4194304 8395647 140734909454432 140734909449944 6697804 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 661089 640812 579 1026 0 660059 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2644356

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13457
/proc/meminfo: memFree=22351620/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2649572 CPUtime=282.24 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 608645 0 0 0 28103 121 0 0 20 0 1 0 344298674 2713161728 642239 33554432000 4194304 8395647 140734909454432 140734909449560 6697663 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 662393 642239 579 1026 0 661363 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2649572

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13458
/proc/meminfo: memFree=22268300/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2664876 CPUtime=342.23 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 612594 0 0 0 34092 131 0 0 20 0 1 0 344298674 2728833024 646004 33554432000 4194304 8395647 140734909454432 140734909449992 6697688 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 666219 646004 579 1026 0 665189 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2664876

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13458
/proc/meminfo: memFree=22244148/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2689740 CPUtime=402.23 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 620446 0 0 0 40081 142 0 0 20 0 1 0 344298674 2754293760 650954 33554432000 4194304 8395647 140734909454432 140734909449560 6700640 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 672435 650954 579 1026 0 671405 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2689740

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13458
/proc/meminfo: memFree=22228344/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2707892 CPUtime=462.22 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 641552 0 0 0 46064 158 0 0 20 0 1 0 344298674 2772881408 654308 33554432000 4194304 8395647 140734909454432 140734909448952 6708226 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 676973 654308 585 1026 0 675943 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2707892

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13458
/proc/meminfo: memFree=22210124/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2730292 CPUtime=522.21 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 661147 0 0 0 52051 170 0 0 20 0 1 0 344298674 2795819008 659087 33554432000 4194304 8395647 140734909454432 140734909448952 6752391 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 682573 659087 585 1026 0 681543 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2730292

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13458
/proc/meminfo: memFree=22204940/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2724428 CPUtime=582.2 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 672790 0 0 0 58041 179 0 0 20 0 1 0 344298674 2789814272 660272 33554432000 4194304 8395647 140734909454432 140734909449000 6664532 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 681107 660272 585 1026 0 680077 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2724428

[startup+642.3 s]

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

/proc/meminfo: memFree=22193260/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2734448 CPUtime=1062.12 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 738529 0 0 0 105980 232 0 0 20 0 1 0 344298674 2800074752 659356 33554432000 4194304 8395647 140734909454432 140734909449960 5849675 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 683612 659356 605 1026 0 682582 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2734448

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13463
/proc/meminfo: memFree=22081136/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2869200 CPUtime=1122.12 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 750424 0 0 0 111972 240 0 0 20 0 1 0 344298674 2938060800 686716 33554432000 4194304 8395647 140734909454432 140734909449992 6698063 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 717300 686716 622 1026 0 716270 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2869200

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13463
/proc/meminfo: memFree=22111108/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2881012 CPUtime=1182.11 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 764229 0 0 0 117958 253 0 0 20 0 1 0 344298674 2950156288 690386 33554432000 4194304 8395647 140734909454432 140734909449560 6697974 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 720253 690386 622 1026 0 719223 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2881012

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13464
/proc/meminfo: memFree=22039448/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2881012 CPUtime=1242.1 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 778437 0 0 0 123941 269 0 0 20 0 1 0 344298674 2950156288 693133 33554432000 4194304 8395647 140734909454432 140734909449560 6697938 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 720253 693133 622 1026 0 719223 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2881012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13505
/proc/meminfo: memFree=23256992/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2892724 CPUtime=1302.09 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 791576 0 0 0 129930 279 0 0 20 0 1 0 344298674 2962149376 695884 33554432000 4194304 8395647 140734909454432 140734909449560 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 723181 695884 622 1026 0 722151 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2892724

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13505
/proc/meminfo: memFree=22996132/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2893596 CPUtime=1362.08 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 801822 0 0 0 135921 287 0 0 20 0 1 0 344298674 2963042304 695940 33554432000 4194304 8395647 140734909454432 140734909449992 6697938 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 723399 695940 622 1026 0 722369 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2893596

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13505
/proc/meminfo: memFree=22773268/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2894528 CPUtime=1422.07 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 806168 0 0 0 141913 294 0 0 20 0 1 0 344298674 2963996672 696004 33554432000 4194304 8395647 140734909454432 140734909449944 6667646 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 723632 696004 622 1026 0 722602 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2894528

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13505
/proc/meminfo: memFree=22073712/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2895852 CPUtime=1482.06 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 812728 0 0 0 147905 301 0 0 20 0 1 0 344298674 2965352448 696162 33554432000 4194304 8395647 140734909454432 140734909449560 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 723963 696162 622 1026 0 722933 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2895852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=22050228/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2896596 CPUtime=1542.06 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 823754 0 0 0 153896 310 0 0 20 0 1 0 344298674 2966114304 696250 33554432000 4194304 8395647 140734909454432 140734909449896 6700406 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 724149 696250 622 1026 0 723119 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 2896596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=22026760/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2896872 CPUtime=1602.05 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 833913 0 0 0 159886 319 0 0 20 0 1 0 344298674 2966396928 696270 33554432000 4194304 8395647 140734909454432 140734909449560 6669563 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 724218 696270 622 1026 0 723188 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2896872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=22015056/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2936012 CPUtime=1662.04 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838698 0 0 0 165880 324 0 0 20 0 1 0 344298674 3006476288 700106 33554432000 4194304 8395647 140734909454432 140734909449944 6698214 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 734003 700106 622 1026 0 732973 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 2936012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=21969888/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2937500 CPUtime=1722.02 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838857 0 0 0 171877 325 0 0 20 0 1 0 344298674 3008000000 701928 33554432000 4194304 8395647 140734909454432 140734909449992 6698043 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 734375 701928 622 1026 0 733345 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2937500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=21969296/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2937588 CPUtime=1782.02 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838861 0 0 0 177875 327 0 0 20 0 1 0 344298674 3008090112 701932 33554432000 4194304 8395647 140734909454432 140734909449560 6700384 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 734397 701932 622 1026 0 733367 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 2937588

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=21969280/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2937588 CPUtime=1785.21 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838861 0 0 0 178194 327 0 0 20 0 1 0 344298674 3008090112 701932 33554432000 4194304 8395647 140734909454432 140734909449992 6669682 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 734397 701932 622 1026 0 733367 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 2937588

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=21969280/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2937588 CPUtime=1788.41 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838861 0 0 0 178514 327 0 0 20 0 1 0 344298674 3008090112 701932 33554432000 4194304 8395647 140734909454432 140734909449560 6699159 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 734397 701932 622 1026 0 733367 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 2937588

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=22022056/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2880808 CPUtime=1791.62 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838868 0 0 0 178834 328 0 0 20 0 1 0 344298674 2949947392 688467 33554432000 4194304 8395647 140734909454432 140734909449992 6345870 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 720202 688467 629 1026 0 719172 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 2880808

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=22022056/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2874516 CPUtime=1792.42 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838870 0 0 0 178914 328 0 0 20 0 1 0 344298674 2943504384 686898 33554432000 4194304 8395647 140734909454432 140734909453768 6345196 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 718629 686898 631 1026 0 717599 0
Current children cumulated CPU time (s) 1792.42
Current children cumulated vsize (KiB) 2874516

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=22028320/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=2448248 CPUtime=1793.21 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838870 0 0 0 178992 329 0 0 20 0 1 0 344298674 2507005952 598349 33554432000 4194304 8395647 140734909454432 140734909453816 7435351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 611805 598092 631 1026 0 610775 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 2448248

[startup+1793.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13506
/proc/meminfo: memFree=22028320/32873844 swapFree=7128/7128
[pid=13431] ppid=13429 vsize=1966612 CPUtime=1793.42 cores=0,2,4,6
/proc/13431/stat : 13431 (pbscip.linux.x8) R 13429 13431 11206 0 -1 4202496 838870 0 0 0 179006 336 0 0 20 0 1 0 344298674 2013810688 296925 33554432000 4194304 8395647 140734909454432 140734909453816 7602442 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13431/statm: 491653 296413 631 1026 0 490623 0
Current children cumulated CPU time (s) 1793.42
Current children cumulated vsize (KiB) 1966612

Child status: 0
Real time (s): 1793.73
CPU time (s): 1793.45
CPU user time (s): 1790.07
CPU system time (s): 3.38349
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 2946180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.07
system time used= 3.38348
maximum resident set size= 2813780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 838876
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= 3
involuntary context switches= 2021

runsolver used 2.98754 second user time and 7.8938 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 05:58:37
IDJOB=3743337
IDBENCH=91035
IDSOLVER=2326
FILE ID=node105/3743337-1338782316
RUNJOBID= node105-1338749876-11222
PBS_JOBID= 14636807
Free space on /tmp= 71212 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_rapportOE1.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-3743337-1338782316/watcher-3743337-1338782316 -o /tmp/evaluation-result-3743337-1338782316/solver-3743337-1338782316 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743337-1338782316.opb -t 1800 -m 15500

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

MD5SUM BENCH= 56c896ad570d19cbe5f94a10c4a31629
RANDOM SEED=432942053

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24858904 kB
Buffers:          573224 kB
Cached:          3818844 kB
SwapCached:         1700 kB
Active:          3875940 kB
Inactive:        3248056 kB
Active(anon):    2719964 kB
Inactive(anon):    12976 kB
Active(file):    1155976 kB
Inactive(file):  3235080 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             38000 kB
Writeback:             0 kB
AnonPages:       2736356 kB
Mapped:            11376 kB
Shmem:                 0 kB
Slab:             745160 kB
SReclaimable:     186340 kB
SUnreclaim:       558820 kB
KernelStack:        1440 kB
PageTables:         9592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2948328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71204 MiB
End job on node105 at 2012-06-04 06:28:31