Trace number 3743867

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? 1799.4 1799.68

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_9_ic.opb
MD5SUM02cb8d701f4a0125a0bd11e66327d452
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18291783
Best CPU time to get the best result obtained on this benchmark1800.54
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 174676879
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 199931303158
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 174676879
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 199931303158
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-3743867-1338795985.opb>
21.59/21.60	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
21.59/21.60	c problem read
21.59/21.61	c presolving settings loaded
27.68/27.74	c presolving:
34.99/35.08	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.58/46.65	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
107.97/108.09	c    (86.5s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
107.97/108.09	c    (86.5s) probing aborted: 100/100 successive totally useless probings
108.07/108.13	c presolving (3 rounds):
108.07/108.13	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
108.07/108.13	c  5851100 implications, 1 cliques
108.07/108.13	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
108.07/108.13	c  985350 constraints of type <knapsack>
108.07/108.13	c     101 constraints of type <setppc>
108.07/108.13	c       3 constraints of type <linear>
108.07/108.13	c  985150 constraints of type <logicor>
108.07/108.13	c transformed objective value is always integral (scale: 1)
108.07/108.13	c Presolving Time: 82.31
108.07/108.13	c - non default parameters ----------------------------------------------------------------------
108.07/108.13	c # SCIP version 1.2.1.3
108.07/108.13	c 
108.07/108.13	c # frequency for displaying node information lines
108.07/108.13	c # [type: int, range: [-1,2147483647], default: 100]
108.07/108.13	c display/freq = 10000
108.07/108.13	c 
108.07/108.13	c # maximal time in seconds to run
108.07/108.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
108.07/108.13	c limits/time = 1768.4
108.07/108.13	c 
108.07/108.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
108.07/108.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
108.07/108.13	c limits/memory = 13950
108.07/108.13	c 
108.07/108.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
108.07/108.13	c # [type: int, range: [1,2], default: 1]
108.07/108.13	c timing/clocktype = 2
108.07/108.13	c 
108.07/108.13	c # should presolving try to simplify inequalities
108.07/108.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.07/108.13	c constraints/linear/simplifyinequalities = TRUE
108.07/108.13	c 
108.07/108.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
108.07/108.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.07/108.13	c constraints/indicator/addCouplingCons = TRUE
108.07/108.13	c 
108.07/108.13	c # should presolving try to simplify knapsacks
108.07/108.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.07/108.13	c constraints/knapsack/simplifyinequalities = TRUE
108.07/108.13	c 
108.07/108.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
108.07/108.13	c # [type: int, range: [-1,2147483647], default: -1]
108.07/108.13	c separating/rapidlearning/freq = 0
108.07/108.13	c 
108.07/108.13	c -----------------------------------------------------------------------------------------------
108.07/108.13	c start solving
108.27/108.35	c 
649.49/649.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
649.49/649.64	c   628s|     1 |     0 |  5912 |     - |5428M|   0 |1129 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.063199e+06 |      --      |    Inf 
1791.62/1791.95	c  1770s|     1 |     2 | 14968 |     - |5464M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.063199e+06 |      --      |    Inf 
1791.62/1791.95	c 
1791.62/1791.95	c SCIP Status        : solving was interrupted [time limit reached]
1791.62/1791.95	c Solving Time (sec) : 1770.34
1791.62/1791.95	c Solving Nodes      : 1
1791.62/1791.95	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.62/1791.95	c Dual Bound         : +1.06319887438522e+06
1791.62/1791.95	c Gap                : infinite
1791.62/1791.95	s UNKNOWN
1791.62/1791.95	c SCIP Status        : solving was interrupted [time limit reached]
1791.62/1791.95	c Solving Time       :    1770.34
1791.62/1791.95	c Original Problem   :
1791.62/1791.95	c   Problem name     : HOME/instance-3743867-1338795985.opb
1791.62/1791.95	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.62/1791.95	c   Constraints      : 2000307 initial, 2000307 maximal
1791.62/1791.95	c Presolved Problem  :
1791.62/1791.95	c   Problem name     : t_HOME/instance-3743867-1338795985.opb
1791.62/1791.95	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.62/1791.95	c   Constraints      : 1970604 initial, 1970604 maximal
1791.62/1791.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.62/1791.95	c   trivial          :       0.13          0          0          0          0          0          0          0          0
1791.62/1791.95	c   dualfix          :       0.11          0          0          0          0          0          0          0          0
1791.62/1791.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.62/1791.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.62/1791.95	c   implics          :       0.07          0          0          0          0          0          0          0          0
1791.62/1791.95	c   probing          :      10.90          0          0          0          0          0          0          0          0
1791.62/1791.95	c   knapsack         :      49.31          0          0          0          0          0          0          0          0
1791.62/1791.95	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.62/1791.95	c   linear           :      14.92        300      14850          0        300          0      29703       4950      14850
1791.62/1791.95	c   logicor          :       2.37          0          0          0          0          0          0          0          0
1791.62/1791.95	c   root node        :          -          0          -          -          0          -          -          -          -
1791.62/1791.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.62/1791.95	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.62/1791.95	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.62/1791.95	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.62/1791.95	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.62/1791.95	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.62/1791.95	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.62/1791.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.62/1791.95	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.62/1791.95	c   knapsack         :       4.06       0.00       4.06       0.00       0.00
1791.62/1791.95	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.62/1791.95	c   linear           :       0.06       0.00       0.06       0.00       0.00
1791.62/1791.95	c   logicor          :       0.68       0.00       0.56       0.00       0.12
1791.62/1791.95	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.62/1791.95	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.62/1791.95	c   vbounds          :       0.00          2          0          0
1791.62/1791.95	c   rootredcost      :       0.00          0          0          0
1791.62/1791.95	c   pseudoobj        :       0.01          2          0          0
1791.62/1791.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.62/1791.95	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.62/1791.95	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.62/1791.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.62/1791.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.62/1791.95	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.62/1791.95	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.62/1791.95	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.62/1791.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.62/1791.95	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.62/1791.95	c   redcost          :       0.00          0          0          0          0          0
1791.62/1791.95	c   impliedbounds    :       0.00          0          0          0          0          0
1791.62/1791.95	c   intobj           :       0.00          0          0          0          0          0
1791.62/1791.95	c   cgmip            :       0.00          0          0          0          0          0
1791.62/1791.95	c   gomory           :       0.00          0          0          0          0          0
1791.62/1791.95	c   strongcg         :       0.00          0          0          0          0          0
1791.62/1791.95	c   cmir             :       0.00          0          0          0          0          0
1791.62/1791.95	c   flowcover        :       0.00          0          0          0          0          0
1791.62/1791.95	c   clique           :       0.00          0          0          0          0          0
1791.62/1791.95	c   zerohalf         :       0.00          0          0          0          0          0
1791.62/1791.95	c   mcf              :       0.00          0          0          0          0          0
1791.62/1791.95	c   rapidlearning    :       0.00          0          0          0          0          0
1791.62/1791.95	c Pricers            :       Time      Calls       Vars
1791.62/1791.95	c   problem variables:       0.00          0          0
1791.62/1791.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.62/1791.95	c   relpscost        :       0.00          0          0          0          0          0          0
1791.62/1791.95	c   pscost           :       0.00          0          0          0          0          0          0
1791.62/1791.95	c   inference        :       0.08          1          0          0          0          0          2
1791.62/1791.95	c   mostinf          :       0.00          0          0          0          0          0          0
1791.62/1791.95	c   leastinf         :       0.00          0          0          0          0          0          0
1791.62/1791.95	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.62/1791.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.62/1791.95	c   random           :       0.00          0          0          0          0          0          0
1791.62/1791.95	c Primal Heuristics  :       Time      Calls      Found
1791.62/1791.95	c   LP solutions     :       0.00          -          0
1791.62/1791.95	c   pseudo solutions :       0.00          -          0
1791.62/1791.95	c   oneopt           :       0.00          0          0
1791.62/1791.95	c   trivial          :       1.41          2          0
1791.62/1791.95	c   simplerounding   :       0.03          0          0
1791.62/1791.95	c   zirounding       :       0.00          0          0
1791.62/1791.95	c   rounding         :       0.06          1          0
1791.62/1791.95	c   shifting         :       0.25          1          0
1791.62/1791.95	c   intshifting      :       0.00          0          0
1791.62/1791.95	c   twoopt           :       0.00          0          0
1791.62/1791.95	c   fixandinfer      :       0.00          0          0
1791.62/1791.95	c   feaspump         :    1141.76          1          0
1791.62/1791.95	c   coefdiving       :       0.00          0          0
1791.62/1791.95	c   pscostdiving     :       0.00          0          0
1791.62/1791.95	c   fracdiving       :       0.00          0          0
1791.62/1791.95	c   veclendiving     :       0.00          0          0
1791.62/1791.95	c   intdiving        :       0.00          0          0
1791.62/1791.95	c   actconsdiving    :       0.00          0          0
1791.62/1791.95	c   objpscostdiving  :       0.00          0          0
1791.62/1791.95	c   rootsoldiving    :       0.00          0          0
1791.62/1791.95	c   linesearchdiving :       0.00          0          0
1791.62/1791.95	c   guideddiving     :       0.00          0          0
1791.62/1791.95	c   octane           :       0.00          0          0
1791.62/1791.95	c   rens             :       0.00          0          0
1791.62/1791.95	c   rins             :       0.00          0          0
1791.62/1791.95	c   localbranching   :       0.00          0          0
1791.62/1791.95	c   mutation         :       0.00          0          0
1791.62/1791.95	c   crossover        :       0.00          0          0
1791.62/1791.95	c   dins             :       0.00          0          0
1791.62/1791.95	c   undercover       :       0.00          0          0
1791.62/1791.95	c   nlp              :       0.00          0          0
1791.62/1791.95	c   trysol           :       0.00          0          0
1791.62/1791.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.62/1791.95	c   primal LP        :       0.00          0          0       0.00          -
1791.62/1791.95	c   dual LP          :     535.24          1       5912    5912.00      11.05
1791.62/1791.95	c   lex dual LP      :       0.00          0          0       0.00          -
1791.62/1791.95	c   barrier LP       :       0.00          0          0       0.00          -
1791.62/1791.95	c   diving/probing LP:    1141.46          1       9056    9056.00       7.93
1791.62/1791.95	c   strong branching :       0.00          0          0       0.00          -
1791.62/1791.95	c     (at root node) :          -          0          0       0.00          -
1791.62/1791.95	c   conflict analysis:       0.00          0          0       0.00          -
1791.62/1791.95	c B&B Tree           :
1791.62/1791.95	c   number of runs   :          1
1791.62/1791.95	c   nodes            :          1
1791.62/1791.95	c   nodes (total)    :          1
1791.62/1791.95	c   nodes left       :          2
1791.62/1791.95	c   max depth        :          0
1791.62/1791.95	c   max depth (total):          0
1791.62/1791.95	c   backtracks       :          0 (0.0%)
1791.62/1791.95	c   delayed cutoffs  :          0
1791.62/1791.95	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.62/1791.95	c   avg switch length:       1.00
1791.62/1791.95	c   switching time   :       0.00
1791.62/1791.95	c Solution           :
1791.62/1791.95	c   Solutions found  :          0 (0 improvements)
1791.62/1791.95	c   Primal Bound     :          -
1791.62/1791.95	c   Dual Bound       : +1.06319887438522e+06
1791.62/1791.95	c   Gap              :   infinite
1791.62/1791.95	c   Root Dual Bound  : +1.06319887438522e+06
1791.62/1791.95	c   Root Iterations  :      14968
1799.32/1799.67	c Time complete: 1799.39.

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

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.07 2.02 3/176 3317
/proc/meminfo: memFree=31393464/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 1 0 345725577 8105984 1197 33554432000 4194304 8395647 140734534384224 140734534379640 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1979 1197 370 1026 0 949 0

[startup+0.101076 s]
/proc/loadavg: 2.13 2.07 2.02 3/176 3317
/proc/meminfo: memFree=31393464/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=33528 CPUtime=0.09 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 7665 0 0 0 9 0 0 0 20 0 1 0 345725577 34332672 7605 33554432000 4194304 8395647 140734534384224 140734534249432 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 8382 7605 394 1026 0 7352 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33528

[startup+0.200315 s]
/proc/loadavg: 2.13 2.07 2.02 3/176 3317
/proc/meminfo: memFree=31393464/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=39660 CPUtime=0.19 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 9160 0 0 0 19 0 0 0 20 0 1 0 345725577 40611840 9100 33554432000 4194304 8395647 140734534384224 140734534249432 7385696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 9915 9114 394 1026 0 8885 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39660

[startup+0.300313 s]
/proc/loadavg: 2.13 2.07 2.02 3/176 3317
/proc/meminfo: memFree=31393464/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=45228 CPUtime=0.29 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 10542 0 0 0 29 0 0 0 20 0 1 0 345725577 46313472 10482 33554432000 4194304 8395647 140734534384224 140734534249432 7370187 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 11307 10482 394 1026 0 10277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45228

[startup+0.700318 s]
/proc/loadavg: 2.13 2.07 2.02 3/176 3317
/proc/meminfo: memFree=31393464/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=98344 CPUtime=0.69 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 23792 0 0 0 67 2 0 0 20 0 1 0 345725577 100704256 23732 33554432000 4194304 8395647 140734534384224 140734534249432 7382041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 24586 23732 394 1026 0 23556 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98344

[startup+1.50027 s]
/proc/loadavg: 2.12 2.07 2.02 3/177 3318
/proc/meminfo: memFree=31106516/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=204084 CPUtime=1.49 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 50217 0 0 0 143 6 0 0 20 0 1 0 345725577 208982016 50157 33554432000 4194304 8395647 140734534384224 140734534249432 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 51021 50157 394 1026 0 49991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 204084

[startup+3.10032 s]
/proc/loadavg: 2.12 2.07 2.02 3/177 3318
/proc/meminfo: memFree=30691336/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=406760 CPUtime=3.09 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 100830 0 0 0 296 13 0 0 20 0 1 0 345725577 416522240 100770 33554432000 4194304 8395647 140734534384224 140734534249432 4327586 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 101690 100770 394 1026 0 100660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 406760

[startup+6.3003 s]
/proc/loadavg: 2.11 2.07 2.02 3/177 3318
/proc/meminfo: memFree=29959260/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=773740 CPUtime=6.29 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 192289 0 0 0 605 24 0 0 20 0 1 0 345725577 792309760 192229 33554432000 4194304 8395647 140734534384224 140734534248168 6348924 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 193435 192229 394 1026 0 192405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 773740

[startup+12.7003 s]
/proc/loadavg: 2.10 2.07 2.02 3/177 3318
/proc/meminfo: memFree=29235132/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=1193916 CPUtime=12.7 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 297643 0 0 0 1230 40 0 0 20 0 1 0 345725577 1222569984 297583 33554432000 4194304 8395647 140734534384224 140734534249096 7382041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 298479 297583 394 1026 0 297449 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1193916

[startup+25.5003 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 3318
/proc/meminfo: memFree=24768260/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=3469744 CPUtime=25.49 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 861698 0 0 0 2429 120 0 0 20 0 1 0 345725577 3553017856 865372 33554432000 4194304 8395647 140734534384224 140734534381640 7385355 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 867436 865372 421 1026 0 866406 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3469744

[startup+51.1003 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 3318
/proc/meminfo: memFree=21847708/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=4995288 CPUtime=51.08 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1206663 0 0 0 4943 165 0 0 20 0 1 0 345725577 5115174912 1230974 33554432000 4194304 8395647 140734534384224 140734534379896 4956398 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1248822 1230974 496 1026 0 1247792 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4995288

[startup+102.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 3318
/proc/meminfo: memFree=21503204/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=5151608 CPUtime=102.27 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1241265 0 0 0 10055 172 0 0 20 0 1 0 345725577 5275246592 1273447 33554432000 4194304 8395647 140734534384224 140734534380408 5604422 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1287902 1273447 508 1026 0 1286872 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5151608

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 3318
/proc/meminfo: memFree=16483180/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=7949988 CPUtime=162.27 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1530429 0 0 0 15982 245 0 0 20 0 1 0 345725577 8140787712 1899318 33554432000 4194304 8395647 140734534384224 140734534379688 6585848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1987497 1899318 584 1026 0 1986467 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 7949988

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 3321
/proc/meminfo: memFree=16434884/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=7970984 CPUtime=222.26 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1533610 0 0 0 21977 249 0 0 20 0 1 0 345725577 8162287616 1905058 33554432000 4194304 8395647 140734534384224 140734534379352 6696666 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1992746 1905058 584 1026 0 1991716 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 7970984

[startup+282.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 3321
/proc/meminfo: memFree=16408060/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=7982260 CPUtime=282.25 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1535407 0 0 0 27971 254 0 0 20 0 1 0 345725577 8173834240 1908193 33554432000 4194304 8395647 140734534384224 140734534379352 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1995565 1908193 584 1026 0 1994535 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 7982260

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3322
/proc/meminfo: memFree=16393508/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=7990952 CPUtime=342.24 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1538080 0 0 0 33964 260 0 0 20 0 1 0 345725577 8182734848 1911049 33554432000 4194304 8395647 140734534384224 140734534379352 6636339 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1997738 1911049 584 1026 0 1996708 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 7990952

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3322
/proc/meminfo: memFree=16388200/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=7993724 CPUtime=402.23 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1538976 0 0 0 39958 265 0 0 20 0 1 0 345725577 8185573376 1911878 33554432000 4194304 8395647 140734534384224 140734534379352 6698214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1998431 1911878 584 1026 0 1997401 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 7993724

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3322
/proc/meminfo: memFree=16385312/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=7996972 CPUtime=462.22 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1539665 0 0 0 45954 268 0 0 20 0 1 0 345725577 8188899328 1912574 33554432000 4194304 8395647 140734534384224 140734534379352 6696781 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1999243 1912574 584 1026 0 1998213 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 7996972

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3322
/proc/meminfo: memFree=16378516/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8015872 CPUtime=522.21 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1540860 0 0 0 51948 273 0 0 20 0 1 0 345725577 8208252928 1913723 33554432000 4194304 8395647 140734534384224 140734534379688 6696716 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2003968 1913723 584 1026 0 2002938 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 8015872

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3322
/proc/meminfo: memFree=16332128/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8026552 CPUtime=582.2 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1542261 0 0 0 57942 278 0 0 20 0 1 0 345725577 8219189248 1919900 33554432000 4194304 8395647 140734534384224 140734534379352 6697663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2006638 1919900 584 1026 0 2005608 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 8026552

[startup+642.3 s]

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

/proc/meminfo: memFree=16033432/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8218948 CPUtime=1062.13 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1553915 0 0 0 105886 327 0 0 20 0 1 0 345725577 8416202752 1960074 33554432000 4194304 8395647 140734534384224 140734534378744 6708416 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2054737 1960074 590 1026 0 2053707 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 8218948

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 3350
/proc/meminfo: memFree=16011636/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8216856 CPUtime=1122.12 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1555987 0 0 0 111877 335 0 0 20 0 1 0 345725577 8414060544 1965185 33554432000 4194304 8395647 140734534384224 140734534378792 6708489 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2054214 1965185 590 1026 0 2053184 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 8216856

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3351
/proc/meminfo: memFree=15972136/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8224412 CPUtime=1182.11 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1557700 0 0 0 117867 344 0 0 20 0 1 0 345725577 8421797888 1966508 33554432000 4194304 8395647 140734534384224 140734534378744 6696781 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2056103 1966508 590 1026 0 2055073 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 8224412

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3352
/proc/meminfo: memFree=15966332/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8232056 CPUtime=1242.1 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1558857 0 0 0 123860 350 0 0 20 0 1 0 345725577 8429625344 1967922 33554432000 4194304 8395647 140734534384224 140734534378792 6708393 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2058014 1967922 590 1026 0 2056984 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 8232056

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3352
/proc/meminfo: memFree=15954576/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8241700 CPUtime=1302.1 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1560189 0 0 0 129855 355 0 0 20 0 1 0 345725577 8439500800 1969489 33554432000 4194304 8395647 140734534384224 140734534378744 6708305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2060425 1969489 590 1026 0 2059395 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 8241700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3352
/proc/meminfo: memFree=16000272/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8256752 CPUtime=1362.08 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1562940 0 0 0 135845 363 0 0 20 0 1 0 345725577 8454914048 1958077 33554432000 4194304 8395647 140734534384224 140734534378872 6708301 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2064188 1958077 590 1026 0 2063158 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 8256752

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3355
/proc/meminfo: memFree=15999660/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8257360 CPUtime=1422.07 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1564005 0 0 0 141840 367 0 0 20 0 1 0 345725577 8455536640 1958154 33554432000 4194304 8395647 140734534384224 140734534378744 6708215 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2064340 1958154 590 1026 0 2063310 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 8257360

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3355
/proc/meminfo: memFree=15987412/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8259752 CPUtime=1482.07 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1564989 0 0 0 147835 372 0 0 20 0 1 0 345725577 8457986048 1958471 33554432000 4194304 8395647 140734534384224 140734534378744 6708356 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2064938 1958471 590 1026 0 2063908 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 8259752

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3356
/proc/meminfo: memFree=15986016/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8260712 CPUtime=1542.06 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1567638 0 0 0 153821 385 0 0 20 0 1 0 345725577 8458969088 1958588 33554432000 4194304 8395647 140734534384224 140734534378792 6378430 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2065178 1958588 590 1026 0 2064148 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 8260712

[startup+1602.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3356
/proc/meminfo: memFree=15985424/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8261744 CPUtime=1602.06 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1569953 0 0 0 159812 394 0 0 20 0 1 0 345725577 8460025856 1958730 33554432000 4194304 8395647 140734534384224 140734534379048 6708305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2065436 1958730 590 1026 0 2064406 0
Current children cumulated CPU time (s) 1602.06
Current children cumulated vsize (KiB) 8261744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=15982908/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8267120 CPUtime=1662.04 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1571402 0 0 0 165806 398 0 0 20 0 1 0 345725577 8465530880 1959372 33554432000 4194304 8395647 140734534384224 140734534378792 6708301 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2066780 1959372 590 1026 0 2065750 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 8267120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=15981384/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8270104 CPUtime=1722.02 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1572449 0 0 0 171800 402 0 0 20 0 1 0 345725577 8468586496 1959763 33554432000 4194304 8395647 140734534384224 140734534378792 6697376 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2067526 1959763 590 1026 0 2066496 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 8270104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=15976324/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8275872 CPUtime=1782.02 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1573625 0 0 0 177793 409 0 0 20 0 1 0 345725577 8474492928 1961020 33554432000 4194304 8395647 140734534384224 140734534378744 6502812 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2068968 1961020 590 1026 0 2067938 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 8275872

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

[startup+1792.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=16200732/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8113776 CPUtime=1792.32 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1575005 0 0 0 178820 412 0 0 20 0 1 0 345725577 8308506624 1934650 33554432000 4194304 8395647 140734534384224 140734534379832 6159374 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2028444 1934650 598 1026 0 2027414 0
Current children cumulated CPU time (s) 1792.32
Current children cumulated vsize (KiB) 8113776

[startup+1795.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3356
/proc/meminfo: memFree=17831784/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8105960 CPUtime=1795.52 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1575008 0 0 0 179140 412 0 0 20 0 1 0 345725577 8300503040 1932699 33554432000 4194304 8395647 140734534384224 140734534383560 6345370 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2026490 1932699 601 1026 0 2025460 0
Current children cumulated CPU time (s) 1795.52
Current children cumulated vsize (KiB) 8105960

[startup+1797.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3384
/proc/meminfo: memFree=24064648/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=8089692 CPUtime=1797.12 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1575008 0 0 0 179299 413 0 0 20 0 1 0 345725577 8283844608 1928792 33554432000 4194304 8395647 140734534384224 140734534383608 6066693 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 2022423 1928792 601 1026 0 2021393 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 8089692

[startup+1799 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3394
/proc/meminfo: memFree=23923344/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=6535972 CPUtime=1798.71 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1575008 0 0 0 179453 418 0 0 20 0 1 0 345725577 6692835328 1597922 33554432000 4194304 8395647 140734534384224 140734534383416 6345893 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1633993 1597922 601 1026 0 1632963 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 6535972

[startup+1799.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3394
/proc/meminfo: memFree=25282760/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=5798184 CPUtime=1799.12 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1575008 0 0 0 179489 423 0 0 20 0 1 0 345725577 5937340416 1413643 33554432000 4194304 8395647 140734534384224 140734534383416 6345170 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 1449546 1413643 601 1026 0 1448516 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 5798184

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3394
/proc/meminfo: memFree=25282760/32873648 swapFree=6860/6860
[pid=3317] ppid=3315 vsize=1823020 CPUtime=1799.32 cores=0,2,4,6
/proc/3317/stat : 3317 (pbscip.linux.x8) R 3315 3317 1632 0 -1 4202496 1575008 0 0 0 179490 442 0 0 20 0 1 0 345725577 1866772480 327369 33554432000 4194304 8395647 140734534384224 140734534383416 7602442 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3317/statm: 455755 327329 601 1026 0 454725 0
Current children cumulated CPU time (s) 1799.32
Current children cumulated vsize (KiB) 1823020

Child status: 0
Real time (s): 1799.68
CPU time (s): 1799.4
CPU user time (s): 1794.91
CPU system time (s): 4.49532
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 8511356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 4.49532
maximum resident set size= 8004640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1575016
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1890

runsolver used 5.2662 second user time and 15.1227 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 02cb8d701f4a0125a0bd11e66327d452
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:        31393992 kB
Buffers:          101084 kB
Cached:           271880 kB
SwapCached:         1016 kB
Active:           550464 kB
Inactive:         141736 kB
Active(anon):     310236 kB
Inactive(anon):    11824 kB
Active(file):     240228 kB
Inactive(file):   129912 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:            220672 kB
Writeback:             0 kB
AnonPages:        325632 kB
Mapped:             9392 kB
Shmem:                96 kB
Slab:             649368 kB
SReclaimable:      91736 kB
SUnreclaim:       557632 kB
KernelStack:        1440 kB
PageTables:         4596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     436212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70676 MiB
End job on node115 at 2012-06-04 10:16:28