Trace number 3743903

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.83 1800.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_ic.opb
MD5SUM72e5aa289a65ee0ee27ea886d27f485d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18197499
Best CPU time to get the best result obtained on this benchmark1800.55
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 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 177753826124
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 177753826124
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-3743903-1338796740.opb>
22.68/22.79	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
22.68/22.79	c problem read
22.79/22.80	c presolving settings loaded
29.99/30.08	c presolving:
38.08/38.16	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
51.78/51.83	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
129.07/129.17	c    (106.4s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
129.07/129.17	c    (106.4s) probing aborted: 100/100 successive totally useless probings
129.17/129.23	c presolving (3 rounds):
129.17/129.23	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
129.17/129.23	c  5851100 implications, 1 cliques
129.17/129.23	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
129.17/129.23	c  985350 constraints of type <knapsack>
129.17/129.23	c     101 constraints of type <setppc>
129.17/129.23	c       3 constraints of type <linear>
129.17/129.23	c  985150 constraints of type <logicor>
129.17/129.23	c transformed objective value is always integral (scale: 1)
129.17/129.23	c Presolving Time: 101.44
129.17/129.23	c - non default parameters ----------------------------------------------------------------------
129.17/129.23	c # SCIP version 1.2.1.3
129.17/129.23	c 
129.17/129.23	c # frequency for displaying node information lines
129.17/129.23	c # [type: int, range: [-1,2147483647], default: 100]
129.17/129.23	c display/freq = 10000
129.17/129.23	c 
129.17/129.23	c # maximal time in seconds to run
129.17/129.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
129.17/129.23	c limits/time = 1767.21
129.17/129.23	c 
129.17/129.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
129.17/129.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
129.17/129.23	c limits/memory = 13950
129.17/129.23	c 
129.17/129.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
129.17/129.23	c # [type: int, range: [1,2], default: 1]
129.17/129.23	c timing/clocktype = 2
129.17/129.23	c 
129.17/129.23	c # should presolving try to simplify inequalities
129.17/129.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
129.17/129.23	c constraints/linear/simplifyinequalities = TRUE
129.17/129.23	c 
129.17/129.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
129.17/129.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
129.17/129.23	c constraints/indicator/addCouplingCons = TRUE
129.17/129.23	c 
129.17/129.23	c # should presolving try to simplify knapsacks
129.17/129.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
129.17/129.23	c constraints/knapsack/simplifyinequalities = TRUE
129.17/129.23	c 
129.17/129.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
129.17/129.23	c # [type: int, range: [-1,2147483647], default: -1]
129.17/129.23	c separating/rapidlearning/freq = 0
129.17/129.23	c 
129.17/129.23	c -----------------------------------------------------------------------------------------------
129.17/129.23	c start solving
129.47/129.53	c 
1054.22/1054.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1054.22/1054.49	c  1032s|     1 |     0 |  8321 |     - |5428M|   0 |1186 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.560039e+06 |      --      |    Inf 
1791.21/1791.51	c  1769s|     1 |     2 | 13384 |     - |5464M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.560039e+06 |      --      |    Inf 
1791.21/1791.51	c 
1791.21/1791.51	c SCIP Status        : solving was interrupted [time limit reached]
1791.21/1791.51	c Solving Time (sec) : 1768.71
1791.21/1791.51	c Solving Nodes      : 1
1791.21/1791.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.21/1791.51	c Dual Bound         : +1.56003933744725e+06
1791.21/1791.51	c Gap                : infinite
1791.21/1791.51	s UNKNOWN
1791.21/1791.51	c SCIP Status        : solving was interrupted [time limit reached]
1791.21/1791.51	c Solving Time       :    1768.71
1791.21/1791.51	c Original Problem   :
1791.21/1791.51	c   Problem name     : HOME/instance-3743903-1338796740.opb
1791.21/1791.51	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.21/1791.51	c   Constraints      : 2000307 initial, 2000307 maximal
1791.21/1791.51	c Presolved Problem  :
1791.21/1791.51	c   Problem name     : t_HOME/instance-3743903-1338796740.opb
1791.21/1791.51	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.21/1791.51	c   Constraints      : 1970604 initial, 1970604 maximal
1791.21/1791.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.21/1791.51	c   trivial          :       0.18          0          0          0          0          0          0          0          0
1791.21/1791.51	c   dualfix          :       0.15          0          0          0          0          0          0          0          0
1791.21/1791.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.21/1791.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.21/1791.51	c   implics          :       0.10          0          0          0          0          0          0          0          0
1791.21/1791.51	c   probing          :      15.46          0          0          0          0          0          0          0          0
1791.21/1791.51	c   knapsack         :      60.41          0          0          0          0          0          0          0          0
1791.21/1791.51	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.21/1791.51	c   linear           :      16.84        300      14850          0        300          0      29703       4950      14850
1791.21/1791.51	c   logicor          :       2.77          0          0          0          0          0          0          0          0
1791.21/1791.51	c   root node        :          -          0          -          -          0          -          -          -          -
1791.21/1791.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.21/1791.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.21/1791.51	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.21/1791.51	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.21/1791.51	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.21/1791.51	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.21/1791.51	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.21/1791.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.21/1791.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.21/1791.51	c   knapsack         :       6.13       0.00       6.13       0.00       0.00
1791.21/1791.51	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.21/1791.51	c   linear           :       0.06       0.00       0.06       0.00       0.00
1791.21/1791.51	c   logicor          :       0.97       0.00       0.80       0.00       0.16
1791.21/1791.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.21/1791.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.21/1791.51	c   vbounds          :       0.00          2          0          0
1791.21/1791.51	c   rootredcost      :       0.00          0          0          0
1791.21/1791.51	c   pseudoobj        :       0.02          2          0          0
1791.21/1791.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.21/1791.51	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.21/1791.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.21/1791.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.21/1791.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.21/1791.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.21/1791.51	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.21/1791.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.21/1791.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.21/1791.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.21/1791.51	c   redcost          :       0.00          0          0          0          0          0
1791.21/1791.51	c   impliedbounds    :       0.00          0          0          0          0          0
1791.21/1791.51	c   intobj           :       0.00          0          0          0          0          0
1791.21/1791.51	c   cgmip            :       0.00          0          0          0          0          0
1791.21/1791.51	c   gomory           :       0.00          0          0          0          0          0
1791.21/1791.51	c   strongcg         :       0.00          0          0          0          0          0
1791.21/1791.51	c   cmir             :       0.00          0          0          0          0          0
1791.21/1791.51	c   flowcover        :       0.00          0          0          0          0          0
1791.21/1791.51	c   clique           :       0.00          0          0          0          0          0
1791.21/1791.51	c   zerohalf         :       0.00          0          0          0          0          0
1791.21/1791.51	c   mcf              :       0.00          0          0          0          0          0
1791.21/1791.51	c   rapidlearning    :       0.00          0          0          0          0          0
1791.21/1791.51	c Pricers            :       Time      Calls       Vars
1791.21/1791.51	c   problem variables:       0.00          0          0
1791.21/1791.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.21/1791.51	c   relpscost        :       0.00          0          0          0          0          0          0
1791.21/1791.51	c   pscost           :       0.00          0          0          0          0          0          0
1791.21/1791.51	c   inference        :       0.11          1          0          0          0          0          2
1791.21/1791.51	c   mostinf          :       0.00          0          0          0          0          0          0
1791.21/1791.51	c   leastinf         :       0.00          0          0          0          0          0          0
1791.21/1791.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.21/1791.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.21/1791.51	c   random           :       0.00          0          0          0          0          0          0
1791.21/1791.51	c Primal Heuristics  :       Time      Calls      Found
1791.21/1791.51	c   LP solutions     :       0.00          -          0
1791.21/1791.51	c   pseudo solutions :       0.00          -          0
1791.21/1791.51	c   oneopt           :       0.00          0          0
1791.21/1791.51	c   trivial          :       1.70          2          0
1791.21/1791.51	c   simplerounding   :       0.04          0          0
1791.21/1791.51	c   zirounding       :       0.00          0          0
1791.21/1791.51	c   rounding         :       0.09          1          0
1791.21/1791.51	c   shifting         :       0.35          1          0
1791.21/1791.51	c   intshifting      :       0.00          0          0
1791.21/1791.51	c   twoopt           :       0.00          0          0
1791.21/1791.51	c   fixandinfer      :       0.00          0          0
1791.21/1791.51	c   feaspump         :     736.24          1          0
1791.21/1791.51	c   coefdiving       :       0.00          0          0
1791.21/1791.51	c   pscostdiving     :       0.00          0          0
1791.21/1791.51	c   fracdiving       :       0.00          0          0
1791.21/1791.51	c   veclendiving     :       0.00          0          0
1791.21/1791.51	c   intdiving        :       0.00          0          0
1791.21/1791.51	c   actconsdiving    :       0.00          0          0
1791.21/1791.51	c   objpscostdiving  :       0.00          0          0
1791.21/1791.51	c   rootsoldiving    :       0.00          0          0
1791.21/1791.51	c   linesearchdiving :       0.00          0          0
1791.21/1791.51	c   guideddiving     :       0.00          0          0
1791.21/1791.51	c   octane           :       0.00          0          0
1791.21/1791.51	c   rens             :       0.00          0          0
1791.21/1791.51	c   rins             :       0.00          0          0
1791.21/1791.51	c   localbranching   :       0.00          0          0
1791.21/1791.51	c   mutation         :       0.00          0          0
1791.21/1791.51	c   crossover        :       0.00          0          0
1791.21/1791.51	c   dins             :       0.00          0          0
1791.21/1791.51	c   undercover       :       0.00          0          0
1791.21/1791.51	c   nlp              :       0.00          0          0
1791.21/1791.51	c   trysol           :       0.00          0          0
1791.21/1791.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.21/1791.51	c   primal LP        :       0.00          0          0       0.00          -
1791.21/1791.51	c   dual LP          :     917.13          1       8321    8321.00       9.07
1791.21/1791.51	c   lex dual LP      :       0.00          0          0       0.00          -
1791.21/1791.51	c   barrier LP       :       0.00          0          0       0.00          -
1791.21/1791.51	c   diving/probing LP:     735.85          1       5063    5063.00       6.88
1791.21/1791.51	c   strong branching :       0.00          0          0       0.00          -
1791.21/1791.51	c     (at root node) :          -          0          0       0.00          -
1791.21/1791.51	c   conflict analysis:       0.00          0          0       0.00          -
1791.21/1791.51	c B&B Tree           :
1791.21/1791.51	c   number of runs   :          1
1791.21/1791.51	c   nodes            :          1
1791.21/1791.51	c   nodes (total)    :          1
1791.21/1791.51	c   nodes left       :          2
1791.21/1791.51	c   max depth        :          0
1791.21/1791.51	c   max depth (total):          0
1791.21/1791.51	c   backtracks       :          0 (0.0%)
1791.21/1791.51	c   delayed cutoffs  :          0
1791.21/1791.51	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.21/1791.51	c   avg switch length:       1.00
1791.21/1791.51	c   switching time   :       0.00
1791.21/1791.51	c Solution           :
1791.21/1791.51	c   Solutions found  :          0 (0 improvements)
1791.21/1791.51	c   Primal Bound     :          -
1791.21/1791.51	c   Dual Bound       : +1.56003933744725e+06
1791.21/1791.51	c   Gap              :   infinite
1791.21/1791.51	c   Root Dual Bound  : +1.56003933744725e+06
1791.21/1791.51	c   Root Iterations  :      13384
1799.80/1800.11	c Time complete: 1799.82.

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-3743903-1338796740/watcher-3743903-1338796740 -o /tmp/evaluation-result-3743903-1338796740/solver-3743903-1338796740 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743903-1338796740.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.00 2.00 2.00 2/176 3106
/proc/meminfo: memFree=20337600/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1247 0 0 0 0 0 0 0 20 0 1 0 345802893 8105984 1193 33554432000 4194304 8395647 140736409428816 140735675930728 7385025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 1979 1193 370 1026 0 949 0

[startup+0.098352 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3106
/proc/meminfo: memFree=20337600/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=33196 CPUtime=0.08 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 7591 0 0 0 8 0 0 0 20 0 1 0 345802893 33992704 7531 33554432000 4194304 8395647 140736409428816 140735675930728 7370094 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 8299 7531 394 1026 0 7269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33196

[startup+0.100227 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3106
/proc/meminfo: memFree=20337600/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=33328 CPUtime=0.08 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 7598 0 0 0 8 0 0 0 20 0 1 0 345802893 34127872 7538 33554432000 4194304 8395647 140736409428816 140735675930728 5754542 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 8332 7538 394 1026 0 7302 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33328

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3106
/proc/meminfo: memFree=20337600/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=44984 CPUtime=0.29 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 10490 0 0 0 28 1 0 0 20 0 1 0 345802893 46063616 10430 33554432000 4194304 8395647 140736409428816 140735675930728 7301437 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 11246 10430 394 1026 0 10216 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44984

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 3106
/proc/meminfo: memFree=20337600/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=93808 CPUtime=0.68 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 22683 0 0 0 66 2 0 0 20 0 1 0 345802893 96059392 22623 33554432000 4194304 8395647 140736409428816 140736409294024 7301477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 23452 22623 394 1026 0 22422 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 93808

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3107
/proc/meminfo: memFree=20215316/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=193188 CPUtime=1.48 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 47450 0 0 0 142 6 0 0 20 0 1 0 345802893 197824512 47390 33554432000 4194304 8395647 140736409428816 140736409294024 7382056 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 48297 47390 394 1026 0 47267 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 193188

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3107
/proc/meminfo: memFree=20081024/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=384060 CPUtime=3.09 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 95089 0 0 0 295 14 0 0 20 0 1 0 345802893 393277440 95029 33554432000 4194304 8395647 140736409428816 140736409294024 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 96015 95029 394 1026 0 94985 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 384060

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3107
/proc/meminfo: memFree=19708032/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=733592 CPUtime=6.29 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 182646 0 0 0 603 26 0 0 20 0 1 0 345802893 751198208 182586 33554432000 4194304 8395647 140736409428816 140736409294024 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 183398 182586 394 1026 0 182368 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 733592

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3107
/proc/meminfo: memFree=19208816/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=1163396 CPUtime=12.69 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 289860 0 0 0 1228 41 0 0 20 0 1 0 345802893 1191317504 289800 33554432000 4194304 8395647 140736409428816 140736409294024 7382036 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3106/statm: 290849 289800 394 1026 0 289819 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1163396

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3107
/proc/meminfo: memFree=17522436/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=2952388 CPUtime=25.48 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 730763 0 0 0 2437 111 0 0 20 0 1 0 345802893 3023245312 732904 33554432000 4194304 8395647 140736409428816 140736409424968 6347101 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 738097 732904 413 1026 0 737067 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2952388

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3107
/proc/meminfo: memFree=15594276/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=4757800 CPUtime=51.08 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1159513 0 0 0 4934 174 0 0 20 0 1 0 345802893 4871987200 1185273 33554432000 4194304 8395647 140736409428816 140736409424808 18446744073699066235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1189450 1185273 485 1026 0 1188420 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4757800

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 3110
/proc/meminfo: memFree=15354320/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=5040300 CPUtime=102.27 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1217280 0 0 0 10043 184 0 0 20 0 1 0 345802893 5161267200 1242613 33554432000 4194304 8395647 140736409428816 140736409424488 4953650 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1260075 1242613 496 1026 0 1259045 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5040300

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 3134
/proc/meminfo: memFree=12799424/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7840604 CPUtime=162.26 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1518092 0 0 0 15953 273 0 0 20 0 1 0 345802893 8028778496 1870109 33554432000 4194304 8395647 140736409428816 140736409424280 6752759 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1960151 1870109 580 1026 0 1959121 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 7840604

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3134
/proc/meminfo: memFree=12676904/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7948836 CPUtime=222.26 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1523220 0 0 0 21944 282 0 0 20 0 1 0 345802893 8139608064 1900139 33554432000 4194304 8395647 140736409428816 140736409423944 6697790 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1987209 1900139 585 1026 0 1986179 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 7948836

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3134
/proc/meminfo: memFree=12670644/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7952084 CPUtime=282.24 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1524356 0 0 0 27936 288 0 0 20 0 1 0 345802893 8142934016 1901737 33554432000 4194304 8395647 140736409428816 140736409423944 6698194 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1988021 1901737 585 1026 0 1986991 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 7952084

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3163
/proc/meminfo: memFree=20518620/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7983820 CPUtime=342.23 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1527134 0 0 0 33928 295 0 0 20 0 1 0 345802893 8175431680 1907755 33554432000 4194304 8395647 140736409428816 140736409423944 6697720 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1995955 1907755 585 1026 0 1994925 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 7983820

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3173
/proc/meminfo: memFree=15529180/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7997416 CPUtime=402.23 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1529262 0 0 0 39921 302 0 0 20 0 1 0 345802893 8189353984 1912793 33554432000 4194304 8395647 140736409428816 140736409423944 6698214 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1999354 1912793 585 1026 0 1998324 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 7997416

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3174
/proc/meminfo: memFree=15425540/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7997416 CPUtime=462.22 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1530634 0 0 0 45913 309 0 0 20 0 1 0 345802893 8189353984 1913329 33554432000 4194304 8395647 140736409428816 140736409423944 6697808 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1999354 1913329 585 1026 0 1998324 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 7997416

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3174
/proc/meminfo: memFree=12855524/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7997416 CPUtime=522.2 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1531244 0 0 0 51904 316 0 0 20 0 1 0 345802893 8189353984 1913364 33554432000 4194304 8395647 140736409428816 140736409423944 6696781 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1999354 1913364 585 1026 0 1998324 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 7997416

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 3174
/proc/meminfo: memFree=12831832/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7997416 CPUtime=582.2 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1531844 0 0 0 57897 323 0 0 20 0 1 0 345802893 8189353984 1913384 33554432000 4194304 8395647 140736409428816 140736409423944 6697703 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1999354 1913384 585 1026 0 1998324 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 7997416

[startup+642.3 s]

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

/proc/meminfo: memFree=12744076/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8070944 CPUtime=1062.13 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1541313 0 0 0 105845 368 0 0 20 0 1 0 345802893 8264646656 1930566 33554432000 4194304 8395647 140736409428816 140736409423384 6635104 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2017736 1930566 590 1026 0 2016706 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 8070944

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3180
/proc/meminfo: memFree=12677868/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8097860 CPUtime=1122.12 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1543617 0 0 0 111831 381 0 0 20 0 1 0 345802893 8292208640 1937110 33554432000 4194304 8395647 140736409428816 140736409423384 6696781 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2024465 1937110 590 1026 0 2023435 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 8097860

[startup+1182.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3180
/proc/meminfo: memFree=12649148/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8116816 CPUtime=1182.11 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1544908 0 0 0 117825 386 0 0 20 0 1 0 345802893 8311619584 1941868 33554432000 4194304 8395647 140736409428816 140736409423384 6637024 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2029204 1941868 590 1026 0 2028174 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 8116816

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 2.00 4/177 3180
/proc/meminfo: memFree=12627472/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8137640 CPUtime=1242.09 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1545680 0 0 0 123818 391 0 0 20 0 1 0 345802893 8332943360 1947258 33554432000 4194304 8395647 140736409428816 140736409423336 6708203 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2034410 1947258 590 1026 0 2033380 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 8137640

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 3183
/proc/meminfo: memFree=12605680/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8157900 CPUtime=1302.1 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1546684 0 0 0 129813 397 0 0 20 0 1 0 345802893 8353689600 1952388 33554432000 4194304 8395647 140736409428816 140736409423384 6636751 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2039475 1952388 590 1026 0 2038445 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 8157900

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 3184
/proc/meminfo: memFree=12600908/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8164508 CPUtime=1362.08 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1546936 0 0 0 135808 400 0 0 20 0 1 0 345802893 8360456192 1953931 33554432000 4194304 8395647 140736409428816 140736409423336 6696686 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2041127 1953931 590 1026 0 2040097 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 8164508

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 3185
/proc/meminfo: memFree=12591624/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8173672 CPUtime=1422.08 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1548393 0 0 0 141803 405 0 0 20 0 1 0 345802893 8369840128 1956325 33554432000 4194304 8395647 140736409428816 140736409423384 6378455 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2043418 1956325 590 1026 0 2042388 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 8173672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3185
/proc/meminfo: memFree=12536172/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8177468 CPUtime=1482.06 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1549843 0 0 0 147791 415 0 0 20 0 1 0 345802893 8373727232 1957185 33554432000 4194304 8395647 140736409428816 140736409423384 6708293 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2044367 1957185 590 1026 0 2043337 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 8177468

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3185
/proc/meminfo: memFree=12527016/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8183796 CPUtime=1542.05 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1550466 0 0 0 153787 418 0 0 20 0 1 0 345802893 8380207104 1958576 33554432000 4194304 8395647 140736409428816 140736409423384 6667655 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2045949 1958576 590 1026 0 2044919 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 8183796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3185
/proc/meminfo: memFree=12592168/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8133648 CPUtime=1602.04 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1552108 0 0 0 159780 424 0 0 20 0 1 0 345802893 8328855552 1942099 33554432000 4194304 8395647 140736409428816 140736409423640 6708416 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2033412 1942099 590 1026 0 2032382 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 8133648

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3185
/proc/meminfo: memFree=12530136/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8141808 CPUtime=1662.03 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1553152 0 0 0 165773 430 0 0 20 0 1 0 345802893 8337211392 1942248 33554432000 4194304 8395647 140736409428816 140736409423336 6708301 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2035452 1942248 590 1026 0 2034422 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 8141808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3186
/proc/meminfo: memFree=12470036/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8188468 CPUtime=1722.02 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1555052 0 0 0 171763 439 0 0 20 0 1 0 345802893 8384991232 1952176 33554432000 4194304 8395647 140736409428816 140736409423384 6709509 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2047117 1952176 590 1026 0 2046087 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 8188468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3186
/proc/meminfo: memFree=12514132/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8211952 CPUtime=1782 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1556728 0 0 0 177749 451 0 0 20 0 1 0 345802893 8409038848 1952633 33554432000 4194304 8395647 140736409428816 140736409423336 6708231 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2052988 1952633 590 1026 0 2051958 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 8211952

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3186
/proc/meminfo: memFree=12603580/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8084384 CPUtime=1791.61 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1557637 0 0 0 178709 452 0 0 20 0 1 0 345802893 8278409216 1930277 33554432000 4194304 8395647 140736409428816 140736409427928 6171738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2021096 1930277 598 1026 0 2020066 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 8084384

[startup+1795.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3186
/proc/meminfo: memFree=12596880/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8076568 CPUtime=1794.81 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1558417 0 0 0 179029 452 0 0 20 0 1 0 345802893 8270405632 1932169 33554432000 4194304 8395647 140736409428816 140736409428152 6063718 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2019142 1932169 600 1026 0 2018112 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 8076568

[startup+1798.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3186
/proc/meminfo: memFree=12612428/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=8060300 CPUtime=1798 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1558418 0 0 0 179348 452 0 0 20 0 1 0 345802893 8253747200 1928131 33554432000 4194304 8395647 140736409428816 140736409428200 6345229 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 2015075 1928131 601 1026 0 2014045 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 8060300

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3186
/proc/meminfo: memFree=12612428/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=7089772 CPUtime=1798.8 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1558418 0 0 0 179425 455 0 0 20 0 1 0 345802893 7259926528 1740656 33554432000 4194304 8395647 140736409428816 140736409428200 6345235 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1772443 1740656 601 1026 0 1771413 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (KiB) 7089772

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3186
/proc/meminfo: memFree=13860752/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=5830372 CPUtime=1799.6 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1558418 0 0 0 179497 463 0 0 20 0 1 0 345802893 5970300928 1425890 33554432000 4194304 8395647 140736409428816 140736409428072 6345852 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 1457593 1425890 601 1026 0 1456563 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 5830372

[startup+1800.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3186
/proc/meminfo: memFree=13860752/32873844 swapFree=7372/7372
[pid=3106] ppid=3104 vsize=1823028 CPUtime=1799.8 cores=0,2,4,6
/proc/3106/stat : 3106 (pbscip.linux.x8) R 3104 3106 2230 0 -1 4202496 1558418 0 0 0 179504 476 0 0 20 0 1 0 345802893 1866780672 103616 33554432000 4194304 8395647 140736409428816 140736409428072 7602442 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3106/statm: 455757 103616 601 1026 0 454727 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 1823028

Child status: 0
Real time (s): 1800.12
CPU time (s): 1799.83
CPU user time (s): 1795.05
CPU system time (s): 4.78227
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 8458288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.05
system time used= 4.78227
maximum resident set size= 7984884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1558426
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= 15
involuntary context switches= 2024

runsolver used 2.6276 second user time and 7.19591 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 09:59:03
IDJOB=3743903
IDBENCH=92645
IDSOLVER=2326
FILE ID=node109/3743903-1338796740
RUNJOBID= node109-1338782366-2246
PBS_JOBID= 14636835
Free space on /tmp= 70508 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_6_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-3743903-1338796740/watcher-3743903-1338796740 -o /tmp/evaluation-result-3743903-1338796740/solver-3743903-1338796740 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743903-1338796740.opb -t 1800 -m 15500

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

MD5SUM BENCH= 72e5aa289a65ee0ee27ea886d27f485d
RANDOM SEED=206189670

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        20337360 kB
Buffers:         1875052 kB
Cached:          1970016 kB
SwapCached:          988 kB
Active:         10396268 kB
Inactive:        1236236 kB
Active(anon):    7735176 kB
Inactive(anon):    50800 kB
Active(file):    2661092 kB
Inactive(file):  1185436 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:            110212 kB
Writeback:             0 kB
AnonPages:       7790044 kB
Mapped:            12396 kB
Shmem:                 4 kB
Slab:             748016 kB
SReclaimable:     185812 kB
SUnreclaim:       562204 kB
KernelStack:        1440 kB
PageTables:        19480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8283480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1464320 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= 70500 MiB
End job on node109 at 2012-06-04 10:29:03