Trace number 3743861

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.23 1798.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_ic.opb
MD5SUMf237ff2f989182870e968c2b9cf3aa98
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23994341
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 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 193470682570
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 193470682570
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-3743861-1338795983.opb>
21.49/21.55	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
21.49/21.55	c problem read
21.49/21.56	c presolving settings loaded
27.58/27.69	c presolving:
34.89/34.93	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
46.59/46.67	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
108.06/108.18	c    (86.6s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
108.06/108.18	c    (86.6s) probing aborted: 100/100 successive totally useless probings
108.17/108.22	c presolving (3 rounds):
108.17/108.22	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
108.17/108.22	c  5851100 implications, 1 cliques
108.17/108.22	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
108.17/108.22	c  985350 constraints of type <knapsack>
108.17/108.22	c     101 constraints of type <setppc>
108.17/108.22	c       3 constraints of type <linear>
108.17/108.22	c  985150 constraints of type <logicor>
108.17/108.22	c transformed objective value is always integral (scale: 1)
108.17/108.22	c Presolving Time: 82.45
108.17/108.22	c - non default parameters ----------------------------------------------------------------------
108.17/108.22	c # SCIP version 1.2.1.3
108.17/108.22	c 
108.17/108.22	c # frequency for displaying node information lines
108.17/108.22	c # [type: int, range: [-1,2147483647], default: 100]
108.17/108.22	c display/freq = 10000
108.17/108.22	c 
108.17/108.22	c # maximal time in seconds to run
108.17/108.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
108.17/108.22	c limits/time = 1768.44
108.17/108.22	c 
108.17/108.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
108.17/108.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
108.17/108.22	c limits/memory = 13950
108.17/108.22	c 
108.17/108.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
108.17/108.22	c # [type: int, range: [1,2], default: 1]
108.17/108.22	c timing/clocktype = 2
108.17/108.22	c 
108.17/108.22	c # should presolving try to simplify inequalities
108.17/108.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.17/108.22	c constraints/linear/simplifyinequalities = TRUE
108.17/108.22	c 
108.17/108.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
108.17/108.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.17/108.22	c constraints/indicator/addCouplingCons = TRUE
108.17/108.22	c 
108.17/108.22	c # should presolving try to simplify knapsacks
108.17/108.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.17/108.22	c constraints/knapsack/simplifyinequalities = TRUE
108.17/108.22	c 
108.17/108.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
108.17/108.22	c # [type: int, range: [-1,2147483647], default: -1]
108.17/108.22	c separating/rapidlearning/freq = 0
108.17/108.22	c 
108.17/108.22	c -----------------------------------------------------------------------------------------------
108.17/108.22	c start solving
108.36/108.44	c 
816.16/816.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
816.16/816.31	c   795s|     1 |     0 |  7727 |     - |5428M|   0 | 981 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.485735e+06 |      --      |    Inf 
1791.31/1791.65	c  1770s|     1 |     2 | 15671 |     - |5464M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.485735e+06 |      --      |    Inf 
1791.31/1791.65	c 
1791.31/1791.65	c SCIP Status        : solving was interrupted [time limit reached]
1791.31/1791.65	c Solving Time (sec) : 1770.08
1791.31/1791.65	c Solving Nodes      : 1
1791.31/1791.65	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.31/1791.65	c Dual Bound         : +1.48573472180918e+06
1791.31/1791.65	c Gap                : infinite
1791.31/1791.65	s UNKNOWN
1791.31/1791.65	c SCIP Status        : solving was interrupted [time limit reached]
1791.31/1791.65	c Solving Time       :    1770.08
1791.31/1791.65	c Original Problem   :
1791.31/1791.65	c   Problem name     : HOME/instance-3743861-1338795983.opb
1791.31/1791.65	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.31/1791.65	c   Constraints      : 2000307 initial, 2000307 maximal
1791.31/1791.65	c Presolved Problem  :
1791.31/1791.65	c   Problem name     : t_HOME/instance-3743861-1338795983.opb
1791.31/1791.65	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.31/1791.65	c   Constraints      : 1970604 initial, 1970604 maximal
1791.31/1791.65	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.31/1791.65	c   trivial          :       0.13          0          0          0          0          0          0          0          0
1791.31/1791.65	c   dualfix          :       0.11          0          0          0          0          0          0          0          0
1791.31/1791.65	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.31/1791.65	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.31/1791.65	c   implics          :       0.07          0          0          0          0          0          0          0          0
1791.31/1791.65	c   probing          :      10.88          0          0          0          0          0          0          0          0
1791.31/1791.65	c   knapsack         :      49.41          0          0          0          0          0          0          0          0
1791.31/1791.65	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.31/1791.65	c   linear           :      14.99        300      14850          0        300          0      29703       4950      14850
1791.31/1791.65	c   logicor          :       2.36          0          0          0          0          0          0          0          0
1791.31/1791.65	c   root node        :          -          0          -          -          0          -          -          -          -
1791.31/1791.65	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.31/1791.65	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.31/1791.65	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.31/1791.65	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.31/1791.65	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.31/1791.65	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.31/1791.65	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.31/1791.65	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.31/1791.65	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.31/1791.65	c   knapsack         :       4.07       0.00       4.07       0.00       0.00
1791.31/1791.65	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.31/1791.65	c   linear           :       0.06       0.00       0.06       0.00       0.00
1791.31/1791.65	c   logicor          :       0.66       0.00       0.55       0.00       0.11
1791.31/1791.65	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.31/1791.65	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.31/1791.65	c   vbounds          :       0.00          2          0          0
1791.31/1791.65	c   rootredcost      :       0.00          0          0          0
1791.31/1791.65	c   pseudoobj        :       0.01          2          0          0
1791.31/1791.65	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.31/1791.65	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.31/1791.65	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.31/1791.65	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.31/1791.65	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.31/1791.65	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.31/1791.65	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.31/1791.65	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.31/1791.65	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.31/1791.65	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.31/1791.65	c   redcost          :       0.00          0          0          0          0          0
1791.31/1791.65	c   impliedbounds    :       0.00          0          0          0          0          0
1791.31/1791.65	c   intobj           :       0.00          0          0          0          0          0
1791.31/1791.65	c   cgmip            :       0.00          0          0          0          0          0
1791.31/1791.65	c   gomory           :       0.00          0          0          0          0          0
1791.31/1791.65	c   strongcg         :       0.00          0          0          0          0          0
1791.31/1791.65	c   cmir             :       0.00          0          0          0          0          0
1791.31/1791.65	c   flowcover        :       0.00          0          0          0          0          0
1791.31/1791.65	c   clique           :       0.00          0          0          0          0          0
1791.31/1791.65	c   zerohalf         :       0.00          0          0          0          0          0
1791.31/1791.65	c   mcf              :       0.00          0          0          0          0          0
1791.31/1791.65	c   rapidlearning    :       0.00          0          0          0          0          0
1791.31/1791.65	c Pricers            :       Time      Calls       Vars
1791.31/1791.65	c   problem variables:       0.00          0          0
1791.31/1791.65	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.31/1791.65	c   relpscost        :       0.00          0          0          0          0          0          0
1791.31/1791.65	c   pscost           :       0.00          0          0          0          0          0          0
1791.31/1791.65	c   inference        :       0.08          1          0          0          0          0          2
1791.31/1791.65	c   mostinf          :       0.00          0          0          0          0          0          0
1791.31/1791.65	c   leastinf         :       0.00          0          0          0          0          0          0
1791.31/1791.65	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.31/1791.65	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.31/1791.65	c   random           :       0.00          0          0          0          0          0          0
1791.31/1791.65	c Primal Heuristics  :       Time      Calls      Found
1791.31/1791.65	c   LP solutions     :       0.00          -          0
1791.31/1791.65	c   pseudo solutions :       0.00          -          0
1791.31/1791.65	c   oneopt           :       0.00          0          0
1791.31/1791.65	c   trivial          :       1.41          2          0
1791.31/1791.65	c   simplerounding   :       0.03          0          0
1791.31/1791.65	c   zirounding       :       0.00          0          0
1791.31/1791.65	c   rounding         :       0.06          1          0
1791.31/1791.65	c   shifting         :       0.24          1          0
1791.31/1791.65	c   intshifting      :       0.00          0          0
1791.31/1791.65	c   twoopt           :       0.00          0          0
1791.31/1791.65	c   fixandinfer      :       0.00          0          0
1791.31/1791.65	c   feaspump         :     974.80          1          0
1791.31/1791.65	c   coefdiving       :       0.00          0          0
1791.31/1791.65	c   pscostdiving     :       0.00          0          0
1791.31/1791.65	c   fracdiving       :       0.00          0          0
1791.31/1791.65	c   veclendiving     :       0.00          0          0
1791.31/1791.65	c   intdiving        :       0.00          0          0
1791.31/1791.65	c   actconsdiving    :       0.00          0          0
1791.31/1791.65	c   objpscostdiving  :       0.00          0          0
1791.31/1791.65	c   rootsoldiving    :       0.00          0          0
1791.31/1791.65	c   linesearchdiving :       0.00          0          0
1791.31/1791.65	c   guideddiving     :       0.00          0          0
1791.31/1791.65	c   octane           :       0.00          0          0
1791.31/1791.65	c   rens             :       0.00          0          0
1791.31/1791.65	c   rins             :       0.00          0          0
1791.31/1791.65	c   localbranching   :       0.00          0          0
1791.31/1791.65	c   mutation         :       0.00          0          0
1791.31/1791.65	c   crossover        :       0.00          0          0
1791.31/1791.65	c   dins             :       0.00          0          0
1791.31/1791.65	c   undercover       :       0.00          0          0
1791.31/1791.65	c   nlp              :       0.00          0          0
1791.31/1791.65	c   trysol           :       0.00          0          0
1791.31/1791.65	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.31/1791.65	c   primal LP        :       0.00          0          0       0.00          -
1791.31/1791.65	c   dual LP          :     701.85          1       7727    7727.00      11.01
1791.31/1791.65	c   lex dual LP      :       0.00          0          0       0.00          -
1791.31/1791.65	c   barrier LP       :       0.00          0          0       0.00          -
1791.31/1791.65	c   diving/probing LP:     974.50          1       7944    7944.00       8.15
1791.31/1791.65	c   strong branching :       0.00          0          0       0.00          -
1791.31/1791.65	c     (at root node) :          -          0          0       0.00          -
1791.31/1791.65	c   conflict analysis:       0.00          0          0       0.00          -
1791.31/1791.65	c B&B Tree           :
1791.31/1791.65	c   number of runs   :          1
1791.31/1791.65	c   nodes            :          1
1791.31/1791.65	c   nodes (total)    :          1
1791.31/1791.65	c   nodes left       :          2
1791.31/1791.65	c   max depth        :          0
1791.31/1791.65	c   max depth (total):          0
1791.31/1791.65	c   backtracks       :          0 (0.0%)
1791.31/1791.65	c   delayed cutoffs  :          0
1791.31/1791.65	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.31/1791.65	c   avg switch length:       1.00
1791.31/1791.65	c   switching time   :       0.00
1791.31/1791.65	c Solution           :
1791.31/1791.65	c   Solutions found  :          0 (0 improvements)
1791.31/1791.65	c   Primal Bound     :          -
1791.31/1791.65	c   Dual Bound       : +1.48573472180918e+06
1791.31/1791.65	c   Gap              :   infinite
1791.31/1791.65	c   Root Dual Bound  : +1.48573472180918e+06
1791.31/1791.65	c   Root Iterations  :      15671
1798.21/1798.51	c Time complete: 1798.22.

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-3743861-1338795983/watcher-3743861-1338795983 -o /tmp/evaluation-result-3743861-1338795983/solver-3743861-1338795983 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743861-1338795983.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: 2.13 2.07 2.02 3/173 3307
/proc/meminfo: memFree=31796508/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 1 0 345725341 8105984 1198 33554432000 4194304 8395647 140734923465872 140735065535256 7385025 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1979 1198 370 1026 0 949 0

[startup+0.045836 s]
/proc/loadavg: 2.13 2.07 2.02 3/173 3307
/proc/meminfo: memFree=31796508/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=26356 CPUtime=0.03 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 5844 0 0 0 3 0 0 0 20 0 1 0 345725341 26988544 5785 33554432000 4194304 8395647 140734923465872 140735065535256 5759075 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 6589 5785 387 1026 0 5559 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26356

[startup+0.100343 s]
/proc/loadavg: 2.13 2.07 2.02 3/173 3307
/proc/meminfo: memFree=31796508/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=33532 CPUtime=0.09 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 7664 0 0 0 9 0 0 0 20 0 1 0 345725341 34336768 7605 33554432000 4194304 8395647 140734923465872 140735065535256 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 8383 7605 394 1026 0 7353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33532

[startup+0.30027 s]
/proc/loadavg: 2.13 2.07 2.02 3/173 3307
/proc/meminfo: memFree=31796508/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=45232 CPUtime=0.29 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 10542 0 0 0 28 1 0 0 20 0 1 0 345725341 46317568 10483 33554432000 4194304 8395647 140734923465872 140734923331080 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 11308 10483 394 1026 0 10278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45232

[startup+0.700289 s]
/proc/loadavg: 2.13 2.07 2.02 3/173 3307
/proc/meminfo: memFree=31796508/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=98348 CPUtime=0.69 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 23810 0 0 0 67 2 0 0 20 0 1 0 345725341 100708352 23751 33554432000 4194304 8395647 140734923465872 140734923331080 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 24587 23751 394 1026 0 23557 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98348

[startup+1.50029 s]
/proc/loadavg: 2.13 2.07 2.02 3/174 3308
/proc/meminfo: memFree=31620300/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=205116 CPUtime=1.49 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 50390 0 0 0 144 5 0 0 20 0 1 0 345725341 210038784 50333 33554432000 4194304 8395647 140734923465872 140734923331080 6347101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 51279 50368 394 1026 0 50249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205116

[startup+3.10023 s]
/proc/loadavg: 2.13 2.07 2.02 3/172 3308
/proc/meminfo: memFree=31435648/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=406960 CPUtime=3.08 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 100885 0 0 0 297 11 0 0 20 0 1 0 345725341 416727040 100826 33554432000 4194304 8395647 140734923465872 140734923331080 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 101740 100826 394 1026 0 100710 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 406960

[startup+6.30028 s]
/proc/loadavg: 2.12 2.07 2.02 3/177 3318
/proc/meminfo: memFree=30522696/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=777016 CPUtime=6.29 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 193115 0 0 0 604 25 0 0 20 0 1 0 345725341 795664384 193056 33554432000 4194304 8395647 140734923465872 140734923331080 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 194254 193056 394 1026 0 193224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 777016

[startup+12.7003 s]
/proc/loadavg: 2.11 2.07 2.02 3/177 3318
/proc/meminfo: memFree=29431904/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=1194948 CPUtime=12.68 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 297905 0 0 0 1228 40 0 0 20 0 1 0 345725341 1223626752 297846 33554432000 4194304 8395647 140734923465872 140734923331080 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 298737 297846 394 1026 0 297707 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1194948

[startup+25.5003 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 3318
/proc/meminfo: memFree=26465000/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=3527008 CPUtime=25.49 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 876025 0 0 0 2432 117 0 0 20 0 1 0 345725341 3611656192 879700 33554432000 4194304 8395647 140734923465872 140734923463496 6347124 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 881752 879700 421 1026 0 880722 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3527008

[startup+51.1066 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 3318
/proc/meminfo: memFree=21987780/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=4995292 CPUtime=51.09 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1207198 0 0 0 4944 165 0 0 20 0 1 0 345725341 5115179008 1230999 33554432000 4194304 8395647 140734923465872 140734923460088 4735528 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1248823 1230999 496 1026 0 1247793 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4995292

[startup+102.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 3318
/proc/meminfo: memFree=21507420/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=5151612 CPUtime=102.26 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1241824 0 0 0 10054 172 0 0 20 0 1 0 345725341 5275250688 1273586 33554432000 4194304 8395647 140734923465872 140734923462056 4910721 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1287903 1273586 508 1026 0 1286873 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5151612

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 3318
/proc/meminfo: memFree=16482932/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=7949524 CPUtime=162.25 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1524614 0 0 0 15980 245 0 0 20 0 1 0 345725341 8140312576 1900691 33554432000 4194304 8395647 140734923465872 140734923461000 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1987381 1900691 584 1026 0 1986351 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7949524

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 3321
/proc/meminfo: memFree=16434672/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=7972248 CPUtime=222.24 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1528035 0 0 0 21972 252 0 0 20 0 1 0 345725341 8163581952 1906782 33554432000 4194304 8395647 140734923465872 140734923461336 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1993062 1906782 584 1026 0 1992032 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 7972248

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3321
/proc/meminfo: memFree=16407804/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=7989260 CPUtime=282.24 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1529777 0 0 0 27966 258 0 0 20 0 1 0 345725341 8181002240 1910495 33554432000 4194304 8395647 140734923465872 140734923461000 6585941 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1997315 1910495 584 1026 0 1996285 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 7989260

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3322
/proc/meminfo: memFree=16393648/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=7989260 CPUtime=342.23 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1530726 0 0 0 33959 264 0 0 20 0 1 0 345725341 8181002240 1911089 33554432000 4194304 8395647 140734923465872 140734923461000 6585941 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1997315 1911089 584 1026 0 1996285 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 7989260

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3322
/proc/meminfo: memFree=16387952/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=7989260 CPUtime=402.22 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1531123 0 0 0 39955 267 0 0 20 0 1 0 345725341 8181002240 1911628 33554432000 4194304 8395647 140734923465872 140734923461336 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1997315 1911628 584 1026 0 1996285 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 7989260

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3322
/proc/meminfo: memFree=16385204/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=7989260 CPUtime=462.21 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1531894 0 0 0 45947 274 0 0 20 0 1 0 345725341 8181002240 1911662 33554432000 4194304 8395647 140734923465872 140734923461000 6696688 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1997315 1911662 584 1026 0 1996285 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 7989260

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3322
/proc/meminfo: memFree=16378392/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=7989260 CPUtime=522.2 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1532474 0 0 0 51942 278 0 0 20 0 1 0 345725341 8181002240 1912215 33554432000 4194304 8395647 140734923465872 140734923461000 6697790 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1997315 1912215 584 1026 0 1996285 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 7989260

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3322
/proc/meminfo: memFree=16332252/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8013188 CPUtime=582.19 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1533958 0 0 0 57937 282 0 0 20 0 1 0 345725341 8205504512 1917640 33554432000 4194304 8395647 140734923465872 140734923461000 6391404 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2003297 1917640 584 1026 0 2002267 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 8013188

[startup+642.3 s]

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

/proc/meminfo: memFree=16011652/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8164800 CPUtime=1122.11 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1546216 0 0 0 111878 333 0 0 20 0 1 0 345725341 8360755200 1951835 33554432000 4194304 8395647 140734923465872 140734923460392 6708567 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2041200 1951835 590 1026 0 2040170 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 8164800

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3351
/proc/meminfo: memFree=15972772/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8197208 CPUtime=1182.1 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1547413 0 0 0 117872 338 0 0 20 0 1 0 345725341 8393940992 1959802 33554432000 4194304 8395647 140734923465872 140734923460440 6696677 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2049302 1959802 590 1026 0 2048272 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 8197208

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3352
/proc/meminfo: memFree=15966332/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8199224 CPUtime=1242.09 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1548342 0 0 0 123863 346 0 0 20 0 1 0 345725341 8396005376 1959810 33554432000 4194304 8395647 140734923465872 140734923460392 6696675 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2049806 1959810 590 1026 0 2048776 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 8199224

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3352
/proc/meminfo: memFree=15959800/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8200656 CPUtime=1302.08 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1548973 0 0 0 129855 353 0 0 20 0 1 0 345725341 8397471744 1961189 33554432000 4194304 8395647 140734923465872 140734923460392 6635121 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2050164 1961189 590 1026 0 2049134 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 8200656

[startup+1362.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3352
/proc/meminfo: memFree=16000288/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8203232 CPUtime=1362.08 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1549952 0 0 0 135847 361 0 0 20 0 1 0 345725341 8400109568 1961303 33554432000 4194304 8395647 140734923465872 140734923460440 6503085 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2050808 1961303 590 1026 0 2049778 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 8203232

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3355
/proc/meminfo: memFree=15999552/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8204252 CPUtime=1422.07 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1550439 0 0 0 141841 366 0 0 20 0 1 0 345725341 8401154048 1961307 33554432000 4194304 8395647 140734923465872 140734923460440 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2051063 1961307 590 1026 0 2050033 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 8204252

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3355
/proc/meminfo: memFree=15987428/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8247472 CPUtime=1482.05 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1551288 0 0 0 147835 370 0 0 20 0 1 0 345725341 8445411328 1964166 33554432000 4194304 8395647 140734923465872 140734923460696 6696650 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2061868 1964166 590 1026 0 2060838 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 8247472

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3356
/proc/meminfo: memFree=15986032/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8250472 CPUtime=1542.05 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1552069 0 0 0 153829 376 0 0 20 0 1 0 345725341 8448483328 1964542 33554432000 4194304 8395647 140734923465872 140734923460392 6635072 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2062618 1964542 590 1026 0 2061588 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 8250472

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3356
/proc/meminfo: memFree=15985440/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8255096 CPUtime=1602.04 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1553335 0 0 0 159821 383 0 0 20 0 1 0 345725341 8453218304 1964606 33554432000 4194304 8395647 140734923465872 140734923460440 6667655 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2063774 1964606 590 1026 0 2062744 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 8255096

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=15983420/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8257880 CPUtime=1662.02 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1555221 0 0 0 165811 391 0 0 20 0 1 0 345725341 8456069120 1964460 33554432000 4194304 8395647 140734923465872 140734923460440 6708022 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2064470 1964460 590 1026 0 2063440 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 8257880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=15981400/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8262952 CPUtime=1722.01 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1557314 0 0 0 171801 400 0 0 20 0 1 0 345725341 8461262848 1964581 33554432000 4194304 8395647 140734923465872 140734923460392 6708301 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2065738 1964581 590 1026 0 2064708 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 8262952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=15976588/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8265296 CPUtime=1782.01 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1558589 0 0 0 177796 405 0 0 20 0 1 0 345725341 8463663104 1964351 33554432000 4194304 8395647 140734923465872 140734923460440 6667655 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2066324 1964351 590 1026 0 2065294 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 8265296

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

[startup+1786 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=15976200/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8265296 CPUtime=1785.71 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1558589 0 0 0 178166 405 0 0 20 0 1 0 345725341 8463663104 1964351 33554432000 4194304 8395647 140734923465872 140734923460392 6637037 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2066324 1964351 590 1026 0 2065294 0
Current children cumulated CPU time (s) 1785.71
Current children cumulated vsize (KiB) 8265296

[startup+1792.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=16087436/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8117288 CPUtime=1792.11 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1559366 0 0 0 178806 405 0 0 20 0 1 0 345725341 8312102912 1936693 33554432000 4194304 8395647 140734923465872 140734923464984 6345887 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2029322 1936693 598 1026 0 2028292 0
Current children cumulated CPU time (s) 1792.11
Current children cumulated vsize (KiB) 8117288

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=16200856/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8109472 CPUtime=1795.31 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1559369 0 0 0 179126 405 0 0 20 0 1 0 345725341 8304099328 1934742 33554432000 4194304 8395647 140734923465872 140734923465208 6345708 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2027368 1934742 601 1026 0 2026338 0
Current children cumulated CPU time (s) 1795.31
Current children cumulated vsize (KiB) 8109472

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=16224236/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=8093204 CPUtime=1796.9 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1559369 0 0 0 179285 405 0 0 20 0 1 0 345725341 8287440896 1930835 33554432000 4194304 8395647 140734923465872 140734923465256 4750032 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 2023301 1930835 601 1026 0 2022271 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (KiB) 8093204

[startup+1798 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=17278992/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=6552868 CPUtime=1797.71 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1559369 0 0 0 179360 411 0 0 20 0 1 0 345725341 6710136832 1602741 33554432000 4194304 8395647 140734923465872 140734923465256 7435351 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1638217 1602741 601 1026 0 1637187 0
Current children cumulated CPU time (s) 1797.71
Current children cumulated vsize (KiB) 6552868

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=17278992/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=5809228 CPUtime=1798.1 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1559369 0 0 0 179394 416 0 0 20 0 1 0 345725341 5948649472 1416999 33554432000 4194304 8395647 140734923465872 140734923465112 6345229 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 1452307 1416999 601 1026 0 1451277 0
Current children cumulated CPU time (s) 1798.1
Current children cumulated vsize (KiB) 5809228

[startup+1798.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=17278992/32873648 swapFree=6860/6860
[pid=3307] ppid=3305 vsize=2086932 CPUtime=1798.21 cores=1,3,5,7
/proc/3307/stat : 3307 (pbscip.linux.x8) R 3305 3307 1632 0 -1 4202496 1559369 0 0 0 179395 426 0 0 20 0 1 0 345725341 2137018368 454502 33554432000 4194304 8395647 140734923465872 140734923465112 7602442 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3307/statm: 521733 454502 601 1026 0 520703 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 2086932

Child status: 0
Real time (s): 1798.52
CPU time (s): 1798.23
CPU user time (s): 1793.96
CPU system time (s): 4.27835
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 8510960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 4.27835
maximum resident set size= 7978460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1559377
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= 16
involuntary context switches= 1853

runsolver used 2.59361 second user time and 9.07462 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 09:46:26
IDJOB=3743861
IDBENCH=92638
IDSOLVER=2326
FILE ID=node115/3743861-1338795983
RUNJOBID= node115-1338772354-1650
PBS_JOBID= 14636818
Free space on /tmp= 70716 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_1_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-3743861-1338795983/watcher-3743861-1338795983 -o /tmp/evaluation-result-3743861-1338795983/solver-3743861-1338795983 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743861-1338795983.opb -t 1800 -m 15500

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

MD5SUM BENCH= f237ff2f989182870e968c2b9cf3aa98
RANDOM SEED=1057461763

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31797516 kB
Buffers:          100992 kB
Cached:           177016 kB
SwapCached:         1016 kB
Active:           128772 kB
Inactive:         162276 kB
Active(anon):       4020 kB
Inactive(anon):    11824 kB
Active(file):     124752 kB
Inactive(file):   150452 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:            132840 kB
Writeback:             0 kB
AnonPages:         21768 kB
Mapped:             7284 kB
Shmem:                96 kB
Slab:             646300 kB
SReclaimable:      88904 kB
SUnreclaim:       557396 kB
KernelStack:        1416 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     107904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70616 MiB
End job on node115 at 2012-06-04 10:16:24