Trace number 2703958

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.6 1790.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
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 constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
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-2703958-1278563201.opb>
0.19/0.25	c original problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 4745 constraints
0.19/0.25	c problem read
0.19/0.25	c presolving settings loaded
0.29/0.33	c presolving:
0.29/0.39	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.39/0.43	c (round 2) 1 del vars, 2028 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 351 upgd conss, 0 impls, 0 clqs
0.39/0.49	c (round 3) 1 del vars, 2028 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
0.49/0.51	c (round 4) 1 del vars, 2028 del conss, 1 chg bounds, 19 chg sides, 475 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
2.19/2.24	c    (2.0s) probing: 206/2466 (8.4%) - 0 fixings, 0 aggregations, 94 implications, 0 bound changes
2.19/2.24	c    (2.0s) probing aborted: 100/100 successive totally useless probings
2.19/2.24	c presolving (5 rounds):
2.19/2.24	c  1 deleted vars, 2028 deleted constraints, 1 tightened bounds, 0 added holes, 19 changed sides, 479 changed coefficients
2.19/2.24	c  502 implications, 5 cliques
2.19/2.24	c presolved problem has 2466 variables (2466 bin, 0 int, 0 impl, 0 cont) and 2717 constraints
2.19/2.24	c     690 constraints of type <knapsack>
2.19/2.24	c    2027 constraints of type <linear>
2.19/2.24	c transformed objective value is always integral (scale: 1)
2.19/2.24	c Presolving Time: 1.92
2.19/2.24	c - non default parameters ----------------------------------------------------------------------
2.19/2.24	c # SCIP version 1.2.1.3
2.19/2.24	c 
2.19/2.24	c # frequency for displaying node information lines
2.19/2.24	c # [type: int, range: [-1,2147483647], default: 100]
2.19/2.24	c display/freq = 10000
2.19/2.24	c 
2.19/2.24	c # maximal time in seconds to run
2.19/2.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.19/2.24	c limits/time = 1789.76
2.19/2.24	c 
2.19/2.24	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.19/2.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.19/2.24	c limits/memory = 1620
2.19/2.24	c 
2.19/2.24	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.19/2.24	c # [type: int, range: [1,2], default: 1]
2.19/2.24	c timing/clocktype = 2
2.19/2.24	c 
2.19/2.24	c # should presolving try to simplify inequalities
2.19/2.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.19/2.24	c constraints/linear/simplifyinequalities = TRUE
2.19/2.24	c 
2.19/2.24	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.19/2.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.19/2.24	c constraints/indicator/addCouplingCons = TRUE
2.19/2.24	c 
2.19/2.24	c # should presolving try to simplify knapsacks
2.19/2.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.19/2.24	c constraints/knapsack/simplifyinequalities = TRUE
2.19/2.24	c 
2.19/2.24	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.19/2.24	c # [type: int, range: [-1,2147483647], default: -1]
2.19/2.24	c separating/rapidlearning/freq = 0
2.19/2.24	c 
2.19/2.24	c -----------------------------------------------------------------------------------------------
2.19/2.24	c start solving
2.19/2.24	c 
2.39/2.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.39/2.45	c   2.2s|     1 |     0 |  1445 |     - |  20M|   0 |1212 |2466 |2717 |2466 |2717 |   0 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
22.08/22.17	c  21.9s|     1 |     0 |  4665 |     - |  24M|   0 |1398 |2466 |4304 |2466 |2869 | 152 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
23.89/24.00	c  23.7s|     1 |     0 |  6566 |     - |  25M|   0 |1610 |2466 |4304 |2466 |2977 | 260 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
26.29/26.33	c  26.1s|     1 |     0 |  8546 |     - |  25M|   0 |1647 |2466 |4304 |2466 |3091 | 374 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
28.78/28.88	c  28.6s|     1 |     0 | 10248 |     - |  26M|   0 |1551 |2466 |4304 |2466 |3181 | 464 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
32.48/32.52	c  32.3s|     1 |     0 | 13219 |     - |  26M|   0 |1585 |2466 |4304 |2466 |3310 | 593 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
35.88/35.99	c  35.7s|     1 |     0 | 15518 |     - |  27M|   0 |1626 |2466 |4304 |2466 |3406 | 689 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
93.86/93.95	c  93.7s|     1 |     2 | 15518 |     - |  27M|   0 |1626 |2466 |4304 |2466 |3406 | 689 |   0 |  51 | 7.800000e+01 |      --      |    Inf 
1789.37/1790.08	c 
1789.37/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1789.37/1790.08	c Solving Time (sec) : 1789.83
1789.37/1790.08	c Solving Nodes      : 8934
1789.37/1790.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.37/1790.08	c Dual Bound         : +7.80000000000000e+01
1789.37/1790.08	c Gap                : infinite
1789.37/1790.08	s UNKNOWN
1789.37/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1789.37/1790.08	c Solving Time       :    1789.83
1789.37/1790.08	c Original Problem   :
1789.37/1790.08	c   Problem name     : HOME/instance-2703958-1278563201.opb
1789.37/1790.08	c   Variables        : 2467 (2467 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.37/1790.08	c   Constraints      : 4745 initial, 4745 maximal
1789.37/1790.08	c Presolved Problem  :
1789.37/1790.08	c   Problem name     : t_HOME/instance-2703958-1278563201.opb
1789.37/1790.08	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.37/1790.08	c   Constraints      : 2717 initial, 7077 maximal
1789.37/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.37/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.08	c   probing          :       1.71          0          0          0          0          0          0          0          0
1789.37/1790.08	c   knapsack         :       0.03          0          0          0          0          0          0          7         36
1789.37/1790.08	c   linear           :       0.14          1          0          0          1          0       2028         12        443
1789.37/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.08	c   root node        :          -          0          -          -          0          -          -          -          -
1789.37/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.37/1790.08	c   integral         :          0          0          0       7159          0         25       2110          0          0      13358
1789.37/1790.08	c   knapsack         :        690          6      43747          0          1        451     141330       1130          0          0
1789.37/1790.08	c   linear           :       2027+         7      43296          0          0       1434     785696        332          0          0
1789.37/1790.08	c   logicor          :          0+         0      22913          0          0        133      14603          0          0          0
1789.37/1790.08	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.37/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.37/1790.08	c   integral         :     558.07       0.00       0.00     558.07       0.00
1789.37/1790.08	c   knapsack         :      20.32       0.10      20.22       0.00       0.00
1789.37/1790.08	c   linear           :      89.01       0.02      89.00       0.00       0.00
1789.37/1790.08	c   logicor          :       3.47       0.00       3.47       0.00       0.00
1789.37/1790.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.37/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.37/1790.08	c   vbounds          :       0.03          2          0          0
1789.37/1790.08	c   rootredcost      :       0.04          0          0          0
1789.37/1790.08	c   pseudoobj        :       0.10      43322          0          0
1789.37/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.37/1790.08	c   propagation      :       0.39       2018       2016      19480       37.2        127       23.4          -
1789.37/1790.08	c   infeasible LP    :       4.15       3641       3641       8193       20.7        209       16.8          0
1789.37/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.37/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.37/1790.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.37/1790.08	c   applied globally :          -          -          -      12663       24.7          -          -          -
1789.37/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.37/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.37/1790.08	c   cut pool         :       0.00          5          -          -       1067          -    (maximal pool size: 4193)
1789.37/1790.08	c   redcost          :       1.52       7177          0         34          0          0
1789.37/1790.08	c   impliedbounds    :       0.00          6          0          0         27          0
1789.37/1790.08	c   intobj           :       0.00          0          0          0          0          0
1789.37/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1789.37/1790.08	c   gomory           :       1.20          6          0          0          5          0
1789.37/1790.08	c   strongcg         :       1.19          6          0          0          8          0
1789.37/1790.08	c   cmir             :       1.99          6          0          0       3000          0
1789.37/1790.08	c   flowcover        :       1.44          6          0          0       1200          0
1789.37/1790.08	c   clique           :       0.00          6          0          0          0          0
1789.37/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1789.37/1790.08	c   mcf              :       0.00          1          0          0          0          0
1789.37/1790.08	c   rapidlearning    :      17.22          1          0          0          0       1587
1789.37/1790.08	c Pricers            :       Time      Calls       Vars
1789.37/1790.08	c   problem variables:       0.00          0          0
1789.37/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.37/1790.08	c   relpscost        :     558.05       7159         25       2110          0          0      13358
1789.37/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1789.37/1790.08	c   inference        :       0.00          1          0          0          0          0          2
1789.37/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1789.37/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1789.37/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.37/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.37/1790.08	c   random           :       0.00          0          0          0          0          0          0
1789.37/1790.08	c Primal Heuristics  :       Time      Calls      Found
1789.37/1790.08	c   LP solutions     :       0.00          -          0
1789.37/1790.08	c   pseudo solutions :       0.00          -          0
1789.37/1790.08	c   oneopt           :       0.02          0          0
1789.37/1790.08	c   crossover        :       0.01          0          0
1789.37/1790.08	c   guideddiving     :       0.00          0          0
1789.37/1790.08	c   coefdiving       :     105.82          7          0
1789.37/1790.08	c   fracdiving       :      83.49         15          0
1789.37/1790.08	c   pscostdiving     :      49.85         34          0
1789.37/1790.08	c   objpscostdiving  :      17.75         18          0
1789.37/1790.08	c   linesearchdiving :      22.09         42          0
1789.37/1790.08	c   veclendiving     :      29.58         43          0
1789.37/1790.08	c   feaspump         :      32.00         22          0
1789.37/1790.08	c   rootsoldiving    :      14.98         22          0
1789.37/1790.08	c   trivial          :       0.01          2          0
1789.37/1790.08	c   simplerounding   :       0.01          0          0
1789.37/1790.08	c   zirounding       :       0.46       1000          0
1789.37/1790.08	c   rounding         :       1.86       1158          0
1789.37/1790.08	c   shifting         :       6.01        323          0
1789.37/1790.08	c   intshifting      :       0.00          0          0
1789.37/1790.08	c   twoopt           :       0.00          0          0
1789.37/1790.08	c   fixandinfer      :       0.00          0          0
1789.37/1790.08	c   intdiving        :       0.00          0          0
1789.37/1790.08	c   actconsdiving    :       0.00          0          0
1789.37/1790.08	c   octane           :       0.00          0          0
1789.37/1790.08	c   rens             :       0.01          0          0
1789.37/1790.08	c   rins             :       0.00          0          0
1789.37/1790.08	c   localbranching   :       0.00          0          0
1789.37/1790.08	c   mutation         :       0.00          0          0
1789.37/1790.08	c   dins             :       0.00          0          0
1789.37/1790.08	c   undercover       :       0.00          0          0
1789.37/1790.08	c   nlp              :       0.01          0          0
1789.37/1790.08	c   trysol           :       0.01          0          0
1789.37/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.37/1790.08	c   primal LP        :       0.02          0          0       0.00       0.00
1789.37/1790.08	c   dual LP          :     683.41       8176    2241947     274.21    3280.52
1789.37/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1789.37/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1789.37/1790.08	c   diving/probing LP:     320.04       8067     843924     104.61    2636.93
1789.37/1790.08	c   strong branching :     555.53       3869    1270429     328.36    2286.89
1789.37/1790.08	c     (at root node) :          -         51      47712     935.53          -
1789.37/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1789.37/1790.08	c B&B Tree           :
1789.37/1790.08	c   number of runs   :          1
1789.37/1790.08	c   nodes            :       8934
1789.37/1790.08	c   nodes (total)    :       8934
1789.37/1790.08	c   nodes left       :       3391
1789.37/1790.08	c   max depth        :         73
1789.37/1790.08	c   max depth (total):         73
1789.37/1790.08	c   backtracks       :       1369 (15.3%)
1789.37/1790.08	c   delayed cutoffs  :       1036
1789.37/1790.08	c   repropagations   :       9505 (291410 domain reductions, 618 cutoffs)
1789.37/1790.08	c   avg switch length:       7.21
1789.37/1790.08	c   switching time   :      40.39
1789.37/1790.08	c Solution           :
1789.37/1790.08	c   Solutions found  :          0 (0 improvements)
1789.37/1790.08	c   Primal Bound     :          -
1789.37/1790.08	c   Dual Bound       : +7.80000000000000e+01
1789.37/1790.08	c   Gap              :   infinite
1789.37/1790.08	c   Root Dual Bound  : +7.80000000000000e+01
1789.37/1790.08	c   Root Iterations  :      15518
1789.58/1790.21	c Time complete: 1789.59.

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-2703958-1278563201/watcher-2703958-1278563201 -o /tmp/evaluation-result-2703958-1278563201/solver-2703958-1278563201 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703958-1278563201.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: 0.92 0.98 0.99 3/105 28873
/proc/meminfo: memFree=1823412/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=7904 CPUtime=0
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 1157 0 0 0 0 0 0 0 25 0 1 0 24528547 8093696 1069 1992294400 4194304 8395647 140736653071168 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28873/statm: 1976 1078 365 1026 0 946 0

[startup+0.0729759 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 28873
/proc/meminfo: memFree=1823412/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=12340 CPUtime=0.06
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 2365 0 0 0 6 0 0 0 25 0 1 0 24528547 12636160 2277 1992294400 4194304 8395647 140736653071168 18446744073709551615 7382041 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28873/statm: 3085 2277 393 1026 0 2055 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12340

[startup+0.100981 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 28873
/proc/meminfo: memFree=1823412/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=13108 CPUtime=0.09
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 2578 0 0 0 9 0 0 0 25 0 1 0 24528547 13422592 2490 1992294400 4194304 8395647 140736653071168 18446744073709551615 7301302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28873/statm: 3277 2490 393 1026 0 2247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13108

[startup+0.301019 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 28873
/proc/meminfo: memFree=1823412/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=39680 CPUtime=0.29
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 9445 0 0 0 26 3 0 0 18 0 1 0 24528547 40632320 9003 1992294400 4194304 8395647 140736653071168 18446744073709551615 7385355 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 9920 9004 420 1026 0 8890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39680

[startup+0.701097 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 28873
/proc/meminfo: memFree=1823412/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=56536 CPUtime=0.69
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 13301 0 0 0 65 4 0 0 18 0 1 0 24528547 57892864 12859 1992294400 4194304 8395647 140736653071168 18446744073709551615 5026599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 14134 12859 494 1026 0 13104 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56536

[startup+1.50125 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 28874
/proc/meminfo: memFree=1773680/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=56536 CPUtime=1.49
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 13301 0 0 0 145 4 0 0 19 0 1 0 24528547 57892864 12859 1992294400 4194304 8395647 140736653071168 18446744073709551615 5005924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 14134 12859 494 1026 0 13104 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56536

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 28874
/proc/meminfo: memFree=1773556/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=68596 CPUtime=3.09
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 17166 0 0 0 303 6 0 0 18 0 1 0 24528547 70242304 15848 1992294400 4194304 8395647 140736653071168 18446744073709551615 6707970 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 17149 15848 630 1026 0 16119 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68596

[startup+6.30116 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 28874
/proc/meminfo: memFree=1729784/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=103184 CPUtime=6.29
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 25534 0 0 0 618 11 0 0 25 0 1 0 24528547 105660416 24186 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 25796 24186 668 1026 0 24766 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103184

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/106 28874
/proc/meminfo: memFree=1724204/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=108000 CPUtime=12.68
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 26699 0 0 0 1254 14 0 0 25 0 1 0 24528547 110592000 25351 1992294400 4194304 8395647 140736653071168 18446744073709551615 5026778 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 27000 25351 668 1026 0 25970 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 108000

[startup+25.5008 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28874
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=25.48
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28661 0 0 0 2527 21 0 0 25 0 1 0 24528547 118599680 27264 1992294400 4194304 8395647 140736653071168 18446744073709551615 6721223 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27264 628 1026 0 27925 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 115820

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28874
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=51.07
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28666 0 0 0 5075 32 0 0 25 0 1 0 24528547 118599680 27269 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27269 629 1026 0 27925 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 115820

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28876
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=102.26
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28680 0 0 0 10175 51 0 0 25 0 1 0 24528547 118599680 27283 1992294400 4194304 8395647 140736653071168 18446744073709551615 6697069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27283 630 1026 0 27925 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 115820

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28878
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=162.23
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28680 0 0 0 16132 91 0 0 25 0 1 0 24528547 118599680 27283 1992294400 4194304 8395647 140736653071168 18446744073709551615 6697363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27283 630 1026 0 27925 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 115820

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28880
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=222.22
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28681 0 0 0 22075 147 0 0 25 0 1 0 24528547 118599680 27284 1992294400 4194304 8395647 140736653071168 18446744073709551615 6750887 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27284 631 1026 0 27925 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 115820

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28880
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=282.2
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28681 0 0 0 28036 184 0 0 25 0 1 0 24528547 118599680 27284 1992294400 4194304 8395647 140736653071168 18446744073709551615 7382041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27284 631 1026 0 27925 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 115820

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28882
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=342.17
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28682 0 0 0 33992 225 0 0 25 0 1 0 24528547 118599680 27285 1992294400 4194304 8395647 140736653071168 18446744073709551615 5029708 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27285 631 1026 0 27925 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 115820

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28884
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=402.15
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28682 0 0 0 39936 279 0 0 25 0 1 0 24528547 118599680 27285 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27285 631 1026 0 27925 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 115820

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28886
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=462.13
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28688 0 0 0 45887 326 0 0 25 0 1 0 24528547 118599680 27291 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27291 631 1026 0 27925 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 115820

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28888
/proc/meminfo: memFree=1715896/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=522.11
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28697 0 0 0 51834 377 0 0 25 0 1 0 24528547 118599680 27300 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27300 631 1026 0 27925 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 115820

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28888
/proc/meminfo: memFree=1715772/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=582.09
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28706 0 0 0 57778 431 0 0 25 0 1 0 24528547 118599680 27309 1992294400 4194304 8395647 140736653071168 18446744073709551615 6746572 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27309 631 1026 0 27925 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 115820

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28890
/proc/meminfo: memFree=1715772/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=115820 CPUtime=642.08
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 28720 0 0 0 63717 491 0 0 25 0 1 0 24528547 118599680 27323 1992294400 4194304 8395647 140736653071168 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 28955 27323 631 1026 0 27925 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 115820

[startup+702.301 s]

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

/proc/meminfo: memFree=1709448/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=120400 CPUtime=1061.93
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 34006 0 0 0 105332 861 0 0 25 0 1 0 24528547 123289600 28834 1992294400 4194304 8395647 140736653071168 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 30100 28834 631 1026 0 29070 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 120400

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28904
/proc/meminfo: memFree=1709448/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=121260 CPUtime=1121.91
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 40950 0 0 0 111268 923 0 0 25 0 1 0 24528547 124170240 28837 1992294400 4194304 8395647 140736653071168 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 30315 28837 631 1026 0 29285 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 121260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28904
/proc/meminfo: memFree=1709696/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=120996 CPUtime=1181.88
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 60869 0 0 0 117208 980 0 0 25 0 1 0 24528547 123899904 28828 1992294400 4194304 8395647 140736653071168 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 30249 28828 650 1026 0 29219 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 120996

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28906
/proc/meminfo: memFree=1706844/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=123636 CPUtime=1241.87
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 84828 0 0 0 123146 1041 0 0 25 0 1 0 24528547 126603264 29471 1992294400 4194304 8395647 140736653071168 18446744073709551615 6739388 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 30909 29471 632 1026 0 29879 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 123636

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28908
/proc/meminfo: memFree=1706472/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=123056 CPUtime=1301.85
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 107528 0 0 0 129083 1102 0 0 25 0 1 0 24528547 126009344 29480 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 30764 29480 631 1026 0 29734 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 123056

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28910
/proc/meminfo: memFree=1706604/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=122004 CPUtime=1361.82
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 121140 0 0 0 135027 1155 0 0 25 0 1 0 24528547 124932096 29279 1992294400 4194304 8395647 140736653071168 18446744073709551615 6697139 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 30501 29279 631 1026 0 29471 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 122004

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28912
/proc/meminfo: memFree=1702140/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=126792 CPUtime=1421.81
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 132001 0 0 0 140966 1215 0 0 25 0 1 0 24528547 129835008 30368 1992294400 4194304 8395647 140736653071168 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 31698 30368 631 1026 0 30668 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 126792

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28912
/proc/meminfo: memFree=1698544/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=126408 CPUtime=1481.78
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 160695 0 0 0 146902 1276 0 0 25 0 1 0 24528547 129441792 29893 1992294400 4194304 8395647 140736653071168 18446744073709551615 6692869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 31602 29893 631 1026 0 30572 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 126408

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28914
/proc/meminfo: memFree=1703008/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=125836 CPUtime=1541.76
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 177829 0 0 0 152839 1337 0 0 25 0 1 0 24528547 128856064 30133 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 31459 30133 631 1026 0 30429 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 125836

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28916
/proc/meminfo: memFree=1697800/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=130848 CPUtime=1601.74
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 193175 0 0 0 158772 1402 0 0 25 0 1 0 24528547 133988352 31440 1992294400 4194304 8395647 140736653071168 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 32712 31440 631 1026 0 31682 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 130848

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28918
/proc/meminfo: memFree=1694080/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=134448 CPUtime=1661.72
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 200864 0 0 0 164701 1471 0 0 25 0 1 0 24528547 137674752 32351 1992294400 4194304 8395647 140736653071168 18446744073709551615 6739177 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 33612 32351 631 1026 0 32582 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 134448

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28920
/proc/meminfo: memFree=1695940/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=133164 CPUtime=1721.7
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 232455 0 0 0 170634 1536 0 0 25 0 1 0 24528547 136359936 31954 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 33291 31954 631 1026 0 32261 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 133164

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28920
/proc/meminfo: memFree=1694328/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=133868 CPUtime=1781.68
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 244049 0 0 0 176575 1593 0 0 25 0 1 0 24528547 137080832 32215 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 33467 32215 631 1026 0 32437 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 133868

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 28922
/proc/meminfo: memFree=1696932/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=131628 CPUtime=1784.88
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 244572 0 0 0 176893 1595 0 0 25 0 1 0 24528547 134787072 31585 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 32907 31585 639 1026 0 31877 0
Current children cumulated CPU time (s) 1784.88
Current children cumulated vsize (KiB) 131628

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28922
/proc/meminfo: memFree=1694948/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=133504 CPUtime=1788.08
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 245090 0 0 0 177211 1597 0 0 25 0 1 0 24528547 136708096 32058 1992294400 4194304 8395647 140736653071168 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 33376 32058 631 1026 0 32346 0
Current children cumulated CPU time (s) 1788.08
Current children cumulated vsize (KiB) 133504

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28922
/proc/meminfo: memFree=1694948/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=136112 CPUtime=1788.88
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 245787 0 0 0 177290 1598 0 0 25 0 1 0 24528547 139378688 32674 1992294400 4194304 8395647 140736653071168 18446744073709551615 6723089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 34028 32674 648 1026 0 32998 0
Current children cumulated CPU time (s) 1788.88
Current children cumulated vsize (KiB) 136112

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28922
/proc/meminfo: memFree=1692592/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=136112 CPUtime=1789.27
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 245804 0 0 0 177329 1598 0 0 25 0 1 0 24528547 139378688 32674 1992294400 4194304 8395647 140736653071168 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28873/statm: 34028 32674 631 1026 0 32998 0
Current children cumulated CPU time (s) 1789.27
Current children cumulated vsize (KiB) 136112

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28922
/proc/meminfo: memFree=1692592/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=136112 CPUtime=1789.47
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 245807 0 0 0 177349 1598 0 0 18 0 1 0 24528547 139378688 32677 1992294400 4194304 8395647 140736653071168 18446744073709551615 6171716 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28873/statm: 34028 32677 634 1026 0 32998 0
Current children cumulated CPU time (s) 1789.47
Current children cumulated vsize (KiB) 136112

[startup+1790.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 28922
/proc/meminfo: memFree=1692592/2059040 swapFree=4139832/4192956
[pid=28873] ppid=28871 vsize=107816 CPUtime=1789.58
/proc/28873/stat : 28873 (pbscip.linux.x8) R 28871 28873 28732 0 -1 4202496 245807 0 0 0 177359 1599 0 0 18 0 1 0 24528547 110403584 25975 1992294400 4194304 8395647 140736653071168 18446744073709551615 7435351 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28873/statm: 26954 25854 634 1026 0 25924 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (KiB) 107816

Child status: 0
Real time (s): 1790.22
CPU time (s): 1789.6
CPU user time (s): 1773.6
CPU system time (s): 16.0026
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 138792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.6
system time used= 16.0026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245810
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= 5
involuntary context switches= 4545

runsolver used 2.93455 second user time and 8.46971 second system time

The end

Launcher Data

Begin job on node086 at 2010-07-08 06:26:41
IDJOB=2703958
IDBENCH=2948
IDSOLVER=1213
FILE ID=node086/2703958-1278563201
PBS_JOBID= 11239560
Free space on /tmp= 62448 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_13.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-2703958-1278563201/watcher-2703958-1278563201 -o /tmp/evaluation-result-2703958-1278563201/solver-2703958-1278563201 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703958-1278563201.opb -t 1800 -m 1800

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1317358184

node086.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.262
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.52
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.262
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:       1823940 kB
Buffers:         29748 kB
Cached:         113748 kB
SwapCached:       6272 kB
Active:         102568 kB
Inactive:        54112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823940 kB
SwapTotal:     4192956 kB
SwapFree:      4139832 kB
Dirty:           11428 kB
Writeback:           0 kB
AnonPages:       11644 kB
Mapped:          11944 kB
Slab:            56640 kB
PageTables:       4200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181672 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= 62436 MiB
End job on node086 at 2010-07-08 06:56:31