Trace number 2703676

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? 1795.17 1795.58

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
MD5SUM2fd45123d8e20b24379108257151f007
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark515
Best CPU time to get the best result obtained on this benchmark1802.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 414
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 488873
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 488873
Number of bits of the biggest sum of numbers19
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-2703676-1278552404.opb>
9.29/9.39	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
9.29/9.39	c problem read
9.29/9.39	c presolving settings loaded
12.29/12.32	c presolving:
21.19/21.28	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
40.87/40.90	c    (31.5s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
40.87/40.90	c    (31.5s) probing aborted: 100/100 successive totally useless probings
40.87/40.91	c presolving (2 rounds):
40.87/40.91	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
40.87/40.91	c  1313400 implications, 0 cliques
40.87/40.91	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
40.87/40.91	c  656700 constraints of type <setppc>
40.87/40.91	c     200 constraints of type <logicor>
40.87/40.91	c transformed objective value is always integral (scale: 1)
40.87/40.91	c Presolving Time: 29.22
40.87/40.91	c - non default parameters ----------------------------------------------------------------------
40.87/40.91	c # SCIP version 1.2.1.3
40.87/40.91	c 
40.87/40.91	c # frequency for displaying node information lines
40.87/40.91	c # [type: int, range: [-1,2147483647], default: 100]
40.87/40.91	c display/freq = 10000
40.87/40.91	c 
40.87/40.91	c # maximal time in seconds to run
40.87/40.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
40.87/40.91	c limits/time = 1780.62
40.87/40.91	c 
40.87/40.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
40.87/40.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
40.87/40.91	c limits/memory = 1620
40.87/40.91	c 
40.87/40.91	c # default clock type (1: CPU user seconds, 2: wall clock time)
40.87/40.91	c # [type: int, range: [1,2], default: 1]
40.87/40.91	c timing/clocktype = 2
40.87/40.91	c 
40.87/40.91	c # should presolving try to simplify inequalities
40.87/40.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
40.87/40.91	c constraints/linear/simplifyinequalities = TRUE
40.87/40.91	c 
40.87/40.91	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
40.87/40.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
40.87/40.91	c constraints/indicator/addCouplingCons = TRUE
40.87/40.91	c 
40.87/40.91	c # should presolving try to simplify knapsacks
40.87/40.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
40.87/40.91	c constraints/knapsack/simplifyinequalities = TRUE
40.87/40.91	c 
40.87/40.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
40.87/40.91	c # [type: int, range: [-1,2147483647], default: -1]
40.87/40.91	c separating/rapidlearning/freq = 0
40.87/40.91	c 
40.87/40.91	c -----------------------------------------------------------------------------------------------
40.87/40.91	c start solving
40.87/40.96	c 
78.06/78.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.06/78.10	c  68.7s|     1 |     0 |  1040 |     - | 727M|   0 | 273 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.649444e+02 |      --      |    Inf 
772.11/772.35	c   763s|     1 |     0 |  6702 |     - | 728M|   0 | 280 |  10k| 656k|  10k| 656k|  10 |   0 |   0 | 1.721318e+02 |      --      |    Inf 
1059.33/1059.64	c  1050s|     1 |     0 |  7005 |     - | 728M|   0 | 277 |  10k| 656k|  10k| 656k|  18 |   0 |   0 | 1.747963e+02 |      --      |    Inf 
1789.58/1790.09	c  1781s|     1 |     2 |  7005 |     - | 728M|   0 | 277 |  10k| 656k|  10k| 656k|  18 |   0 |   0 | 1.747963e+02 |      --      |    Inf 
1789.58/1790.09	c 
1789.58/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1789.58/1790.09	c Solving Time (sec) : 1780.70
1789.58/1790.09	c Solving Nodes      : 1
1789.58/1790.09	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.58/1790.09	c Dual Bound         : +1.74796300748881e+02
1789.58/1790.09	c Gap                : infinite
1789.58/1790.09	s UNKNOWN
1789.58/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1789.58/1790.09	c Solving Time       :    1780.70
1789.58/1790.09	c Original Problem   :
1789.58/1790.09	c   Problem name     : HOME/instance-2703676-1278552404.opb
1789.58/1790.09	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.58/1790.09	c   Constraints      : 656900 initial, 656900 maximal
1789.58/1790.09	c Presolved Problem  :
1789.58/1790.09	c   Problem name     : t_HOME/instance-2703676-1278552404.opb
1789.58/1790.09	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.58/1790.09	c   Constraints      : 656900 initial, 656900 maximal
1789.58/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.58/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.09	c   probing          :      17.53          0          0          0          0          0          0          0          0
1789.58/1790.09	c   setppc           :       2.08          0          0          0          0          0          0          0          0
1789.58/1790.09	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1789.58/1790.09	c   root node        :          -          0          -          -          0          -          -          -          -
1789.58/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.58/1790.09	c   integral         :          0          0          0          1          0          0          0          0          0          2
1789.58/1790.09	c   setppc           :     656700          3        201          0          0          0          0          0          0          0
1789.58/1790.09	c   logicor          :        200          3         99          0          0          0          0          0          0          0
1789.58/1790.09	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.58/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.58/1790.09	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.58/1790.09	c   setppc           :      15.59       0.44      15.15       0.00       0.00
1789.58/1790.09	c   logicor          :       0.02       0.00       0.02       0.00       0.00
1789.58/1790.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.58/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.58/1790.09	c   vbounds          :       0.00          2          0          0
1789.58/1790.09	c   rootredcost      :       0.00          0          0          0
1789.58/1790.09	c   pseudoobj        :       0.01          4          0          0
1789.58/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.58/1790.09	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.58/1790.09	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.58/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.58/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.58/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.58/1790.09	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.58/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.58/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.58/1790.09	c   cut pool         :       0.00          2          -          -          0          -    (maximal pool size: 26)
1789.58/1790.09	c   redcost          :       0.01          3          0          0          0          0
1789.58/1790.09	c   impliedbounds    :       0.02          3          0          0          0          0
1789.58/1790.09	c   intobj           :       0.00          0          0          0          0          0
1789.58/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1789.58/1790.09	c   gomory           :     780.20          3          0          0       1000          0
1789.58/1790.09	c   strongcg         :     297.77          3          0          0       1000          0
1789.58/1790.09	c   cmir             :      11.80          2          0          0          0          0
1789.58/1790.09	c   flowcover        :     148.90          2          0          0          0          0
1789.58/1790.09	c   clique           :       2.81          2          0          0         12          0
1789.58/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1789.58/1790.09	c   mcf              :       1.16          1          0          0          0          0
1789.58/1790.09	c   rapidlearning    :       0.00          0          0          0          0          0
1789.58/1790.09	c Pricers            :       Time      Calls       Vars
1789.58/1790.09	c   problem variables:       0.00          0          0
1789.58/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.58/1790.09	c   relpscost        :       0.00          1          0          0          0          0          2
1789.58/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1789.58/1790.09	c   inference        :       0.00          0          0          0          0          0          0
1789.58/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1789.58/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1789.58/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.58/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.58/1790.09	c   random           :       0.00          0          0          0          0          0          0
1789.58/1790.09	c Primal Heuristics  :       Time      Calls      Found
1789.58/1790.09	c   LP solutions     :       0.00          -          0
1789.58/1790.09	c   pseudo solutions :       0.00          -          0
1789.58/1790.09	c   oneopt           :       0.00          0          0
1789.58/1790.09	c   crossover        :       0.00          0          0
1789.58/1790.09	c   trivial          :       1.05          2          0
1789.58/1790.09	c   simplerounding   :       0.00          0          0
1789.58/1790.09	c   zirounding       :       0.07          1          0
1789.58/1790.09	c   rounding         :       0.24          3          0
1789.58/1790.09	c   shifting         :       0.37          3          0
1789.58/1790.09	c   intshifting      :       0.00          0          0
1789.58/1790.09	c   twoopt           :       0.00          0          0
1789.58/1790.09	c   fixandinfer      :       0.00          0          0
1789.58/1790.09	c   feaspump         :     418.27          1          0
1789.58/1790.09	c   coefdiving       :       0.00          0          0
1789.58/1790.09	c   pscostdiving     :       0.00          0          0
1789.58/1790.09	c   fracdiving       :       0.00          0          0
1789.58/1790.09	c   veclendiving     :       0.00          0          0
1789.58/1790.09	c   intdiving        :       0.00          0          0
1789.58/1790.09	c   actconsdiving    :       0.00          0          0
1789.58/1790.09	c   objpscostdiving  :       0.00          0          0
1789.58/1790.09	c   rootsoldiving    :       0.00          0          0
1789.58/1790.09	c   linesearchdiving :       0.00          0          0
1789.58/1790.09	c   guideddiving     :       0.00          0          0
1789.58/1790.09	c   octane           :       0.00          0          0
1789.58/1790.09	c   rens             :       0.00          0          0
1789.58/1790.09	c   rins             :       0.00          0          0
1789.58/1790.09	c   localbranching   :       0.00          0          0
1789.58/1790.09	c   mutation         :       0.00          0          0
1789.58/1790.09	c   dins             :       0.00          0          0
1789.58/1790.09	c   undercover       :       0.00          0          0
1789.58/1790.09	c   nlp              :       0.00          0          0
1789.58/1790.09	c   trysol           :       0.00          0          0
1789.58/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.58/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1789.58/1790.09	c   dual LP          :      82.59          3       1783     594.33      21.59
1789.58/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1789.58/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1789.58/1790.09	c   diving/probing LP:     417.46          5       5222    1044.40      12.51
1789.58/1790.09	c   strong branching :       0.00          0          0       0.00          -
1789.58/1790.09	c     (at root node) :          -          0          0       0.00          -
1789.58/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1789.58/1790.09	c B&B Tree           :
1789.58/1790.09	c   number of runs   :          1
1789.58/1790.09	c   nodes            :          1
1789.58/1790.09	c   nodes (total)    :          1
1789.58/1790.09	c   nodes left       :          2
1789.58/1790.09	c   max depth        :          0
1789.58/1790.09	c   max depth (total):          0
1789.58/1790.09	c   backtracks       :          0 (0.0%)
1789.58/1790.09	c   delayed cutoffs  :          0
1789.58/1790.09	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.58/1790.09	c   avg switch length:       1.00
1789.58/1790.09	c   switching time   :       0.00
1789.58/1790.09	c Solution           :
1789.58/1790.09	c   Solutions found  :          0 (0 improvements)
1789.58/1790.09	c   Primal Bound     :          -
1789.58/1790.09	c   Dual Bound       : +1.74796300748881e+02
1789.58/1790.09	c   Gap              :   infinite
1789.58/1790.09	c   Root Dual Bound  : +1.74796300748881e+02
1789.58/1790.09	c   Root Iterations  :       7005
1795.07/1795.57	c Time complete: 1795.16.

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-2703676-1278552404/watcher-2703676-1278552404 -o /tmp/evaluation-result-2703676-1278552404/solver-2703676-1278552404 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703676-1278552404.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 26566
/proc/meminfo: memFree=1857460/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=7904 CPUtime=0
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 1020 0 0 0 0 0 0 0 21 0 1 0 23447137 8093696 932 1992294400 4194304 8395647 140736779350736 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 1976 941 365 1026 0 946 0

[startup+0.103121 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 26566
/proc/meminfo: memFree=1857460/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=20040 CPUtime=0.09
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 4316 0 0 0 8 1 0 0 21 0 1 0 23447137 20520960 4222 1992294400 4194304 8395647 140736779350736 18446744073709551615 7382020 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 5010 4222 394 1026 0 3980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20040

[startup+0.201127 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 26566
/proc/meminfo: memFree=1857460/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=23592 CPUtime=0.19
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 5217 0 0 0 18 1 0 0 21 0 1 0 23447137 24158208 5123 1992294400 4194304 8395647 140736779350736 18446744073709551615 7324744 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 5898 5123 394 1026 0 4868 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23592

[startup+0.301133 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 26566
/proc/meminfo: memFree=1857460/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=25940 CPUtime=0.29
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 5785 0 0 0 28 1 0 0 21 0 1 0 23447137 26562560 5691 1992294400 4194304 8395647 140736779350736 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 6485 5691 394 1026 0 5455 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25940

[startup+0.70116 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 26566
/proc/meminfo: memFree=1857460/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=34860 CPUtime=0.69
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 8028 0 0 0 67 2 0 0 22 0 1 0 23447137 35696640 7934 1992294400 4194304 8395647 140736779350736 18446744073709551615 7382041 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 8715 7934 394 1026 0 7685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34860

[startup+1.50121 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26567
/proc/meminfo: memFree=1818144/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=53812 CPUtime=1.49
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 12731 0 0 0 145 4 0 0 25 0 1 0 23447137 55103488 12637 1992294400 4194304 8395647 140736779350736 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 13453 12637 394 1026 0 12423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53812

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26567
/proc/meminfo: memFree=1791112/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=92408 CPUtime=3.09
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 22363 0 0 0 302 7 0 0 25 0 1 0 23447137 94625792 22269 1992294400 4194304 8395647 140736779350736 18446744073709551615 7382046 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 23102 22269 394 1026 0 22072 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92408

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26568
/proc/meminfo: memFree=1712744/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=168052 CPUtime=6.29
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 41227 0 0 0 615 14 0 0 25 0 1 0 23447137 172085248 41133 1992294400 4194304 8395647 140736779350736 18446744073709551615 7382046 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 42013 41133 394 1026 0 40983 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168052

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26568
/proc/meminfo: memFree=1239312/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=627544 CPUtime=12.68
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 155652 0 0 0 1216 52 0 0 25 0 1 0 23447137 642605056 155204 1992294400 4194304 8395647 140736779350736 18446744073709551615 18446744073699065947 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 156886 155204 464 1026 0 155856 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 627544

[startup+25.5008 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26568
/proc/meminfo: memFree=962544/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=904492 CPUtime=25.49
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 239397 0 0 0 2468 81 0 0 25 0 1 0 23447137 926199808 223756 1992294400 4194304 8395647 140736779350736 18446744073709551615 5210338 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 226123 223756 517 1026 0 225093 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 904492

[startup+51.1005 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26568
/proc/meminfo: memFree=615716/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1324104 CPUtime=51.06
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 345352 0 0 0 4989 117 0 0 25 0 1 0 23447137 1355882496 310929 1992294400 4194304 8395647 140736779350736 18446744073709551615 6496481 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 331026 310929 1088 1026 0 329996 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1324104

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26570
/proc/meminfo: memFree=575168/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1364696 CPUtime=102.25
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 356893 0 0 0 10104 121 0 0 25 0 1 0 23447137 1397448704 321082 1992294400 4194304 8395647 140736779350736 18446744073709551615 6635121 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 341174 321082 1258 1026 0 340144 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1364696

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26572
/proc/meminfo: memFree=569092/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1370688 CPUtime=162.23
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 360060 0 0 0 16099 124 0 0 25 0 1 0 23447137 1403584512 322506 1992294400 4194304 8395647 140736779350736 18446744073709551615 6664892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 342672 322506 1233 1026 0 341642 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1370688

[startup+222.309 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26572
/proc/meminfo: memFree=560660/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1379840 CPUtime=222.22
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 363966 0 0 0 22096 126 0 0 25 0 1 0 23447137 1412956160 324610 1992294400 4194304 8395647 140736779350736 18446744073709551615 6635121 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 344960 324610 1241 1026 0 343930 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1379840

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26574
/proc/meminfo: memFree=560164/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1379840 CPUtime=282.2
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 365583 0 0 0 28092 128 0 0 25 0 1 0 23447137 1412956160 324765 1992294400 4194304 8395647 140736779350736 18446744073709551615 6635125 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 344960 324765 1239 1026 0 343930 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1379840

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26576
/proc/meminfo: memFree=559668/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1379840 CPUtime=342.2
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 367653 0 0 0 34089 131 0 0 25 0 1 0 23447137 1412956160 324855 1992294400 4194304 8395647 140736779350736 18446744073709551615 6696785 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 344960 324855 1239 1026 0 343930 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1379840

[startup+402.301 s]
/proc/loadavg: 1.05 1.01 0.95 2/107 26578
/proc/meminfo: memFree=559172/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1379840 CPUtime=402.18
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 369874 0 0 0 40085 133 0 0 25 0 1 0 23447137 1412956160 324961 1992294400 4194304 8395647 140736779350736 18446744073709551615 6503567 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 344960 324961 1239 1026 0 343930 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1379840

[startup+462.301 s]
/proc/loadavg: 1.01 1.01 0.95 2/107 26580
/proc/meminfo: memFree=556196/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1382732 CPUtime=462.16
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 372478 0 0 0 46082 134 0 0 25 0 1 0 23447137 1415917568 325699 1992294400 4194304 8395647 140736779350736 18446744073709551615 6709509 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 345683 325699 1239 1026 0 344653 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1382732

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26580
/proc/meminfo: memFree=565248/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1365872 CPUtime=522.16
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 375538 0 0 0 52078 138 0 0 25 0 1 0 23447137 1398652928 323509 1992294400 4194304 8395647 140736779350736 18446744073709551615 7385678 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 341468 323509 1152 1026 0 340438 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1365872

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26582
/proc/meminfo: memFree=565000/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1365872 CPUtime=582.14
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 375549 0 0 0 58075 139 0 0 25 0 1 0 23447137 1398652928 323509 1992294400 4194304 8395647 140736779350736 18446744073709551615 6440888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 341468 323509 1141 1026 0 340438 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1365872

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26584
/proc/meminfo: memFree=559296/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1371012 CPUtime=642.12
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 376989 0 0 0 64070 142 0 0 25 0 1 0 23447137 1403916288 324928 1992294400 4194304 8395647 140736779350736 18446744073709551615 6440880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 342753 324928 1121 1026 0 341723 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1371012

[startup+702.301 s]

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

/proc/meminfo: memFree=443852/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1122.02
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 112031 171 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 6197339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 1480780

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26598
/proc/meminfo: memFree=443976/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1182.01
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 118027 174 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 7385964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 1480780

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26600
/proc/meminfo: memFree=443852/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1242
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 124022 178 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 6440985 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1480780

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26602
/proc/meminfo: memFree=443728/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1301.99
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 130018 181 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 7385964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1480780

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26604
/proc/meminfo: memFree=443728/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1361.97
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 136014 183 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 7385964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1480780

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26604
/proc/meminfo: memFree=443604/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1421.97
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 142011 186 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 7382137 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1480780

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26606
/proc/meminfo: memFree=443604/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1481.94
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 148006 188 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 6440985 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 1480780

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26608
/proc/meminfo: memFree=443604/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1541.94
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 154003 191 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 6440888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 1480780

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 26610
/proc/meminfo: memFree=443604/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1601.92
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 159998 194 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 7385964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1480780

[startup+1662.3 s]
/proc/loadavg: 1.10 1.03 0.96 2/107 26612
/proc/meminfo: memFree=443604/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1661.9
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 165993 197 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 7385964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1480780

[startup+1722.3 s]
/proc/loadavg: 1.11 1.04 0.97 2/107 26612
/proc/meminfo: memFree=443480/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1721.9
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 171991 199 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 6440501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1480780

[startup+1782.3 s]
/proc/loadavg: 1.04 1.03 0.97 2/107 26614
/proc/meminfo: memFree=443232/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1781.88
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 177987 201 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 6440985 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1480780

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

[startup+1785.6 s]
/proc/loadavg: 1.04 1.03 0.97 2/107 26614
/proc/meminfo: memFree=443232/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480780 CPUtime=1785.17
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423905 0 0 0 178316 201 0 0 25 0 1 0 23447137 1516318720 353888 1992294400 4194304 8395647 140736779350736 18446744073709551615 7385964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/26566/statm: 370195 353888 1552 1026 0 369165 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 1480780

[startup+1792.01 s]
/proc/loadavg: 1.03 1.03 0.97 2/107 26614
/proc/meminfo: memFree=443232/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480756 CPUtime=1791.59
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423939 0 0 0 178957 202 0 0 25 0 1 0 23447137 1516294144 353918 1992294400 4194304 8395647 140736779350736 18446744073709551615 6063840 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 370189 353918 1561 1026 0 369159 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 1480756

[startup+1793.6 s]
/proc/loadavg: 1.03 1.03 0.97 2/107 26614
/proc/meminfo: memFree=443232/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480756 CPUtime=1793.18
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423939 0 0 0 179116 202 0 0 25 0 1 0 23447137 1516294144 353918 1992294400 4194304 8395647 140736779350736 18446744073709551615 6063859 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 370189 353918 1561 1026 0 369159 0
Current children cumulated CPU time (s) 1793.18
Current children cumulated vsize (KiB) 1480756

[startup+1794.4 s]
/proc/loadavg: 1.03 1.03 0.97 2/107 26614
/proc/meminfo: memFree=443232/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1480756 CPUtime=1793.98
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423939 0 0 0 179196 202 0 0 25 0 1 0 23447137 1516294144 353918 1992294400 4194304 8395647 140736779350736 18446744073709551615 6063840 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 370189 353918 1561 1026 0 369159 0
Current children cumulated CPU time (s) 1793.98
Current children cumulated vsize (KiB) 1480756

[startup+1795.2 s]
/proc/loadavg: 1.03 1.03 0.97 2/107 26614
/proc/meminfo: memFree=674616/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1200960 CPUtime=1794.78
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423939 0 0 0 179274 204 0 0 25 0 1 0 23447137 1229783040 293860 1992294400 4194304 8395647 140736779350736 18446744073709551615 4219921 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 300240 293860 1561 1026 0 299210 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 1200960

[startup+1795.4 s]
/proc/loadavg: 1.03 1.03 0.97 2/107 26614
/proc/meminfo: memFree=674616/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=1100824 CPUtime=1794.97
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423939 0 0 0 179292 205 0 0 25 0 1 0 23447137 1127243776 268826 1992294400 4194304 8395647 140736779350736 18446744073709551615 7435351 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 275206 268569 1561 1026 0 274176 0
Current children cumulated CPU time (s) 1794.97
Current children cumulated vsize (KiB) 1100824

[startup+1795.5 s]
/proc/loadavg: 1.03 1.03 0.97 2/107 26614
/proc/meminfo: memFree=674616/2059040 swapFree=4121688/4192956
[pid=26566] ppid=26564 vsize=939812 CPUtime=1795.07
/proc/26566/stat : 26566 (pbscip.linux.x8) R 26564 26566 25688 0 -1 4202496 423939 0 0 0 179299 208 0 0 25 0 1 0 23447137 962367488 193663 1992294400 4194304 8395647 140736779350736 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26566/statm: 234953 193663 912 1026 0 233923 0
Current children cumulated CPU time (s) 1795.07
Current children cumulated vsize (KiB) 939812

Child status: 0
Real time (s): 1795.58
CPU time (s): 1795.17
CPU user time (s): 1793
CPU system time (s): 2.16567
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 1491048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793
system time used= 2.16567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 423945
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= 2
involuntary context switches= 4689

runsolver used 3.05653 second user time and 8.38072 second system time

The end

Launcher Data

Begin job on node052 at 2010-07-08 03:26:45
IDJOB=2703676
IDBENCH=1977
IDSOLVER=1213
FILE ID=node052/2703676-1278552404
PBS_JOBID= 11239489
Free space on /tmp= 62480 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/liu/wnq/normalized-wnq_n100_mw99_1.opb.PB06.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-2703676-1278552404/watcher-2703676-1278552404 -o /tmp/evaluation-result-2703676-1278552404/solver-2703676-1278552404 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703676-1278552404.opb -t 1800 -m 1800

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

MD5SUM BENCH= 2fd45123d8e20b24379108257151f007
RANDOM SEED=1092031311

node052.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.213
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.42
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.213
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1857988 kB
Buffers:         10468 kB
Cached:         109884 kB
SwapCached:      24780 kB
Active:         103760 kB
Inactive:        42500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1857988 kB
SwapTotal:     4192956 kB
SwapFree:      4121688 kB
Dirty:           27164 kB
Writeback:           0 kB
AnonPages:       10692 kB
Mapped:           7004 kB
Slab:            32888 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 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= 62468 MiB
End job on node052 at 2010-07-08 03:56:41