Trace number 3731632

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1791.8 1792.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM54ffab8e8a4cb46f5f9473284ad05d3b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark736
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 371
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
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-3731632-1338687614.opb>
3.69/3.75	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
3.69/3.75	c problem read
3.69/3.75	c presolving settings loaded
4.59/4.68	c presolving:
8.09/8.12	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
14.59/14.66	c    (10.9s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
14.59/14.66	c    (10.9s) probing aborted: 100/100 successive totally useless probings
14.59/14.66	c presolving (2 rounds):
14.59/14.66	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
14.59/14.66	c  1313400 implications, 0 cliques
14.59/14.66	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
14.59/14.66	c  656700 constraints of type <setppc>
14.59/14.66	c     200 constraints of type <logicor>
14.59/14.66	c transformed objective value is always integral (scale: 1)
14.59/14.66	c Presolving Time: 10.14
14.59/14.66	c - non default parameters ----------------------------------------------------------------------
14.59/14.66	c # SCIP version 1.2.1.3
14.59/14.66	c 
14.59/14.66	c # frequency for displaying node information lines
14.59/14.66	c # [type: int, range: [-1,2147483647], default: 100]
14.59/14.66	c display/freq = 10000
14.59/14.66	c 
14.59/14.66	c # maximal time in seconds to run
14.59/14.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.59/14.66	c limits/time = 1786.26
14.59/14.66	c 
14.59/14.66	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.59/14.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.59/14.66	c limits/memory = 13950
14.59/14.66	c 
14.59/14.66	c # default clock type (1: CPU user seconds, 2: wall clock time)
14.59/14.66	c # [type: int, range: [1,2], default: 1]
14.59/14.66	c timing/clocktype = 2
14.59/14.66	c 
14.59/14.66	c # should presolving try to simplify inequalities
14.59/14.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.59/14.66	c constraints/linear/simplifyinequalities = TRUE
14.59/14.66	c 
14.59/14.66	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
14.59/14.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.59/14.66	c constraints/indicator/addCouplingCons = TRUE
14.59/14.66	c 
14.59/14.66	c # should presolving try to simplify knapsacks
14.59/14.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.59/14.66	c constraints/knapsack/simplifyinequalities = TRUE
14.59/14.66	c 
14.59/14.66	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
14.59/14.66	c # [type: int, range: [-1,2147483647], default: -1]
14.59/14.66	c separating/rapidlearning/freq = 0
14.59/14.66	c 
14.59/14.66	c -----------------------------------------------------------------------------------------------
14.59/14.66	c start solving
14.59/14.67	c 
29.99/30.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.99/30.08	c  26.3s|     1 |     0 |  1174 |     - | 727M|   0 | 276 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.541506e+02 |      --      |    Inf 
243.75/243.80	c   240s|     1 |     0 |  7630 |     - | 729M|   0 | 289 |  10k| 656k|  10k| 656k|  12 |   0 |   0 | 1.599340e+02 |      --      |    Inf 
721.68/721.89	c   718s|     1 |     0 |  7961 |     - | 729M|   0 | 279 |  10k| 656k|  10k| 656k|  18 |   0 |   0 | 1.630097e+02 |      --      |    Inf 
947.25/947.48	c   944s|     1 |     0 |  8246 |     - | 729M|   0 | 276 |  10k| 656k|  10k| 656k|  25 |   0 |   0 | 1.657985e+02 |      --      |    Inf 
1026.83/1027.08	c  1023s|     1 |     0 |  8558 |     - | 729M|   0 | 290 |  10k| 656k|  10k| 656k|  33 |   0 |   0 | 1.689298e+02 |      --      |    Inf 
1501.65/1501.91	c  1498s|     1 |     0 |  8823 |     - | 729M|   0 | 288 |  10k| 656k|  10k| 656k|  39 |   0 |   0 | 1.704021e+02 |      --      |    Inf 
1789.71/1790.03	c  1786s|     1 |     2 |  8823 |     - | 729M|   0 | 288 |  10k| 656k|  10k| 656k|  39 |   0 |   0 | 1.704021e+02 |      --      |    Inf 
1789.71/1790.03	c 
1789.71/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.03	c Solving Time (sec) : 1786.28
1789.71/1790.03	c Solving Nodes      : 1
1789.71/1790.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.71/1790.03	c Dual Bound         : +1.70402071563089e+02
1789.71/1790.03	c Gap                : infinite
1789.71/1790.03	s UNKNOWN
1789.71/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.03	c Solving Time       :    1786.28
1789.71/1790.03	c Original Problem   :
1789.71/1790.03	c   Problem name     : HOME/instance-3731632-1338687614.opb
1789.71/1790.03	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.03	c   Constraints      : 656900 initial, 656900 maximal
1789.71/1790.03	c Presolved Problem  :
1789.71/1790.03	c   Problem name     : t_HOME/instance-3731632-1338687614.opb
1789.71/1790.03	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.03	c   Constraints      : 656900 initial, 656900 maximal
1789.71/1790.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.03	c   probing          :       5.98          0          0          0          0          0          0          0          0
1789.71/1790.03	c   setppc           :       0.56          0          0          0          0          0          0          0          0
1789.71/1790.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.03	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.03	c   integral         :          0          0          0          1          0          0          0          0          0          2
1789.71/1790.03	c   setppc           :     656700          6        201          0          0          0          0          0          0          0
1789.71/1790.03	c   logicor          :        200          6         99          0          0          0          0          0          0          0
1789.71/1790.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.71/1790.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.03	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.03	c   setppc           :       5.43       0.25       5.18       0.00       0.00
1789.71/1790.03	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.03	c   vbounds          :       0.00          2          0          0
1789.71/1790.03	c   rootredcost      :       0.00          0          0          0
1789.71/1790.03	c   pseudoobj        :       0.00          7          0          0
1789.71/1790.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.71/1790.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.03	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 49)
1789.71/1790.03	c   redcost          :       0.00          6          0          0          0          0
1789.71/1790.03	c   impliedbounds    :       0.01          6          0          0          0          0
1789.71/1790.03	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.03	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.03	c   gomory           :     778.25          6          0          0       1500          0
1789.71/1790.03	c   strongcg         :     643.62          6          0          0       1500          0
1789.71/1790.03	c   cmir             :       9.95          5          0          0          0          0
1789.71/1790.03	c   flowcover        :     143.61          5          0          0          0          0
1789.71/1790.03	c   clique           :       0.66          5          0          0         30          0
1789.71/1790.03	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.03	c   mcf              :       0.32          1          0          0          0          0
1789.71/1790.03	c   rapidlearning    :       0.00          0          0          0          0          0
1789.71/1790.03	c Pricers            :       Time      Calls       Vars
1789.71/1790.03	c   problem variables:       0.00          0          0
1789.71/1790.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.03	c   relpscost        :       0.00          1          0          0          0          0          2
1789.71/1790.03	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.03	c   inference        :       0.00          0          0          0          0          0          0
1789.71/1790.03	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.03	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.03	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.03	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.03	c   LP solutions     :       0.00          -          0
1789.71/1790.03	c   pseudo solutions :       0.00          -          0
1789.71/1790.03	c   oneopt           :       0.00          0          0
1789.71/1790.03	c   crossover        :       0.00          0          0
1789.71/1790.03	c   trivial          :       0.26          2          0
1789.71/1790.03	c   simplerounding   :       0.00          0          0
1789.71/1790.03	c   zirounding       :       0.02          1          0
1789.71/1790.03	c   rounding         :       0.14          6          0
1789.71/1790.03	c   shifting         :       0.23          6          0
1789.71/1790.03	c   intshifting      :       0.00          0          0
1789.71/1790.03	c   twoopt           :       0.00          0          0
1789.71/1790.03	c   fixandinfer      :       0.00          0          0
1789.71/1790.03	c   feaspump         :     140.78          1          0
1789.71/1790.03	c   coefdiving       :       0.00          0          0
1789.71/1790.03	c   pscostdiving     :       0.00          0          0
1789.71/1790.03	c   fracdiving       :       0.00          0          0
1789.71/1790.03	c   veclendiving     :       0.00          0          0
1789.71/1790.03	c   intdiving        :       0.00          0          0
1789.71/1790.03	c   actconsdiving    :       0.00          0          0
1789.71/1790.03	c   objpscostdiving  :       0.00          0          0
1789.71/1790.03	c   rootsoldiving    :       0.00          0          0
1789.71/1790.03	c   linesearchdiving :       0.00          0          0
1789.71/1790.03	c   guideddiving     :       0.00          0          0
1789.71/1790.03	c   octane           :       0.00          0          0
1789.71/1790.03	c   rens             :       0.00          0          0
1789.71/1790.03	c   rins             :       0.00          0          0
1789.71/1790.03	c   localbranching   :       0.00          0          0
1789.71/1790.03	c   mutation         :       0.00          0          0
1789.71/1790.03	c   dins             :       0.00          0          0
1789.71/1790.03	c   undercover       :       0.00          0          0
1789.71/1790.03	c   nlp              :       0.00          0          0
1789.71/1790.03	c   trysol           :       0.00          0          0
1789.71/1790.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.03	c   primal LP        :       0.00          0          0       0.00          -
1789.71/1790.03	c   dual LP          :      55.96          6       2835     472.50      50.66
1789.71/1790.03	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.03	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.03	c   diving/probing LP:     140.55          4       5988    1497.00      42.60
1789.71/1790.03	c   strong branching :       0.00          0          0       0.00          -
1789.71/1790.03	c     (at root node) :          -          0          0       0.00          -
1789.71/1790.03	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.03	c B&B Tree           :
1789.71/1790.03	c   number of runs   :          1
1789.71/1790.03	c   nodes            :          1
1789.71/1790.03	c   nodes (total)    :          1
1789.71/1790.03	c   nodes left       :          2
1789.71/1790.03	c   max depth        :          0
1789.71/1790.03	c   max depth (total):          0
1789.71/1790.03	c   backtracks       :          0 (0.0%)
1789.71/1790.03	c   delayed cutoffs  :          0
1789.71/1790.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.71/1790.03	c   avg switch length:       1.00
1789.71/1790.03	c   switching time   :       0.00
1789.71/1790.03	c Solution           :
1789.71/1790.03	c   Solutions found  :          0 (0 improvements)
1789.71/1790.03	c   Primal Bound     :          -
1789.71/1790.03	c   Dual Bound       : +1.70402071563089e+02
1789.71/1790.03	c   Gap              :   infinite
1789.71/1790.03	c   Root Dual Bound  : +1.70402071563089e+02
1789.71/1790.03	c   Root Iterations  :       8823
1791.71/1792.08	c Time complete: 1791.79.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12583
/proc/meminfo: memFree=26803508/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 1253 0 0 0 0 0 0 0 20 0 1 0 334888342 8105984 1199 33554432000 4194304 8395647 140733997474384 140734015250600 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 1979 1199 370 1026 0 949 0

[startup+0.0277111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12583
/proc/meminfo: memFree=26803508/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=18812 CPUtime=0.02 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 3964 0 0 0 2 0 0 0 20 0 1 0 334888342 19263488 3904 33554432000 4194304 8395647 140733997474384 140734015250600 7384811 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 4703 3904 394 1026 0 3673 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18812

[startup+0.100344 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12583
/proc/meminfo: memFree=26803508/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=23824 CPUtime=0.08 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 5245 0 0 0 8 0 0 0 20 0 1 0 334888342 24395776 5185 33554432000 4194304 8395647 140733997474384 140734015250600 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 5956 5185 394 1026 0 4926 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23824

[startup+0.300261 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12583
/proc/meminfo: memFree=26803508/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=36088 CPUtime=0.29 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 8304 0 0 0 28 1 0 0 20 0 1 0 334888342 36954112 8244 33554432000 4194304 8395647 140733997474384 140733997339592 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 9022 8244 394 1026 0 7992 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36088

[startup+0.70028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12583
/proc/meminfo: memFree=26803508/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=60420 CPUtime=0.69 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 14229 0 0 0 67 2 0 0 20 0 1 0 334888342 61870080 14170 33554432000 4194304 8395647 140733997474384 140733997339592 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 15105 14205 394 1026 0 14075 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60420

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12584
/proc/meminfo: memFree=26731480/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=106976 CPUtime=1.48 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 25968 0 0 0 145 3 0 0 20 0 1 0 334888342 109543424 25908 33554432000 4194304 8395647 140733997474384 140733997339592 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 26744 25908 394 1026 0 25714 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 106976

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12584
/proc/meminfo: memFree=26665000/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=203184 CPUtime=3.09 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 49986 0 0 0 302 7 0 0 20 0 1 0 334888342 208060416 49926 33554432000 4194304 8395647 140733997474384 140733997339592 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 50796 49926 394 1026 0 49766 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 203184

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12584
/proc/meminfo: memFree=26153564/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=659292 CPUtime=6.29 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 163553 0 0 0 606 23 0 0 20 0 1 0 334888342 675115008 163139 33554432000 4194304 8395647 140733997474384 140733997470344 5039046 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 164823 163139 464 1026 0 163793 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 659292

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12584
/proc/meminfo: memFree=25874444/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=904500 CPUtime=12.69 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 224033 0 0 0 1235 34 0 0 20 0 1 0 334888342 926208000 223729 33554432000 4194304 8395647 140733997474384 140733997470184 5210321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 226125 223729 490 1026 0 225095 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 904500

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12584
/proc/meminfo: memFree=25512320/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1328020 CPUtime=25.49 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 263677 0 0 0 2502 47 0 0 20 0 1 0 334888342 1359892480 313883 33554432000 4194304 8395647 140733997474384 140733997469848 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 332005 313883 561 1026 0 330975 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1328020

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12584
/proc/meminfo: memFree=25462540/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1365852 CPUtime=51.09 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 267381 0 0 0 5057 52 0 0 20 0 1 0 334888342 1398632448 323459 33554432000 4194304 8395647 140733997474384 140733997468952 6708010 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 341463 323459 572 1026 0 340433 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1365852

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12584
/proc/meminfo: memFree=25447452/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1379748 CPUtime=102.28 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 270403 0 0 0 10167 61 0 0 20 0 1 0 334888342 1412861952 326820 33554432000 4194304 8395647 140733997474384 140733997468952 6708025 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 344937 326820 572 1026 0 343907 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1379748

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12585
/proc/meminfo: memFree=25433712/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1382076 CPUtime=162.26 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 272004 0 0 0 16154 72 0 0 20 0 1 0 334888342 1415245824 327607 33554432000 4194304 8395647 140733997474384 140733997468136 6696653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 345519 327607 572 1026 0 344489 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1382076

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 12585
/proc/meminfo: memFree=25437716/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1374184 CPUtime=222.25 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 273593 0 0 0 22149 76 0 0 20 0 1 0 334888342 1407164416 326581 33554432000 4194304 8395647 140733997474384 140733997469912 5849682 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 343546 326581 583 1026 0 342516 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1374184

[startup+282.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/177 12585
/proc/meminfo: memFree=25342472/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1449180 CPUtime=282.25 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 289187 0 0 0 28141 84 0 0 20 0 1 0 334888342 1483960320 348111 33554432000 4194304 8395647 140733997474384 140733997469576 6197311 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 362295 348111 603 1026 0 361265 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1449180

[startup+342.3 s]
/proc/loadavg: 2.19 2.06 2.01 3/177 12585
/proc/meminfo: memFree=25342008/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1449180 CPUtime=342.24 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 289187 0 0 0 34137 87 0 0 20 0 1 0 334888342 1483960320 348111 33554432000 4194304 8395647 140733997474384 140733997469576 7385934 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 362295 348111 603 1026 0 361265 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1449180

[startup+402.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/177 12585
/proc/meminfo: memFree=25336840/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1449180 CPUtime=402.23 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 289187 0 0 0 40131 92 0 0 20 0 1 0 334888342 1483960320 348111 33554432000 4194304 8395647 140733997474384 140733997469624 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 362295 348111 603 1026 0 361265 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1449180

[startup+462.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/177 12586
/proc/meminfo: memFree=25330908/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1449180 CPUtime=462.22 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 289187 0 0 0 46127 95 0 0 20 0 1 0 334888342 1483960320 348111 33554432000 4194304 8395647 140733997474384 140733997469624 6124428 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 362295 348111 603 1026 0 361265 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1449180

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 12586
/proc/meminfo: memFree=25324788/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1449180 CPUtime=522.2 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 289187 0 0 0 52123 97 0 0 20 0 1 0 334888342 1483960320 348111 33554432000 4194304 8395647 140733997474384 140733997469624 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 362295 348111 603 1026 0 361265 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1449180

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 12586
/proc/meminfo: memFree=25318240/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1449180 CPUtime=582.2 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 289187 0 0 0 58119 101 0 0 20 0 1 0 334888342 1483960320 348111 33554432000 4194304 8395647 140733997474384 140733997469624 6124426 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 362295 348111 603 1026 0 361265 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1449180

[startup+642.3 s]

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

/proc/meminfo: memFree=25144580/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1122.11 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292416 0 0 0 112081 130 0 0 20 0 1 0 334888342 1536225280 360223 33554432000 4194304 8395647 140733997474384 140733997469576 6197330 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 360223 604 1026 0 374025 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1500220

[startup+1182.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/177 12591
/proc/meminfo: memFree=25144484/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1182.1 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292416 0 0 0 118077 133 0 0 20 0 1 0 334888342 1536225280 360223 33554432000 4194304 8395647 140733997474384 140733997469624 6440473 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 360223 604 1026 0 374025 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1500220

[startup+1242.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/178 12594
/proc/meminfo: memFree=25143412/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1242.1 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292417 0 0 0 124073 137 0 0 20 0 1 0 334888342 1536225280 360368 33554432000 4194304 8395647 140733997474384 140733997469576 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 360368 604 1026 0 374025 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1500220

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 12617
/proc/meminfo: memFree=25142428/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1302.09 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292418 0 0 0 130069 140 0 0 20 0 1 0 334888342 1536225280 360589 33554432000 4194304 8395647 140733997474384 140733997469624 7382152 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 360589 604 1026 0 374025 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1500220

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 12618
/proc/meminfo: memFree=25142452/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1362.08 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292420 0 0 0 136064 144 0 0 20 0 1 0 334888342 1536225280 360589 33554432000 4194304 8395647 140733997474384 140733997469624 6124432 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 360589 604 1026 0 374025 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1500220

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 12618
/proc/meminfo: memFree=25136888/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1422.08 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292422 0 0 0 142060 148 0 0 20 0 1 0 334888342 1536225280 361484 33554432000 4194304 8395647 140733997474384 140733997469672 6124432 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 361484 604 1026 0 374025 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1500220

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 12618
/proc/meminfo: memFree=25136248/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1482.05 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292423 0 0 0 148055 150 0 0 20 0 1 0 334888342 1536225280 361914 33554432000 4194304 8395647 140733997474384 140733997469672 5849694 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 361914 604 1026 0 374025 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1500220

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12619
/proc/meminfo: memFree=25131640/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1542.05 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292603 0 0 0 154052 153 0 0 20 0 1 0 334888342 1536225280 362958 33554432000 4194304 8395647 140733997474384 140733997469576 7385934 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 362958 604 1026 0 374025 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1500220

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12619
/proc/meminfo: memFree=25130832/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1602.04 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292603 0 0 0 160049 155 0 0 20 0 1 0 334888342 1536225280 363179 33554432000 4194304 8395647 140733997474384 140733997469576 6197311 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 363179 604 1026 0 374025 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1500220

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12619
/proc/meminfo: memFree=25130744/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1662.03 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292603 0 0 0 166045 158 0 0 20 0 1 0 334888342 1536225280 363228 33554432000 4194304 8395647 140733997474384 140733997469576 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 363228 604 1026 0 374025 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1500220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12620
/proc/meminfo: memFree=25130668/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1722.02 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292603 0 0 0 172041 161 0 0 20 0 1 0 334888342 1536225280 363228 33554432000 4194304 8395647 140733997474384 140733997469672 6440644 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 363228 604 1026 0 374025 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1500220

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12658
/proc/meminfo: memFree=26568164/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1782.02 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292603 0 0 0 178037 165 0 0 20 0 1 0 334888342 1536225280 363228 33554432000 4194304 8395647 140733997474384 140733997469672 6440644 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 363228 604 1026 0 374025 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1500220

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 12658
/proc/meminfo: memFree=26557268/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1785.21 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292603 0 0 0 178356 165 0 0 20 0 1 0 334888342 1536225280 363228 33554432000 4194304 8395647 140733997474384 140733997469624 6124443 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 363228 604 1026 0 374025 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 1500220

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12661
/proc/meminfo: memFree=26542240/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1788.41 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292603 0 0 0 178676 165 0 0 20 0 1 0 334888342 1536225280 363228 33554432000 4194304 8395647 140733997474384 140733997469624 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 363228 604 1026 0 374025 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 1500220

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12661
/proc/meminfo: memFree=26542372/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500220 CPUtime=1790.01 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292610 0 0 0 178836 165 0 0 20 0 1 0 334888342 1536225280 363235 33554432000 4194304 8395647 140733997474384 140733997470216 6345229 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375055 363235 611 1026 0 374025 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 1500220

[startup+1791.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12661
/proc/meminfo: memFree=26542496/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500196 CPUtime=1790.81 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292612 0 0 0 178916 165 0 0 20 0 1 0 334888342 1536200704 363233 33554432000 4194304 8395647 140733997474384 140733997470216 6063861 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375049 363233 613 1026 0 374019 0
Current children cumulated CPU time (s) 1790.81
Current children cumulated vsize (KiB) 1500196

[startup+1791.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12661
/proc/meminfo: memFree=26542496/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1500196 CPUtime=1791.21 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292612 0 0 0 178956 165 0 0 20 0 1 0 334888342 1536200704 363233 33554432000 4194304 8395647 140733997474384 140733997473704 6063821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 375049 363233 613 1026 0 374019 0
Current children cumulated CPU time (s) 1791.21
Current children cumulated vsize (KiB) 1500196

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12661
/proc/meminfo: memFree=26542620/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1494748 CPUtime=1791.62 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292612 0 0 0 178997 165 0 0 20 0 1 0 334888342 1530621952 361949 33554432000 4194304 8395647 140733997474384 140733997473704 6066764 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 373687 361949 613 1026 0 372657 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 1494748

[startup+1792 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12661
/proc/meminfo: memFree=26542620/32873648 swapFree=6864/6864
[pid=12583] ppid=12581 vsize=1142508 CPUtime=1791.71 cores=1,3,5,7
/proc/12583/stat : 12583 (pbscip.linux.x8) R 12581 12583 11712 0 -1 4202496 292612 0 0 0 179005 166 0 0 20 0 1 0 334888342 1169928192 282889 33554432000 4194304 8395647 140733997474384 140733997473704 6345891 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12583/statm: 285627 282889 613 1026 0 284597 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 1142508

Child status: 0
Real time (s): 1792.08
CPU time (s): 1791.8
CPU user time (s): 1790.12
CPU system time (s): 1.67974
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 1561808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.12
system time used= 1.67974
maximum resident set size= 1468636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292618
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= 1842

runsolver used 2.89456 second user time and 8.5307 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-03 03:40:15
IDJOB=3731632
IDBENCH=1971
IDSOLVER=2326
FILE ID=node113/3731632-1338687614
RUNJOBID= node113-1338678627-11732
PBS_JOBID= 14636700
Free space on /tmp= 70936 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= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.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-3731632-1338687614/watcher-3731632-1338687614 -o /tmp/evaluation-result-3731632-1338687614/solver-3731632-1338687614 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731632-1338687614.opb -t 1800 -m 15500

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

MD5SUM BENCH= 54ffab8e8a4cb46f5f9473284ad05d3b
RANDOM SEED=821219514

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26804416 kB
Buffers:          502024 kB
Cached:          3416616 kB
SwapCached:         2028 kB
Active:          2987584 kB
Inactive:        2192084 kB
Active(anon):    1258184 kB
Inactive(anon):     3956 kB
Active(file):    1729400 kB
Inactive(file):  2188128 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             54228 kB
Writeback:             0 kB
AnonPages:       1289300 kB
Mapped:            13648 kB
Shmem:                 0 kB
Slab:             749880 kB
SReclaimable:     194184 kB
SUnreclaim:       555696 kB
KernelStack:        1480 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1447772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70944 MiB
End job on node113 at 2012-06-03 04:10:07