Trace number 3743831

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 NameAnswerCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1798.91 1799.22

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_7_ic.opb
MD5SUMa2354293496c014ad5960b8fe1959c3f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22900311
Best CPU time to get the best result obtained on this benchmark1800.77
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 182044199866
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 182044199866
Number of bits of the biggest sum of numbers38
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-3743831-1338795273.opb>
24.48/24.51	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
24.48/24.51	c problem read
24.48/24.52	c presolving settings loaded
32.39/32.47	c presolving:
40.48/40.53	c (round 1) 15150 del vars, 29703 del conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 0 upgd conss, 29900 impls, 1 clqs
54.28/54.34	c (round 2) 15150 del vars, 29703 del conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 1970601 upgd conss, 29900 impls, 1 clqs
131.95/132.05	c    (107.5s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
131.95/132.05	c    (107.5s) probing aborted: 100/100 successive totally useless probings
132.04/132.11	c presolving (3 rounds):
132.04/132.11	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
132.04/132.11	c  5851100 implications, 1 cliques
132.04/132.11	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
132.04/132.11	c  985350 constraints of type <knapsack>
132.04/132.11	c     101 constraints of type <setppc>
132.04/132.11	c       3 constraints of type <linear>
132.04/132.11	c  985150 constraints of type <logicor>
132.04/132.11	c transformed objective value is always integral (scale: 1)
132.04/132.11	c Presolving Time: 102.23
132.04/132.11	c - non default parameters ----------------------------------------------------------------------
132.04/132.11	c # SCIP version 1.2.1.3
132.04/132.11	c 
132.04/132.11	c # frequency for displaying node information lines
132.04/132.11	c # [type: int, range: [-1,2147483647], default: 100]
132.04/132.11	c display/freq = 10000
132.04/132.11	c 
132.04/132.11	c # maximal time in seconds to run
132.04/132.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
132.04/132.11	c limits/time = 1765.49
132.04/132.11	c 
132.04/132.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
132.04/132.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
132.04/132.11	c limits/memory = 13950
132.04/132.11	c 
132.04/132.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
132.04/132.11	c # [type: int, range: [1,2], default: 1]
132.04/132.11	c timing/clocktype = 2
132.04/132.11	c 
132.04/132.11	c # should presolving try to simplify inequalities
132.04/132.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
132.04/132.11	c constraints/linear/simplifyinequalities = TRUE
132.04/132.11	c 
132.04/132.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
132.04/132.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
132.04/132.11	c constraints/indicator/addCouplingCons = TRUE
132.04/132.11	c 
132.04/132.11	c # should presolving try to simplify knapsacks
132.04/132.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
132.04/132.11	c constraints/knapsack/simplifyinequalities = TRUE
132.04/132.11	c 
132.04/132.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
132.04/132.11	c # [type: int, range: [-1,2147483647], default: -1]
132.04/132.11	c separating/rapidlearning/freq = 0
132.04/132.11	c 
132.04/132.11	c -----------------------------------------------------------------------------------------------
132.04/132.11	c start solving
132.34/132.44	c 
752.75/752.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.75/752.91	c   728s|     1 |     0 |  7924 |     - |5428M|   0 |1165 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.365766e+06 |      --      |    Inf 
1791.39/1791.76	c  1767s|     1 |     2 | 15522 |     - |5464M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.365766e+06 |      --      |    Inf 
1791.39/1791.76	c 
1791.39/1791.76	c SCIP Status        : solving was interrupted [time limit reached]
1791.39/1791.76	c Solving Time (sec) : 1767.24
1791.39/1791.76	c Solving Nodes      : 1
1791.39/1791.76	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.39/1791.76	c Dual Bound         : +1.36576632887068e+06
1791.39/1791.76	c Gap                : infinite
1791.39/1791.76	s UNKNOWN
1791.39/1791.76	c SCIP Status        : solving was interrupted [time limit reached]
1791.39/1791.76	c Solving Time       :    1767.24
1791.39/1791.76	c Original Problem   :
1791.39/1791.76	c   Problem name     : HOME/instance-3743831-1338795273.opb
1791.39/1791.76	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.39/1791.76	c   Constraints      : 2000307 initial, 2000307 maximal
1791.39/1791.76	c Presolved Problem  :
1791.39/1791.76	c   Problem name     : t_HOME/instance-3743831-1338795273.opb
1791.39/1791.76	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.39/1791.76	c   Constraints      : 1970604 initial, 1970604 maximal
1791.39/1791.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.39/1791.76	c   trivial          :       0.19          0          0          0          0          0          0          0          0
1791.39/1791.76	c   dualfix          :       0.16          0          0          0          0          0          0          0          0
1791.39/1791.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.39/1791.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.39/1791.76	c   implics          :       0.10          0          0          0          0          0          0          0          0
1791.39/1791.76	c   probing          :      15.49          0          0          0          0          0          0          0          0
1791.39/1791.76	c   knapsack         :      60.84          0          0          0          0          0          0          0          0
1791.39/1791.76	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.39/1791.76	c   linear           :      16.71        300      14850          0        300          0      29703       4950      14850
1791.39/1791.76	c   logicor          :       2.76          0          0          0          0          0          0          0          0
1791.39/1791.76	c   root node        :          -          0          -          -          0          -          -          -          -
1791.39/1791.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.39/1791.76	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.39/1791.76	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.39/1791.76	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.39/1791.76	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.39/1791.76	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.39/1791.76	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.39/1791.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.39/1791.76	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.39/1791.76	c   knapsack         :       6.44       0.00       6.44       0.00       0.00
1791.39/1791.76	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.39/1791.76	c   linear           :       0.07       0.00       0.07       0.00       0.00
1791.39/1791.76	c   logicor          :       0.94       0.00       0.81       0.00       0.13
1791.39/1791.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.39/1791.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.39/1791.76	c   vbounds          :       0.00          2          0          0
1791.39/1791.76	c   rootredcost      :       0.00          0          0          0
1791.39/1791.76	c   pseudoobj        :       0.02          2          0          0
1791.39/1791.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.39/1791.76	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.39/1791.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.39/1791.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.39/1791.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.39/1791.76	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.39/1791.76	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.39/1791.76	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.39/1791.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.39/1791.76	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.39/1791.76	c   redcost          :       0.00          0          0          0          0          0
1791.39/1791.76	c   impliedbounds    :       0.00          0          0          0          0          0
1791.39/1791.76	c   intobj           :       0.00          0          0          0          0          0
1791.39/1791.76	c   cgmip            :       0.00          0          0          0          0          0
1791.39/1791.76	c   gomory           :       0.00          0          0          0          0          0
1791.39/1791.76	c   strongcg         :       0.00          0          0          0          0          0
1791.39/1791.76	c   cmir             :       0.00          0          0          0          0          0
1791.39/1791.76	c   flowcover        :       0.00          0          0          0          0          0
1791.39/1791.76	c   clique           :       0.00          0          0          0          0          0
1791.39/1791.76	c   zerohalf         :       0.00          0          0          0          0          0
1791.39/1791.76	c   mcf              :       0.00          0          0          0          0          0
1791.39/1791.76	c   rapidlearning    :       0.00          0          0          0          0          0
1791.39/1791.76	c Pricers            :       Time      Calls       Vars
1791.39/1791.76	c   problem variables:       0.00          0          0
1791.39/1791.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.39/1791.76	c   relpscost        :       0.00          0          0          0          0          0          0
1791.39/1791.76	c   pscost           :       0.00          0          0          0          0          0          0
1791.39/1791.76	c   inference        :       0.09          1          0          0          0          0          2
1791.39/1791.76	c   mostinf          :       0.00          0          0          0          0          0          0
1791.39/1791.76	c   leastinf         :       0.00          0          0          0          0          0          0
1791.39/1791.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.39/1791.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.39/1791.76	c   random           :       0.00          0          0          0          0          0          0
1791.39/1791.76	c Primal Heuristics  :       Time      Calls      Found
1791.39/1791.76	c   LP solutions     :       0.00          -          0
1791.39/1791.76	c   pseudo solutions :       0.00          -          0
1791.39/1791.76	c   oneopt           :       0.00          0          0
1791.39/1791.76	c   trivial          :       1.76          2          0
1791.39/1791.76	c   simplerounding   :       0.03          0          0
1791.39/1791.76	c   zirounding       :       0.00          0          0
1791.39/1791.76	c   rounding         :       0.06          1          0
1791.39/1791.76	c   shifting         :       0.41          1          0
1791.39/1791.76	c   intshifting      :       0.00          0          0
1791.39/1791.76	c   twoopt           :       0.00          0          0
1791.39/1791.76	c   fixandinfer      :       0.00          0          0
1791.39/1791.76	c   feaspump         :    1038.11          1          0
1791.39/1791.76	c   coefdiving       :       0.00          0          0
1791.39/1791.76	c   pscostdiving     :       0.00          0          0
1791.39/1791.76	c   fracdiving       :       0.00          0          0
1791.39/1791.76	c   veclendiving     :       0.00          0          0
1791.39/1791.76	c   intdiving        :       0.00          0          0
1791.39/1791.76	c   actconsdiving    :       0.00          0          0
1791.39/1791.76	c   objpscostdiving  :       0.00          0          0
1791.39/1791.76	c   rootsoldiving    :       0.00          0          0
1791.39/1791.76	c   linesearchdiving :       0.00          0          0
1791.39/1791.76	c   guideddiving     :       0.00          0          0
1791.39/1791.76	c   octane           :       0.00          0          0
1791.39/1791.76	c   rens             :       0.00          0          0
1791.39/1791.76	c   rins             :       0.00          0          0
1791.39/1791.76	c   localbranching   :       0.00          0          0
1791.39/1791.76	c   mutation         :       0.00          0          0
1791.39/1791.76	c   crossover        :       0.00          0          0
1791.39/1791.76	c   dins             :       0.00          0          0
1791.39/1791.76	c   undercover       :       0.00          0          0
1791.39/1791.76	c   nlp              :       0.00          0          0
1791.39/1791.76	c   trysol           :       0.00          0          0
1791.39/1791.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.39/1791.76	c   primal LP        :       0.00          0          0       0.00          -
1791.39/1791.76	c   dual LP          :     613.45          1       7924    7924.00      12.92
1791.39/1791.76	c   lex dual LP      :       0.00          0          0       0.00          -
1791.39/1791.76	c   barrier LP       :       0.00          0          0       0.00          -
1791.39/1791.76	c   diving/probing LP:    1037.74          1       7598    7598.00       7.32
1791.39/1791.76	c   strong branching :       0.00          0          0       0.00          -
1791.39/1791.76	c     (at root node) :          -          0          0       0.00          -
1791.39/1791.76	c   conflict analysis:       0.00          0          0       0.00          -
1791.39/1791.76	c B&B Tree           :
1791.39/1791.76	c   number of runs   :          1
1791.39/1791.76	c   nodes            :          1
1791.39/1791.76	c   nodes (total)    :          1
1791.39/1791.76	c   nodes left       :          2
1791.39/1791.76	c   max depth        :          0
1791.39/1791.76	c   max depth (total):          0
1791.39/1791.76	c   backtracks       :          0 (0.0%)
1791.39/1791.76	c   delayed cutoffs  :          0
1791.39/1791.76	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.39/1791.76	c   avg switch length:       1.00
1791.39/1791.76	c   switching time   :       0.00
1791.39/1791.76	c Solution           :
1791.39/1791.76	c   Solutions found  :          0 (0 improvements)
1791.39/1791.76	c   Primal Bound     :          -
1791.39/1791.76	c   Dual Bound       : +1.36576632887068e+06
1791.39/1791.76	c   Gap              :   infinite
1791.39/1791.76	c   Root Dual Bound  : +1.36576632887068e+06
1791.39/1791.76	c   Root Iterations  :      15522
1798.89/1799.21	c Time complete: 1798.9.

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

running on 4 cores: 1,3,5,7

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: 1.93 1.99 1.99 3/178 13534
/proc/meminfo: memFree=24783236/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1247 0 0 0 0 0 0 0 20 0 1 0 345653003 8105984 1194 33554432000 4194304 8395647 140734401921776 140734768084584 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1979 1194 370 1026 0 949 0

[startup+0.0955871 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 13534
/proc/meminfo: memFree=24783236/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=33320 CPUtime=0.08 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 7596 0 0 0 7 1 0 0 20 0 1 0 345653003 34119680 7537 33554432000 4194304 8395647 140734401921776 140734768084584 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 8330 7537 394 1026 0 7300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33320

[startup+0.100308 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 13534
/proc/meminfo: memFree=24783236/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=33528 CPUtime=0.09 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 7663 0 0 0 8 1 0 0 20 0 1 0 345653003 34332672 7604 33554432000 4194304 8395647 140734401921776 140734768084584 7385008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 8382 7604 394 1026 0 7352 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33528

[startup+0.300254 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 13534
/proc/meminfo: memFree=24783236/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=45228 CPUtime=0.29 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 10538 0 0 0 27 2 0 0 20 0 1 0 345653003 46313472 10479 33554432000 4194304 8395647 140734401921776 140734768084584 7331451 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 11307 10479 394 1026 0 10277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45228

[startup+0.700252 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 13534
/proc/meminfo: memFree=24783236/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=95072 CPUtime=0.69 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 22962 0 0 0 65 4 0 0 20 0 1 0 345653003 97353728 22903 33554432000 4194304 8395647 140734401921776 140734401786984 7382051 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 23768 22903 394 1026 0 22738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95072

[startup+1.50025 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 13535
/proc/meminfo: memFree=24656856/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=196452 CPUtime=1.49 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 48296 0 0 0 141 8 0 0 20 0 1 0 345653003 201166848 48237 33554432000 4194304 8395647 140734401921776 140734401786984 7382066 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 49113 48237 394 1026 0 48083 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196452

[startup+3.10029 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13535
/proc/meminfo: memFree=24521572/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=388604 CPUtime=3.09 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 96222 0 0 0 293 16 0 0 20 0 1 0 345653003 397930496 96163 33554432000 4194304 8395647 140734401921776 140734401786984 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 97360 96170 394 1026 0 96330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 388604

[startup+6.30027 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13535
/proc/meminfo: memFree=24154764/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=729288 CPUtime=6.29 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 181557 0 0 0 600 29 0 0 20 0 1 0 345653003 746790912 181498 33554432000 4194304 8395647 140734401921776 140734401786984 7382036 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 182322 181498 394 1026 0 181292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 729288

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13535
/proc/meminfo: memFree=23664104/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=1152116 CPUtime=12.68 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 286960 0 0 0 1222 46 0 0 20 0 1 0 345653003 1179766784 286901 33554432000 4194304 8395647 140734401921776 140734401786984 4685157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 288029 286901 394 1026 0 286999 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1152116

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 13564
/proc/meminfo: memFree=25790824/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=2266380 CPUtime=25.49 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 563914 0 0 0 2459 90 0 0 20 0 1 0 345653003 2320773120 565545 33554432000 4194304 8395647 140734401921776 140734401916136 4219455 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 566595 565546 413 1026 0 565565 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2266380

[startup+51.1003 s]
/proc/loadavg: 2.09 2.02 2.01 3/179 13574
/proc/meminfo: memFree=20483320/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=4757792 CPUtime=51.07 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1160942 0 0 0 4925 182 0 0 20 0 1 0 345653003 4871979008 1185195 33554432000 4194304 8395647 140734401921776 140734401917768 6063762 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1189448 1185195 483 1026 0 1188418 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4757792

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13574
/proc/meminfo: memFree=17843332/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=5032112 CPUtime=102.26 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1216681 0 0 0 10034 192 0 0 20 0 1 0 345653003 5152882688 1240568 33554432000 4194304 8395647 140734401921776 140734401917448 4953593 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1258028 1240568 496 1026 0 1256998 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5032112

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13574
/proc/meminfo: memFree=12687916/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=7939028 CPUtime=162.24 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1525548 0 0 0 15951 273 0 0 20 0 1 0 345653003 8129564672 1895918 33554432000 4194304 8395647 140734401921776 140734401916904 6697672 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1984757 1895918 584 1026 0 1983727 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 7939028

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13574
/proc/meminfo: memFree=12536808/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=7957676 CPUtime=222.23 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1527429 0 0 0 21945 278 0 0 20 0 1 0 345653003 8148660224 1902283 33554432000 4194304 8395647 140734401921776 140734401917240 6697808 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1989419 1902283 585 1026 0 1988389 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7957676

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13575
/proc/meminfo: memFree=12494864/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=7977480 CPUtime=282.21 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1530486 0 0 0 27937 284 0 0 20 0 1 0 345653003 8168939520 1908089 33554432000 4194304 8395647 140734401921776 140734401917240 6696883 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1994370 1908089 585 1026 0 1993340 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 7977480

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13578
/proc/meminfo: memFree=12479260/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=7984956 CPUtime=342.2 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1532102 0 0 0 33929 291 0 0 20 0 1 0 345653003 8176594944 1910457 33554432000 4194304 8395647 140734401921776 140734401916904 6696785 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1996239 1910457 585 1026 0 1995209 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7984956

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13578
/proc/meminfo: memFree=12473300/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=7984956 CPUtime=402.2 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1532590 0 0 0 39923 297 0 0 20 0 1 0 345653003 8176594944 1910493 33554432000 4194304 8395647 140734401921776 140734401916904 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1996239 1910493 585 1026 0 1995209 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 7984956

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13578
/proc/meminfo: memFree=12464804/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=7992832 CPUtime=462.19 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1534170 0 0 0 45918 301 0 0 20 0 1 0 345653003 8184659968 1912557 33554432000 4194304 8395647 140734401921776 140734401916904 6697727 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1998208 1912557 585 1026 0 1997178 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 7992832

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13578
/proc/meminfo: memFree=12460008/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=7995532 CPUtime=522.18 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1535377 0 0 0 51911 307 0 0 20 0 1 0 345653003 8187424768 1913142 33554432000 4194304 8395647 140734401921776 140734401916904 6390512 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1998883 1913142 585 1026 0 1997853 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 7995532

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13579
/proc/meminfo: memFree=12452812/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8012204 CPUtime=582.17 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1536532 0 0 0 57906 311 0 0 20 0 1 0 345653003 8204496896 1914466 33554432000 4194304 8395647 140734401921776 140734401916904 6698405 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2003051 1914466 585 1026 0 2002021 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 8012204

[startup+642.3 s]

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

/proc/meminfo: memFree=12222904/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8147904 CPUtime=1122.08 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1549730 0 0 0 111843 365 0 0 20 0 1 0 345653003 8343453696 1939207 33554432000 4194304 8395647 140734401921776 140734401916296 6708279 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2036976 1939207 590 1026 0 2035946 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 8147904

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13584
/proc/meminfo: memFree=12222436/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8152672 CPUtime=1182.08 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1550622 0 0 0 117837 371 0 0 20 0 1 0 345653003 8348336128 1939282 33554432000 4194304 8395647 140734401921776 140734401916344 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2038168 1939282 590 1026 0 2037138 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 8152672

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13584
/proc/meminfo: memFree=12221228/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8153952 CPUtime=1242.07 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1552015 0 0 0 123831 376 0 0 20 0 1 0 345653003 8349646848 1939442 33554432000 4194304 8395647 140734401921776 140734401916344 6502337 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2038488 1939442 590 1026 0 2037458 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 8153952

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13584
/proc/meminfo: memFree=12207340/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8156112 CPUtime=1302.07 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1553560 0 0 0 129822 385 0 0 20 0 1 0 345653003 8351858688 1941103 33554432000 4194304 8395647 140734401921776 140734401916296 6637024 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2039028 1941103 590 1026 0 2037998 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 8156112

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13584
/proc/meminfo: memFree=12205072/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8159552 CPUtime=1362.06 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1554684 0 0 0 135816 390 0 0 20 0 1 0 345653003 8355381248 1941135 33554432000 4194304 8395647 140734401921776 140734401916344 6707999 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2039888 1941135 590 1026 0 2038858 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 8159552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13584
/proc/meminfo: memFree=12174008/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8167504 CPUtime=1422.05 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1555962 0 0 0 141808 397 0 0 20 0 1 0 345653003 8363524096 1941626 33554432000 4194304 8395647 140734401921776 140734401916344 6708572 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2041876 1941626 590 1026 0 2040846 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 8167504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13585
/proc/meminfo: memFree=12142324/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8173016 CPUtime=1482.04 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1557685 0 0 0 147800 404 0 0 20 0 1 0 345653003 8369168384 1942246 33554432000 4194304 8395647 140734401921776 140734401916344 6708589 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2043254 1942246 590 1026 0 2042224 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 8173016

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 13588
/proc/meminfo: memFree=12135892/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8209604 CPUtime=1542.02 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1559351 0 0 0 153793 409 0 0 20 0 1 0 345653003 8406634496 1943929 33554432000 4194304 8395647 140734401921776 140734401916600 6708010 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2052401 1943929 590 1026 0 2051371 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 8209604

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 13611
/proc/meminfo: memFree=12113704/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8238532 CPUtime=1602.01 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1561114 0 0 0 159787 414 0 0 20 0 1 0 345653003 8436256768 1949504 33554432000 4194304 8395647 140734401921776 140734401916296 6697246 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2059633 1949504 590 1026 0 2058603 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 8238532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13611
/proc/meminfo: memFree=12096364/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8244596 CPUtime=1662.01 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1562382 0 0 0 165780 421 0 0 20 0 1 0 345653003 8442466304 1950283 33554432000 4194304 8395647 140734401921776 140734401916344 6502798 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2061149 1950283 590 1026 0 2060119 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 8244596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13611
/proc/meminfo: memFree=12092980/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8250076 CPUtime=1722 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1563341 0 0 0 171774 426 0 0 20 0 1 0 345653003 8448077824 1950457 33554432000 4194304 8395647 140734401921776 140734401916344 6696995 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2062519 1950457 590 1026 0 2061489 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 8250076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13612
/proc/meminfo: memFree=12089036/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8253964 CPUtime=1781.99 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1564387 0 0 0 177768 431 0 0 20 0 1 0 345653003 8452059136 1950947 33554432000 4194304 8395647 140734401921776 140734401916296 6664884 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2063491 1950947 590 1026 0 2062461 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 8253964

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13612
/proc/meminfo: memFree=12165940/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8121744 CPUtime=1791.6 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1564800 0 0 0 178729 431 0 0 20 0 1 0 345653003 8316665856 1931503 33554432000 4194304 8395647 140734401921776 140734401917384 6151662 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2030436 1931503 596 1026 0 2029406 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 8121744

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13612
/proc/meminfo: memFree=12171756/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8100312 CPUtime=1794.79 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1565568 0 0 0 179048 431 0 0 20 0 1 0 345653003 8294719488 1929978 33554432000 4194304 8395647 140734401921776 140734401921112 6345214 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2025078 1929978 601 1026 0 2024048 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 8100312

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13612
/proc/meminfo: memFree=12171880/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=8084044 CPUtime=1796.38 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1565568 0 0 0 179207 431 0 0 20 0 1 0 345653003 8278061056 1925989 33554432000 4194304 8395647 140734401921776 140734401921160 6345797 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 2021011 1925989 601 1026 0 2019981 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 8084044

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13612
/proc/meminfo: memFree=12187320/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=6845516 CPUtime=1797.99 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1565568 0 0 0 179363 436 0 0 20 0 1 0 345653003 7009808384 1674689 33554432000 4194304 8395647 140734401921776 140734401921160 4423579 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1711379 1674689 601 1026 0 1710349 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 6845516

[startup+1798.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13612
/proc/meminfo: memFree=13312696/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=6344060 CPUtime=1798.39 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1565568 0 0 0 179399 440 0 0 20 0 1 0 345653003 6496317440 1549459 33554432000 4194304 8395647 140734401921776 140734401921032 6345841 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1586015 1549459 601 1026 0 1584985 0
Current children cumulated CPU time (s) 1798.39
Current children cumulated vsize (KiB) 6344060

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13612
/proc/meminfo: memFree=13312696/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=5704688 CPUtime=1798.78 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1565568 0 0 0 179434 444 0 0 20 0 1 0 345653003 5841600512 1375353 33554432000 4194304 8395647 140734401921776 140734401921032 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 1426172 1375353 601 1026 0 1425142 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 5704688

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13612
/proc/meminfo: memFree=13312696/32873844 swapFree=7124/7124
[pid=13534] ppid=13532 vsize=1823020 CPUtime=1798.89 cores=1,3,5,7
/proc/13534/stat : 13534 (pbscip.linux.x8) R 13532 13534 12290 0 -1 4202496 1565568 0 0 0 179435 454 0 0 20 0 1 0 345653003 1866772480 82713 33554432000 4194304 8395647 140734401921776 140734401921032 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13534/statm: 455755 82713 601 1026 0 454725 0
Current children cumulated CPU time (s) 1798.89
Current children cumulated vsize (KiB) 1823020

Child status: 0
Real time (s): 1799.22
CPU time (s): 1798.91
CPU user time (s): 1794.35
CPU system time (s): 4.56031
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 8405084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 4.56031
maximum resident set size= 7970876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1565576
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= 37
involuntary context switches= 1851

runsolver used 3.39648 second user time and 8.43772 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-04 09:34:36
IDJOB=3743831
IDBENCH=92633
IDSOLVER=2326
FILE ID=node134/3743831-1338795273
RUNJOBID= node134-1338773738-12307
PBS_JOBID= 14636824
Free space on /tmp= 70224 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-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_7_ic.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-3743831-1338795273/watcher-3743831-1338795273 -o /tmp/evaluation-result-3743831-1338795273/solver-3743831-1338795273 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743831-1338795273.opb -t 1800 -m 15500

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

MD5SUM BENCH= a2354293496c014ad5960b8fe1959c3f
RANDOM SEED=392639797

node134.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		: 2667.278
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	: 5334.55
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		: 2667.278
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	: 5332.56
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		: 2667.278
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	: 5332.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		: 2667.278
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	: 5332.59
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.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		: 2667.278
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	: 5332.57
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		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24783112 kB
Buffers:          510912 kB
Cached:          3593244 kB
SwapCached:           76 kB
Active:          4987688 kB
Inactive:        2183464 kB
Active(anon):    3048600 kB
Inactive(anon):    20716 kB
Active(file):    1939088 kB
Inactive(file):  2162748 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:            110072 kB
Writeback:             0 kB
AnonPages:       3079904 kB
Mapped:            13636 kB
Shmem:                96 kB
Slab:             769880 kB
SReclaimable:     207808 kB
SUnreclaim:       562072 kB
KernelStack:        1464 kB
PageTables:        10112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3304896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    610304 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= 70144 MiB
End job on node134 at 2012-06-04 10:04:35