Trace number 3743879

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.59 1799.93

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUMb9981fecb2de7312ec4d4b314bc882c2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19921107
Best CPU time to get the best result obtained on this benchmark1800.49
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 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
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-3743879-1338796169.opb>
22.25/22.35	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
22.25/22.35	c problem read
22.25/22.36	c presolving settings loaded
28.46/28.57	c presolving:
35.76/35.85	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
47.34/47.42	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.72/108.80	c    (86.4s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
108.72/108.80	c    (86.4s) probing aborted: 100/100 successive totally useless probings
108.72/108.85	c presolving (3 rounds):
108.72/108.85	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
108.72/108.85	c  5851100 implications, 1 cliques
108.72/108.85	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
108.72/108.85	c  985350 constraints of type <knapsack>
108.72/108.85	c     101 constraints of type <setppc>
108.72/108.85	c       3 constraints of type <linear>
108.72/108.85	c  985150 constraints of type <logicor>
108.72/108.85	c transformed objective value is always integral (scale: 1)
108.72/108.85	c Presolving Time: 82.24
108.72/108.85	c - non default parameters ----------------------------------------------------------------------
108.72/108.85	c # SCIP version 1.2.1.3
108.72/108.85	c 
108.72/108.85	c # frequency for displaying node information lines
108.72/108.85	c # [type: int, range: [-1,2147483647], default: 100]
108.72/108.85	c display/freq = 10000
108.72/108.85	c 
108.72/108.85	c # maximal time in seconds to run
108.72/108.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
108.72/108.85	c limits/time = 1767.68
108.72/108.85	c 
108.72/108.85	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
108.72/108.85	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
108.72/108.85	c limits/memory = 13950
108.72/108.85	c 
108.72/108.85	c # default clock type (1: CPU user seconds, 2: wall clock time)
108.72/108.85	c # [type: int, range: [1,2], default: 1]
108.72/108.85	c timing/clocktype = 2
108.72/108.85	c 
108.72/108.85	c # should presolving try to simplify inequalities
108.72/108.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.72/108.85	c constraints/linear/simplifyinequalities = TRUE
108.72/108.85	c 
108.72/108.85	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
108.72/108.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.72/108.85	c constraints/indicator/addCouplingCons = TRUE
108.72/108.85	c 
108.72/108.85	c # should presolving try to simplify knapsacks
108.72/108.85	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
108.72/108.85	c constraints/knapsack/simplifyinequalities = TRUE
108.72/108.85	c 
108.72/108.85	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
108.72/108.85	c # [type: int, range: [-1,2147483647], default: -1]
108.72/108.85	c separating/rapidlearning/freq = 0
108.72/108.85	c 
108.72/108.85	c -----------------------------------------------------------------------------------------------
108.72/108.85	c start solving
108.91/109.07	c 
973.98/974.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
973.98/974.28	c   952s|     1 |     0 |  8218 |     - |5428M|   0 |1043 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.290804e+06 |      --      |    Inf 
1791.16/1791.53	c  1769s|     1 |     2 | 13454 |     - |5464M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.290804e+06 |      --      |    Inf 
1791.16/1791.53	c 
1791.16/1791.53	c SCIP Status        : solving was interrupted [time limit reached]
1791.16/1791.53	c Solving Time (sec) : 1769.18
1791.16/1791.53	c Solving Nodes      : 1
1791.16/1791.53	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.16/1791.53	c Dual Bound         : +1.29080368462877e+06
1791.16/1791.53	c Gap                : infinite
1791.16/1791.53	s UNKNOWN
1791.16/1791.53	c SCIP Status        : solving was interrupted [time limit reached]
1791.16/1791.53	c Solving Time       :    1769.18
1791.16/1791.53	c Original Problem   :
1791.16/1791.53	c   Problem name     : HOME/instance-3743879-1338796169.opb
1791.16/1791.53	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.16/1791.53	c   Constraints      : 2000307 initial, 2000307 maximal
1791.16/1791.53	c Presolved Problem  :
1791.16/1791.53	c   Problem name     : t_HOME/instance-3743879-1338796169.opb
1791.16/1791.53	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.16/1791.53	c   Constraints      : 1970604 initial, 1970604 maximal
1791.16/1791.53	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.16/1791.53	c   trivial          :       0.13          0          0          0          0          0          0          0          0
1791.16/1791.53	c   dualfix          :       0.11          0          0          0          0          0          0          0          0
1791.16/1791.53	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.16/1791.53	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.16/1791.53	c   implics          :       0.07          0          0          0          0          0          0          0          0
1791.16/1791.53	c   probing          :      11.19          0          0          0          0          0          0          0          0
1791.16/1791.53	c   knapsack         :      48.88          0          0          0          0          0          0          0          0
1791.16/1791.53	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.16/1791.53	c   linear           :      14.86        300      14850          0        300          0      29703       4950      14850
1791.16/1791.53	c   logicor          :       2.47          0          0          0          0          0          0          0          0
1791.16/1791.53	c   root node        :          -          0          -          -          0          -          -          -          -
1791.16/1791.53	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.16/1791.53	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.16/1791.53	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.16/1791.53	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.16/1791.53	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.16/1791.53	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.16/1791.53	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.16/1791.53	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.16/1791.53	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.16/1791.53	c   knapsack         :       4.17       0.00       4.17       0.00       0.00
1791.16/1791.53	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.16/1791.53	c   linear           :       0.06       0.00       0.06       0.00       0.00
1791.16/1791.53	c   logicor          :       0.73       0.00       0.57       0.00       0.16
1791.16/1791.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.16/1791.53	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.16/1791.53	c   vbounds          :       0.00          2          0          0
1791.16/1791.53	c   rootredcost      :       0.00          0          0          0
1791.16/1791.53	c   pseudoobj        :       0.01          2          0          0
1791.16/1791.53	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.16/1791.53	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.16/1791.53	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.16/1791.53	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.16/1791.53	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.16/1791.53	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.16/1791.53	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.16/1791.53	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.16/1791.53	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.16/1791.53	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.16/1791.53	c   redcost          :       0.00          0          0          0          0          0
1791.16/1791.53	c   impliedbounds    :       0.00          0          0          0          0          0
1791.16/1791.53	c   intobj           :       0.00          0          0          0          0          0
1791.16/1791.53	c   cgmip            :       0.00          0          0          0          0          0
1791.16/1791.53	c   gomory           :       0.00          0          0          0          0          0
1791.16/1791.53	c   strongcg         :       0.00          0          0          0          0          0
1791.16/1791.53	c   cmir             :       0.00          0          0          0          0          0
1791.16/1791.53	c   flowcover        :       0.00          0          0          0          0          0
1791.16/1791.53	c   clique           :       0.00          0          0          0          0          0
1791.16/1791.53	c   zerohalf         :       0.00          0          0          0          0          0
1791.16/1791.53	c   mcf              :       0.00          0          0          0          0          0
1791.16/1791.53	c   rapidlearning    :       0.00          0          0          0          0          0
1791.16/1791.53	c Pricers            :       Time      Calls       Vars
1791.16/1791.53	c   problem variables:       0.00          0          0
1791.16/1791.53	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.16/1791.53	c   relpscost        :       0.00          0          0          0          0          0          0
1791.16/1791.53	c   pscost           :       0.00          0          0          0          0          0          0
1791.16/1791.53	c   inference        :       0.11          1          0          0          0          0          2
1791.16/1791.53	c   mostinf          :       0.00          0          0          0          0          0          0
1791.16/1791.53	c   leastinf         :       0.00          0          0          0          0          0          0
1791.16/1791.53	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.16/1791.53	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.16/1791.53	c   random           :       0.00          0          0          0          0          0          0
1791.16/1791.53	c Primal Heuristics  :       Time      Calls      Found
1791.16/1791.53	c   LP solutions     :       0.00          -          0
1791.16/1791.53	c   pseudo solutions :       0.00          -          0
1791.16/1791.53	c   oneopt           :       0.00          0          0
1791.16/1791.53	c   trivial          :       1.43          2          0
1791.16/1791.53	c   simplerounding   :       0.04          0          0
1791.16/1791.53	c   zirounding       :       0.00          0          0
1791.16/1791.53	c   rounding         :       0.09          1          0
1791.16/1791.53	c   shifting         :       0.42          1          0
1791.16/1791.53	c   intshifting      :       0.00          0          0
1791.16/1791.53	c   twoopt           :       0.00          0          0
1791.16/1791.53	c   fixandinfer      :       0.00          0          0
1791.16/1791.53	c   feaspump         :     816.41          1          0
1791.16/1791.53	c   coefdiving       :       0.00          0          0
1791.16/1791.53	c   pscostdiving     :       0.00          0          0
1791.16/1791.53	c   fracdiving       :       0.00          0          0
1791.16/1791.53	c   veclendiving     :       0.00          0          0
1791.16/1791.53	c   intdiving        :       0.00          0          0
1791.16/1791.53	c   actconsdiving    :       0.00          0          0
1791.16/1791.53	c   objpscostdiving  :       0.00          0          0
1791.16/1791.53	c   rootsoldiving    :       0.00          0          0
1791.16/1791.53	c   linesearchdiving :       0.00          0          0
1791.16/1791.53	c   guideddiving     :       0.00          0          0
1791.16/1791.53	c   octane           :       0.00          0          0
1791.16/1791.53	c   rens             :       0.00          0          0
1791.16/1791.53	c   rins             :       0.00          0          0
1791.16/1791.53	c   localbranching   :       0.00          0          0
1791.16/1791.53	c   mutation         :       0.00          0          0
1791.16/1791.53	c   crossover        :       0.00          0          0
1791.16/1791.53	c   dins             :       0.00          0          0
1791.16/1791.53	c   undercover       :       0.00          0          0
1791.16/1791.53	c   nlp              :       0.00          0          0
1791.16/1791.53	c   trysol           :       0.00          0          0
1791.16/1791.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.16/1791.53	c   primal LP        :       0.00          0          0       0.00          -
1791.16/1791.53	c   dual LP          :     858.12          1       8218    8218.00       9.58
1791.16/1791.53	c   lex dual LP      :       0.00          0          0       0.00          -
1791.16/1791.53	c   barrier LP       :       0.00          0          0       0.00          -
1791.16/1791.53	c   diving/probing LP:     816.05          1       5236    5236.00       6.42
1791.16/1791.53	c   strong branching :       0.00          0          0       0.00          -
1791.16/1791.53	c     (at root node) :          -          0          0       0.00          -
1791.16/1791.53	c   conflict analysis:       0.00          0          0       0.00          -
1791.16/1791.53	c B&B Tree           :
1791.16/1791.53	c   number of runs   :          1
1791.16/1791.53	c   nodes            :          1
1791.16/1791.53	c   nodes (total)    :          1
1791.16/1791.53	c   nodes left       :          2
1791.16/1791.53	c   max depth        :          0
1791.16/1791.53	c   max depth (total):          0
1791.16/1791.53	c   backtracks       :          0 (0.0%)
1791.16/1791.53	c   delayed cutoffs  :          0
1791.16/1791.53	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.16/1791.53	c   avg switch length:       1.00
1791.16/1791.53	c   switching time   :       0.00
1791.16/1791.53	c Solution           :
1791.16/1791.53	c   Solutions found  :          0 (0 improvements)
1791.16/1791.53	c   Primal Bound     :          -
1791.16/1791.53	c   Dual Bound       : +1.29080368462877e+06
1791.16/1791.53	c   Gap              :   infinite
1791.16/1791.53	c   Root Dual Bound  : +1.29080368462877e+06
1791.16/1791.53	c   Root Iterations  :      13454
1799.55/1799.93	c Time complete: 1799.58.

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-3743879-1338796169/watcher-3743879-1338796169 -o /tmp/evaluation-result-3743879-1338796169/solver-3743879-1338796169 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743879-1338796169.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.07 2.04 2.00 3/173 14230
/proc/meminfo: memFree=27368124/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1246 0 0 0 0 0 0 0 20 0 1 0 345684204 8105984 1193 33554432000 4194304 8395647 140735046671456 140735937513128 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14230/statm: 1979 1193 370 1026 0 949 0

[startup+0.0275991 s]
/proc/loadavg: 2.07 2.04 2.00 3/173 14230
/proc/meminfo: memFree=27368124/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=17612 CPUtime=0.02 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 3651 0 0 0 2 0 0 0 20 0 1 0 345684204 18034688 3592 33554432000 4194304 8395647 140735046671456 140735937513128 6765697 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14230/statm: 4403 3592 387 1026 0 3373 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17612

[startup+0.100257 s]
/proc/loadavg: 2.07 2.04 2.00 3/173 14230
/proc/meminfo: memFree=27368124/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=33324 CPUtime=0.09 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 7596 0 0 0 9 0 0 0 20 0 1 0 345684204 34123776 7537 33554432000 4194304 8395647 140735046671456 140735937513128 5757982 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14230/statm: 8331 7537 394 1026 0 7301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33324

[startup+0.300219 s]
/proc/loadavg: 2.07 2.04 2.00 3/173 14230
/proc/meminfo: memFree=27368124/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=44980 CPUtime=0.29 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 10489 0 0 0 28 1 0 0 20 0 1 0 345684204 46059520 10430 33554432000 4194304 8395647 140735046671456 140735046536664 4511052 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14230/statm: 11245 10430 394 1026 0 10215 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44980

[startup+0.700204 s]
/proc/loadavg: 2.07 2.04 2.00 3/173 14230
/proc/meminfo: memFree=27368124/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=94828 CPUtime=0.69 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 22939 0 0 0 67 2 0 0 20 0 1 0 345684204 97103872 22880 33554432000 4194304 8395647 140735046671456 140735046536664 7382066 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14230/statm: 23707 22880 394 1026 0 22677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94828

[startup+1.50022 s]
/proc/loadavg: 2.07 2.04 2.00 3/174 14231
/proc/meminfo: memFree=27191160/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=195432 CPUtime=1.48 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 48014 0 0 0 143 5 0 0 20 0 1 0 345684204 200122368 47955 33554432000 4194304 8395647 140735046671456 140735046536664 5755727 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14230/statm: 48858 47955 394 1026 0 47828 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 195432

[startup+3.10022 s]
/proc/loadavg: 2.07 2.04 2.00 3/172 14231
/proc/meminfo: memFree=27026312/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=385276 CPUtime=3.08 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 95393 0 0 0 295 13 0 0 20 0 1 0 345684204 394522624 95334 33554432000 4194304 8395647 140735046671456 140735046536664 7382041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14230/statm: 96319 95334 394 1026 0 95289 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 385276

[startup+6.30028 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 14241
/proc/meminfo: memFree=25925588/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=739112 CPUtime=6.28 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 183474 0 0 0 598 30 0 0 20 0 1 0 345684204 756850688 183415 33554432000 4194304 8395647 140735046671456 140735046536664 7324936 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 184778 183415 394 1026 0 183748 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 739112

[startup+12.7003 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 14241
/proc/meminfo: memFree=24826392/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=1172212 CPUtime=12.67 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 292116 0 0 0 1221 46 0 0 20 0 1 0 345684204 1200345088 292076 33554432000 4194304 8395647 140735046671456 140735046536664 6349551 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14230/statm: 293053 292076 394 1026 0 292023 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1172212

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 14241
/proc/meminfo: memFree=22427408/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=3218804 CPUtime=25.46 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 798502 0 0 0 2431 115 0 0 20 0 1 0 345684204 3296055296 802699 33554432000 4194304 8395647 140735046671456 140735046667720 6347101 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 804701 802699 421 1026 0 803671 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 3218804

[startup+51.1064 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 14244
/proc/meminfo: memFree=19739868/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=4994268 CPUtime=51.06 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1206872 0 0 0 4942 164 0 0 20 0 1 0 345684204 5114130432 1230753 33554432000 4194304 8395647 140735046671456 140735046665672 18446744073699066235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1248567 1230753 496 1026 0 1247537 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4994268

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14244
/proc/meminfo: memFree=13905248/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=5151612 CPUtime=102.21 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1240378 0 0 0 10049 172 0 0 20 0 1 0 345684204 5275250688 1273128 33554432000 4194304 8395647 140735046671456 140735046667640 5604533 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1287903 1273128 508 1026 0 1286873 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 5151612

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 14244
/proc/meminfo: memFree=9205172/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7948388 CPUtime=162.2 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1524167 0 0 0 15963 257 0 0 20 0 1 0 345684204 8139149312 1900541 33554432000 4194304 8395647 140735046671456 140735046665864 6698101 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1987097 1900541 584 1026 0 1986067 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 7948388

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14245
/proc/meminfo: memFree=4818232/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7974032 CPUtime=222.19 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1528306 0 0 0 21956 263 0 0 20 0 1 0 345684204 8165408768 1907477 33554432000 4194304 8395647 140735046671456 140735046666920 6697804 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1993508 1907477 584 1026 0 1992478 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 7974032

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14245
/proc/meminfo: memFree=3864348/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7982632 CPUtime=282.18 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1529935 0 0 0 27950 268 0 0 20 0 1 0 345684204 8174215168 1910886 33554432000 4194304 8395647 140735046671456 140735046666584 6696781 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1995658 1910886 584 1026 0 1994628 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 7982632

[startup+342.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 14284
/proc/meminfo: memFree=17395324/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7986884 CPUtime=342.18 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1531415 0 0 0 33944 274 0 0 20 0 1 0 345684204 8178569216 1912127 33554432000 4194304 8395647 140735046671456 140735046666584 6697804 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1996721 1912127 584 1026 0 1995691 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 7986884

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14284
/proc/meminfo: memFree=11361456/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7988804 CPUtime=402.17 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1532352 0 0 0 39938 279 0 0 20 0 1 0 345684204 8180535296 1912613 33554432000 4194304 8395647 140735046671456 140735046666584 6697703 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1997201 1912613 584 1026 0 1996171 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 7988804

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14284
/proc/meminfo: memFree=9149272/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7990848 CPUtime=462.16 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1533659 0 0 0 45927 289 0 0 20 0 1 0 345684204 8182628352 1913147 33554432000 4194304 8395647 140735046671456 140735046666584 6697790 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1997712 1913147 584 1026 0 1996682 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7990848

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14285
/proc/meminfo: memFree=4797456/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7992956 CPUtime=522.15 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1534813 0 0 0 51920 295 0 0 20 0 1 0 345684204 8184786944 1913675 33554432000 4194304 8395647 140735046671456 140735046665864 6698194 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1998239 1913675 584 1026 0 1997209 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 7992956

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14285
/proc/meminfo: memFree=3845936/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=7996088 CPUtime=582.15 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1536053 0 0 0 57916 299 0 0 20 0 1 0 345684204 8187994112 1914477 33554432000 4194304 8395647 140735046671456 140735046666584 6696991 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1999022 1914477 584 1026 0 1997992 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 7996088

[startup+642.3 s]

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

/proc/meminfo: memFree=7223780/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8129884 CPUtime=1122.06 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1544448 0 0 0 111863 343 0 0 20 0 1 0 345684204 8325001216 1941390 33554432000 4194304 8395647 140735046671456 140735046666024 7382157 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2032471 1941390 590 1026 0 2031441 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 8129884

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 14391
/proc/meminfo: memFree=4060748/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8129884 CPUtime=1182.05 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1545098 0 0 0 117856 349 0 0 20 0 1 0 345684204 8325001216 1942425 33554432000 4194304 8395647 140735046671456 140735046664968 6696991 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2032471 1942425 590 1026 0 2031441 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 8129884

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 14394
/proc/meminfo: memFree=3700040/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8129884 CPUtime=1242.05 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1545340 0 0 0 123853 352 0 0 20 0 1 0 345684204 8325001216 1942451 33554432000 4194304 8395647 140735046671456 140735046666104 6696991 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2032471 1942451 590 1026 0 2031441 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 8129884

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14433
/proc/meminfo: memFree=18383532/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8129884 CPUtime=1302.03 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1546003 0 0 0 129845 358 0 0 20 0 1 0 345684204 8325001216 1943935 33554432000 4194304 8395647 140735046671456 140735046665976 6708301 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2032471 1943935 590 1026 0 2031441 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 8129884

[startup+1362.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14433
/proc/meminfo: memFree=18146792/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8171104 CPUtime=1362.03 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1548439 0 0 0 135837 366 0 0 20 0 1 0 345684204 8367210496 1954708 33554432000 4194304 8395647 140735046671456 140735046666024 6696991 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2042776 1954708 590 1026 0 2041746 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 8171104

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17607076/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8184392 CPUtime=1422.02 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1549367 0 0 0 141833 369 0 0 20 0 1 0 345684204 8380817408 1958858 33554432000 4194304 8395647 140735046671456 140735046666024 6723502 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2046098 1958858 590 1026 0 2045068 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 8184392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17609752/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8153456 CPUtime=1482 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1551346 0 0 0 147823 377 0 0 20 0 1 0 345684204 8349138944 1947494 33554432000 4194304 8395647 140735046671456 140735046665976 6502351 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2038364 1947494 590 1026 0 2037334 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 8153456

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17603888/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8161256 CPUtime=1542 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1552508 0 0 0 153817 383 0 0 20 0 1 0 345684204 8357126144 1947475 33554432000 4194304 8395647 140735046671456 140735046666104 6635121 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2040314 1947475 590 1026 0 2039284 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 8161256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17646164/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8190112 CPUtime=1601.98 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1553630 0 0 0 159810 388 0 0 20 0 1 0 345684204 8386674688 1947637 33554432000 4194304 8395647 140735046671456 140735046666024 6708226 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2047528 1947637 590 1026 0 2046498 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 8190112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14434
/proc/meminfo: memFree=17639552/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8194480 CPUtime=1661.97 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1554221 0 0 0 165806 391 0 0 20 0 1 0 345684204 8391147520 1948187 33554432000 4194304 8395647 140735046671456 140735046666280 6709513 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2048620 1948187 590 1026 0 2047590 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 8194480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=17553084/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8198216 CPUtime=1721.96 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1555162 0 0 0 171800 396 0 0 20 0 1 0 345684204 8394973184 1948668 33554432000 4194304 8395647 140735046671456 140735046665976 6708203 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2049554 1948668 590 1026 0 2048524 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 8198216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=17472880/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8198664 CPUtime=1781.96 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1555789 0 0 0 177796 400 0 0 20 0 1 0 345684204 8395431936 1948730 33554432000 4194304 8395647 140735046671456 140735046666104 6708218 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2049666 1948730 590 1026 0 2048636 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 8198664

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

[startup+1792.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=17504252/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8140444 CPUtime=1792.06 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1557807 0 0 0 178803 403 0 0 20 0 1 0 345684204 8335814656 1942664 33554432000 4194304 8395647 140735046671456 140735046667288 6159377 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2035111 1942664 598 1026 0 2034081 0
Current children cumulated CPU time (s) 1792.06
Current children cumulated vsize (KiB) 8140444

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=17503944/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8132628 CPUtime=1795.26 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1557810 0 0 0 179123 403 0 0 20 0 1 0 345684204 8327811072 1940713 33554432000 4194304 8395647 140735046671456 140735046670792 6345893 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2033157 1940713 601 1026 0 2032127 0
Current children cumulated CPU time (s) 1795.26
Current children cumulated vsize (KiB) 8132628

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=17503820/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8116360 CPUtime=1796.86 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1557810 0 0 0 179282 404 0 0 20 0 1 0 345684204 8311152640 1936806 33554432000 4194304 8395647 140735046671456 140735046670792 6345852 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2029090 1936806 601 1026 0 2028060 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (KiB) 8116360

[startup+1798.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=17519816/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=8108512 CPUtime=1798.46 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1557810 0 0 0 179442 404 0 0 20 0 1 0 345684204 8303116288 1934852 33554432000 4194304 8395647 140735046671456 140735046670840 6345214 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 2027128 1934852 601 1026 0 2026098 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (KiB) 8108512

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=18214712/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=6212908 CPUtime=1799.25 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1557810 0 0 0 179513 412 0 0 20 0 1 0 345684204 6362017792 1516854 33554432000 4194304 8395647 140735046671456 140735046670856 7435351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1553227 1516854 601 1026 0 1552197 0
Current children cumulated CPU time (s) 1799.25
Current children cumulated vsize (KiB) 6212908

[startup+1799.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=18214712/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=5836420 CPUtime=1799.45 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1557810 0 0 0 179530 415 0 0 20 0 1 0 345684204 5976494080 1422740 33554432000 4194304 8395647 140735046671456 140735046670712 4288158 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1459105 1422740 601 1026 0 1458075 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 5836420

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14435
/proc/meminfo: memFree=18214712/32873844 swapFree=7128/7128
[pid=14230] ppid=14228 vsize=5656804 CPUtime=1799.55 cores=0,2,4,6
/proc/14230/stat : 14230 (pbscip.linux.x8) R 14228 14230 13572 0 -1 4202496 1557810 0 0 0 179532 423 0 0 20 0 1 0 345684204 5792567296 876881 33554432000 4194304 8395647 140735046671456 140735046670712 7602442 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14230/statm: 1414201 876881 601 1026 0 1413171 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 5656804

Child status: 0
Real time (s): 1799.93
CPU time (s): 1799.59
CPU user time (s): 1795.33
CPU system time (s): 4.26235
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 8444776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.33
system time used= 4.26235
maximum resident set size= 7989616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1557818
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= 73
involuntary context switches= 1965

runsolver used 2.82757 second user time and 7.2379 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 09:49:32
IDJOB=3743879
IDBENCH=92641
IDSOLVER=2326
FILE ID=node105/3743879-1338796169
RUNJOBID= node105-1338785386-13588
PBS_JOBID= 14636855
Free space on /tmp= 71040 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_3_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-3743879-1338796169/watcher-3743879-1338796169 -o /tmp/evaluation-result-3743879-1338796169/solver-3743879-1338796169 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743879-1338796169.opb -t 1800 -m 15500

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

MD5SUM BENCH= b9981fecb2de7312ec4d4b314bc882c2
RANDOM SEED=238442534

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27369504 kB
Buffers:          575988 kB
Cached:          4023576 kB
SwapCached:         1700 kB
Active:          1207148 kB
Inactive:        3401648 kB
Active(anon):       5996 kB
Inactive(anon):     4800 kB
Active(file):    1201152 kB
Inactive(file):  3396848 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:            253604 kB
Writeback:             0 kB
AnonPages:         16252 kB
Mapped:             8364 kB
Shmem:                 0 kB
Slab:             755532 kB
SReclaimable:     193164 kB
SUnreclaim:       562368 kB
KernelStack:        1424 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71148 MiB
End job on node105 at 2012-06-04 10:19:32