Trace number 2703953

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.87 1790.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM840eda79f99ca12a0c705eefe22c37b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark157
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 144
Optimality of the best value was proved NO
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
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-2703953-1278563050.opb>
0.29/0.35	c original problem has 3296 variables (3296 bin, 0 int, 0 impl, 0 cont) and 6384 constraints
0.29/0.35	c problem read
0.29/0.36	c presolving settings loaded
0.39/0.47	c presolving:
0.49/0.55	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 91 chg sides, 470 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.59/0.60	c (round 2) 1 del vars, 2879 del conss, 1 chg bounds, 91 chg sides, 470 chg coeffs, 320 upgd conss, 0 impls, 0 clqs
0.59/0.67	c (round 3) 1 del vars, 2879 del conss, 1 chg bounds, 131 chg sides, 797 chg coeffs, 627 upgd conss, 310 impls, 6 clqs
0.59/0.69	c (round 4) 1 del vars, 2879 del conss, 1 chg bounds, 181 chg sides, 861 chg coeffs, 627 upgd conss, 310 impls, 6 clqs
3.09/3.14	c    (2.8s) probing: 218/3295 (6.6%) - 0 fixings, 0 aggregations, 50 implications, 0 bound changes
3.09/3.14	c    (2.8s) probing aborted: 100/100 successive totally useless probings
3.09/3.14	c presolving (5 rounds):
3.09/3.14	c  1 deleted vars, 2879 deleted constraints, 1 tightened bounds, 0 added holes, 181 changed sides, 863 changed coefficients
3.09/3.14	c  410 implications, 6 cliques
3.09/3.14	c presolved problem has 3295 variables (3295 bin, 0 int, 0 impl, 0 cont) and 3505 constraints
3.09/3.14	c     627 constraints of type <knapsack>
3.09/3.14	c    2878 constraints of type <linear>
3.09/3.14	c transformed objective value is always integral (scale: 1)
3.09/3.14	c Presolving Time: 2.69
3.09/3.14	c - non default parameters ----------------------------------------------------------------------
3.09/3.14	c # SCIP version 1.2.1.3
3.09/3.14	c 
3.09/3.14	c # frequency for displaying node information lines
3.09/3.14	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.14	c display/freq = 10000
3.09/3.14	c 
3.09/3.14	c # maximal time in seconds to run
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.14	c limits/time = 1789.65
3.09/3.14	c 
3.09/3.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.14	c limits/memory = 1620
3.09/3.14	c 
3.09/3.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.09/3.14	c # [type: int, range: [1,2], default: 1]
3.09/3.14	c timing/clocktype = 2
3.09/3.14	c 
3.09/3.14	c # should presolving try to simplify inequalities
3.09/3.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.14	c constraints/linear/simplifyinequalities = TRUE
3.09/3.14	c 
3.09/3.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.09/3.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.14	c constraints/indicator/addCouplingCons = TRUE
3.09/3.14	c 
3.09/3.14	c # should presolving try to simplify knapsacks
3.09/3.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.14	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.14	c 
3.09/3.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.09/3.14	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.14	c separating/rapidlearning/freq = 0
3.09/3.14	c 
3.09/3.14	c -----------------------------------------------------------------------------------------------
3.09/3.14	c start solving
3.09/3.14	c 
3.29/3.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.29/3.39	c   3.0s|     1 |     0 |  1469 |     - |  27M|   0 |1118 |3295 |3505 |3295 |3505 |   0 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
9.09/9.19	c   8.8s|     1 |     0 |  8074 |     - |  28M|   0 |1839 |3295 |3505 |3295 |3661 | 156 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
12.19/12.27	c  11.9s|     1 |     0 | 11286 |     - |  29M|   0 |1890 |3295 |3505 |3295 |3762 | 257 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
15.19/15.27	c  14.9s|     1 |     0 | 13915 |     - |  29M|   0 |2076 |3295 |3505 |3295 |3894 | 389 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
19.49/19.52	c  19.2s|     1 |     0 | 16439 |     - |  30M|   0 |1990 |3295 |3505 |3295 |4017 | 512 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
23.48/23.56	c  23.2s|     1 |     0 | 18341 |     - |  30M|   0 |2117 |3295 |3505 |3295 |4154 | 649 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
27.68/27.70	c  27.3s|     1 |     0 | 20116 |     - |  31M|   0 |2102 |3295 |3505 |3295 |4282 | 777 |   0 |   0 | 9.100000e+01 |      --      |    Inf 
46.19/46.26	c  45.9s|     1 |     2 | 20116 |     - |  31M|   0 |2102 |3295 |3505 |3295 |4282 | 777 |   0 |  17 | 9.100000e+01 |      --      |    Inf 
1789.72/1790.22	c 
1789.72/1790.22	c SCIP Status        : solving was interrupted [time limit reached]
1789.72/1790.22	c Solving Time (sec) : 1789.87
1789.72/1790.22	c Solving Nodes      : 5220
1789.72/1790.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.72/1790.22	c Dual Bound         : +9.10000000000000e+01
1789.72/1790.22	c Gap                : infinite
1789.72/1790.22	s UNKNOWN
1789.72/1790.22	c SCIP Status        : solving was interrupted [time limit reached]
1789.72/1790.22	c Solving Time       :    1789.87
1789.72/1790.22	c Original Problem   :
1789.72/1790.22	c   Problem name     : HOME/instance-2703953-1278563050.opb
1789.72/1790.22	c   Variables        : 3296 (3296 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.72/1790.22	c   Constraints      : 6384 initial, 6384 maximal
1789.72/1790.22	c Presolved Problem  :
1789.72/1790.22	c   Problem name     : t_HOME/instance-2703953-1278563050.opb
1789.72/1790.22	c   Variables        : 3295 (3295 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.72/1790.22	c   Constraints      : 3505 initial, 6932 maximal
1789.72/1790.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.72/1790.22	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.22	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.22	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.22	c   probing          :       2.43          0          0          0          0          0          0          0          0
1789.72/1790.22	c   knapsack         :       0.03          0          0          0          0          0          0         90        393
1789.72/1790.22	c   linear           :       0.18          1          0          0          1          0       2879         91        470
1789.72/1790.22	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.72/1790.22	c   root node        :          -          0          -          -          0          -          -          -          -
1789.72/1790.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.72/1790.22	c   integral         :          0          0          0       4229          0         13        984          0          0       7986
1789.72/1790.22	c   knapsack         :        627          6      30462          0          0        184      81674       1203          0          0
1789.72/1790.22	c   linear           :       2878          6      30278          0          0        486     362219          0          0          0
1789.72/1790.22	c   logicor          :          0+         0      15511          0          0         61       9421          0          0          0
1789.72/1790.22	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.72/1790.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.72/1790.22	c   integral         :     506.74       0.00       0.00     506.74       0.00
1789.72/1790.22	c   knapsack         :       9.22       0.08       9.14       0.00       0.00
1789.72/1790.22	c   linear           :      73.50       0.01      73.50       0.00       0.00
1789.72/1790.22	c   logicor          :       1.79       0.00       1.79       0.00       0.00
1789.72/1790.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.72/1790.22	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.72/1790.22	c   vbounds          :       0.02          2          0          0
1789.72/1790.22	c   rootredcost      :       0.03          0          0          0
1789.72/1790.22	c   pseudoobj        :       0.08      30013          0          0
1789.72/1790.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.72/1790.22	c   propagation      :       0.12        731        731       5818       31.4         63       17.6          -
1789.72/1790.22	c   infeasible LP    :       5.88       3887       3887       6395       15.8        111       17.6          0
1789.72/1790.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.72/1790.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.72/1790.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.72/1790.22	c   applied globally :          -          -          -       7575       17.0          -          -          -
1789.72/1790.22	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.72/1790.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.72/1790.22	c   cut pool         :       0.00          5          -          -        718          -    (maximal pool size: 4204)
1789.72/1790.22	c   redcost          :       1.41       4258          0         28          0          0
1789.72/1790.22	c   impliedbounds    :       0.00          6          0          0         11          0
1789.72/1790.22	c   intobj           :       0.00          0          0          0          0          0
1789.72/1790.22	c   cgmip            :       0.00          0          0          0          0          0
1789.72/1790.22	c   gomory           :       1.96          6          0          0         43          0
1789.72/1790.22	c   strongcg         :       1.94          6          0          0         17          0
1789.72/1790.22	c   cmir             :       2.40          6          0          0       3000          0
1789.72/1790.22	c   flowcover        :       2.50          6          0          0       1200          0
1789.72/1790.22	c   clique           :       0.00          6          0          0          2          0
1789.72/1790.22	c   zerohalf         :       0.00          0          0          0          0          0
1789.72/1790.22	c   mcf              :       0.00          1          0          0          0          0
1789.72/1790.22	c   rapidlearning    :       1.16          1          0          0          0          0
1789.72/1790.22	c Pricers            :       Time      Calls       Vars
1789.72/1790.22	c   problem variables:       0.00          0          0
1789.72/1790.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.72/1790.22	c   relpscost        :     506.73       4229         13        984          0          0       7986
1789.72/1790.22	c   pscost           :       0.00          0          0          0          0          0          0
1789.72/1790.22	c   inference        :       0.00          0          0          0          0          0          0
1789.72/1790.22	c   mostinf          :       0.00          0          0          0          0          0          0
1789.72/1790.22	c   leastinf         :       0.00          0          0          0          0          0          0
1789.72/1790.22	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.72/1790.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.72/1790.22	c   random           :       0.00          0          0          0          0          0          0
1789.72/1790.22	c Primal Heuristics  :       Time      Calls      Found
1789.72/1790.22	c   LP solutions     :       0.00          -          0
1789.72/1790.22	c   pseudo solutions :       0.00          -          0
1789.72/1790.22	c   oneopt           :       0.01          0          0
1789.72/1790.22	c   crossover        :       0.01          0          0
1789.72/1790.22	c   guideddiving     :       0.00          0          0
1789.72/1790.22	c   fracdiving       :     111.69          6          0
1789.72/1790.22	c   coefdiving       :     117.39         11          0
1789.72/1790.22	c   pscostdiving     :      49.09         29          0
1789.72/1790.22	c   feaspump         :      45.27         15          0
1789.72/1790.22	c   linesearchdiving :      53.53         69          0
1789.72/1790.22	c   trivial          :       0.01          2          0
1789.72/1790.22	c   simplerounding   :       0.01          0          0
1789.72/1790.22	c   zirounding       :       0.66       1000          0
1789.72/1790.22	c   rounding         :       2.36        872          0
1789.72/1790.22	c   shifting         :       8.98        242          0
1789.72/1790.22	c   intshifting      :       0.00          0          0
1789.72/1790.22	c   twoopt           :       0.00          0          0
1789.72/1790.22	c   fixandinfer      :       0.00          0          0
1789.72/1790.22	c   veclendiving     :      45.67         24          0
1789.72/1790.22	c   intdiving        :       0.00          0          0
1789.72/1790.22	c   actconsdiving    :       0.00          0          0
1789.72/1790.22	c   objpscostdiving  :      23.50         10          0
1789.72/1790.22	c   rootsoldiving    :      20.90         16          0
1789.72/1790.22	c   octane           :       0.00          0          0
1789.72/1790.22	c   rens             :       0.01          0          0
1789.72/1790.22	c   rins             :       0.00          0          0
1789.72/1790.22	c   localbranching   :       0.00          0          0
1789.72/1790.22	c   mutation         :       0.00          0          0
1789.72/1790.22	c   dins             :       0.00          0          0
1789.72/1790.22	c   undercover       :       0.00          0          0
1789.72/1790.22	c   nlp              :       0.00          0          0
1789.72/1790.22	c   trysol           :       0.00          0          0
1789.72/1790.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.72/1790.22	c   primal LP        :       0.02          0          0       0.00       0.00
1789.72/1790.22	c   dual LP          :     694.11       5028    1819085     361.79    2620.76
1789.72/1790.22	c   lex dual LP      :       0.00          0          0       0.00          -
1789.72/1790.22	c   barrier LP       :       0.00          0          0       0.00          -
1789.72/1790.22	c   diving/probing LP:     424.09       8669     870695     100.44    2053.07
1789.72/1790.22	c   strong branching :     504.12       2563    1028570     401.31    2040.34
1789.72/1790.22	c     (at root node) :          -         17      14636     860.94          -
1789.72/1790.22	c   conflict analysis:       0.00          0          0       0.00          -
1789.72/1790.22	c B&B Tree           :
1789.72/1790.22	c   number of runs   :          1
1789.72/1790.22	c   nodes            :       5220
1789.72/1790.22	c   nodes (total)    :       5220
1789.72/1790.22	c   nodes left       :       2430
1789.72/1790.22	c   max depth        :         61
1789.72/1790.22	c   max depth (total):         61
1789.72/1790.22	c   backtracks       :        837 (16.0%)
1789.72/1790.22	c   delayed cutoffs  :        337
1789.72/1790.22	c   repropagations   :       5155 (135723 domain reductions, 141 cutoffs)
1789.72/1790.22	c   avg switch length:       5.09
1789.72/1790.22	c   switching time   :      12.48
1789.72/1790.22	c Solution           :
1789.72/1790.22	c   Solutions found  :          0 (0 improvements)
1789.72/1790.22	c   Primal Bound     :          -
1789.72/1790.22	c   Dual Bound       : +9.10000000000000e+01
1789.72/1790.22	c   Gap              :   infinite
1789.72/1790.22	c   Root Dual Bound  : +9.10000000000000e+01
1789.72/1790.22	c   Root Iterations  :      20116
1789.82/1790.34	c Time complete: 1789.86.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703953-1278563050/watcher-2703953-1278563050 -o /tmp/evaluation-result-2703953-1278563050/solver-2703953-1278563050 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703953-1278563050.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 30867
/proc/meminfo: memFree=1666924/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=7904 CPUtime=0
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 1147 0 0 0 0 0 0 0 25 0 1 0 24513244 8093696 1059 1992294400 4194304 8395647 140734521149088 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30867/statm: 1976 1068 365 1026 0 946 0

[startup+0.0138331 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 30867
/proc/meminfo: memFree=1666924/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=10212 CPUtime=0
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 1863 0 0 0 0 0 0 0 25 0 1 0 24513244 10457088 1775 1992294400 4194304 8395647 140734521149088 18446744073709551615 7355228 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30867/statm: 2553 1775 393 1026 0 1523 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10212

[startup+0.100843 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 30867
/proc/meminfo: memFree=1666924/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=12748 CPUtime=0.09
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 2474 0 0 0 9 0 0 0 25 0 1 0 24513244 13053952 2386 1992294400 4194304 8395647 140734521149088 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30867/statm: 3187 2386 393 1026 0 2157 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12748

[startup+0.300864 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 30867
/proc/meminfo: memFree=1666924/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=19048 CPUtime=0.29
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 4046 0 0 0 28 1 0 0 25 0 1 0 24513244 19505152 3958 1992294400 4194304 8395647 140734521149088 18446744073709551615 7324707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30867/statm: 4762 3958 393 1026 0 3732 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19048

[startup+0.700909 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 30867
/proc/meminfo: memFree=1666924/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=70080 CPUtime=0.69
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 16501 0 0 0 64 5 0 0 18 0 1 0 24513244 71761920 16059 1992294400 4194304 8395647 140734521149088 18446744073709551615 4982375 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 17520 16059 486 1026 0 16490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70080

[startup+1.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30868
/proc/meminfo: memFree=1604296/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=70080 CPUtime=1.49
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 16551 0 0 0 144 5 0 0 19 0 1 0 24513244 71761920 16109 1992294400 4194304 8395647 140734521149088 18446744073709551615 5006126 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 17520 16109 494 1026 0 16490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70080

[startup+3.10118 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30868
/proc/meminfo: memFree=1604048/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=70080 CPUtime=3.09
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 16551 0 0 0 304 5 0 0 23 0 1 0 24513244 71761920 16109 1992294400 4194304 8395647 140734521149088 18446744073709551615 5005924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 17520 16109 494 1026 0 16490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70080

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30868
/proc/meminfo: memFree=1590036/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=84752 CPUtime=6.29
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 20787 0 0 0 620 9 0 0 25 0 1 0 24513244 86786048 19583 1992294400 4194304 8395647 140734521149088 18446744073709551615 6197315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 21188 19583 600 1026 0 20158 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84752

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30868
/proc/meminfo: memFree=1573676/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=102300 CPUtime=12.68
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 33574 0 0 0 1249 19 0 0 25 0 1 0 24513244 104755200 23791 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 25575 23791 692 1026 0 24545 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102300

[startup+25.5007 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30868
/proc/meminfo: memFree=1565740/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=111984 CPUtime=25.48
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 40801 0 0 0 2522 26 0 0 25 0 1 0 24513244 114671616 26108 1992294400 4194304 8395647 140734521149088 18446744073709551615 6197315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 27996 26108 1043 1026 0 26966 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111984

[startup+51.1005 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30868
/proc/meminfo: memFree=1565244/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=111908 CPUtime=51.08
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 87234 0 0 0 5055 53 0 0 25 0 1 0 24513244 114593792 25846 1992294400 4194304 8395647 140734521149088 18446744073709551615 6391418 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 27977 25846 629 1026 0 26947 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 111908

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30870
/proc/meminfo: memFree=1564872/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=112128 CPUtime=102.28
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 119692 0 0 0 10140 88 0 0 25 0 1 0 24513244 114819072 25971 1992294400 4194304 8395647 140734521149088 18446744073709551615 6721251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 28032 25971 628 1026 0 27002 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 112128

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30872
/proc/meminfo: memFree=1564624/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=112572 CPUtime=162.24
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 121374 0 0 0 16102 122 0 0 25 0 1 0 24513244 115273728 26038 1992294400 4194304 8395647 140734521149088 18446744073709551615 6739516 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 28143 26038 628 1026 0 27113 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 112572

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30874
/proc/meminfo: memFree=1564624/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=112572 CPUtime=222.24
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 121384 0 0 0 22072 152 0 0 25 0 1 0 24513244 115273728 26048 1992294400 4194304 8395647 140734521149088 18446744073709551615 6583264 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 28143 26048 633 1026 0 27113 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 112572

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30876
/proc/meminfo: memFree=1563012/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=114276 CPUtime=282.21
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 121783 0 0 0 28034 187 0 0 25 0 1 0 24513244 117018624 26447 1992294400 4194304 8395647 140734521149088 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 28569 26447 634 1026 0 27539 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 114276

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30876
/proc/meminfo: memFree=1563880/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=113416 CPUtime=342.2
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 129107 0 0 0 33994 226 0 0 25 0 1 0 24513244 116137984 26317 1992294400 4194304 8395647 140734521149088 18446744073709551615 6021605 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 28354 26317 722 1026 0 27324 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 113416

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30878
/proc/meminfo: memFree=1562516/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=114632 CPUtime=402.18
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 131242 0 0 0 39948 270 0 0 25 0 1 0 24513244 117383168 26583 1992294400 4194304 8395647 140734521149088 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 28658 26583 634 1026 0 27628 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 114632

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30880
/proc/meminfo: memFree=1563012/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=114180 CPUtime=462.17
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 145417 0 0 0 45899 318 0 0 25 0 1 0 24513244 116920320 26459 1992294400 4194304 8395647 140734521149088 18446744073709551615 6390525 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 28545 26459 634 1026 0 27515 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 114180

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30882
/proc/meminfo: memFree=1557184/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=121684 CPUtime=522.15
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 159946 0 0 0 51853 362 0 0 25 0 1 0 24513244 124604416 28366 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 30421 28366 649 1026 0 29391 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 121684

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30884
/proc/meminfo: memFree=1553960/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=123088 CPUtime=582.14
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 185927 0 0 0 57804 410 0 0 25 0 1 0 24513244 126042112 28721 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 30772 28721 645 1026 0 29742 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 123088

[startup+642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30884
/proc/meminfo: memFree=1553464/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=123468 CPUtime=642.13
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 194800 0 0 0 63762 451 0 0 25 0 1 0 24513244 126431232 28824 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 30867 28824 634 1026 0 29837 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 123468

[startup+702.301 s]

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

/proc/meminfo: memFree=1550488/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=126096 CPUtime=1002.03
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 226666 0 0 0 99486 717 0 0 25 0 1 0 24513244 129122304 29482 1992294400 4194304 8395647 140734521149088 18446744073709551615 6189870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 31524 29482 634 1026 0 30494 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 126096

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30896
/proc/meminfo: memFree=1550488/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=126096 CPUtime=1062.02
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 226666 0 0 0 105440 762 0 0 25 0 1 0 24513244 129122304 29482 1992294400 4194304 8395647 140734521149088 18446744073709551615 6698030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 31524 29482 634 1026 0 30494 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 126096

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30898
/proc/meminfo: memFree=1550612/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=126056 CPUtime=1121.99
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 229137 0 0 0 111396 803 0 0 25 0 1 0 24513244 129081344 29474 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 31514 29474 634 1026 0 30484 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 126056

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30900
/proc/meminfo: memFree=1551232/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=125776 CPUtime=1181.98
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 232573 0 0 0 117348 850 0 0 25 0 1 0 24513244 128794624 29291 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 31444 29291 634 1026 0 30414 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 125776

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30900
/proc/meminfo: memFree=1550116/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=127120 CPUtime=1241.96
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 232800 0 0 0 123305 891 0 0 25 0 1 0 24513244 130170880 29518 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 31780 29518 634 1026 0 30750 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 127120

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30902
/proc/meminfo: memFree=1546892/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=130056 CPUtime=1301.96
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 233605 0 0 0 129257 939 0 0 25 0 1 0 24513244 133177344 30308 1992294400 4194304 8395647 140734521149088 18446744073709551615 6120558 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 32514 30308 634 1026 0 31484 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 130056

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30904
/proc/meminfo: memFree=1546272/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=130056 CPUtime=1361.93
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 233773 0 0 0 135207 986 0 0 25 0 1 0 24513244 133177344 30476 1992294400 4194304 8395647 140734521149088 18446744073709551615 6698030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 32514 30476 634 1026 0 31484 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 130056

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30906
/proc/meminfo: memFree=1546148/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=130308 CPUtime=1421.93
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 233828 0 0 0 141162 1031 0 0 25 0 1 0 24513244 133435392 30531 1992294400 4194304 8395647 140734521149088 18446744073709551615 6723489 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 32577 30531 634 1026 0 31547 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 130308

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30908
/proc/meminfo: memFree=1546148/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=130440 CPUtime=1481.9
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 236010 0 0 0 147113 1077 0 0 25 0 1 0 24513244 133570560 30508 1992294400 4194304 8395647 140734521149088 18446744073709551615 5028137 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 32610 30508 634 1026 0 31580 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 130440

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30908
/proc/meminfo: memFree=1540636/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=135396 CPUtime=1541.88
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 237322 0 0 0 153066 1122 0 0 25 0 1 0 24513244 138645504 31820 1992294400 4194304 8395647 140734521149088 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 33849 31820 642 1026 0 32819 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 135396

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30910
/proc/meminfo: memFree=1541008/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=135068 CPUtime=1601.87
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 242644 0 0 0 159022 1165 0 0 25 0 1 0 24513244 138309632 31724 1992294400 4194304 8395647 140734521149088 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 33767 31724 634 1026 0 32737 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 135068

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30912
/proc/meminfo: memFree=1540760/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=135200 CPUtime=1661.85
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 242707 0 0 0 164974 1211 0 0 25 0 1 0 24513244 138444800 31787 1992294400 4194304 8395647 140734521149088 18446744073709551615 6652352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 33800 31787 634 1026 0 32770 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 135200

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30914
/proc/meminfo: memFree=1536916/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=139184 CPUtime=1721.84
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 247009 0 0 0 170924 1260 0 0 25 0 1 0 24513244 142524416 32761 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 34796 32761 634 1026 0 33766 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 139184

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30916
/proc/meminfo: memFree=1536544/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=139184 CPUtime=1781.82
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 247012 0 0 0 176874 1308 0 0 25 0 1 0 24513244 142524416 32764 1992294400 4194304 8395647 140734521149088 18446744073709551615 6721272 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 34796 32764 634 1026 0 33766 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 139184

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30916
/proc/meminfo: memFree=1536544/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=139184 CPUtime=1785.02
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 247012 0 0 0 177192 1310 0 0 25 0 1 0 24513244 142524416 32764 1992294400 4194304 8395647 140734521149088 18446744073709551615 6721251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 34796 32764 634 1026 0 33766 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 139184

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30916
/proc/meminfo: memFree=1539644/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=139316 CPUtime=1788.22
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 249080 0 0 0 177509 1313 0 0 25 0 1 0 24513244 142659584 32601 1992294400 4194304 8395647 140734521149088 18446744073709551615 6391408 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 34829 32601 634 1026 0 33799 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 139316

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30916
/proc/meminfo: memFree=1539644/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=141580 CPUtime=1789.02
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 249857 0 0 0 177588 1314 0 0 25 0 1 0 24513244 144977920 33238 1992294400 4194304 8395647 140734521149088 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 35395 33238 656 1026 0 34365 0
Current children cumulated CPU time (s) 1789.02
Current children cumulated vsize (KiB) 141580

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30916
/proc/meminfo: memFree=1534808/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=141580 CPUtime=1789.42
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 249858 0 0 0 177628 1314 0 0 25 0 1 0 24513244 144977920 33239 1992294400 4194304 8395647 140734521149088 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30867/statm: 35395 33239 656 1026 0 34365 0
Current children cumulated CPU time (s) 1789.42
Current children cumulated vsize (KiB) 141580

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30916
/proc/meminfo: memFree=1534808/2059040 swapFree=4136400/4192956
[pid=30867] ppid=30865 vsize=141580 CPUtime=1789.82
/proc/30867/stat : 30867 (pbscip.linux.x8) R 30865 30867 30674 0 -1 4202496 249860 0 0 0 177668 1314 0 0 25 0 1 0 24513244 144977920 33241 1992294400 4194304 8395647 140734521149088 18446744073709551615 6345173 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30867/statm: 35395 33241 658 1026 0 34365 0
Current children cumulated CPU time (s) 1789.82
Current children cumulated vsize (KiB) 141580

Child status: 0
Real time (s): 1790.34
CPU time (s): 1789.87
CPU user time (s): 1776.71
CPU system time (s): 13.155
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 145860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.71
system time used= 13.155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249863
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= 3
involuntary context switches= 3325

runsolver used 2.87256 second user time and 8.5327 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-08 06:24:10
IDJOB=2703953
IDBENCH=2942
IDSOLVER=1213
FILE ID=node087/2703953-1278563050
PBS_JOBID= 11239557
Free space on /tmp= 62552 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.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-2703953-1278563050/watcher-2703953-1278563050 -o /tmp/evaluation-result-2703953-1278563050/solver-2703953-1278563050 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703953-1278563050.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 840eda79f99ca12a0c705eefe22c37b7
RANDOM SEED=1833737794

node087.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1667328 kB
Buffers:         88656 kB
Cached:         208852 kB
SwapCached:      12768 kB
Active:         145816 kB
Inactive:       168380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1667328 kB
SwapTotal:     4192956 kB
SwapFree:      4136400 kB
Dirty:           11808 kB
Writeback:           0 kB
AnonPages:       11404 kB
Mapped:           8316 kB
Slab:            55688 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62540 MiB
End job on node087 at 2010-07-08 06:54:01