Trace number 2703756

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.6 1790.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark336
Best CPU time to get the best result obtained on this benchmark1800.39
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
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-2703756-1278553540.opb>
0.89/0.98	c original problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
0.89/0.98	c problem read
0.89/0.98	c presolving settings loaded
1.09/1.18	c presolving:
1.69/1.78	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
3.49/3.53	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 43200 chg sides, 64800 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
18.69/18.75	c    (17.8s) probing: 1000/2700 (37.0%) - 0 fixings, 0 aggregations, 9281 implications, 0 bound changes
25.38/25.43	c    (24.5s) probing: 1721/2700 (63.7%) - 0 fixings, 0 aggregations, 15210 implications, 0 bound changes
25.38/25.43	c    (24.5s) probing aborted: 100/100 successive totally useless probings
25.38/25.43	c presolving (3 rounds):
25.38/25.43	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 43200 changed sides, 64800 changed coefficients
25.38/25.43	c  37080 implications, 630 cliques
25.38/25.43	c presolved problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
25.38/25.43	c   21770 constraints of type <knapsack>
25.38/25.43	c    3960 constraints of type <setppc>
25.38/25.43	c   16890 constraints of type <logicor>
25.38/25.43	c transformed objective value is always integral (scale: 1)
25.38/25.43	c Presolving Time: 24.26
25.38/25.43	c - non default parameters ----------------------------------------------------------------------
25.38/25.43	c # SCIP version 1.2.1.3
25.38/25.43	c 
25.38/25.43	c # frequency for displaying node information lines
25.38/25.43	c # [type: int, range: [-1,2147483647], default: 100]
25.38/25.43	c display/freq = 10000
25.38/25.43	c 
25.38/25.43	c # maximal time in seconds to run
25.38/25.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.38/25.43	c limits/time = 1789.03
25.38/25.43	c 
25.38/25.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
25.38/25.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
25.38/25.43	c limits/memory = 1620
25.38/25.43	c 
25.38/25.43	c # default clock type (1: CPU user seconds, 2: wall clock time)
25.38/25.43	c # [type: int, range: [1,2], default: 1]
25.38/25.43	c timing/clocktype = 2
25.38/25.43	c 
25.38/25.43	c # should presolving try to simplify inequalities
25.38/25.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.38/25.43	c constraints/linear/simplifyinequalities = TRUE
25.38/25.43	c 
25.38/25.43	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
25.38/25.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.38/25.43	c constraints/indicator/addCouplingCons = TRUE
25.38/25.43	c 
25.38/25.43	c # should presolving try to simplify knapsacks
25.38/25.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
25.38/25.43	c constraints/knapsack/simplifyinequalities = TRUE
25.38/25.43	c 
25.38/25.43	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
25.38/25.43	c # [type: int, range: [-1,2147483647], default: -1]
25.38/25.43	c separating/rapidlearning/freq = 0
25.38/25.43	c 
25.38/25.43	c -----------------------------------------------------------------------------------------------
25.38/25.43	c start solving
25.38/25.44	c 
77.66/77.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.66/77.79	c  76.8s|     1 |     0 |  6436 |     - |  96M|   0 | 798 |2700 |  42k|2700 |  42k|   0 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
417.14/417.40	c   416s|     1 |     0 | 22320 |     - |  96M|   0 | 824 |2700 |  42k|2700 |  42k|   8 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
490.51/490.76	c   490s|     1 |     0 | 23512 |     - |  96M|   0 | 825 |2700 |  42k|2700 |  42k|  14 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
565.28/565.50	c   565s|     1 |     0 | 24762 |     - |  96M|   0 | 854 |2700 |  42k|2700 |  42k|  19 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
643.55/643.86	c   643s|     1 |     0 | 25995 |     - |  96M|   0 | 847 |2700 |  42k|2700 |  42k|  22 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
723.63/723.92	c   723s|     1 |     0 | 27464 |     - |  96M|   0 | 887 |2700 |  42k|2700 |  42k|  27 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
808.69/809.04	c   808s|     1 |     0 | 29330 |     - |  96M|   0 | 819 |2700 |  42k|2700 |  42k|  30 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
1152.49/1153.23	c  1152s|     1 |     2 | 29330 |     - |  96M|   0 | 819 |2700 |  42k|2700 |  42k|  30 |   0 |  37 | 1.400000e+02 |      --      |    Inf 
1789.29/1790.32	c 
1789.29/1790.32	c SCIP Status        : solving was interrupted [time limit reached]
1789.29/1790.32	c Solving Time (sec) : 1789.34
1789.29/1790.32	c Solving Nodes      : 4
1789.29/1790.32	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.29/1790.32	c Dual Bound         : +1.40000000000000e+02
1789.29/1790.32	c Gap                : infinite
1789.29/1790.32	s UNKNOWN
1789.29/1790.32	c SCIP Status        : solving was interrupted [time limit reached]
1789.29/1790.32	c Solving Time       :    1789.34
1789.29/1790.32	c Original Problem   :
1789.29/1790.32	c   Problem name     : HOME/instance-2703756-1278553540.opb
1789.29/1790.32	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.29/1790.32	c   Constraints      : 42620 initial, 42620 maximal
1789.29/1790.32	c Presolved Problem  :
1789.29/1790.32	c   Problem name     : t_HOME/instance-2703756-1278553540.opb
1789.29/1790.32	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.29/1790.32	c   Constraints      : 42620 initial, 42620 maximal
1789.29/1790.32	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.29/1790.32	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.29/1790.32	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.29/1790.32	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.29/1790.32	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.29/1790.32	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.29/1790.32	c   probing          :      20.52          0          0          0          0          0          0          0          0
1789.29/1790.32	c   knapsack         :       3.07          0          0          0          0          0          0      43200      64800
1789.29/1790.32	c   setppc           :       0.02          0          0          0          0          0          0          0          0
1789.29/1790.32	c   logicor          :       0.06          0          0          0          0          0          0          0          0
1789.29/1790.32	c   root node        :          -          0          -          -          0          -          -          -          -
1789.29/1790.32	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.29/1790.32	c   integral         :          0          0          0          4          0          0          0          0          0          8
1789.29/1790.32	c   knapsack         :      21770          6       4991          0          0          0          0          0          0          0
1789.29/1790.32	c   setppc           :       3960          6       4991          0          0          0         27          0          0          0
1789.29/1790.32	c   logicor          :      16890          6       3441          0          0          0          0          0          0          0
1789.29/1790.32	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.29/1790.32	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.29/1790.32	c   integral         :     940.98       0.00       0.00     940.98       0.00
1789.29/1790.32	c   knapsack         :      14.50       0.94      13.56       0.00       0.00
1789.29/1790.32	c   setppc           :       2.48       0.01       2.48       0.00       0.00
1789.29/1790.32	c   logicor          :       0.34       0.02       0.31       0.00       0.00
1789.29/1790.32	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.29/1790.32	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.29/1790.32	c   vbounds          :       0.01          2          0          0
1789.29/1790.32	c   rootredcost      :       0.00          0          0          0
1789.29/1790.32	c   pseudoobj        :       0.00          8          0          0
1789.29/1790.32	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.29/1790.32	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.29/1790.32	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.29/1790.32	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.29/1790.32	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.29/1790.32	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.29/1790.32	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.29/1790.32	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.29/1790.32	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.29/1790.32	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 57)
1789.29/1790.32	c   redcost          :       0.00          9          0          0          0          0
1789.29/1790.32	c   impliedbounds    :       0.01          6          0          0          0          0
1789.29/1790.32	c   intobj           :       0.00          0          0          0          0          0
1789.29/1790.32	c   cgmip            :       0.00          0          0          0          0          0
1789.29/1790.32	c   gomory           :     183.32          6          0          0        580          0
1789.29/1790.32	c   strongcg         :     183.04          6          0          0        580          0
1789.29/1790.32	c   cmir             :       2.41          6          0          0          0          0
1789.29/1790.32	c   flowcover        :      11.63          6          0          0          0          0
1789.29/1790.32	c   clique           :       0.20          6          0          0         45          0
1789.29/1790.32	c   zerohalf         :       0.00          0          0          0          0          0
1789.29/1790.32	c   mcf              :       0.09          1          0          0          0          0
1789.29/1790.32	c   rapidlearning    :       0.00          0          0          0          0          0
1789.29/1790.32	c Pricers            :       Time      Calls       Vars
1789.29/1790.32	c   problem variables:       0.00          0          0
1789.29/1790.32	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.29/1790.32	c   relpscost        :     940.98          4          0          0          0          0          8
1789.29/1790.32	c   pscost           :       0.00          0          0          0          0          0          0
1789.29/1790.32	c   inference        :       0.00          0          0          0          0          0          0
1789.29/1790.32	c   mostinf          :       0.00          0          0          0          0          0          0
1789.29/1790.32	c   leastinf         :       0.00          0          0          0          0          0          0
1789.29/1790.32	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.29/1790.32	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.29/1790.32	c   random           :       0.00          0          0          0          0          0          0
1789.29/1790.32	c Primal Heuristics  :       Time      Calls      Found
1789.29/1790.32	c   LP solutions     :       0.00          -          0
1789.29/1790.32	c   pseudo solutions :       0.00          -          0
1789.29/1790.32	c   oneopt           :       0.00          0          0
1789.29/1790.32	c   crossover        :       0.00          0          0
1789.29/1790.32	c   coefdiving       :       0.00          0          0
1789.29/1790.32	c   pscostdiving     :       0.00          0          0
1789.29/1790.32	c   fracdiving       :       0.00          0          0
1789.29/1790.32	c   trivial          :       0.02          2          0
1789.29/1790.32	c   simplerounding   :       0.00          0          0
1789.29/1790.32	c   zirounding       :       0.02          4          0
1789.29/1790.32	c   rounding         :       0.10         10          0
1789.29/1790.32	c   shifting         :       0.28          7          0
1789.29/1790.32	c   intshifting      :       0.00          0          0
1789.29/1790.32	c   twoopt           :       0.00          0          0
1789.29/1790.32	c   fixandinfer      :       0.00          0          0
1789.29/1790.32	c   feaspump         :     269.70          1          0
1789.29/1790.32	c   veclendiving     :       0.00          0          0
1789.29/1790.32	c   intdiving        :       0.00          0          0
1789.29/1790.32	c   actconsdiving    :       0.00          0          0
1789.29/1790.32	c   objpscostdiving  :       0.00          0          0
1789.29/1790.32	c   rootsoldiving    :       0.00          0          0
1789.29/1790.32	c   linesearchdiving :       0.00          0          0
1789.29/1790.32	c   guideddiving     :       0.00          0          0
1789.29/1790.32	c   octane           :       0.00          0          0
1789.29/1790.32	c   rens             :       0.75          1          0
1789.29/1790.32	c   rins             :       0.00          0          0
1789.29/1790.32	c   localbranching   :       0.00          0          0
1789.29/1790.32	c   mutation         :       0.00          0          0
1789.29/1790.32	c   dins             :       0.00          0          0
1789.29/1790.32	c   undercover       :       0.00          0          0
1789.29/1790.32	c   nlp              :       0.00          0          0
1789.29/1790.32	c   trysol           :       0.00          0          0
1789.29/1790.32	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.29/1790.32	c   primal LP        :       0.07          0          0       0.00       0.00
1789.29/1790.32	c   dual LP          :     170.80         10      19594    1959.40     114.72
1789.29/1790.32	c   lex dual LP      :       0.00          0          0       0.00          -
1789.29/1790.32	c   barrier LP       :       0.00          0          0       0.00          -
1789.29/1790.32	c   diving/probing LP:     269.61          7      14083    2011.86      52.23
1789.29/1790.32	c   strong branching :     940.97        101     101000    1000.00     107.34
1789.29/1790.32	c     (at root node) :          -         37      37000    1000.00          -
1789.29/1790.32	c   conflict analysis:       0.00          0          0       0.00          -
1789.29/1790.32	c B&B Tree           :
1789.29/1790.32	c   number of runs   :          1
1789.29/1790.32	c   nodes            :          4
1789.29/1790.32	c   nodes (total)    :          4
1789.29/1790.32	c   nodes left       :          5
1789.29/1790.32	c   max depth        :          3
1789.29/1790.32	c   max depth (total):          3
1789.29/1790.32	c   backtracks       :          0 (0.0%)
1789.29/1790.32	c   delayed cutoffs  :          0
1789.29/1790.32	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.29/1790.32	c   avg switch length:       1.00
1789.29/1790.32	c   switching time   :       0.09
1789.29/1790.32	c Solution           :
1789.29/1790.32	c   Solutions found  :          0 (0 improvements)
1789.29/1790.32	c   Primal Bound     :          -
1789.29/1790.32	c   Dual Bound       : +1.40000000000000e+02
1789.29/1790.32	c   Gap              :   infinite
1789.29/1790.32	c   Root Dual Bound  : +1.40000000000000e+02
1789.29/1790.32	c   Root Iterations  :      29330
1789.58/1790.60	c Time complete: 1789.59.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703756-1278553540/watcher-2703756-1278553540 -o /tmp/evaluation-result-2703756-1278553540/solver-2703756-1278553540 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703756-1278553540.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 0.95 3/106 27679
/proc/meminfo: memFree=1705836/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=7904 CPUtime=0
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 1142 0 0 0 0 0 0 0 21 0 1 0 23565837 8093696 1055 1992294400 4194304 8395647 140734181605936 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27679/statm: 1976 1063 365 1026 0 946 0

[startup+0.014229 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 27679
/proc/meminfo: memFree=1705836/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=10860 CPUtime=0
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 1991 0 0 0 0 0 0 0 21 0 1 0 23565837 11120640 1903 1992294400 4194304 8395647 140734181605936 18446744073709551615 7276963 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27679/statm: 2715 1903 386 1026 0 1685 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10860

[startup+0.101241 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 27679
/proc/meminfo: memFree=1705836/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=15304 CPUtime=0.09
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 3104 0 0 0 9 0 0 0 21 0 1 0 23565837 15671296 3016 1992294400 4194304 8395647 140734181605936 18446744073709551615 7382073 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27679/statm: 3826 3016 393 1026 0 2796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15304

[startup+0.301275 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 27679
/proc/meminfo: memFree=1705836/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=21148 CPUtime=0.29
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 4564 0 0 0 28 1 0 0 21 0 1 0 23565837 21655552 4476 1992294400 4194304 8395647 140734181605936 18446744073709551615 7382051 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27679/statm: 5287 4476 393 1026 0 4257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21148

[startup+0.701343 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 27679
/proc/meminfo: memFree=1705836/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=29428 CPUtime=0.69
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 6640 0 0 0 67 2 0 0 22 0 1 0 23565837 30134272 6552 1992294400 4194304 8395647 140734181605936 18446744073709551615 7370176 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27679/statm: 7357 6552 393 1026 0 6327 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29428

[startup+1.50049 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27680
/proc/meminfo: memFree=1670612/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=100816 CPUtime=1.49
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 26132 0 0 0 140 9 0 0 25 0 1 0 23565837 103235584 24085 1992294400 4194304 8395647 140734181605936 18446744073709551615 6349011 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 25204 24085 472 1026 0 24174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100816

[startup+3.10075 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27680
/proc/meminfo: memFree=1580836/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=130276 CPUtime=3.09
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 33523 0 0 0 298 11 0 0 25 0 1 0 23565837 133402624 31476 1992294400 4194304 8395647 140734181605936 18446744073709551615 4399803 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 32569 31476 484 1026 0 31539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130276

[startup+6.3003 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27680
/proc/meminfo: memFree=1577736/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=133292 CPUtime=6.29
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 34318 0 0 0 618 11 0 0 25 0 1 0 23565837 136491008 32271 1992294400 4194304 8395647 140734181605936 18446744073709551615 4918185 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 33323 32271 499 1026 0 32293 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133292

[startup+12.7004 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27680
/proc/meminfo: memFree=1577736/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=133292 CPUtime=12.68
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 34318 0 0 0 1257 11 0 0 25 0 1 0 23565837 136491008 32271 1992294400 4194304 8395647 140734181605936 18446744073709551615 4910737 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 33323 32271 499 1026 0 32293 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 133292

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27681
/proc/meminfo: memFree=1577736/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=137252 CPUtime=25.49
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 35338 0 0 0 2537 12 0 0 25 0 1 0 23565837 140546048 33291 1992294400 4194304 8395647 140734181605936 18446744073709551615 6131842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 34313 33291 529 1026 0 33283 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137252

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27682
/proc/meminfo: memFree=1492920/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=225700 CPUtime=51.08
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 59558 0 0 0 5084 24 0 0 25 0 1 0 23565837 231116800 53736 1992294400 4194304 8395647 140734181605936 18446744073709551615 6696958 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 56425 53736 766 1026 0 55395 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 225700

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27684
/proc/meminfo: memFree=1492920/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=225700 CPUtime=102.26
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 59566 0 0 0 10197 29 0 0 25 0 1 0 23565837 231116800 53744 1992294400 4194304 8395647 140734181605936 18446744073709551615 6708373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 56425 53744 772 1026 0 55395 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 225700

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27684
/proc/meminfo: memFree=1487092/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=162.23
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61087 0 0 0 16190 33 0 0 25 0 1 0 23565837 243265536 55215 1992294400 4194304 8395647 140734181605936 18446744073709551615 6708572 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55215 799 1026 0 58361 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 237564

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27686
/proc/meminfo: memFree=1487092/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=222.21
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61104 0 0 0 22183 38 0 0 25 0 1 0 23565837 243265536 55232 1992294400 4194304 8395647 140734181605936 18446744073709551615 6708012 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55232 812 1026 0 58361 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 237564

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27688
/proc/meminfo: memFree=1487092/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=282.19
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61104 0 0 0 28177 42 0 0 25 0 1 0 23565837 243265536 55232 1992294400 4194304 8395647 140734181605936 18446744073709551615 6708612 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55232 812 1026 0 58361 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 237564

[startup+342.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27690
/proc/meminfo: memFree=1486968/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=342.16
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61104 0 0 0 34170 46 0 0 25 0 1 0 23565837 243265536 55232 1992294400 4194304 8395647 140734181605936 18446744073709551615 6708398 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55232 812 1026 0 58361 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 237564

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27692
/proc/meminfo: memFree=1486968/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=402.15
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61251 0 0 0 40153 62 0 0 25 0 1 0 23565837 243265536 55352 1992294400 4194304 8395647 140734181605936 18446744073709551615 6670348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55352 821 1026 0 58361 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 237564

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27692
/proc/meminfo: memFree=1486472/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=462.12
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61278 0 0 0 46133 79 0 0 25 0 1 0 23565837 243265536 55352 1992294400 4194304 8395647 140734181605936 18446744073709551615 7382020 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55352 794 1026 0 58361 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 237564

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27694
/proc/meminfo: memFree=1486348/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=522.1
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61298 0 0 0 52116 94 0 0 25 0 1 0 23565837 243265536 55352 1992294400 4194304 8395647 140734181605936 18446744073709551615 6440644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55352 774 1026 0 58361 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 237564

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 27696
/proc/meminfo: memFree=1486224/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=582.08
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61320 0 0 0 58099 109 0 0 25 0 1 0 23565837 243265536 55353 1992294400 4194304 8395647 140734181605936 18446744073709551615 6197311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55353 753 1026 0 58361 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 237564

[startup+642.3 s]
/proc/loadavg: 1.10 1.03 0.96 2/107 27698
/proc/meminfo: memFree=1486224/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=237564 CPUtime=642.06
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 61329 0 0 0 64081 125 0 0 25 0 1 0 23565837 243265536 55353 1992294400 4194304 8395647 140734181605936 18446744073709551615 6697367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27679/statm: 59391 55353 744 1026 0 58361 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 237564

[startup+702.301 s]

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

/proc/meminfo: memFree=1468608/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1061.64
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78452 0 0 0 105933 231 0 0 25 0 1 0 23565837 252825600 59247 1992294400 4194304 8395647 140734181605936 18446744073709551615 6698072 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59247 708 1026 0 60695 0
Current children cumulated CPU time (s) 1061.64
Current children cumulated vsize (KiB) 246900

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 0.98 2/107 28185
/proc/meminfo: memFree=1468856/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1121.61
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78452 0 0 0 111918 243 0 0 25 0 1 0 23565837 252825600 59247 1992294400 4194304 8395647 140734181605936 18446744073709551615 6697363 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59247 708 1026 0 60695 0
Current children cumulated CPU time (s) 1121.61
Current children cumulated vsize (KiB) 246900

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 0.98 2/107 28187
/proc/meminfo: memFree=1468856/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1181.58
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 117904 254 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6754682 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1181.58
Current children cumulated vsize (KiB) 246900

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 0.98 2/107 28189
/proc/meminfo: memFree=1468856/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1241.55
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 123889 266 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6390512 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1241.55
Current children cumulated vsize (KiB) 246900

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28191
/proc/meminfo: memFree=1468856/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1301.53
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 129875 278 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6696997 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1301.53
Current children cumulated vsize (KiB) 246900

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28191
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1361.5
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 135862 288 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6698214 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1361.5
Current children cumulated vsize (KiB) 246900

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28193
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1421.47
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 141848 299 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6697367 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1421.47
Current children cumulated vsize (KiB) 246900

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28195
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1481.44
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 147835 309 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1481.44
Current children cumulated vsize (KiB) 246900

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28197
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1541.41
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 153818 323 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1541.41
Current children cumulated vsize (KiB) 246900

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28199
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1601.38
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 159804 334 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6697359 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1601.38
Current children cumulated vsize (KiB) 246900

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28199
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1661.35
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 165790 345 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6754818 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 246900

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28201
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1721.32
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 171777 355 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6698222 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1721.32
Current children cumulated vsize (KiB) 246900

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28203
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1781.29
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 177763 366 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6635663 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1781.29
Current children cumulated vsize (KiB) 246900

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28203
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1784.49
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 178083 366 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6721244 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (KiB) 246900

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28203
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1787.68
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 178402 366 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6697246 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1787.68
Current children cumulated vsize (KiB) 246900

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28203
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1788.48
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 178482 366 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6701841 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1788.48
Current children cumulated vsize (KiB) 246900

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28203
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1789.29
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78453 0 0 0 178562 367 0 0 25 0 1 0 23565837 252825600 59248 1992294400 4194304 8395647 140734181605936 18446744073709551615 6697804 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59248 709 1026 0 60695 0
Current children cumulated CPU time (s) 1789.29
Current children cumulated vsize (KiB) 246900

[startup+1790.5 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28203
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=246900 CPUtime=1789.48
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78455 0 0 0 178581 367 0 0 25 0 1 0 23565837 252825600 59250 1992294400 4194304 8395647 140734181605936 18446744073709551615 6063744 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27679/statm: 61725 59250 711 1026 0 60695 0
Current children cumulated CPU time (s) 1789.48
Current children cumulated vsize (KiB) 246900

[startup+1790.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28203
/proc/meminfo: memFree=1468864/2059040 swapFree=4151252/4192956
[pid=27679] ppid=27677 vsize=77844 CPUtime=1789.58
/proc/27679/stat : 27679 (pbscip.linux.x8) R 27677 27679 26898 0 -1 4202496 78455 0 0 0 178590 368 0 0 25 0 1 0 23565837 79712256 13042 1992294400 4194304 8395647 140734181605936 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27679/statm: 19461 13042 636 1026 0 18431 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (KiB) 77844

Child status: 0
Real time (s): 1790.61
CPU time (s): 1789.6
CPU user time (s): 1785.9
CPU system time (s): 3.69544
CPU usage (%): 99.9437
Max. virtual memory (cumulated for all children) (KiB): 300820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.9
system time used= 3.69544
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78458
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= 26475

runsolver used 2.95555 second user time and 8.5747 second system time

The end

Launcher Data

Begin job on node025 at 2010-07-08 03:45:40
IDJOB=2703756
IDBENCH=2013
IDSOLVER=1213
FILE ID=node025/2703756-1278553540
PBS_JOBID= 11239512
Free space on /tmp= 62508 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-PB05/manquinho/ttp/normalized-circ10_3.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-2703756-1278553540/watcher-2703756-1278553540 -o /tmp/evaluation-result-2703756-1278553540/solver-2703756-1278553540 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703756-1278553540.opb -t 1800 -m 1800

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

MD5SUM BENCH= 2821538067d8c071dc9bd4a000c6d040
RANDOM SEED=177192546

node025.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.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
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:       1706240 kB
Buffers:         58488 kB
Cached:         196660 kB
SwapCached:       4972 kB
Active:         150248 kB
Inactive:       128464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1706240 kB
SwapTotal:     4192956 kB
SwapFree:      4151252 kB
Dirty:           13416 kB
Writeback:           0 kB
AnonPages:       18568 kB
Mapped:          12416 kB
Slab:            52144 kB
PageTables:       4252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179288 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= 62504 MiB
End job on node025 at 2010-07-08 04:15:31