Trace number 2703718

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? 1790.03 1790.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
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-2703718-1278563176.opb>
1.69/1.71	c original problem has 13478 variables (13478 bin, 0 int, 0 impl, 0 cont) and 26620 constraints
1.69/1.71	c problem read
1.69/1.71	c presolving settings loaded
2.20/2.25	c presolving:
2.59/2.66	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.80/2.86	c (round 2) 1 del vars, 12355 del conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 965 upgd conss, 0 impls, 0 clqs
3.09/3.10	c (round 3) 1 del vars, 12355 del conss, 1 chg bounds, 292 chg sides, 2291 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
3.09/3.18	c (round 4) 1 del vars, 12355 del conss, 1 chg bounds, 409 chg sides, 2471 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
8.59/8.67	c    (7.0s) probing: 122/13477 (0.9%) - 0 fixings, 0 aggregations, 86 implications, 0 bound changes
8.59/8.67	c    (7.0s) probing aborted: 100/100 successive totally useless probings
8.59/8.68	c presolving (5 rounds):
8.59/8.68	c  1 deleted vars, 12355 deleted constraints, 1 tightened bounds, 0 added holes, 409 changed sides, 2482 changed coefficients
8.59/8.68	c  1020 implications, 12 cliques
8.59/8.68	c presolved problem has 13477 variables (13477 bin, 0 int, 0 impl, 0 cont) and 14266 constraints
8.59/8.68	c    1911 constraints of type <knapsack>
8.59/8.68	c       1 constraints of type <setppc>
8.59/8.68	c   12354 constraints of type <linear>
8.59/8.68	c transformed objective value is always integral (scale: 1)
8.59/8.68	c Presolving Time: 6.50
8.59/8.68	c - non default parameters ----------------------------------------------------------------------
8.59/8.68	c # SCIP version 1.2.1.3
8.59/8.68	c 
8.59/8.68	c # frequency for displaying node information lines
8.59/8.68	c # [type: int, range: [-1,2147483647], default: 100]
8.59/8.68	c display/freq = 10000
8.59/8.68	c 
8.59/8.68	c # maximal time in seconds to run
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.59/8.68	c limits/time = 1788.29
8.59/8.68	c 
8.59/8.68	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.59/8.68	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.59/8.68	c limits/memory = 1620
8.59/8.68	c 
8.59/8.68	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.59/8.68	c # [type: int, range: [1,2], default: 1]
8.59/8.68	c timing/clocktype = 2
8.59/8.68	c 
8.59/8.68	c # should presolving try to simplify inequalities
8.59/8.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.59/8.68	c constraints/linear/simplifyinequalities = TRUE
8.59/8.68	c 
8.59/8.68	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
8.59/8.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.59/8.68	c constraints/indicator/addCouplingCons = TRUE
8.59/8.68	c 
8.59/8.68	c # should presolving try to simplify knapsacks
8.59/8.68	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.59/8.68	c constraints/knapsack/simplifyinequalities = TRUE
8.59/8.68	c 
8.59/8.68	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.59/8.68	c # [type: int, range: [-1,2147483647], default: -1]
8.59/8.68	c separating/rapidlearning/freq = 0
8.59/8.68	c 
8.59/8.68	c -----------------------------------------------------------------------------------------------
8.59/8.68	c start solving
8.59/8.69	c 
15.09/15.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.09/15.12	c  13.4s|     1 |     0 |  6065 |     - | 123M|   0 |4822 |  13k|  14k|  13k|  14k|   0 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
101.86/101.98	c   100s|     1 |     0 | 31457 |     - | 124M|   0 |8231 |  13k|  14k|  13k|  14k| 125 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
150.75/150.83	c   149s|     1 |     0 | 41853 |     - | 125M|   0 |9002 |  13k|  14k|  13k|  14k| 242 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
204.84/204.96	c   203s|     1 |     0 | 51981 |     - | 125M|   0 |8975 |  13k|  14k|  13k|  14k| 379 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
268.12/268.26	c   267s|     1 |     0 | 64018 |     - | 126M|   0 |8532 |  13k|  14k|  13k|  14k| 558 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
349.90/350.09	c   348s|     1 |     0 | 77414 |     - | 126M|   0 |8709 |  13k|  14k|  13k|  14k| 699 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
417.28/417.40	c   416s|     1 |     0 | 87295 |     - | 127M|   0 |9377 |  13k|  14k|  13k|  15k| 845 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
556.94/557.20	c   555s|     1 |     2 | 87295 |     - | 127M|   0 |9377 |  13k|  14k|  13k|  15k| 845 |   0 |  21 | 1.900000e+02 |      --      |    Inf 
1789.52/1790.09	c 
1789.52/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1789.52/1790.09	c Solving Time (sec) : 1788.37
1789.52/1790.09	c Solving Nodes      : 4
1789.52/1790.09	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.52/1790.09	c Dual Bound         : +1.90000000000000e+02
1789.52/1790.09	c Gap                : infinite
1789.52/1790.09	s UNKNOWN
1789.52/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1789.52/1790.09	c Solving Time       :    1788.37
1789.52/1790.09	c Original Problem   :
1789.52/1790.09	c   Problem name     : HOME/instance-2703718-1278563176.opb
1789.52/1790.09	c   Variables        : 13478 (13478 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.52/1790.09	c   Constraints      : 26620 initial, 26620 maximal
1789.52/1790.09	c Presolved Problem  :
1789.52/1790.09	c   Problem name     : t_HOME/instance-2703718-1278563176.opb
1789.52/1790.09	c   Variables        : 13477 (13477 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.52/1790.09	c   Constraints      : 14266 initial, 14293 maximal
1789.52/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.52/1790.09	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1789.52/1790.09	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.52/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.09	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.52/1790.09	c   probing          :       5.44          0          0          0          0          0          0          0          0
1789.52/1790.09	c   knapsack         :       0.12          0          0          0          0          0          0        215       1090
1789.52/1790.09	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.09	c   linear           :       0.73          1          0          0          1          0      12355        194       1392
1789.52/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.52/1790.09	c   root node        :          -          0          -          -          0          -          -          -          -
1789.52/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.52/1790.09	c   integral         :          0          0          0         11          0          0         19          0          0          8
1789.52/1790.09	c   knapsack         :       1911          6        443          0          0          0         19       1205          0          0
1789.52/1790.09	c   setppc           :          1          6        435          0          0          0          0          0          0          0
1789.52/1790.09	c   linear           :      12354          6        443          0          0          0          7          0          0          0
1789.52/1790.09	c   logicor          :          0+         0         27          0          0          0          0          0          0          0
1789.52/1790.09	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.52/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.52/1790.09	c   integral         :     565.31       0.00       0.00     565.31       0.00
1789.52/1790.09	c   knapsack         :       0.37       0.18       0.19       0.00       0.00
1789.52/1790.09	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.52/1790.09	c   linear           :       4.55       0.02       4.53       0.00       0.00
1789.52/1790.09	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1789.52/1790.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.52/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.52/1790.09	c   vbounds          :       0.00          2          0          0
1789.52/1790.09	c   rootredcost      :       0.00          0          0          0
1789.52/1790.09	c   pseudoobj        :       0.00        189          0          0
1789.52/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.52/1790.09	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.52/1790.09	c   infeasible LP    :       0.11         27         27         27        3.7          0        0.0          0
1789.52/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.52/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.52/1790.09	c   applied globally :          -          -          -         27        3.7          -          -          -
1789.52/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.52/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.52/1790.09	c   cut pool         :       0.00          5          -          -       1724          -    (maximal pool size: 4205)
1789.52/1790.09	c   redcost          :       0.02         13          0          0          0          0
1789.52/1790.09	c   impliedbounds    :       0.01          6          0          0         30          0
1789.52/1790.09	c   intobj           :       0.00          0          0          0          0          0
1789.52/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1789.52/1790.09	c   gomory           :      23.31          6          0          0         14          0
1789.52/1790.09	c   strongcg         :      23.13          6          0          0         18          0
1789.52/1790.09	c   cmir             :      12.03          6          0          0       3000          0
1789.52/1790.09	c   flowcover        :      10.71          6          0          0       1200          0
1789.52/1790.09	c   clique           :       0.01          6          0          0          4          0
1789.52/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1789.52/1790.09	c   mcf              :       0.00          1          0          0          0          0
1789.52/1790.09	c   rapidlearning    :       0.00          0          0          0          0          0
1789.52/1790.09	c Pricers            :       Time      Calls       Vars
1789.52/1790.09	c   problem variables:       0.00          0          0
1789.52/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.52/1790.09	c   relpscost        :     565.31         11          0         19          0          0          8
1789.52/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1789.52/1790.09	c   inference        :       0.00          0          0          0          0          0          0
1789.52/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1789.52/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1789.52/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.52/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.52/1790.09	c   random           :       0.00          0          0          0          0          0          0
1789.52/1790.09	c Primal Heuristics  :       Time      Calls      Found
1789.52/1790.09	c   LP solutions     :       0.00          -          0
1789.52/1790.09	c   pseudo solutions :       0.00          -          0
1789.52/1790.09	c   oneopt           :       0.00          0          0
1789.52/1790.09	c   crossover        :       0.00          0          0
1789.52/1790.09	c   pscostdiving     :       0.00          0          0
1789.52/1790.09	c   trivial          :       0.04          2          0
1789.52/1790.09	c   simplerounding   :       0.00          0          0
1789.52/1790.09	c   zirounding       :       0.01          3          0
1789.52/1790.09	c   rounding         :       0.38         17          0
1789.52/1790.09	c   shifting         :       3.04          7          0
1789.52/1790.09	c   intshifting      :       0.00          0          0
1789.52/1790.09	c   twoopt           :       0.00          0          0
1789.52/1790.09	c   fixandinfer      :       0.00          0          0
1789.52/1790.09	c   feaspump         :      42.17          1          0
1789.52/1790.09	c   coefdiving       :     756.72          1          0
1789.52/1790.09	c   fracdiving       :       0.00          0          0
1789.52/1790.09	c   veclendiving     :       0.00          0          0
1789.52/1790.09	c   intdiving        :       0.00          0          0
1789.52/1790.09	c   actconsdiving    :       0.00          0          0
1789.52/1790.09	c   objpscostdiving  :       0.00          0          0
1789.52/1790.09	c   rootsoldiving    :       0.00          0          0
1789.52/1790.09	c   linesearchdiving :       0.00          0          0
1789.52/1790.09	c   guideddiving     :       0.00          0          0
1789.52/1790.09	c   octane           :       0.00          0          0
1789.52/1790.09	c   rens             :       0.04          0          0
1789.52/1790.09	c   rins             :       0.00          0          0
1789.52/1790.09	c   localbranching   :       0.00          0          0
1789.52/1790.09	c   mutation         :       0.00          0          0
1789.52/1790.09	c   dins             :       0.00          0          0
1789.52/1790.09	c   undercover       :       0.00          0          0
1789.52/1790.09	c   nlp              :       0.00          0          0
1789.52/1790.09	c   trysol           :       0.00          0          0
1789.52/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.52/1790.09	c   primal LP        :       0.22          0          0       0.00       0.00
1789.52/1790.09	c   dual LP          :     343.22         17      89503    5264.88     260.78
1789.52/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1789.52/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1789.52/1790.09	c   diving/probing LP:     797.09        185     293963    1588.99     368.79
1789.52/1790.09	c   strong branching :     565.25        243     123204     507.01     217.96
1789.52/1790.09	c     (at root node) :          -         21      20047     954.62          -
1789.52/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1789.52/1790.09	c B&B Tree           :
1789.52/1790.09	c   number of runs   :          1
1789.52/1790.09	c   nodes            :          4
1789.52/1790.09	c   nodes (total)    :          4
1789.52/1790.09	c   nodes left       :          5
1789.52/1790.09	c   max depth        :          2
1789.52/1790.09	c   max depth (total):          2
1789.52/1790.09	c   backtracks       :          0 (0.0%)
1789.52/1790.09	c   delayed cutoffs  :          0
1789.52/1790.09	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.52/1790.09	c   avg switch length:       1.25
1789.52/1790.09	c   switching time   :       0.24
1789.52/1790.09	c Solution           :
1789.52/1790.09	c   Solutions found  :          0 (0 improvements)
1789.52/1790.09	c   Primal Bound     :          -
1789.52/1790.09	c   Dual Bound       : +1.90000000000000e+02
1789.52/1790.09	c   Gap              :   infinite
1789.52/1790.09	c   Root Dual Bound  : +1.90000000000000e+02
1789.52/1790.09	c   Root Iterations  :      87295
1789.92/1790.49	c Time complete: 1790.01.

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-2703718-1278563176/watcher-2703718-1278563176 -o /tmp/evaluation-result-2703718-1278563176/solver-2703718-1278563176 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703718-1278563176.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26821
/proc/meminfo: memFree=1624492/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=7904 CPUtime=0
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 1088 0 0 0 0 0 0 0 18 0 1 0 24531229 8093696 1000 1992294400 4194304 8395647 140733949190592 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26821/statm: 1976 1008 365 1026 0 946 0

[startup+0.080336 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26821
/proc/meminfo: memFree=1624492/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=12084 CPUtime=0.07
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 2319 0 0 0 6 1 0 0 20 0 1 0 24531229 12374016 2231 1992294400 4194304 8395647 140733949190592 18446744073709551615 6765655 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26821/statm: 3021 2231 393 1026 0 1991 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12084

[startup+0.101338 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26821
/proc/meminfo: memFree=1624492/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=12636 CPUtime=0.09
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 2436 0 0 0 8 1 0 0 20 0 1 0 24531229 12939264 2348 1992294400 4194304 8395647 140733949190592 18446744073709551615 6344847 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26821/statm: 3159 2348 393 1026 0 2129 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12636

[startup+0.300359 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26821
/proc/meminfo: memFree=1624492/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=18056 CPUtime=0.29
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 3798 0 0 0 28 1 0 0 20 0 1 0 24531229 18489344 3710 1992294400 4194304 8395647 140733949190592 18446744073709551615 6766320 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26821/statm: 4514 3710 393 1026 0 3484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18056

[startup+0.700402 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26821
/proc/meminfo: memFree=1624492/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=27528 CPUtime=0.69
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 6156 0 0 0 67 2 0 0 21 0 1 0 24531229 28188672 6068 1992294400 4194304 8395647 140733949190592 18446744073709551615 7370168 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26821/statm: 6882 6068 393 1026 0 5852 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27528

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26822
/proc/meminfo: memFree=1597328/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=41920 CPUtime=1.49
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 9771 0 0 0 146 3 0 0 23 0 1 0 24531229 42926080 9683 1992294400 4194304 8395647 140733949190592 18446744073709551615 5755310 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26821/statm: 10480 9683 393 1026 0 9450 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41920

[startup+3.10165 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26822
/proc/meminfo: memFree=1450140/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=205784 CPUtime=3.09
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 50638 0 0 0 291 18 0 0 25 0 1 0 24531229 210722816 49413 1992294400 4194304 8395647 140733949190592 18446744073709551615 4969241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 51446 49413 511 1026 0 50416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205784

[startup+6.30199 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26822
/proc/meminfo: memFree=1426208/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=207040 CPUtime=6.29
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 51118 0 0 0 611 18 0 0 25 0 1 0 24531229 212008960 49815 1992294400 4194304 8395647 140733949190592 18446744073709551615 5028135 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 51760 49815 500 1026 0 50730 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 207040

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26822
/proc/meminfo: memFree=1352180/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=291400 CPUtime=12.69
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 72939 0 0 0 1242 27 0 0 25 0 1 0 24531229 298393600 68511 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698236 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 72850 68511 723 1026 0 71820 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 291400

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26822
/proc/meminfo: memFree=1352180/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=291400 CPUtime=25.48
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 72950 0 0 0 2518 30 0 0 25 0 1 0 24531229 298393600 68517 1992294400 4194304 8395647 140733949190592 18446744073709551615 6697250 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 72850 68517 724 1026 0 71820 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 291400

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26824
/proc/meminfo: memFree=1350816/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=292528 CPUtime=51.07
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 73303 0 0 0 5072 35 0 0 25 0 1 0 24531229 299548672 68798 1992294400 4194304 8395647 140733949190592 18446744073709551615 6708014 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 73132 68798 653 1026 0 72102 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 292528

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26824
/proc/meminfo: memFree=1312748/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=332508 CPUtime=102.27
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 84314 0 0 0 10175 52 0 0 25 0 1 0 24531229 340488192 78326 1992294400 4194304 8395647 140733949190592 18446744073709551615 5540182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 83127 78326 702 1026 0 82097 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 332508

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26826
/proc/meminfo: memFree=1297868/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=355888 CPUtime=162.25
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 88094 0 0 0 16156 69 0 0 25 0 1 0 24531229 364429312 82055 1992294400 4194304 8395647 140733949190592 18446744073709551615 6197315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 88972 82055 728 1026 0 87942 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 355888

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26828
/proc/meminfo: memFree=1273068/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=381836 CPUtime=222.24
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 103093 0 0 0 22137 87 0 0 25 0 1 0 24531229 391000064 88366 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 95459 88366 858 1026 0 94429 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 381836

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26830
/proc/meminfo: memFree=1267364/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=381836 CPUtime=282.22
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 104566 0 0 0 28123 99 0 0 25 0 1 0 24531229 391000064 89681 1992294400 4194304 8395647 140733949190592 18446744073709551615 6197315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 95459 89681 754 1026 0 94429 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 381836

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26830
/proc/meminfo: memFree=1233884/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=415140 CPUtime=342.21
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 122926 0 0 0 34107 114 0 0 25 0 1 0 24531229 425103360 97983 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 103785 97983 700 1026 0 102755 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 415140

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26832
/proc/meminfo: memFree=1240084/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=404640 CPUtime=402.18
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 132832 0 0 0 40087 131 0 0 25 0 1 0 24531229 414351360 96408 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 101160 96408 702 1026 0 100130 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 404640

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26834
/proc/meminfo: memFree=1267364/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=397732 CPUtime=462.17
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 207280 0 0 0 46054 163 0 0 25 0 1 0 24531229 407277568 90736 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 99433 90736 1092 1026 0 98403 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 397732

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26836
/proc/meminfo: memFree=1273192/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=379536 CPUtime=522.16
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 302864 0 0 0 52013 203 0 0 25 0 1 0 24531229 388644864 89381 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 94884 89381 936 1026 0 93854 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 379536

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26838
/proc/meminfo: memFree=1260668/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=383956 CPUtime=582.14
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 356398 0 0 0 57988 226 0 0 25 0 1 0 24531229 393170944 91243 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 95989 91243 684 1026 0 94959 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 383956

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26838
/proc/meminfo: memFree=1273316/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=377232 CPUtime=642.13
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 379029 0 0 0 63970 243 0 0 25 0 1 0 24531229 386285568 88078 1992294400 4194304 8395647 140733949190592 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 94308 88078 684 1026 0 93278 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 377232

[startup+702.301 s]

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

/proc/meminfo: memFree=1266744/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1062.02
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460148 0 0 0 105848 354 0 0 25 0 1 0 24531229 393408512 89657 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89657 684 1026 0 95017 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 384188

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26852
/proc/meminfo: memFree=1266496/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1122
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460212 0 0 0 111836 364 0 0 25 0 1 0 24531229 393408512 89721 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89721 689 1026 0 95017 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 384188

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26854
/proc/meminfo: memFree=1266248/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1181.99
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 117822 377 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 384188

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26854
/proc/meminfo: memFree=1266248/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1241.97
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 123804 393 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 384188

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26856
/proc/meminfo: memFree=1266248/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1301.96
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 129787 409 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 384188

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26858
/proc/meminfo: memFree=1266248/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1361.94
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 135768 426 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 384188

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26860
/proc/meminfo: memFree=1266068/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1421.93
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 141752 441 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6697983 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 384188

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26862
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1481.9
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 147731 459 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 384188

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26862
/proc/meminfo: memFree=1266068/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1541.9
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 153714 476 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721244 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 384188

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26864
/proc/meminfo: memFree=1266068/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1601.88
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 159698 490 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 384188

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26866
/proc/meminfo: memFree=1266068/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1661.86
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 165681 505 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6669594 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 384188

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26868
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1721.84
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 171661 523 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 384188

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26870
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1781.82
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 177642 540 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 384188

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26870
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1785.03
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 177962 541 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1785.03
Current children cumulated vsize (KiB) 384188

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26870
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1788.22
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 178280 542 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 384188

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26870
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1789.02
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 178360 542 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1789.02
Current children cumulated vsize (KiB) 384188

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26870
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1789.42
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460251 0 0 0 178400 542 0 0 25 0 1 0 24531229 393408512 89760 1992294400 4194304 8395647 140733949190592 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89760 689 1026 0 95017 0
Current children cumulated CPU time (s) 1789.42
Current children cumulated vsize (KiB) 384188

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26870
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1789.82
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460256 0 0 0 178440 542 0 0 25 0 1 0 24531229 393408512 89765 1992294400 4194304 8395647 140733949190592 18446744073709551615 4448743 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89765 694 1026 0 95017 0
Current children cumulated CPU time (s) 1789.82
Current children cumulated vsize (KiB) 384188

[startup+1790.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 26870
/proc/meminfo: memFree=1265944/2059040 swapFree=4161224/4192956
[pid=26821] ppid=26819 vsize=384188 CPUtime=1789.92
/proc/26821/stat : 26821 (pbscip.linux.x8) R 26819 26821 26709 0 -1 4202496 460258 0 0 0 178450 542 0 0 25 0 1 0 24531229 393408512 89767 1992294400 4194304 8395647 140733949190592 18446744073709551615 6066710 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26821/statm: 96047 89767 696 1026 0 95017 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 384188

Child status: 0
Real time (s): 1790.49
CPU time (s): 1790.03
CPU user time (s): 1784.56
CPU system time (s): 5.46817
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 415140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.56
system time used= 5.46817
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460261
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= 1
involuntary context switches= 6360

runsolver used 3.07853 second user time and 8.32373 second system time

The end

Launcher Data

Begin job on node007 at 2010-07-08 06:26:17
IDJOB=2703718
IDBENCH=2947
IDSOLVER=1213
FILE ID=node007/2703718-1278563176
PBS_JOBID= 11239562
Free space on /tmp= 62524 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_20.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-2703718-1278563176/watcher-2703718-1278563176 -o /tmp/evaluation-result-2703718-1278563176/solver-2703718-1278563176 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703718-1278563176.opb -t 1800 -m 1800

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=45437476

node007.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.256
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.51
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.256
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1625020 kB
Buffers:         80900 kB
Cached:         235316 kB
SwapCached:       1860 kB
Active:         160808 kB
Inactive:       185356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1625020 kB
SwapTotal:     4192956 kB
SwapFree:      4161224 kB
Dirty:           17888 kB
Writeback:           0 kB
AnonPages:       28148 kB
Mapped:          13004 kB
Slab:            65972 kB
PageTables:       4212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180932 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= 62512 MiB
End job on node007 at 2010-07-08 06:56:07