Trace number 3741428

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.76 1790.05

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1635
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1635
Number of bits of the biggest sum of numbers11
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-3741428-1338754491.opb>
0.00/0.01	c original problem has 1635 variables (1635 bin, 0 int, 0 impl, 0 cont) and 840 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 40 del vars, 40 del conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 72 impls, 800 clqs
0.01/0.02	c (round 2) 121 del vars, 56 del conss, 82 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 80 impls, 783 clqs
0.01/0.03	c (round 3) 154 del vars, 64 del conss, 112 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 84 impls, 776 clqs
0.01/0.03	c (round 4) 154 del vars, 64 del conss, 112 chg bounds, 0 chg sides, 0 chg coeffs, 776 upgd conss, 84 impls, 776 clqs
0.09/0.12	c    (0.1s) probing: 1000/1481 (67.5%) - 11 fixings, 1 aggregations, 4913 implications, 0 bound changes
0.09/0.17	c (round 5) 166 del vars, 64 del conss, 112 chg bounds, 0 chg sides, 0 chg coeffs, 776 upgd conss, 13810 impls, 774 clqs
0.09/0.17	c (round 6) 166 del vars, 68 del conss, 112 chg bounds, 0 chg sides, 0 chg coeffs, 776 upgd conss, 13810 impls, 774 clqs
0.09/0.17	c presolving (7 rounds):
0.09/0.17	c  166 deleted vars, 68 deleted constraints, 112 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  13810 implications, 774 cliques
0.09/0.17	c presolved problem has 1469 variables (1469 bin, 0 int, 0 impl, 0 cont) and 774 constraints
0.09/0.17	c     774 constraints of type <setppc>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.15
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.99
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 13950
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.69/0.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.77	c   0.8s|     1 |     0 |  2937 |     - |5567k|   0 | 761 |1469 | 774 |1469 | 774 |   0 |   0 |   0 | 2.800000e+02 |      --      |    Inf 
4.08/4.17	c   4.2s|     1 |     0 |  8421 |     - |  18M|   0 | 767 |1469 |1194 |1469 | 970 | 196 |   0 |   0 | 2.800000e+02 |      --      |    Inf 
6.39/6.50	c   6.5s|     1 |     0 |  9384 |     - |  32M|   0 | 809 |1469 |1194 |1469 |1195 | 421 |   0 |   0 | 2.800000e+02 |      --      |    Inf 
7.48/7.58	c   7.6s|     1 |     0 |  9860 |     - |  32M|   0 | 858 |1469 |1194 |1469 |1201 | 427 |   0 |   0 | 2.800000e+02 |      --      |    Inf 
8.49/8.51	c   8.5s|     1 |     0 | 10150 |     - |  32M|   0 | 876 |1469 |1194 |1469 |1203 | 429 |   0 |   0 | 2.800000e+02 |      --      |    Inf 
52.48/52.55	c  52.5s|     1 |     2 | 10150 |     - |  32M|   0 | 876 |1469 |1194 |1469 |1203 | 429 |   0 |  16 | 2.800000e+02 |      --      |    Inf 
1789.70/1790.00	c 
1789.70/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.00	c Solving Time (sec) : 1789.99
1789.70/1790.00	c Solving Nodes      : 5580
1789.70/1790.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.00	c Dual Bound         : +2.80000000000000e+02
1789.70/1790.00	c Gap                : infinite
1789.70/1790.00	s UNKNOWN
1789.70/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.00	c Solving Time       :    1789.99
1789.70/1790.00	c Original Problem   :
1789.70/1790.00	c   Problem name     : HOME/instance-3741428-1338754491.opb
1789.70/1790.00	c   Variables        : 1635 (1635 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.00	c   Constraints      : 840 initial, 840 maximal
1789.70/1790.00	c Presolved Problem  :
1789.70/1790.00	c   Problem name     : t_HOME/instance-3741428-1338754491.opb
1789.70/1790.00	c   Variables        : 1469 (1469 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.00	c   Constraints      : 774 initial, 6213 maximal
1789.70/1790.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   probing          :       0.13         11          1          0          0          0          0          0          0
1789.70/1790.00	c   setppc           :       0.00          0          0          0          0          0          4          0          0
1789.70/1790.00	c   linear           :       0.01        112         42          0        112          0         64          0          0
1789.70/1790.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.00	c   integral         :          0          0          0       3310          0         12        115          0          0       6482
1789.70/1790.00	c   setppc           :        774          5      27510          0          1         11     132284          0          0          0
1789.70/1790.00	c   linear           :          0+         5      23894          0          0          1        560          5          0          0
1789.70/1790.00	c   logicor          :          0+         0      10936          0          0          7       2168          0          0          0
1789.70/1790.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.70/1790.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.00	c   integral         :     611.84       0.00       0.00     611.84       0.00
1789.70/1790.00	c   setppc           :       1.17       0.00       1.17       0.00       0.00
1789.70/1790.00	c   linear           :       0.18       0.00       0.18       0.00       0.00
1789.70/1790.00	c   logicor          :       0.82       0.00       0.82       0.00       0.00
1789.70/1790.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.00	c   vbounds          :       0.01          2          0          0
1789.70/1790.00	c   rootredcost      :       0.01          0          0          0
1789.70/1790.00	c   pseudoobj        :       0.56      23906          0          0
1789.70/1790.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.00	c   propagation      :       0.00         18         17        105       61.2          1        2.0          -
1789.70/1790.00	c   infeasible LP    :       1.32       2333       2173      29944       66.5         17       11.4          0
1789.70/1790.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.00	c   applied globally :          -          -          -       8135       66.2          -          -          -
1789.70/1790.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.00	c   cut pool         :       0.01          4          -          -          1          -    (maximal pool size: 1018)
1789.70/1790.00	c   redcost          :       0.08       3314          0          0          0          0
1789.70/1790.00	c   impliedbounds    :       0.00          5          0          0         13          0
1789.70/1790.00	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.00	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.00	c   gomory           :       0.44          5          0          0          0          0
1789.70/1790.00	c   strongcg         :       0.74          5          0          0       1000          0
1789.70/1790.00	c   cmir             :       0.03          5          0          0          0          0
1789.70/1790.00	c   flowcover        :       0.03          5          0          0          0          0
1789.70/1790.00	c   clique           :       0.18          5          0          0         19          0
1789.70/1790.00	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.00	c   mcf              :       0.00          1          0          0          0          0
1789.70/1790.00	c   rapidlearning    :       0.57          1          0          0          0        420
1789.70/1790.00	c Pricers            :       Time      Calls       Vars
1789.70/1790.00	c   problem variables:       0.00          0          0
1789.70/1790.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.00	c   relpscost        :     611.84       3310         12        115          0          0       6482
1789.70/1790.00	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   inference        :       0.00          1          0          0          0          0          2
1789.70/1790.00	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.00	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.00	c   LP solutions     :       0.00          -          0
1789.70/1790.00	c   pseudo solutions :       0.00          -          0
1789.70/1790.00	c   oneopt           :       0.00          0          0
1789.70/1790.00	c   crossover        :       0.00          0          0
1789.70/1790.00	c   guideddiving     :       0.00          0          0
1789.70/1790.00	c   linesearchdiving :       1.12          1          0
1789.70/1790.00	c   feaspump         :       1.53          1          0
1789.70/1790.00	c   objpscostdiving  :       0.26          1          0
1789.70/1790.00	c   rootsoldiving    :       0.59          1          0
1789.70/1790.00	c   coefdiving       :       2.41          2          0
1789.70/1790.00	c   pscostdiving     :       1.73          2          0
1789.70/1790.00	c   fracdiving       :       2.40          2          0
1789.70/1790.00	c   veclendiving     :       2.85          2          0
1789.70/1790.00	c   trivial          :       0.00          2          0
1789.70/1790.00	c   simplerounding   :       0.00          0          0
1789.70/1790.00	c   zirounding       :       0.02       1000          0
1789.70/1790.00	c   rounding         :       1.04        776          0
1789.70/1790.00	c   shifting         :       0.60        190          0
1789.70/1790.00	c   intshifting      :       0.00          0          0
1789.70/1790.00	c   twoopt           :       0.00          0          0
1789.70/1790.00	c   fixandinfer      :       0.00          0          0
1789.70/1790.00	c   intdiving        :       0.00          0          0
1789.70/1790.00	c   actconsdiving    :       0.00          0          0
1789.70/1790.00	c   octane           :       0.00          0          0
1789.70/1790.00	c   rens             :       0.00          0          0
1789.70/1790.00	c   rins             :       0.00          0          0
1789.70/1790.00	c   localbranching   :       0.00          0          0
1789.70/1790.00	c   mutation         :       0.00          0          0
1789.70/1790.00	c   dins             :       0.00          0          0
1789.70/1790.00	c   undercover       :       0.00          0          0
1789.70/1790.00	c   nlp              :       0.00          0          0
1789.70/1790.00	c   trysol           :       0.00          0          0
1789.70/1790.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.00	c   primal LP        :       0.08          0          0       0.00       0.00
1789.70/1790.00	c   dual LP          :    1152.68       5628    2527834     449.15    2193.01
1789.70/1790.00	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.00	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.00	c   diving/probing LP:      12.71        445      23647      53.14    1861.23
1789.70/1790.00	c   strong branching :     611.23       1923    1212051     630.29    1982.98
1789.70/1790.00	c     (at root node) :          -         16      15071     941.94          -
1789.70/1790.00	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.00	c B&B Tree           :
1789.70/1790.00	c   number of runs   :          1
1789.70/1790.00	c   nodes            :       5580
1789.70/1790.00	c   nodes (total)    :       5580
1789.70/1790.00	c   nodes left       :        891
1789.70/1790.00	c   max depth        :         36
1789.70/1790.00	c   max depth (total):         36
1789.70/1790.00	c   backtracks       :        829 (14.9%)
1789.70/1790.00	c   delayed cutoffs  :         14
1789.70/1790.00	c   repropagations   :       3939 (23003 domain reductions, 4 cutoffs)
1789.70/1790.00	c   avg switch length:       6.06
1789.70/1790.00	c   switching time   :       1.99
1789.70/1790.00	c Solution           :
1789.70/1790.00	c   Solutions found  :          0 (0 improvements)
1789.70/1790.00	c   Primal Bound     :          -
1789.70/1790.00	c   Dual Bound       : +2.80000000000000e+02
1789.70/1790.00	c   Gap              :   infinite
1789.70/1790.00	c   Root Dual Bound  : +2.80000000000000e+02
1789.70/1790.00	c   Root Iterations  :      10150
1789.70/1790.04	c Time complete: 1789.75.

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-3741428-1338754491/watcher-3741428-1338754491 -o /tmp/evaluation-result-3741428-1338754491/solver-3741428-1338754491 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741428-1338754491.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.01 2.00 2.00 2/176 30675
/proc/meminfo: memFree=23928896/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 1506 0 0 0 0 0 0 0 20 0 1 0 341577695 9158656 1452 33554432000 4194304 8395647 140734802328112 140733751904744 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 2236 1461 374 1026 0 1206 0

[startup+0.0215649 s]
/proc/loadavg: 2.01 2.00 2.00 2/176 30675
/proc/meminfo: memFree=23928896/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=15148 CPUtime=0.01 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 3342 0 0 0 1 0 0 0 20 0 1 0 341577695 15511552 2934 33554432000 4194304 8395647 140734802328112 140733751904744 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 3787 2942 420 1026 0 2757 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15148

[startup+0.100656 s]
/proc/loadavg: 2.01 2.00 2.00 2/176 30675
/proc/meminfo: memFree=23928896/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=19544 CPUtime=0.09 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 4264 0 0 0 9 0 0 0 20 0 1 0 341577695 20013056 3856 33554432000 4194304 8395647 140734802328112 140733751904744 5604533 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 4886 3856 491 1026 0 3856 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19544

[startup+0.30024 s]
/proc/loadavg: 2.01 2.00 2.00 2/176 30675
/proc/meminfo: memFree=23928896/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=22728 CPUtime=0.29 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 5198 0 0 0 29 0 0 0 20 0 1 0 341577695 23273472 4758 33554432000 4194304 8395647 140734802328112 140733751904744 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 5682 4758 569 1026 0 4652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22728

[startup+0.700224 s]
/proc/loadavg: 2.01 2.00 2.00 2/176 30675
/proc/meminfo: memFree=23928896/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=24356 CPUtime=0.69 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 5589 0 0 0 68 1 0 0 20 0 1 0 341577695 24940544 5149 33554432000 4194304 8395647 140734802328112 140733751904744 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 6089 5149 570 1026 0 5059 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24356

[startup+1.50023 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30676
/proc/meminfo: memFree=23906992/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=24356 CPUtime=1.49 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 5603 0 0 0 148 1 0 0 20 0 1 0 341577695 24940544 5163 33554432000 4194304 8395647 140734802328112 140734802323240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 6089 5163 575 1026 0 5059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24356

[startup+3.10023 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30676
/proc/meminfo: memFree=23905876/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=56064 CPUtime=3.09 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 13054 0 0 0 303 6 0 0 20 0 1 0 341577695 57409536 12614 33554432000 4194304 8395647 140734802328112 140734802322744 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 14016 12614 613 1026 0 12986 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56064

[startup+6.30028 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30676
/proc/meminfo: memFree=23820120/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=124404 CPUtime=6.29 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 28262 0 0 0 619 10 0 0 20 0 1 0 341577695 127389696 27341 33554432000 4194304 8395647 140734802328112 140734802323624 6731297 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 31101 27341 621 1026 0 30071 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124404

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30676
/proc/meminfo: memFree=23805444/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=127464 CPUtime=12.69 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 34065 0 0 0 1256 13 0 0 20 0 1 0 341577695 130523136 28800 33554432000 4194304 8395647 140734802328112 140734802323416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 31866 28800 622 1026 0 30836 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127464

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30676
/proc/meminfo: memFree=23751376/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=137212 CPUtime=25.49 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 50325 0 0 0 2529 20 0 0 20 0 1 0 341577695 140505088 31131 33554432000 4194304 8395647 140734802328112 140734802323368 6670392 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 34303 31131 622 1026 0 33273 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137212

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30676
/proc/meminfo: memFree=23723272/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=137100 CPUtime=51.08 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 88962 0 0 0 5072 36 0 0 20 0 1 0 341577695 140390400 31119 33554432000 4194304 8395647 140734802328112 140734802321832 6731362 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 34275 31119 622 1026 0 33245 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 137100

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30714
/proc/meminfo: memFree=26443740/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=107132 CPUtime=102.28 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 92723 0 0 0 10177 51 0 0 20 0 1 0 341577695 109703168 23955 33554432000 4194304 8395647 140734802328112 140734802322984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 26783 23955 623 1026 0 25753 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 107132

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30715
/proc/meminfo: memFree=26424320/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=107132 CPUtime=162.25 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 92765 0 0 0 16157 68 0 0 20 0 1 0 341577695 109703168 25052 33554432000 4194304 8395647 140734802328112 140734802323240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 26783 25052 625 1026 0 25753 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 107132

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30715
/proc/meminfo: memFree=26423072/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=107704 CPUtime=222.24 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 92889 0 0 0 22141 83 0 0 20 0 1 0 341577695 110288896 25176 33554432000 4194304 8395647 140734802328112 140734802323240 6693037 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 26926 25176 625 1026 0 25896 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 107704

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30715
/proc/meminfo: memFree=26422948/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=107704 CPUtime=282.24 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 92893 0 0 0 28124 100 0 0 20 0 1 0 341577695 110288896 25180 33554432000 4194304 8395647 140734802328112 140734802322984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 26926 25180 625 1026 0 25896 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 107704

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30718
/proc/meminfo: memFree=26421576/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=109356 CPUtime=342.23 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 93303 0 0 0 34108 115 0 0 20 0 1 0 341577695 111980544 25590 33554432000 4194304 8395647 140734802328112 140734802322520 6741368 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 27339 25590 625 1026 0 26309 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 109356

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30718
/proc/meminfo: memFree=26421708/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=109356 CPUtime=402.22 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 93303 0 0 0 40092 130 0 0 20 0 1 0 341577695 111980544 25590 33554432000 4194304 8395647 140734802328112 140734802323368 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 27339 25590 625 1026 0 26309 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 109356

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30719
/proc/meminfo: memFree=26420712/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=110276 CPUtime=462.2 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 93628 0 0 0 46073 147 0 0 20 0 1 0 341577695 112922624 25914 33554432000 4194304 8395647 140734802328112 140734802322920 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 27569 25914 724 1026 0 26539 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 110276

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30719
/proc/meminfo: memFree=26421208/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=110276 CPUtime=522.2 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 93635 0 0 0 52053 167 0 0 20 0 1 0 341577695 112922624 25921 33554432000 4194304 8395647 140734802328112 140734802323624 6721248 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 27569 25921 724 1026 0 26539 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 110276

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30719
/proc/meminfo: memFree=26420464/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=111040 CPUtime=582.18 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 93828 0 0 0 58032 186 0 0 20 0 1 0 341577695 113704960 26114 33554432000 4194304 8395647 140734802328112 140734802323240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 27760 26114 724 1026 0 26730 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 111040

[startup+642.3 s]

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

/proc/meminfo: memFree=26415500/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=115036 CPUtime=1062.11 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 94825 0 0 0 105886 325 0 0 20 0 1 0 341577695 117796864 27111 33554432000 4194304 8395647 140734802328112 140734802322520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 28759 27111 724 1026 0 27729 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 115036

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30724
/proc/meminfo: memFree=26413888/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=116868 CPUtime=1122.1 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95275 0 0 0 111867 343 0 0 20 0 1 0 341577695 119672832 27561 33554432000 4194304 8395647 140734802328112 140734802323240 5208267 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29217 27561 724 1026 0 28187 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 116868

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30724
/proc/meminfo: memFree=26413144/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=117316 CPUtime=1182.09 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95392 0 0 0 117848 361 0 0 20 0 1 0 341577695 120131584 27678 33554432000 4194304 8395647 140734802328112 140734802323240 6693364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29329 27678 724 1026 0 28299 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 117316

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30724
/proc/meminfo: memFree=26413144/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=117316 CPUtime=1242.08 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95392 0 0 0 123831 377 0 0 20 0 1 0 341577695 120131584 27678 33554432000 4194304 8395647 140734802328112 140734802322984 6693060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29329 27678 724 1026 0 28299 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 117316

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30724
/proc/meminfo: memFree=26413204/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=117316 CPUtime=1302.08 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95392 0 0 0 129814 394 0 0 20 0 1 0 341577695 120131584 27678 33554432000 4194304 8395647 140734802328112 140734802322984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29329 27678 724 1026 0 28299 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 117316

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30725
/proc/meminfo: memFree=26413328/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=117316 CPUtime=1362.07 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95411 0 0 0 135794 413 0 0 20 0 1 0 341577695 120131584 27697 33554432000 4194304 8395647 140734802328112 140734802323240 6697363 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29329 27697 724 1026 0 28299 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 117316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30725
/proc/meminfo: memFree=26413328/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=117316 CPUtime=1422.07 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95411 0 0 0 141772 435 0 0 20 0 1 0 341577695 120131584 27697 33554432000 4194304 8395647 140734802328112 140734802322520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29329 27697 724 1026 0 28299 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 117316

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 30726
/proc/meminfo: memFree=26413072/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=117316 CPUtime=1482.05 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95411 0 0 0 147753 452 0 0 20 0 1 0 341577695 120131584 27697 33554432000 4194304 8395647 140734802328112 140734802323672 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29329 27697 724 1026 0 28299 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 117316

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 30728
/proc/meminfo: memFree=26413692/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=117316 CPUtime=1542.04 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95411 0 0 0 153734 470 0 0 20 0 1 0 341577695 120131584 27697 33554432000 4194304 8395647 140734802328112 140734802323240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29329 27697 724 1026 0 28299 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 117316

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30728
/proc/meminfo: memFree=26413824/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=117316 CPUtime=1602.03 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95411 0 0 0 159717 486 0 0 20 0 1 0 341577695 120131584 27697 33554432000 4194304 8395647 140734802328112 140734802323672 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29329 27697 724 1026 0 28299 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 117316

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30729
/proc/meminfo: memFree=26412212/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1662.02 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 165697 505 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802323240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 118960

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30729
/proc/meminfo: memFree=26411964/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1722.02 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 171680 522 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802322984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 118960

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30729
/proc/meminfo: memFree=26411964/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1782 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 177660 540 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802323352 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 118960

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 30729
/proc/meminfo: memFree=26412212/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1785.2 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 177979 541 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802323240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 118960

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30729
/proc/meminfo: memFree=26412212/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1786.81 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 178139 542 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802322984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1786.81
Current children cumulated vsize (KiB) 118960

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30729
/proc/meminfo: memFree=26412212/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1788.4 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 178298 542 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802323240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 118960

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30729
/proc/meminfo: memFree=26412212/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1789.2 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 178378 542 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802323240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 118960

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30729
/proc/meminfo: memFree=26412212/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1789.6 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 178418 542 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802322520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 118960

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30729
/proc/meminfo: memFree=26412212/32873844 swapFree=7116/7116
[pid=30675] ppid=30673 vsize=118960 CPUtime=1789.7 cores=1,3,5,7
/proc/30675/stat : 30675 (pbscip.linux.x8) R 30673 30675 30273 0 -1 4202496 95799 0 0 0 178428 542 0 0 20 0 1 0 341577695 121815040 28085 33554432000 4194304 8395647 140734802328112 140734802322520 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30675/statm: 29740 28085 724 1026 0 28710 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 118960

Child status: 0
Real time (s): 1790.05
CPU time (s): 1789.76
CPU user time (s): 1784.33
CPU system time (s): 5.42917
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 145272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.33
system time used= 5.42917
maximum resident set size= 130052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95803
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= 25
involuntary context switches= 1842

runsolver used 3.2645 second user time and 7.34388 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-03 22:14:51
IDJOB=3741428
IDBENCH=89856
IDSOLVER=2326
FILE ID=node108/3741428-1338754491
RUNJOBID= node108-1338748971-30290
PBS_JOBID= 14636793
Free space on /tmp= 71456 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= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.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-3741428-1338754491/watcher-3741428-1338754491 -o /tmp/evaluation-result-3741428-1338754491/solver-3741428-1338754491 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741428-1338754491.opb -t 1800 -m 15500

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=1313516563

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.273
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.273
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	: 5438.55
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.273
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.90
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.273
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:        23931332 kB
Buffers:         1776068 kB
Cached:          3609132 kB
SwapCached:          112 kB
Active:          6066940 kB
Inactive:        2016256 kB
Active(anon):    2681524 kB
Inactive(anon):    13072 kB
Active(file):    3385416 kB
Inactive(file):  2003184 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:             10488 kB
Writeback:             0 kB
AnonPages:       2699076 kB
Mapped:            16232 kB
Shmem:               172 kB
Slab:             715276 kB
SReclaimable:     156612 kB
SUnreclaim:       558664 kB
KernelStack:        1432 kB
PageTables:         9532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2811456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2402304 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= 71452 MiB
End job on node108 at 2012-06-03 22:44:41