Trace number 3731929

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? 1789.86 1790.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUMdccfffd22c38fcd3c497d688dab4b7a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76666
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 79290
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
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-3731929-1338690823.opb>
0.39/0.43	c original problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
0.39/0.43	c problem read
0.39/0.43	c presolving settings loaded
0.48/0.51	c presolving:
0.79/0.88	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
1.59/1.61	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 43200 chg sides, 64800 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
7.79/7.90	c    (7.5s) probing: 1000/2700 (37.0%) - 0 fixings, 0 aggregations, 9281 implications, 0 bound changes
10.09/10.13	c    (9.7s) probing: 1721/2700 (63.7%) - 0 fixings, 0 aggregations, 15210 implications, 0 bound changes
10.09/10.13	c    (9.7s) probing aborted: 100/100 successive totally useless probings
10.09/10.13	c presolving (3 rounds):
10.09/10.13	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 43200 changed sides, 64800 changed coefficients
10.09/10.13	c  37080 implications, 630 cliques
10.09/10.13	c presolved problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
10.09/10.13	c   21770 constraints of type <knapsack>
10.09/10.13	c    3960 constraints of type <setppc>
10.09/10.13	c   16890 constraints of type <logicor>
10.09/10.13	c transformed objective value is always integral (scale: 1)
10.09/10.13	c Presolving Time: 9.62
10.09/10.13	c - non default parameters ----------------------------------------------------------------------
10.09/10.13	c # SCIP version 1.2.1.3
10.09/10.13	c 
10.09/10.13	c # frequency for displaying node information lines
10.09/10.13	c # [type: int, range: [-1,2147483647], default: 100]
10.09/10.13	c display/freq = 10000
10.09/10.13	c 
10.09/10.13	c # maximal time in seconds to run
10.09/10.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.09/10.13	c limits/time = 1789.58
10.09/10.13	c 
10.09/10.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.09/10.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
10.09/10.13	c limits/memory = 13950
10.09/10.13	c 
10.09/10.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
10.09/10.13	c # [type: int, range: [1,2], default: 1]
10.09/10.13	c timing/clocktype = 2
10.09/10.13	c 
10.09/10.13	c # should presolving try to simplify inequalities
10.09/10.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.09/10.13	c constraints/linear/simplifyinequalities = TRUE
10.09/10.13	c 
10.09/10.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
10.09/10.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.09/10.13	c constraints/indicator/addCouplingCons = TRUE
10.09/10.13	c 
10.09/10.13	c # should presolving try to simplify knapsacks
10.09/10.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
10.09/10.13	c constraints/knapsack/simplifyinequalities = TRUE
10.09/10.13	c 
10.09/10.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
10.09/10.13	c # [type: int, range: [-1,2147483647], default: -1]
10.09/10.13	c separating/rapidlearning/freq = 0
10.09/10.13	c 
10.09/10.13	c -----------------------------------------------------------------------------------------------
10.09/10.13	c start solving
10.09/10.14	c 
22.58/22.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.58/22.63	c  22.2s|     1 |     0 |  5176 |     - |  96M|   0 | 682 |2700 |  42k|2700 |  42k|   0 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
108.26/108.38	c   108s|     1 |     0 | 14977 |     - |  96M|   0 | 703 |2700 |  42k|2700 |  42k|  13 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
132.15/132.21	c   132s|     1 |     0 | 16009 |     - |  96M|   0 | 680 |2700 |  42k|2700 |  42k|  18 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
156.55/156.68	c   156s|     1 |     0 | 17525 |     - |  96M|   0 | 690 |2700 |  42k|2700 |  42k|  29 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
180.25/180.31	c   180s|     1 |     0 | 18627 |     - |  96M|   0 | 692 |2700 |  42k|2700 |  42k|  33 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
205.44/205.55	c   205s|     1 |     0 | 20133 |     - |  96M|   0 | 696 |2700 |  42k|2700 |  42k|  37 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
229.13/229.26	c   229s|     1 |     0 | 21096 |     - |  96M|   0 | 738 |2700 |  42k|2700 |  42k|  40 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
287.63/287.77	c   287s|     1 |     2 | 21096 |     - |  96M|   0 | 738 |2700 |  42k|2700 |  42k|  40 |   0 |  20 | 4.026400e+04 |      --      |    Inf 
1789.70/1790.01	c 
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time (sec) : 1789.59
1789.70/1790.01	c Solving Nodes      : 69
1789.70/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.01	c Dual Bound         : +4.02640000000000e+04
1789.70/1790.01	c Gap                : infinite
1789.70/1790.01	s UNKNOWN
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time       :    1789.59
1789.70/1790.01	c Original Problem   :
1789.70/1790.01	c   Problem name     : HOME/instance-3731929-1338690823.opb
1789.70/1790.01	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01	c   Constraints      : 42620 initial, 42620 maximal
1789.70/1790.01	c Presolved Problem  :
1789.70/1790.01	c   Problem name     : t_HOME/instance-3731929-1338690823.opb
1789.70/1790.01	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01	c   Constraints      : 42620 initial, 42620 maximal
1789.70/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   probing          :       8.01          0          0          0          0          0          0          0          0
1789.70/1790.02	c   knapsack         :       1.19          0          0          0          0          0          0      43200      64800
1789.70/1790.02	c   setppc           :       0.02          0          0          0          0          0          0          0          0
1789.70/1790.02	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1789.70/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.02	c   integral         :          0          0          0         69          0          0          1          0          0        136
1789.70/1790.02	c   knapsack         :      21770          6       6095          0          1          0        148          0          0          0
1789.70/1790.02	c   setppc           :       3960          6       6095          0          1          0       1488          0          0          0
1789.70/1790.02	c   logicor          :      16890          6       3574          0          1          0         54          0          0          0
1789.70/1790.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.70/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.02	c   integral         :     613.10       0.00       0.00     613.10       0.00
1789.70/1790.02	c   knapsack         :       6.37       0.43       5.94       0.00       0.00
1789.70/1790.02	c   setppc           :       0.98       0.00       0.98       0.00       0.00
1789.70/1790.02	c   logicor          :       0.19       0.01       0.18       0.00       0.00
1789.70/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.02	c   vbounds          :       0.01          2          0          0
1789.70/1790.02	c   rootredcost      :       0.00          0          0          0
1789.70/1790.02	c   pseudoobj        :       0.03       1112          0          0
1789.70/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.70/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.02	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 124)
1789.70/1790.02	c   redcost          :       0.01         74          0          0          0          0
1789.70/1790.02	c   impliedbounds    :       0.00          6          0          0          0          0
1789.70/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.02	c   gomory           :      57.68          6          0          0       1081          0
1789.70/1790.02	c   strongcg         :      56.72          6          0          0       1081          0
1789.70/1790.02	c   cmir             :       1.02          6          0          0          0          0
1789.70/1790.02	c   flowcover        :       5.25          6          0          0          0          0
1789.70/1790.02	c   clique           :       0.13          6          0          0         38          0
1789.70/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.02	c   mcf              :       0.04          1          0          0          0          0
1789.70/1790.02	c   rapidlearning    :       0.00          0          0          0          0          0
1789.70/1790.02	c Pricers            :       Time      Calls       Vars
1789.70/1790.02	c   problem variables:       0.00          0          0
1789.70/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.02	c   relpscost        :     613.10         69          0          1          0          0        136
1789.70/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   inference        :       0.00          1          0          0          0          0          2
1789.70/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.02	c   LP solutions     :       0.00          -          0
1789.70/1790.02	c   pseudo solutions :       0.00          -          0
1789.70/1790.02	c   oneopt           :       0.00          0          0
1789.70/1790.02	c   crossover        :       0.00          0          0
1789.70/1790.02	c   objpscostdiving  :       0.00          0          0
1789.70/1790.02	c   rootsoldiving    :       0.00          0          0
1789.70/1790.02	c   linesearchdiving :       0.00          0          0
1789.70/1790.02	c   guideddiving     :       0.00          0          0
1789.70/1790.02	c   intshifting      :       0.00          0          0
1789.70/1790.02	c   coefdiving       :      94.64          1          0
1789.70/1790.02	c   pscostdiving     :     137.25          1          0
1789.70/1790.02	c   fracdiving       :      29.22          1          0
1789.70/1790.02	c   veclendiving     :     251.52          1          0
1789.70/1790.02	c   feaspump         :      63.06          1          0
1789.70/1790.02	c   trivial          :       0.01          2          0
1789.70/1790.02	c   simplerounding   :       0.00          0          0
1789.70/1790.02	c   zirounding       :       0.12         68          0
1789.70/1790.02	c   rounding         :       0.29         75          0
1789.70/1790.02	c   shifting         :       0.15         14          0
1789.70/1790.02	c   twoopt           :       0.00          0          0
1789.70/1790.02	c   fixandinfer      :       0.00          0          0
1789.70/1790.02	c   intdiving        :       0.00          0          0
1789.70/1790.02	c   actconsdiving    :       0.00          0          0
1789.70/1790.02	c   octane           :       0.00          0          0
1789.70/1790.02	c   rens             :       0.35          1          0
1789.70/1790.02	c   rins             :       0.00          0          0
1789.70/1790.02	c   localbranching   :       0.00          0          0
1789.70/1790.02	c   mutation         :       0.00          0          0
1789.70/1790.02	c   dins             :       0.00          0          0
1789.70/1790.02	c   undercover       :       0.00          0          0
1789.70/1790.02	c   nlp              :       0.00          0          0
1789.70/1790.02	c   trysol           :       0.00          0          0
1789.70/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.02	c   primal LP        :       0.04          0          0       0.00       0.00
1789.70/1790.02	c   dual LP          :     468.11         76     162050    2132.24     346.18
1789.70/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.02	c   diving/probing LP:     571.02        859     182555     212.52     319.70
1789.70/1790.02	c   strong branching :     613.08        213     212152     996.02     346.04
1789.70/1790.02	c     (at root node) :          -         20      20000    1000.00          -
1789.70/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.02	c B&B Tree           :
1789.70/1790.02	c   number of runs   :          1
1789.70/1790.02	c   nodes            :         69
1789.70/1790.02	c   nodes (total)    :         69
1789.70/1790.02	c   nodes left       :         70
1789.70/1790.02	c   max depth        :         23
1789.70/1790.02	c   max depth (total):         23
1789.70/1790.02	c   backtracks       :          4 (5.8%)
1789.70/1790.02	c   delayed cutoffs  :          0
1789.70/1790.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.70/1790.02	c   avg switch length:       1.75
1789.70/1790.02	c   switching time   :       0.10
1789.70/1790.02	c Solution           :
1789.70/1790.02	c   Solutions found  :          0 (0 improvements)
1789.70/1790.02	c   Primal Bound     :          -
1789.70/1790.02	c   Dual Bound       : +4.02640000000000e+04
1789.70/1790.02	c   Gap              :   infinite
1789.70/1790.02	c   Root Dual Bound  : +4.02640000000000e+04
1789.70/1790.02	c   Root Iterations  :      21096
1789.80/1790.15	c Time complete: 1789.85.

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-3731929-1338690823/watcher-3731929-1338690823 -o /tmp/evaluation-result-3731929-1338690823/solver-3731929-1338690823 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731929-1338690823.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.04 2.02 2.00 2/176 23021
/proc/meminfo: memFree=27009732/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 1 0 335210886 9158656 1240 33554432000 4194304 8395647 140736212496304 140734369730376 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 2236 1248 374 1026 0 1206 0

[startup+0.0598411 s]
/proc/loadavg: 2.04 2.02 2.00 2/176 23021
/proc/meminfo: memFree=27009732/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=16452 CPUtime=0.05 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 3385 0 0 0 5 0 0 0 20 0 1 0 335210886 16846848 3331 33554432000 4194304 8395647 140736212496304 140736212361416 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 4113 3331 393 1026 0 3083 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16452

[startup+0.100309 s]
/proc/loadavg: 2.04 2.02 2.00 2/176 23021
/proc/meminfo: memFree=27009732/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=18896 CPUtime=0.09 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 3962 0 0 0 9 0 0 0 20 0 1 0 335210886 19349504 3908 33554432000 4194304 8395647 140736212496304 140736212361416 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 4724 3908 393 1026 0 3694 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18896

[startup+0.300268 s]
/proc/loadavg: 2.04 2.02 2.00 2/176 23021
/proc/meminfo: memFree=27009732/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=29436 CPUtime=0.29 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 6448 0 0 0 28 1 0 0 20 0 1 0 335210886 30142464 6396 33554432000 4194304 8395647 140736212496304 140736212361416 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 7359 6422 393 1026 0 6329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29436

[startup+0.700323 s]
/proc/loadavg: 2.04 2.02 2.00 2/176 23021
/proc/meminfo: memFree=27009732/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=93760 CPUtime=0.69 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 23325 0 0 0 65 4 0 0 20 0 1 0 335210886 96010240 22334 33554432000 4194304 8395647 140736212496304 140736212361416 4218646 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 23440 22334 472 1026 0 22410 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93760

[startup+1.5003 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 23022
/proc/meminfo: memFree=26886228/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=130284 CPUtime=1.49 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 32467 0 0 0 144 5 0 0 20 0 1 0 335210886 133410816 31476 33554432000 4194304 8395647 140736212496304 140736212492280 4954636 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 32571 31476 484 1026 0 31541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130284

[startup+3.10033 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 23022
/proc/meminfo: memFree=26882668/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=133300 CPUtime=3.09 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 32751 0 0 0 304 5 0 0 20 0 1 0 335210886 136499200 32271 33554432000 4194304 8395647 140736212496304 140736212492104 5210321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 33325 32271 499 1026 0 32295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133300

[startup+6.30033 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 23022
/proc/meminfo: memFree=26881924/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=133300 CPUtime=6.29 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 32751 0 0 0 624 5 0 0 20 0 1 0 335210886 136499200 32271 33554432000 4194304 8395647 140736212496304 140736212492104 7379642 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 33325 32271 499 1026 0 32295 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133300

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 23022
/proc/meminfo: memFree=26800440/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=223196 CPUtime=12.69 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 50222 0 0 0 1260 9 0 0 20 0 1 0 335210886 228552704 52840 33554432000 4194304 8395647 140736212496304 140736212491432 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 55799 52840 575 1026 0 54769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 223196

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 23022
/proc/meminfo: memFree=26796480/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=225976 CPUtime=25.48 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 51178 0 0 0 2538 10 0 0 20 0 1 0 335210886 231399424 53708 33554432000 4194304 8395647 140736212496304 140736212490824 6708364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 56494 53708 581 1026 0 55464 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 225976

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 23022
/proc/meminfo: memFree=26795828/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=231544 CPUtime=51.08 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 51286 0 0 0 5096 12 0 0 20 0 1 0 335210886 237101056 53830 33554432000 4194304 8395647 140736212496304 140736212490824 6708194 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 57886 53830 581 1026 0 56856 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 231544

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 23023
/proc/meminfo: memFree=26790656/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=231544 CPUtime=102.27 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 51370 0 0 0 10212 15 0 0 20 0 1 0 335210886 237101056 54679 33554432000 4194304 8395647 140736212496304 140736212491544 5849682 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 57886 54679 601 1026 0 56856 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 231544

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 23023
/proc/meminfo: memFree=26779868/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=237452 CPUtime=162.25 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 52277 0 0 0 16202 23 0 0 20 0 1 0 335210886 243150848 57298 33554432000 4194304 8395647 140736212496304 140736212491496 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 59363 57298 617 1026 0 58333 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 237452

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23023
/proc/meminfo: memFree=26779052/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=237452 CPUtime=222.24 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 52277 0 0 0 22196 28 0 0 20 0 1 0 335210886 243150848 57299 33554432000 4194304 8395647 140736212496304 140736212491592 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 59363 57299 617 1026 0 58333 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 237452

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23023
/proc/meminfo: memFree=26774956/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=239472 CPUtime=282.23 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 68430 0 0 0 28181 42 0 0 20 0 1 0 335210886 245219328 57877 33554432000 4194304 8395647 140736212496304 140736212491608 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 59868 57877 633 1026 0 58838 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 239472

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 23024
/proc/meminfo: memFree=26772784/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=239472 CPUtime=342.22 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 68431 0 0 0 34173 49 0 0 20 0 1 0 335210886 245219328 57878 33554432000 4194304 8395647 140736212496304 140736212491176 6693729 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 59868 57878 634 1026 0 58838 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 239472

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23217
/proc/meminfo: memFree=26811096/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=239472 CPUtime=402.21 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 68431 0 0 0 40163 58 0 0 20 0 1 0 335210886 245219328 58387 33554432000 4194304 8395647 140736212496304 140736212491512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 59868 58387 634 1026 0 58838 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 239472

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 23217
/proc/meminfo: memFree=26742640/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=248696 CPUtime=462.21 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70189 0 0 0 46154 67 0 0 20 0 1 0 335210886 254664704 60656 33554432000 4194304 8395647 140736212496304 140736212491176 6723925 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62174 60656 634 1026 0 61144 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 248696

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23217
/proc/meminfo: memFree=26740156/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=248696 CPUtime=522.19 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70190 0 0 0 52144 75 0 0 20 0 1 0 335210886 254664704 60657 33554432000 4194304 8395647 140736212496304 140736212491176 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62174 60657 634 1026 0 61144 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 248696

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23217
/proc/meminfo: memFree=26739848/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=248696 CPUtime=582.18 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70190 0 0 0 58135 83 0 0 20 0 1 0 335210886 254664704 60657 33554432000 4194304 8395647 140736212496304 140736212491176 6697268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62174 60657 634 1026 0 61144 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 248696

[startup+642.3 s]

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

/proc/meminfo: memFree=26734404/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1002.12 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 100073 139 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212491896 6723925 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 250376

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23222
/proc/meminfo: memFree=26734348/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1062.11 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 106064 147 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212491512 6585960 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 250376

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 23222
/proc/meminfo: memFree=26734348/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1122.1 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 112054 156 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212491864 6696946 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 250376

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 23222
/proc/meminfo: memFree=26734348/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1182.09 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 118046 163 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212491176 6391400 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 250376

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 23223
/proc/meminfo: memFree=26735720/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1242.08 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 124037 171 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212491432 6390501 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 250376

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23224
/proc/meminfo: memFree=26736704/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1302.08 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 130029 179 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212491864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 250376

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23224
/proc/meminfo: memFree=26736952/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1362.06 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 136019 187 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212491176 6391379 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 250376

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23224
/proc/meminfo: memFree=26734100/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1422.06 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 142011 195 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212490712 6700549 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 250376

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23224
/proc/meminfo: memFree=26734348/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=250376 CPUtime=1482.05 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 70607 0 0 0 147999 206 0 0 20 0 1 0 335210886 256385024 61074 33554432000 4194304 8395647 140736212496304 140736212491608 6744580 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 62594 61074 634 1026 0 61564 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 250376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23225
/proc/meminfo: memFree=26732116/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=253188 CPUtime=1542.04 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71314 0 0 0 153987 217 0 0 20 0 1 0 335210886 259264512 61781 33554432000 4194304 8395647 140736212496304 140736212491544 6698220 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 63297 61781 634 1026 0 62267 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 253188

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 23228
/proc/meminfo: memFree=26732664/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=253188 CPUtime=1602.03 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71314 0 0 0 159977 226 0 0 20 0 1 0 335210886 259264512 61781 33554432000 4194304 8395647 140736212496304 140736212491544 6697711 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 63297 61781 634 1026 0 62267 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 253188

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 23251
/proc/meminfo: memFree=26730804/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=253188 CPUtime=1662.02 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71314 0 0 0 165967 235 0 0 20 0 1 0 335210886 259264512 61781 33554432000 4194304 8395647 140736212496304 140736212491544 6696997 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 63297 61781 634 1026 0 62267 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 253188

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 23251
/proc/meminfo: memFree=26730316/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=253188 CPUtime=1722.01 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71314 0 0 0 171957 244 0 0 20 0 1 0 335210886 259264512 61781 33554432000 4194304 8395647 140736212496304 140736212491976 7382031 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 63297 61781 634 1026 0 62267 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 253188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23251
/proc/meminfo: memFree=26726344/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=257844 CPUtime=1782 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71466 0 0 0 177948 252 0 0 20 0 1 0 335210886 264032256 62955 33554432000 4194304 8395647 140736212496304 140736212491432 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 64461 62955 634 1026 0 63431 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 257844

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 23251
/proc/meminfo: memFree=26726592/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=257844 CPUtime=1785.2 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71466 0 0 0 178268 252 0 0 20 0 1 0 335210886 264032256 62955 33554432000 4194304 8395647 140736212496304 140736212491432 6697229 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 64461 62955 634 1026 0 63431 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 257844

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23251
/proc/meminfo: memFree=26726592/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=257844 CPUtime=1788.4 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71466 0 0 0 178587 253 0 0 20 0 1 0 335210886 264032256 62955 33554432000 4194304 8395647 140736212496304 140736212491432 6390506 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 64461 62955 634 1026 0 63431 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 257844

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23251
/proc/meminfo: memFree=26726592/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=257844 CPUtime=1789.2 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71466 0 0 0 178667 253 0 0 20 0 1 0 335210886 264032256 62955 33554432000 4194304 8395647 140736212496304 140736212491432 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 64461 62955 634 1026 0 63431 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 257844

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23251
/proc/meminfo: memFree=26726592/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=257844 CPUtime=1789.6 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71466 0 0 0 178707 253 0 0 20 0 1 0 335210886 264032256 62955 33554432000 4194304 8395647 140736212496304 140736212490712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 64461 62955 634 1026 0 63431 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 257844

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23251
/proc/meminfo: memFree=26726592/32873844 swapFree=7628/7628
[pid=23021] ppid=23019 vsize=257844 CPUtime=1789.8 cores=1,3,5,7
/proc/23021/stat : 23021 (pbscip.linux.x8) R 23019 23021 20882 0 -1 4202496 71469 0 0 0 178727 253 0 0 20 0 1 0 335210886 264032256 62958 33554432000 4194304 8395647 140736212496304 140736212490712 4212491 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23021/statm: 64461 62958 637 1026 0 63431 0
Current children cumulated CPU time (s) 1789.8
Current children cumulated vsize (KiB) 257844

Child status: 0
Real time (s): 1790.15
CPU time (s): 1789.86
CPU user time (s): 1787.33
CPU system time (s): 2.53561
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 302988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.33
system time used= 2.53561
maximum resident set size= 293792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71472
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= 27
involuntary context switches= 1842

runsolver used 3.67544 second user time and 8.48771 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 04:33:43
IDJOB=3731929
IDBENCH=2011
IDSOLVER=2326
FILE ID=node107/3731929-1338690823
RUNJOBID= node107-1338678628-20902
PBS_JOBID= 14636706
Free space on /tmp= 70772 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-PB05/manquinho/ttp/normalized-data10_3.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-3731929-1338690823/watcher-3731929-1338690823 -o /tmp/evaluation-result-3731929-1338690823/solver-3731929-1338690823 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3731929-1338690823.opb -t 1800 -m 15500

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

MD5SUM BENCH= dccfffd22c38fcd3c497d688dab4b7a4
RANDOM SEED=422439065

node107.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.760
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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		: 2666.760
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.760
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.86
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.760
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:       32873844 kB
MemFree:        27009996 kB
Buffers:          470308 kB
Cached:          4427024 kB
SwapCached:           76 kB
Active:          1983396 kB
Inactive:        3003236 kB
Active(anon):      81044 kB
Inactive(anon):    11060 kB
Active(file):    1902352 kB
Inactive(file):  2992176 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             13564 kB
Writeback:             0 kB
AnonPages:         96868 kB
Mapped:            16752 kB
Shmem:               184 kB
Slab:             734840 kB
SReclaimable:     177288 kB
SUnreclaim:       557552 kB
KernelStack:        1448 kB
PageTables:         4084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     204932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 70760 MiB
End job on node107 at 2012-06-03 05:03:34