Trace number 3744533

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? 1790.48 1790.77

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_9_ic.opb
MD5SUM682b99afc8253237d78b2f22551fbcba
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18576569
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 153130375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48555114814
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48555114814
Number of bits of the biggest sum of numbers36
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-3744533-1338807222.opb>
1.99/2.04	c original problem has 125200 variables (125200 bin, 0 int, 0 impl, 0 cont) and 250157 constraints
1.99/2.04	c problem read
1.99/2.04	c presolving settings loaded
2.69/2.76	c presolving:
3.59/3.60	c (round 1) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 7450 impls, 1 clqs
4.79/4.87	c (round 2) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 242801 upgd conss, 7450 impls, 1 clqs
9.08/9.18	c    (7.1s) probing: 101/121375 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
9.08/9.18	c    (7.1s) probing aborted: 100/100 successive totally useless probings
9.08/9.18	c presolving (3 rounds):
9.08/9.18	c  3825 deleted vars, 7353 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
9.08/9.18	c  713050 implications, 1 cliques
9.08/9.18	c presolved problem has 121375 variables (121375 bin, 0 int, 0 impl, 0 cont) and 242804 constraints
9.08/9.18	c  121425 constraints of type <knapsack>
9.08/9.18	c      51 constraints of type <setppc>
9.08/9.18	c       3 constraints of type <linear>
9.08/9.18	c  121325 constraints of type <logicor>
9.08/9.18	c transformed objective value is always integral (scale: 1)
9.08/9.18	c Presolving Time: 6.65
9.08/9.18	c - non default parameters ----------------------------------------------------------------------
9.08/9.18	c # SCIP version 1.2.1.3
9.08/9.18	c 
9.08/9.18	c # frequency for displaying node information lines
9.08/9.18	c # [type: int, range: [-1,2147483647], default: 100]
9.08/9.18	c display/freq = 10000
9.08/9.18	c 
9.08/9.18	c # maximal time in seconds to run
9.08/9.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.08/9.18	c limits/time = 1787.97
9.08/9.18	c 
9.08/9.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.08/9.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.08/9.18	c limits/memory = 13950
9.08/9.18	c 
9.08/9.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
9.08/9.18	c # [type: int, range: [1,2], default: 1]
9.08/9.18	c timing/clocktype = 2
9.08/9.18	c 
9.08/9.18	c # should presolving try to simplify inequalities
9.08/9.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.08/9.18	c constraints/linear/simplifyinequalities = TRUE
9.08/9.18	c 
9.08/9.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
9.08/9.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.08/9.19	c constraints/indicator/addCouplingCons = TRUE
9.08/9.19	c 
9.08/9.19	c # should presolving try to simplify knapsacks
9.08/9.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.08/9.19	c constraints/knapsack/simplifyinequalities = TRUE
9.08/9.19	c 
9.08/9.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.08/9.19	c # [type: int, range: [-1,2147483647], default: -1]
9.08/9.19	c separating/rapidlearning/freq = 0
9.08/9.19	c 
9.08/9.19	c -----------------------------------------------------------------------------------------------
9.08/9.19	c start solving
9.18/9.21	c 
54.78/54.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.78/54.85	c  52.8s|     1 |     0 |  5209 |     - | 679M|   0 | 420 | 121k| 242k| 121k| 242k|   0 |   0 |   0 | 1.638796e+06 |      --      |    Inf 
387.53/387.65	c   386s|     1 |     0 | 18273 |     - | 688M|   0 | 334 | 121k| 242k| 121k| 242k| 162 |   0 |   0 | 1.874824e+06 |      --      |    Inf 
699.17/699.33	c   697s|     1 |     0 | 21064 |     - | 690M|   0 | 387 | 121k| 242k| 121k| 243k| 215 |   0 |   0 | 2.064505e+06 |      --      |    Inf 
1345.08/1345.37	c  1343s|     1 |     0 | 22714 |     - | 691M|   0 | 274 | 121k| 242k| 121k| 243k| 280 |   0 |   0 | 2.185839e+06 |      --      |    Inf 
1507.35/1507.63	c  1506s|     1 |     0 | 23812 |     - | 695M|   0 | 321 | 121k| 242k| 121k| 243k| 313 |   0 |   0 | 2.239421e+06 |      --      |    Inf 
1789.70/1790.02	c  1788s|     1 |     0 | 23812 |     - | 695M|   0 |   - | 121k| 242k| 121k| 243k| 336 |   0 |   0 | 2.239421e+06 |      --      |    Inf 
1789.70/1790.05	c  1788s|     1 |     2 | 23812 |     - | 695M|   0 |   - | 121k| 242k| 121k| 243k| 336 |   0 |   0 | 2.239421e+06 |      --      |    Inf 
1789.70/1790.05	c 
1789.70/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.05	c Solving Time (sec) : 1788.01
1789.70/1790.05	c Solving Nodes      : 1
1789.70/1790.05	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.05	c Dual Bound         : +2.23942095862470e+06
1789.70/1790.05	c Gap                : infinite
1789.70/1790.05	s UNKNOWN
1789.70/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.05	c Solving Time       :    1788.01
1789.70/1790.05	c Original Problem   :
1789.70/1790.05	c   Problem name     : HOME/instance-3744533-1338807222.opb
1789.70/1790.05	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.05	c   Constraints      : 250157 initial, 250157 maximal
1789.70/1790.05	c Presolved Problem  :
1789.70/1790.05	c   Problem name     : t_HOME/instance-3744533-1338807222.opb
1789.70/1790.05	c   Variables        : 121375 (121375 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.05	c   Constraints      : 242804 initial, 242804 maximal
1789.70/1790.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.05	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.70/1790.05	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.70/1790.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.05	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.70/1790.05	c   probing          :       1.54          0          0          0          0          0          0          0          0
1789.70/1790.05	c   knapsack         :       2.62          0          0          0          0          0          0          0          0
1789.70/1790.05	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.05	c   linear           :       1.73        150       3675          0        150          0       7353       1225       3675
1789.70/1790.05	c   logicor          :       0.27          0          0          0          0          0          0          0          0
1789.70/1790.05	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.05	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.70/1790.05	c   knapsack         :     121425          5        201          0          1          0          0        516          0          0
1789.70/1790.05	c   setppc           :         51          5        201          0          1          0          0          0          0          0
1789.70/1790.05	c   linear           :          3          5        201          0          0          0          0          0          0          0
1789.70/1790.05	c   logicor          :     121325          5        200          0          1          0          0          0          0          0
1789.70/1790.05	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.70/1790.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.05	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.05	c   knapsack         :       1.26       0.63       0.63       0.00       0.00
1789.70/1790.05	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.05	c   linear           :       6.41       6.39       0.02       0.00       0.00
1789.70/1790.05	c   logicor          :       0.11       0.02       0.07       0.00       0.02
1789.70/1790.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.05	c   vbounds          :       0.00          2          0          0
1789.70/1790.05	c   rootredcost      :       0.00          0          0          0
1789.70/1790.05	c   pseudoobj        :       0.00          6          0          0
1789.70/1790.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.05	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.05	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.05	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.70/1790.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.05	c   cut pool         :       0.01          4          -          -          8          -    (maximal pool size: 1436)
1789.70/1790.05	c   redcost          :       0.02          5          0          0          0          0
1789.70/1790.05	c   impliedbounds    :       0.03          5          0          0        487          0
1789.70/1790.05	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.05	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.05	c   gomory           :     704.86          5          0          0       1636          0
1789.70/1790.05	c   strongcg         :     325.01          5          0          0       1559          0
1789.70/1790.05	c   cmir             :     140.92          4          0          0         11          0
1789.70/1790.05	c   flowcover        :     275.95          4          0          0        374          0
1789.70/1790.05	c   clique           :       0.86          4          0          0          0          0
1789.70/1790.05	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.05	c   mcf              :       0.16          1          0          0          0          0
1789.70/1790.05	c   rapidlearning    :       0.00          0          0          0          0          0
1789.70/1790.05	c Pricers            :       Time      Calls       Vars
1789.70/1790.05	c   problem variables:       0.00          0          0
1789.70/1790.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.05	c   relpscost        :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   inference        :       0.01          1          0          0          0          0          2
1789.70/1790.05	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.05	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.05	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.05	c   LP solutions     :       0.00          -          0
1789.70/1790.05	c   pseudo solutions :       0.00          -          0
1789.70/1790.05	c   oneopt           :       0.00          0          0
1789.70/1790.05	c   trivial          :       0.16          2          0
1789.70/1790.05	c   simplerounding   :       0.00          0          0
1789.70/1790.05	c   zirounding       :       0.00          0          0
1789.70/1790.05	c   rounding         :       0.05          5          0
1789.70/1790.05	c   shifting         :       0.13          5          0
1789.70/1790.05	c   intshifting      :       0.00          0          0
1789.70/1790.05	c   twoopt           :       0.00          0          0
1789.70/1790.05	c   fixandinfer      :       0.00          0          0
1789.70/1790.05	c   feaspump         :     187.26          1          0
1789.70/1790.05	c   coefdiving       :       0.00          0          0
1789.70/1790.05	c   pscostdiving     :       0.00          0          0
1789.70/1790.05	c   fracdiving       :       0.00          0          0
1789.70/1790.05	c   veclendiving     :       0.00          0          0
1789.70/1790.05	c   intdiving        :       0.00          0          0
1789.70/1790.05	c   actconsdiving    :       0.00          0          0
1789.70/1790.05	c   objpscostdiving  :       0.00          0          0
1789.70/1790.05	c   rootsoldiving    :       0.00          0          0
1789.70/1790.05	c   linesearchdiving :       0.00          0          0
1789.70/1790.05	c   guideddiving     :       0.00          0          0
1789.70/1790.05	c   octane           :       0.00          0          0
1789.70/1790.05	c   rens             :       0.00          0          0
1789.70/1790.05	c   rins             :       0.00          0          0
1789.70/1790.05	c   localbranching   :       0.00          0          0
1789.70/1790.05	c   mutation         :       0.00          0          0
1789.70/1790.05	c   crossover        :       0.00          0          0
1789.70/1790.05	c   dins             :       0.00          0          0
1789.70/1790.05	c   undercover       :       0.00          0          0
1789.70/1790.05	c   nlp              :       0.00          0          0
1789.70/1790.05	c   trysol           :       0.00          0          0
1789.70/1790.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.05	c   primal LP        :       0.00          0          0       0.00          -
1789.70/1790.05	c   dual LP          :     137.46          5      13168    2633.60      95.80
1789.70/1790.05	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.05	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.05	c   diving/probing LP:     186.59         13      10644     818.77      57.04
1789.70/1790.05	c   strong branching :       0.00          0          0       0.00          -
1789.70/1790.05	c     (at root node) :          -          0          0       0.00          -
1789.70/1790.05	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.05	c B&B Tree           :
1789.70/1790.05	c   number of runs   :          1
1789.70/1790.05	c   nodes            :          1
1789.70/1790.05	c   nodes (total)    :          1
1789.70/1790.05	c   nodes left       :          2
1789.70/1790.05	c   max depth        :          0
1789.70/1790.05	c   max depth (total):          0
1789.70/1790.05	c   backtracks       :          0 (0.0%)
1789.70/1790.05	c   delayed cutoffs  :          0
1789.70/1790.05	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.70/1790.05	c   avg switch length:       1.00
1789.70/1790.05	c   switching time   :       0.00
1789.70/1790.05	c Solution           :
1789.70/1790.05	c   Solutions found  :          0 (0 improvements)
1789.70/1790.05	c   Primal Bound     :          -
1789.70/1790.05	c   Dual Bound       : +2.23942095862470e+06
1789.70/1790.05	c   Gap              :   infinite
1789.70/1790.05	c   Root Dual Bound  : +2.23942095862470e+06
1789.70/1790.05	c   Root Iterations  :      23812
1790.41/1790.76	c Time complete: 1790.48.

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-3744533-1338807222/watcher-3744533-1338807222 -o /tmp/evaluation-result-3744533-1338807222/solver-3744533-1338807222 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744533-1338807222.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 3/176 15399
/proc/meminfo: memFree=27472824/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 1255 0 0 0 0 0 0 0 20 0 1 0 346789208 8105984 1202 33554432000 4194304 8395647 140736010542448 140736010474584 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 1979 1202 370 1026 0 949 0

[startup+0.0728529 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15399
/proc/meminfo: memFree=27472824/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=20716 CPUtime=0.06 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 4462 0 0 0 6 0 0 0 20 0 1 0 346789208 21213184 4408 33554432000 4194304 8395647 140736010542448 140736010474584 7370094 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 5179 4408 394 1026 0 4149 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20716

[startup+0.100323 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15399
/proc/meminfo: memFree=27472824/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=23188 CPUtime=0.09 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 5064 0 0 0 9 0 0 0 20 0 1 0 346789208 23744512 5010 33554432000 4194304 8395647 140736010542448 140736010474584 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 5797 5010 394 1026 0 4767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23188

[startup+0.300275 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15399
/proc/meminfo: memFree=27472824/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=50688 CPUtime=0.29 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 11951 0 0 0 28 1 0 0 20 0 1 0 346789208 51904512 11897 33554432000 4194304 8395647 140736010542448 140736010474584 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 12672 11897 394 1026 0 11642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50688

[startup+0.700286 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15399
/proc/meminfo: memFree=27472824/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=104996 CPUtime=0.69 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 25500 0 0 0 66 3 0 0 20 0 1 0 346789208 107515904 25446 33554432000 4194304 8395647 140736010542448 140736010407656 6765697 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 26249 25446 394 1026 0 25219 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104996

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15400
/proc/meminfo: memFree=27334672/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=170144 CPUtime=1.48 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 41738 0 0 0 143 5 0 0 20 0 1 0 346789208 174227456 41684 33554432000 4194304 8395647 140736010542448 140736010407656 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 42536 41684 394 1026 0 41506 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 170144

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15400
/proc/meminfo: memFree=27232496/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=525832 CPUtime=3.09 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 128983 0 0 0 292 17 0 0 20 0 1 0 346789208 538451968 128575 33554432000 4194304 8395647 140736010542448 140736010540072 4999382 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 131458 128575 475 1026 0 130428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 525832

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15400
/proc/meminfo: memFree=26799608/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=687432 CPUtime=6.29 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 166696 0 0 0 605 24 0 0 20 0 1 0 346789208 703930368 168763 33554432000 4194304 8395647 140736010542448 140736010538024 4953593 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 171858 168763 496 1026 0 170828 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 687432

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15400
/proc/meminfo: memFree=26439160/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1087800 CPUtime=12.69 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 232403 0 0 0 1234 35 0 0 20 0 1 0 346789208 1113907200 259080 33554432000 4194304 8395647 140736010542448 140736010537912 6585815 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 271950 259080 580 1026 0 270920 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1087800

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15400
/proc/meminfo: memFree=26414864/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1113016 CPUtime=25.48 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 234389 0 0 0 2512 36 0 0 20 0 1 0 346789208 1139728384 264591 33554432000 4194304 8395647 140736010542448 140736010537576 6390506 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 278254 264591 584 1026 0 277224 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1113016

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15400
/proc/meminfo: memFree=26404428/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1121708 CPUtime=51.08 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 236039 0 0 0 5070 38 0 0 20 0 1 0 346789208 1148628992 267212 33554432000 4194304 8395647 140736010542448 140736010537576 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 280427 267212 584 1026 0 279397 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1121708

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15401
/proc/meminfo: memFree=26362908/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1161772 CPUtime=102.28 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 240857 0 0 0 10186 42 0 0 20 0 1 0 346789208 1189654528 277621 33554432000 4194304 8395647 140736010542448 140736010536968 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 290443 277621 590 1026 0 289413 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1161772

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15401
/proc/meminfo: memFree=26326460/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1189228 CPUtime=162.27 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 245558 0 0 0 16181 46 0 0 20 0 1 0 346789208 1217769472 286688 33554432000 4194304 8395647 140736010542448 140736010536968 6708022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 297307 286688 590 1026 0 296277 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1189228

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15401
/proc/meminfo: memFree=26319172/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1189228 CPUtime=222.25 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 245805 0 0 0 22177 48 0 0 20 0 1 0 346789208 1217769472 288235 33554432000 4194304 8395647 140736010542448 140736010536968 6697250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 297307 288235 590 1026 0 296277 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1189228

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15401
/proc/meminfo: memFree=26372304/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1138128 CPUtime=282.24 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 246142 0 0 0 28174 50 0 0 20 0 1 0 346789208 1165443072 275107 33554432000 4194304 8395647 140736010542448 140736010537736 7382147 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 284532 275107 607 1026 0 283502 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1138128

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15401
/proc/meminfo: memFree=26371228/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1138128 CPUtime=342.23 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 246173 0 0 0 34173 50 0 0 20 0 1 0 346789208 1165443072 275337 33554432000 4194304 8395647 140736010542448 140736010537736 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 284532 275337 612 1026 0 283502 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1138128

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15405
/proc/meminfo: memFree=26319088/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1182924 CPUtime=402.22 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250641 0 0 0 40167 55 0 0 20 0 1 0 346789208 1211314176 288324 33554432000 4194304 8395647 140736010542448 140736010537640 7382116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 295731 288324 625 1026 0 294701 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1182924

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15427
/proc/meminfo: memFree=26318504/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1182924 CPUtime=462.21 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250645 0 0 0 46161 60 0 0 20 0 1 0 346789208 1211314176 288594 33554432000 4194304 8395647 140736010542448 140736010537688 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 295731 288594 625 1026 0 294701 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1182924

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15427
/proc/meminfo: memFree=26318544/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1182924 CPUtime=522.2 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250645 0 0 0 52154 66 0 0 20 0 1 0 346789208 1211314176 288696 33554432000 4194304 8395647 140736010542448 140736010537640 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 295731 288696 625 1026 0 294701 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1182924

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15503
/proc/meminfo: memFree=26336764/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1182924 CPUtime=582.19 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250650 0 0 0 58150 69 0 0 20 0 1 0 346789208 1211314176 288931 33554432000 4194304 8395647 140736010542448 140736010537736 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 295731 288931 625 1026 0 294701 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1182924

[startup+642.3 s]

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

/proc/meminfo: memFree=25282724/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1192424 CPUtime=1002.13 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250712 0 0 0 100114 99 0 0 20 0 1 0 346789208 1221042176 291428 33554432000 4194304 8395647 140736010542448 140736010537736 7385355 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 298106 291428 625 1026 0 297076 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1192424

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15584
/proc/meminfo: memFree=25213600/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1192424 CPUtime=1062.11 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250712 0 0 0 106107 104 0 0 20 0 1 0 346789208 1221042176 291428 33554432000 4194304 8395647 140736010542448 140736010537688 6126250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 298106 291428 625 1026 0 297076 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1192424

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15584
/proc/meminfo: memFree=25213132/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1192424 CPUtime=1122.11 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250712 0 0 0 112101 110 0 0 20 0 1 0 346789208 1221042176 291428 33554432000 4194304 8395647 140736010542448 140736010537688 6124432 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 298106 291428 625 1026 0 297076 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1192424

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15584
/proc/meminfo: memFree=25212640/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1192424 CPUtime=1182.1 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250712 0 0 0 118095 115 0 0 20 0 1 0 346789208 1221042176 291428 33554432000 4194304 8395647 140736010542448 140736010537688 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 298106 291428 625 1026 0 297076 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1192424

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15584
/proc/meminfo: memFree=25211048/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1192424 CPUtime=1242.09 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250712 0 0 0 124091 118 0 0 20 0 1 0 346789208 1221042176 291428 33554432000 4194304 8395647 140736010542448 140736010537736 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 298106 291428 625 1026 0 297076 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1192424

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15584
/proc/meminfo: memFree=25208888/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1192424 CPUtime=1302.09 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 250712 0 0 0 130091 118 0 0 20 0 1 0 346789208 1221042176 291428 33554432000 4194304 8395647 140736010542448 140736010537736 5852527 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 298106 291428 625 1026 0 297076 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1192424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15585
/proc/meminfo: memFree=25198720/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1197780 CPUtime=1362.07 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251006 0 0 0 136087 120 0 0 20 0 1 0 346789208 1226526720 293255 33554432000 4194304 8395647 140736010542448 140736010537640 6198204 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 299445 293255 625 1026 0 298415 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1197780

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15585
/proc/meminfo: memFree=25198872/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1197780 CPUtime=1422.07 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251006 0 0 0 142085 122 0 0 20 0 1 0 346789208 1226526720 293255 33554432000 4194304 8395647 140736010542448 140736010537736 7382132 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 299445 293255 625 1026 0 298415 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1197780

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 15585
/proc/meminfo: memFree=25198612/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1197780 CPUtime=1482.05 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251006 0 0 0 148083 122 0 0 20 0 1 0 346789208 1226526720 293258 33554432000 4194304 8395647 140736010542448 140736010537736 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 299445 293258 625 1026 0 298415 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1197780

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15585
/proc/meminfo: memFree=25166404/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1542.04 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251476 0 0 0 154079 125 0 0 20 0 1 0 346789208 1262432256 301393 33554432000 4194304 8395647 140736010542448 140736010537688 7385934 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301393 625 1026 0 307181 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1232844

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15588
/proc/meminfo: memFree=25166520/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1602.03 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251476 0 0 0 160074 129 0 0 20 0 1 0 346789208 1262432256 301393 33554432000 4194304 8395647 140736010542448 140736010537688 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301393 625 1026 0 307181 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1232844

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15589
/proc/meminfo: memFree=25166652/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1662.02 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251476 0 0 0 166069 133 0 0 20 0 1 0 346789208 1262432256 301393 33554432000 4194304 8395647 140736010542448 140736010537688 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301393 625 1026 0 307181 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1232844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15589
/proc/meminfo: memFree=25155172/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1722.02 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251476 0 0 0 172063 139 0 0 20 0 1 0 346789208 1262432256 301393 33554432000 4194304 8395647 140736010542448 140736010537688 7382116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301393 625 1026 0 307181 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1232844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15589
/proc/meminfo: memFree=25154428/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1782 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251476 0 0 0 178057 143 0 0 20 0 1 0 346789208 1262432256 301393 33554432000 4194304 8395647 140736010542448 140736010537688 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301393 625 1026 0 307181 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1232844

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15589
/proc/meminfo: memFree=25154428/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1785.21 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251476 0 0 0 178377 144 0 0 20 0 1 0 346789208 1262432256 301393 33554432000 4194304 8395647 140736010542448 140736010537736 6125397 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301393 625 1026 0 307181 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 1232844

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15589
/proc/meminfo: memFree=25154428/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1788.4 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251476 0 0 0 178696 144 0 0 20 0 1 0 346789208 1262432256 301393 33554432000 4194304 8395647 140736010542448 140736010537736 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301393 625 1026 0 307181 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 1232844

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15589
/proc/meminfo: memFree=25154428/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1789.2 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251476 0 0 0 178776 144 0 0 20 0 1 0 346789208 1262432256 301393 33554432000 4194304 8395647 140736010542448 140736010537736 6124443 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301393 625 1026 0 307181 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 1232844

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15589
/proc/meminfo: memFree=25154428/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1232844 CPUtime=1790 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251485 0 0 0 178856 144 0 0 20 0 1 0 346789208 1262432256 301402 33554432000 4194304 8395647 140736010542448 140736010537688 4720758 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 308211 301402 634 1026 0 307181 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 1232844

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15589
/proc/meminfo: memFree=25321120/32873844 swapFree=7128/7128
[pid=15399] ppid=15397 vsize=1044016 CPUtime=1790.41 cores=0,2,4,6
/proc/15399/stat : 15399 (pbscip.linux.x8) R 15397 15399 13572 0 -1 4202496 251485 0 0 0 178896 145 0 0 20 0 1 0 346789208 1069072384 256890 33554432000 4194304 8395647 140736010542448 140736010541832 6345902 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15399/statm: 261004 256890 634 1026 0 259974 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 1044016

Child status: 0
Real time (s): 1790.77
CPU time (s): 1790.48
CPU user time (s): 1789.01
CPU system time (s): 1.47178
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 1232844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.01
system time used= 1.47178
maximum resident set size= 1205608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251491
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= 18
involuntary context switches= 1848

runsolver used 2.99354 second user time and 8.22475 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 12:53:42
IDJOB=3744533
IDBENCH=92770
IDSOLVER=2326
FILE ID=node105/3744533-1338807222
RUNJOBID= node105-1338785386-13588
PBS_JOBID= 14636855
Free space on /tmp= 71256 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/IC/normalized-minisat50_6_9_9_ic.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744533-1338807222/watcher-3744533-1338807222 -o /tmp/evaluation-result-3744533-1338807222/solver-3744533-1338807222 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744533-1338807222.opb -t 1800 -m 15500

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

MD5SUM BENCH= 682b99afc8253237d78b2f22551fbcba
RANDOM SEED=1394823511

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:        27472840 kB
Buffers:          579644 kB
Cached:          3845064 kB
SwapCached:         1700 kB
Active:          1223324 kB
Inactive:        3291732 kB
Active(anon):      87088 kB
Inactive(anon):     4800 kB
Active(file):    1136236 kB
Inactive(file):  3286932 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             22760 kB
Writeback:             0 kB
AnonPages:         97492 kB
Mapped:            11664 kB
Shmem:                 0 kB
Slab:             745492 kB
SReclaimable:     186556 kB
SUnreclaim:       558936 kB
KernelStack:        1448 kB
PageTables:         4156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     211280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71232 MiB
End job on node105 at 2012-06-04 13:23:33