Trace number 2703912

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.55 1790.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_15.opb
MD5SUM76cbd1f5f345389511b95f4555e7fed1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark1798.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 179
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8415
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 constraints8414
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 105
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 232
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1558
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-2703912-1278562964.opb>
0.39/0.48	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8415 constraints
0.39/0.48	c problem read
0.39/0.48	c presolving settings loaded
0.59/0.66	c presolving:
0.69/0.77	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.79/0.83	c (round 2) 1 del vars, 3982 del conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 233 upgd conss, 0 impls, 0 clqs
0.89/0.90	c (round 3) 1 del vars, 3982 del conss, 1 chg bounds, 4 chg sides, 307 chg coeffs, 452 upgd conss, 212 impls, 7 clqs
0.89/0.93	c (round 4) 1 del vars, 3982 del conss, 1 chg bounds, 52 chg sides, 407 chg coeffs, 452 upgd conss, 214 impls, 7 clqs
3.79/3.80	c    (3.3s) probing: 227/4319 (5.3%) - 0 fixings, 0 aggregations, 35 implications, 0 bound changes
3.79/3.80	c    (3.3s) probing aborted: 100/100 successive totally useless probings
3.79/3.80	c presolving (5 rounds):
3.79/3.80	c  1 deleted vars, 3982 deleted constraints, 1 tightened bounds, 0 added holes, 52 changed sides, 407 changed coefficients
3.79/3.80	c  284 implications, 7 cliques
3.79/3.80	c presolved problem has 4319 variables (4319 bin, 0 int, 0 impl, 0 cont) and 4434 constraints
3.79/3.80	c     452 constraints of type <knapsack>
3.79/3.80	c       1 constraints of type <setppc>
3.79/3.80	c    3981 constraints of type <linear>
3.79/3.80	c transformed objective value is always integral (scale: 1)
3.79/3.80	c Presolving Time: 3.17
3.79/3.80	c - non default parameters ----------------------------------------------------------------------
3.79/3.80	c # SCIP version 1.2.1.3
3.79/3.80	c 
3.79/3.80	c # frequency for displaying node information lines
3.79/3.80	c # [type: int, range: [-1,2147483647], default: 100]
3.79/3.80	c display/freq = 10000
3.79/3.80	c 
3.79/3.80	c # maximal time in seconds to run
3.79/3.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.79/3.80	c limits/time = 1789.53
3.79/3.80	c 
3.79/3.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.79/3.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.79/3.80	c limits/memory = 1620
3.79/3.80	c 
3.79/3.80	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.79/3.80	c # [type: int, range: [1,2], default: 1]
3.79/3.80	c timing/clocktype = 2
3.79/3.80	c 
3.79/3.80	c # should presolving try to simplify inequalities
3.79/3.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.80	c constraints/linear/simplifyinequalities = TRUE
3.79/3.80	c 
3.79/3.80	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.79/3.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.80	c constraints/indicator/addCouplingCons = TRUE
3.79/3.80	c 
3.79/3.80	c # should presolving try to simplify knapsacks
3.79/3.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.80	c constraints/knapsack/simplifyinequalities = TRUE
3.79/3.80	c 
3.79/3.80	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.79/3.80	c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.80	c separating/rapidlearning/freq = 0
3.79/3.80	c 
3.79/3.80	c -----------------------------------------------------------------------------------------------
3.79/3.80	c start solving
3.79/3.81	c 
3.99/4.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.99/4.03	c   3.6s|     1 |     0 |   803 |     - |  36M|   0 | 755 |4319 |4434 |4319 |4434 |   0 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
11.49/11.53	c  11.0s|     1 |     0 |  5142 |     - |  37M|   0 |1144 |4319 |4434 |4319 |4574 | 140 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
19.89/19.94	c  19.5s|     1 |     0 | 10707 |     - |  37M|   0 |2409 |4319 |4434 |4319 |4829 | 395 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
29.69/29.72	c  29.2s|     1 |     0 | 16274 |     - |  38M|   0 |2527 |4319 |4434 |4319 |5024 | 590 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
38.97/39.04	c  38.6s|     1 |     0 | 21194 |     - |  38M|   0 |2447 |4319 |4434 |4319 |5220 | 786 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
49.78/49.84	c  49.4s|     1 |     0 | 26215 |     - |  39M|   0 |2770 |4319 |4434 |4319 |5384 | 950 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
60.38/60.48	c  60.0s|     1 |     0 | 30762 |     - |  40M|   0 |2336 |4319 |4434 |4319 |5551 |1117 |   0 |   0 | 1.050000e+02 |      --      |    Inf 
124.64/124.79	c   124s|     1 |     2 | 30762 |     - |  40M|   0 |2336 |4319 |4434 |4319 |5551 |1117 |   0 |  33 | 1.050000e+02 |      --      |    Inf 
1789.37/1790.02	c 
1789.37/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.37/1790.02	c Solving Time (sec) : 1789.54
1789.37/1790.02	c Solving Nodes      : 2027
1789.37/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.37/1790.02	c Dual Bound         : +1.05000000000000e+02
1789.37/1790.02	c Gap                : infinite
1789.37/1790.02	s UNKNOWN
1789.37/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.37/1790.02	c Solving Time       :    1789.54
1789.37/1790.02	c Original Problem   :
1789.37/1790.02	c   Problem name     : HOME/instance-2703912-1278562964.opb
1789.37/1790.02	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.37/1790.02	c   Constraints      : 8415 initial, 8415 maximal
1789.37/1790.02	c Presolved Problem  :
1789.37/1790.02	c   Problem name     : t_HOME/instance-2703912-1278562964.opb
1789.37/1790.02	c   Variables        : 4319 (4319 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.37/1790.02	c   Constraints      : 4434 initial, 7916 maximal
1789.37/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.37/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   probing          :       2.85          0          0          0          0          0          0          0          0
1789.37/1790.02	c   knapsack         :       0.02          0          0          0          0          0          0         48        102
1789.37/1790.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   linear           :       0.24          1          0          0          1          0       3982          4        305
1789.37/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.37/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.37/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.37/1790.02	c   integral         :          0          0          0       1646          0          9        446          0          0       3062
1789.37/1790.02	c   knapsack         :        452          6      14758          0          1         94      22862       1126          0          0
1789.37/1790.02	c   setppc           :          1          6       2082          0          1          0          0          0          0          0
1789.37/1790.02	c   linear           :       3981          6      14664          0          1        369     287988          0          0          0
1789.37/1790.02	c   logicor          :          0+         0       6928          0          0         49       3059          0          0          0
1789.37/1790.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.37/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.37/1790.02	c   integral         :     570.42       0.00       0.00     570.42       0.00
1789.37/1790.02	c   knapsack         :       4.46       0.09       4.38       0.00       0.00
1789.37/1790.02	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.37/1790.02	c   linear           :      47.54       0.01      47.54       0.00       0.00
1789.37/1790.02	c   logicor          :       1.05       0.00       1.05       0.00       0.00
1789.37/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.37/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.37/1790.02	c   vbounds          :       0.01          2          0          0
1789.37/1790.02	c   rootredcost      :       0.01          0          0          0
1789.37/1790.02	c   pseudoobj        :       0.04      14293          0          0
1789.37/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.37/1790.02	c   propagation      :       0.11        512        511       3768       34.6         47       18.1          -
1789.37/1790.02	c   infeasible LP    :       4.06       2111       2111       3037       12.4         44       17.1          0
1789.37/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.37/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.37/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.37/1790.02	c   applied globally :          -          -          -       4246       16.9          -          -          -
1789.37/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.37/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.37/1790.02	c   cut pool         :       0.00          5          -          -        892          -    (maximal pool size: 4168)
1789.37/1790.02	c   redcost          :       0.78       1671          0         21          0          0
1789.37/1790.02	c   impliedbounds    :       0.00          6          0          0         12          0
1789.37/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.37/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.37/1790.02	c   gomory           :       3.43          6          0          0          6          0
1789.37/1790.02	c   strongcg         :       3.39          6          0          0          2          0
1789.37/1790.02	c   cmir             :       3.13          6          0          0       3000          0
1789.37/1790.02	c   flowcover        :       2.54          6          0          0       1200          0
1789.37/1790.02	c   clique           :       0.00          6          0          0          3          0
1789.37/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.37/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.37/1790.02	c   rapidlearning    :       1.51          1          0          0          0          0
1789.37/1790.02	c Pricers            :       Time      Calls       Vars
1789.37/1790.02	c   problem variables:       0.00          0          0
1789.37/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.37/1790.02	c   relpscost        :     570.41       1646          9        446          0          0       3062
1789.37/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   inference        :       0.00          1          0          0          0          0          2
1789.37/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.37/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.37/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.37/1790.02	c   LP solutions     :       0.00          -          0
1789.37/1790.02	c   pseudo solutions :       0.00          -          0
1789.37/1790.02	c   oneopt           :       0.01          0          0
1789.37/1790.02	c   crossover        :       0.00          0          0
1789.37/1790.02	c   coefdiving       :     232.82          4          0
1789.37/1790.02	c   linesearchdiving :      13.90         14          0
1789.37/1790.02	c   objpscostdiving  :       8.46          8          0
1789.37/1790.02	c   feaspump         :      26.05          8          0
1789.37/1790.02	c   rootsoldiving    :       9.83          8          0
1789.37/1790.02	c   trivial          :       0.01          2          0
1789.37/1790.02	c   simplerounding   :       0.00          0          0
1789.37/1790.02	c   zirounding       :       0.70       1000          0
1789.37/1790.02	c   rounding         :       1.81        529          0
1789.37/1790.02	c   shifting         :       8.12        128          0
1789.37/1790.02	c   intshifting      :       0.00          0          0
1789.37/1790.02	c   twoopt           :       0.00          0          0
1789.37/1790.02	c   fixandinfer      :       0.00          0          0
1789.37/1790.02	c   pscostdiving     :      38.72         15          0
1789.37/1790.02	c   fracdiving       :     100.42          7          0
1789.37/1790.02	c   veclendiving     :      44.16         12          0
1789.37/1790.02	c   intdiving        :       0.00          0          0
1789.37/1790.02	c   actconsdiving    :       0.00          0          0
1789.37/1790.02	c   guideddiving     :       0.00          0          0
1789.37/1790.02	c   octane           :       0.00          0          0
1789.37/1790.02	c   rens             :       0.02          0          0
1789.37/1790.02	c   rins             :       0.00          0          0
1789.37/1790.02	c   localbranching   :       0.00          0          0
1789.37/1790.02	c   mutation         :       0.00          0          0
1789.37/1790.02	c   dins             :       0.00          0          0
1789.37/1790.02	c   undercover       :       0.00          0          0
1789.37/1790.02	c   nlp              :       0.00          0          0
1789.37/1790.02	c   trysol           :       0.00          0          0
1789.37/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.37/1790.02	c   primal LP        :       0.03          0          0       0.00       0.00
1789.37/1790.02	c   dual LP          :     662.29       1917    1139622     594.48    1720.74
1789.37/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.37/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.37/1790.02	c   diving/probing LP:     440.75       5290     682283     128.98    1548.02
1789.37/1790.02	c   strong branching :     569.19       1396     702984     503.57    1235.06
1789.37/1790.02	c     (at root node) :          -         33      28899     875.73          -
1789.37/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.37/1790.02	c B&B Tree           :
1789.37/1790.02	c   number of runs   :          1
1789.37/1790.02	c   nodes            :       2027
1789.37/1790.02	c   nodes (total)    :       2027
1789.37/1790.02	c   nodes left       :        836
1789.37/1790.02	c   max depth        :         71
1789.37/1790.02	c   max depth (total):         71
1789.37/1790.02	c   backtracks       :        316 (15.6%)
1789.37/1790.02	c   delayed cutoffs  :        202
1789.37/1790.02	c   repropagations   :       2730 (76851 domain reductions, 100 cutoffs)
1789.37/1790.02	c   avg switch length:       5.22
1789.37/1790.02	c   switching time   :       8.57
1789.37/1790.02	c Solution           :
1789.37/1790.02	c   Solutions found  :          0 (0 improvements)
1789.37/1790.02	c   Primal Bound     :          -
1789.37/1790.02	c   Dual Bound       : +1.05000000000000e+02
1789.37/1790.02	c   Gap              :   infinite
1789.37/1790.02	c   Root Dual Bound  : +1.05000000000000e+02
1789.37/1790.02	c   Root Iterations  :      30762
1789.47/1790.17	c Time complete: 1789.54.

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-2703912-1278562964/watcher-2703912-1278562964 -o /tmp/evaluation-result-2703912-1278562964/solver-2703912-1278562964 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703912-1278562964.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.91 0.95 0.90 3/106 27335
/proc/meminfo: memFree=1672824/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=7904 CPUtime=0
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 1087 0 0 0 0 0 0 0 20 0 1 0 24510003 8093696 998 1992294400 4194304 8395647 140735517105744 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27335/statm: 1976 1006 365 1026 0 946 0

[startup+0.0952191 s]
/proc/loadavg: 0.91 0.95 0.90 3/106 27335
/proc/meminfo: memFree=1672824/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=12408 CPUtime=0.08
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 2391 0 0 0 8 0 0 0 20 0 1 0 24510003 12705792 2302 1992294400 4194304 8395647 140735517105744 18446744073709551615 4421001 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27335/statm: 3102 2302 393 1026 0 2072 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12408

[startup+0.101219 s]
/proc/loadavg: 0.91 0.95 0.90 3/106 27335
/proc/meminfo: memFree=1672824/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=12808 CPUtime=0.09
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 2425 0 0 0 9 0 0 0 20 0 1 0 24510003 13115392 2336 1992294400 4194304 8395647 140735517105744 18446744073709551615 6347101 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27335/statm: 3202 2347 393 1026 0 2172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12808

[startup+0.301258 s]
/proc/loadavg: 0.91 0.95 0.90 3/106 27335
/proc/meminfo: memFree=1672824/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=18796 CPUtime=0.29
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 3974 0 0 0 28 1 0 0 20 0 1 0 24510003 19247104 3885 1992294400 4194304 8395647 140735517105744 18446744073709551615 5758038 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27335/statm: 4699 3885 393 1026 0 3669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18796

[startup+0.701336 s]
/proc/loadavg: 0.91 0.95 0.90 3/106 27335
/proc/meminfo: memFree=1672824/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=88908 CPUtime=0.69
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 20767 0 0 0 62 7 0 0 20 0 1 0 24510003 91041792 20324 1992294400 4194304 8395647 140735517105744 18446744073709551615 4963226 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 22227 20324 457 1026 0 21197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88908

[startup+1.50149 s]
/proc/loadavg: 0.91 0.95 0.90 2/107 27336
/proc/meminfo: memFree=1590108/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=91716 CPUtime=1.49
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 21541 0 0 0 142 7 0 0 22 0 1 0 24510003 93917184 21098 1992294400 4194304 8395647 140735517105744 18446744073709551615 5026443 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 22929 21098 499 1026 0 21899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91716

[startup+3.10181 s]
/proc/loadavg: 0.91 0.95 0.90 2/107 27336
/proc/meminfo: memFree=1589860/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=91716 CPUtime=3.09
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 21541 0 0 0 302 7 0 0 25 0 1 0 24510003 93917184 21098 1992294400 4194304 8395647 140735517105744 18446744073709551615 5006793 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 22929 21098 499 1026 0 21899 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91716

[startup+6.30144 s]
/proc/loadavg: 0.92 0.95 0.90 2/107 27336
/proc/meminfo: memFree=1571880/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=112800 CPUtime=6.29
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 27166 0 0 0 619 10 0 0 25 0 1 0 24510003 115507200 25817 1992294400 4194304 8395647 140735517105744 18446744073709551615 6635116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 28200 25817 588 1026 0 27170 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112800

[startup+12.7017 s]
/proc/loadavg: 0.93 0.95 0.90 2/107 27336
/proc/meminfo: memFree=1558116/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=127056 CPUtime=12.69
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 42593 0 0 0 1247 22 0 0 25 0 1 0 24510003 130105344 29144 1992294400 4194304 8395647 140735517105744 18446744073709551615 6197315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 31764 29144 707 1026 0 30734 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127056

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.91 2/107 27336
/proc/meminfo: memFree=1540632/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=147116 CPUtime=25.49
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 49392 0 0 0 2519 30 0 0 25 0 1 0 24510003 150646784 33828 1992294400 4194304 8395647 140735517105744 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 36779 33828 1032 1026 0 35749 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 147116

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.91 2/107 27338
/proc/meminfo: memFree=1533316/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=156028 CPUtime=51.07
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 54499 0 0 0 5066 41 0 0 25 0 1 0 24510003 159772672 35503 1992294400 4194304 8395647 140735517105744 18446744073709551615 6125413 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 39007 35503 880 1026 0 37977 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 156028

[startup+102.308 s]
/proc/loadavg: 0.98 0.96 0.91 2/107 27338
/proc/meminfo: memFree=1534804/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=160972 CPUtime=102.26
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 133840 0 0 0 10141 85 0 0 25 0 1 0 24510003 164835328 36531 1992294400 4194304 8395647 140735517105744 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 40243 36531 1031 1026 0 39213 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 160972

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27340
/proc/meminfo: memFree=1535424/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=148652 CPUtime=162.23
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 173924 0 0 0 16096 127 0 0 25 0 1 0 24510003 152219648 34730 1992294400 4194304 8395647 140735517105744 18446744073709551615 6698405 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 37163 34730 630 1026 0 36133 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 148652

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27342
/proc/meminfo: memFree=1535176/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=148896 CPUtime=222.22
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 173986 0 0 0 22067 155 0 0 25 0 1 0 24510003 152469504 34792 1992294400 4194304 8395647 140735517105744 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 37224 34792 630 1026 0 36194 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 148896

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27344
/proc/meminfo: memFree=1535176/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=148896 CPUtime=282.19
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 173997 0 0 0 28038 181 0 0 25 0 1 0 24510003 152469504 34803 1992294400 4194304 8395647 140735517105744 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 37224 34803 634 1026 0 36194 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 148896

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27346
/proc/meminfo: memFree=1535176/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=148896 CPUtime=342.18
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 173999 0 0 0 34006 212 0 0 25 0 1 0 24510003 152469504 34805 1992294400 4194304 8395647 140735517105744 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 37224 34805 636 1026 0 36194 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 148896

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27346
/proc/meminfo: memFree=1535176/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=148896 CPUtime=402.16
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 173999 0 0 0 39976 240 0 0 25 0 1 0 24510003 152469504 34805 1992294400 4194304 8395647 140735517105744 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 37224 34805 636 1026 0 36194 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 148896

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27348
/proc/meminfo: memFree=1534308/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=149792 CPUtime=462.13
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 174228 0 0 0 45942 271 0 0 25 0 1 0 24510003 153387008 35034 1992294400 4194304 8395647 140735517105744 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 37448 35034 636 1026 0 36418 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 149792

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27350
/proc/meminfo: memFree=1534308/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=150032 CPUtime=522.11
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 174231 0 0 0 51907 304 0 0 25 0 1 0 24510003 153632768 35037 1992294400 4194304 8395647 140735517105744 18446744073709551615 6390530 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 37508 35037 636 1026 0 36478 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 150032

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27352
/proc/meminfo: memFree=1534184/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=150032 CPUtime=582.09
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 174239 0 0 0 57868 341 0 0 25 0 1 0 24510003 153632768 35045 1992294400 4194304 8395647 140735517105744 18446744073709551615 6693705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 37508 35045 636 1026 0 36478 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 150032

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27354
/proc/meminfo: memFree=1530464/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=153692 CPUtime=642.07
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 175165 0 0 0 63828 379 0 0 25 0 1 0 24510003 157380608 35971 1992294400 4194304 8395647 140735517105744 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 38423 35971 636 1026 0 37393 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 153692

[startup+702.301 s]

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

/proc/meminfo: memFree=1529720/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=154768 CPUtime=1001.94
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 213152 0 0 0 99590 604 0 0 25 0 1 0 24510003 158482432 36131 1992294400 4194304 8395647 140735517105744 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 38692 36131 636 1026 0 37662 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 154768

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27364
/proc/meminfo: memFree=1529720/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=154768 CPUtime=1061.92
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 213153 0 0 0 105553 639 0 0 25 0 1 0 24510003 158482432 36132 1992294400 4194304 8395647 140735517105744 18446744073709551615 6657183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 38692 36132 636 1026 0 37662 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 154768

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27366
/proc/meminfo: memFree=1529472/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=154768 CPUtime=1121.9
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 213188 0 0 0 111521 669 0 0 25 0 1 0 24510003 158482432 36167 1992294400 4194304 8395647 140735517105744 18446744073709551615 6746662 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 38692 36167 636 1026 0 37662 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 154768

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27368
/proc/meminfo: memFree=1530960/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=152772 CPUtime=1181.88
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 215682 0 0 0 117480 708 0 0 25 0 1 0 24510003 156438528 35801 1992294400 4194304 8395647 140735517105744 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 38193 35801 636 1026 0 37163 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 152772

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27370
/proc/meminfo: memFree=1531208/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=153344 CPUtime=1241.86
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 221574 0 0 0 123431 755 0 0 25 0 1 0 24510003 157024256 35934 1992294400 4194304 8395647 140735517105744 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 38336 35934 636 1026 0 37306 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 153344

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27370
/proc/meminfo: memFree=1528356/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=155516 CPUtime=1301.85
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 227710 0 0 0 129385 800 0 0 25 0 1 0 24510003 159248384 36430 1992294400 4194304 8395647 140735517105744 18446744073709551615 5535973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 38879 36430 636 1026 0 37849 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 155516

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27372
/proc/meminfo: memFree=1523024/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=160596 CPUtime=1361.82
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 234966 0 0 0 135338 844 0 0 25 0 1 0 24510003 164450304 37738 1992294400 4194304 8395647 140735517105744 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 40149 37738 636 1026 0 39119 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 160596

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27374
/proc/meminfo: memFree=1518560/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=165816 CPUtime=1421.8
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 246531 0 0 0 141295 885 0 0 25 0 1 0 24510003 169795584 38983 1992294400 4194304 8395647 140735517105744 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 41454 38983 754 1026 0 40424 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 165816

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27376
/proc/meminfo: memFree=1523768/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=160012 CPUtime=1481.77
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 254890 0 0 0 147247 930 0 0 25 0 1 0 24510003 163852288 37571 1992294400 4194304 8395647 140735517105744 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 40003 37571 636 1026 0 38973 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 160012

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27378
/proc/meminfo: memFree=1524264/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=159480 CPUtime=1541.76
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 270832 0 0 0 153199 977 0 0 25 0 1 0 24510003 163307520 37448 1992294400 4194304 8395647 140735517105744 18446744073709551615 6697955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 39870 37448 636 1026 0 38840 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 159480

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27378
/proc/meminfo: memFree=1513608/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=169800 CPUtime=1601.73
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 276648 0 0 0 159156 1017 0 0 25 0 1 0 24510003 173875200 40058 1992294400 4194304 8395647 140735517105744 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 42450 40058 649 1026 0 41420 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 169800

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27380
/proc/meminfo: memFree=1519188/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=164140 CPUtime=1661.71
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 286967 0 0 0 165112 1059 0 0 25 0 1 0 24510003 168079360 38634 1992294400 4194304 8395647 140735517105744 18446744073709551615 6723921 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 41035 38634 636 1026 0 40005 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 164140

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27382
/proc/meminfo: memFree=1513112/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=170480 CPUtime=1721.69
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 305289 0 0 0 171069 1100 0 0 25 0 1 0 24510003 174571520 40199 1992294400 4194304 8395647 140735517105744 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 42620 40199 695 1026 0 41590 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 170480

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27384
/proc/meminfo: memFree=1519684/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=164368 CPUtime=1781.68
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 320899 0 0 0 177022 1146 0 0 25 0 1 0 24510003 168312832 38498 1992294400 4194304 8395647 140735517105744 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 41092 38498 681 1026 0 40062 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 164368

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27384
/proc/meminfo: memFree=1519684/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=164368 CPUtime=1784.87
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 320899 0 0 0 177339 1148 0 0 25 0 1 0 24510003 168312832 38498 1992294400 4194304 8395647 140735517105744 18446744073709551615 6723085 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 41092 38498 681 1026 0 40062 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 164368

[startup+1788.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27384
/proc/meminfo: memFree=1519560/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=164368 CPUtime=1788.07
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 320937 0 0 0 177655 1152 0 0 25 0 1 0 24510003 168312832 38506 1992294400 4194304 8395647 140735517105744 18446744073709551615 6698437 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 41092 38506 651 1026 0 40062 0
Current children cumulated CPU time (s) 1788.07
Current children cumulated vsize (KiB) 164368

[startup+1789.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27384
/proc/meminfo: memFree=1519560/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=164368 CPUtime=1788.87
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 321089 0 0 0 177735 1152 0 0 25 0 1 0 24510003 168312832 38658 1992294400 4194304 8395647 140735517105744 18446744073709551615 6723586 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 41092 38658 651 1026 0 40062 0
Current children cumulated CPU time (s) 1788.87
Current children cumulated vsize (KiB) 164368

[startup+1789.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27384
/proc/meminfo: memFree=1518940/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=164368 CPUtime=1789.27
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 321089 0 0 0 177775 1152 0 0 25 0 1 0 24510003 168312832 38658 1992294400 4194304 8395647 140735517105744 18446744073709551615 6585824 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27335/statm: 41092 38658 651 1026 0 40062 0
Current children cumulated CPU time (s) 1789.27
Current children cumulated vsize (KiB) 164368

[startup+1790.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 27384
/proc/meminfo: memFree=1518940/2059040 swapFree=4147384/4192956
[pid=27335] ppid=27333 vsize=164368 CPUtime=1789.47
/proc/27335/stat : 27335 (pbscip.linux.x8) R 27333 27335 27223 0 -1 4202496 321092 0 0 0 177795 1152 0 0 18 0 1 0 24510003 168312832 38661 1992294400 4194304 8395647 140735517105744 18446744073709551615 6063747 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27335/statm: 41092 38661 654 1026 0 40062 0
Current children cumulated CPU time (s) 1789.47
Current children cumulated vsize (KiB) 164368

Child status: 0
Real time (s): 1790.17
CPU time (s): 1789.55
CPU user time (s): 1778.01
CPU system time (s): 11.5442
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 170480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.01
system time used= 11.5442
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321095
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= 4
involuntary context switches= 4460

runsolver used 3.00254 second user time and 8.39972 second system time

The end

Launcher Data

Begin job on node006 at 2010-07-08 06:22:44
IDJOB=2703912
IDBENCH=2935
IDSOLVER=1213
FILE ID=node006/2703912-1278562964
PBS_JOBID= 11239552
Free space on /tmp= 62580 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_15.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-2703912-1278562964/watcher-2703912-1278562964 -o /tmp/evaluation-result-2703912-1278562964/solver-2703912-1278562964 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703912-1278562964.opb -t 1800 -m 1800

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=2044447209

node006.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.269
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.53
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.269
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	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1673352 kB
Buffers:         68440 kB
Cached:         224224 kB
SwapCached:       4172 kB
Active:         149320 kB
Inactive:       162224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1673352 kB
SwapTotal:     4192956 kB
SwapFree:      4147384 kB
Dirty:           12300 kB
Writeback:           0 kB
AnonPages:       15780 kB
Mapped:          12048 kB
Slab:            52248 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179540 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= 62568 MiB
End job on node006 at 2010-07-08 06:52:35