Trace number 2703850

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? 1793.98 1794.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-van.opb
MD5SUM39e0cd41dc245360dae65b9c547829b7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25442247019
Best CPU time to get the best result obtained on this benchmark1800.66
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24193312742
Optimality of the best value was proved NO
Number of variables135360
Total number of constraints39616
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints39488
Minimum length of a constraint2
Maximum length of a constraint496
Number of terms in the objective function 192
Biggest coefficient in the objective function 2427002644
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 319999999936
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 226795425792
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 973128929893
Number of bits of the biggest sum of numbers40
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-2703850-1278557827.opb>
13.09/13.18	c original problem has 135360 variables (135360 bin, 0 int, 0 impl, 0 cont) and 39616 constraints
13.09/13.18	c problem read
13.09/13.19	c presolving settings loaded
19.48/19.56	c presolving:
22.50/22.58	c (round 1) 54208 del vars, 4928 del conss, 54208 chg bounds, 12288 chg sides, 12288 chg coeffs, 0 upgd conss, 384 impls, 0 clqs
22.60/22.67	c (round 2) 54208 del vars, 9856 del conss, 54208 chg bounds, 12288 chg sides, 12288 chg coeffs, 0 upgd conss, 384 impls, 0 clqs
29.19/29.29	c (round 3) 54208 del vars, 9856 del conss, 54208 chg bounds, 12288 chg sides, 12288 chg coeffs, 29568 upgd conss, 384 impls, 0 clqs
250.23/250.38	c (round 4) 54933 del vars, 9944 del conss, 54208 chg bounds, 15492 chg sides, 30790 chg coeffs, 29568 upgd conss, 152588 impls, 72940 clqs
535.66/535.82	c (round 5) 56320 del vars, 17476 del conss, 54208 chg bounds, 101462 chg sides, 418980 chg coeffs, 29568 upgd conss, 208504 impls, 71680 clqs
731.11/731.31	c (round 6) 56320 del vars, 25027 del conss, 54208 chg bounds, 173291 chg sides, 697972 chg coeffs, 29568 upgd conss, 470016 impls, 71680 clqs
768.70/768.99	c (round 7) 56320 del vars, 99523 del conss, 54208 chg bounds, 173291 chg sides, 698015 chg coeffs, 29568 upgd conss, 470016 impls, 71680 clqs
1397.74/1398.19	c    (1385.0s) probing: 1000/79040 (1.3%) - 0 fixings, 0 aggregations, 3415036 implications, 0 bound changes
1789.55/1790.07	c    (1776.9s) probing: 1314/79040 (1.7%) - 0 fixings, 0 aggregations, 5662552 implications, 0 bound changes
1789.55/1790.07	c    (1776.9s) probing aborted: solving stopped
1789.55/1790.09	c presolving (8 rounds):
1789.55/1790.09	c  56320 deleted vars, 99523 deleted constraints, 54208 tightened bounds, 0 added holes, 173291 changed sides, 698058 changed coefficients
1789.55/1790.09	c  12299376 implications, 71680 cliques
1789.55/1790.09	c presolved problem has 79040 variables (79040 bin, 0 int, 0 impl, 0 cont) and 89344 constraints
1789.55/1790.09	c   14528 constraints of type <knapsack>
1789.55/1790.09	c   74624 constraints of type <setppc>
1789.55/1790.09	c     192 constraints of type <linear>
1789.55/1790.09	c transformed objective value is always integral (scale: 1)
1789.55/1790.09	c Presolving Time: 1772.44
1789.55/1790.09	c - non default parameters ----------------------------------------------------------------------
1789.55/1790.09	c # SCIP version 1.2.1.3
1789.55/1790.09	c 
1789.55/1790.09	c # frequency for displaying node information lines
1789.55/1790.09	c # [type: int, range: [-1,2147483647], default: 100]
1789.55/1790.09	c display/freq = 10000
1789.55/1790.09	c 
1789.55/1790.09	c # maximal time in seconds to run
1789.55/1790.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1789.55/1790.09	c limits/time = 1776.82
1789.55/1790.09	c 
1789.55/1790.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1789.55/1790.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1789.55/1790.09	c limits/memory = 1620
1789.55/1790.09	c 
1789.55/1790.09	c # default clock type (1: CPU user seconds, 2: wall clock time)
1789.55/1790.09	c # [type: int, range: [1,2], default: 1]
1789.55/1790.09	c timing/clocktype = 2
1789.55/1790.09	c 
1789.55/1790.09	c # should presolving try to simplify inequalities
1789.55/1790.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1789.55/1790.09	c constraints/linear/simplifyinequalities = TRUE
1789.55/1790.09	c 
1789.55/1790.09	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1789.55/1790.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1789.55/1790.09	c constraints/indicator/addCouplingCons = TRUE
1789.55/1790.09	c 
1789.55/1790.09	c # should presolving try to simplify knapsacks
1789.55/1790.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1789.55/1790.09	c constraints/knapsack/simplifyinequalities = TRUE
1789.55/1790.09	c 
1789.55/1790.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1789.55/1790.09	c # [type: int, range: [-1,2147483647], default: -1]
1789.55/1790.09	c separating/rapidlearning/freq = 0
1789.55/1790.09	c 
1789.55/1790.09	c -----------------------------------------------------------------------------------------------
1789.55/1790.09	c start solving
1789.65/1790.17	c 
1789.65/1790.17	c 
1789.65/1790.17	c SCIP Status        : solving was interrupted [time limit reached]
1789.65/1790.17	c Solving Time (sec) : 1776.99
1789.65/1790.17	c Solving Nodes      : 0
1789.65/1790.17	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.65/1790.17	c Dual Bound         : -1.00000000000000e+20
1789.65/1790.17	c Gap                : infinite
1789.65/1790.17	s UNKNOWN
1789.65/1790.17	c SCIP Status        : solving was interrupted [time limit reached]
1789.65/1790.17	c Solving Time       :    1776.99
1789.65/1790.17	c Original Problem   :
1789.65/1790.17	c   Problem name     : HOME/instance-2703850-1278557827.opb
1789.65/1790.17	c   Variables        : 135360 (135360 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.65/1790.17	c   Constraints      : 39616 initial, 39616 maximal
1789.65/1790.17	c Presolved Problem  :
1789.65/1790.17	c   Problem name     : t_HOME/instance-2703850-1278557827.opb
1789.65/1790.17	c   Variables        : 79040 (79040 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.65/1790.17	c   Constraints      : 89344 initial, 89344 maximal
1789.65/1790.17	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.65/1790.17	c   trivial          :       0.13          0          0          0          0          0          0          0          0
1789.65/1790.17	c   dualfix          :       0.13          0          0          0          0          0          0          0          0
1789.65/1790.17	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.17	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.65/1790.17	c   implics          :       0.09          0        192          0          0          0          0          0          0
1789.65/1790.17	c   probing          :    1020.37          0          0          0          0          0          0          0          0
1789.65/1790.17	c   knapsack         :     723.70       1920          0          0          0          0      14912     161003     685770
1789.65/1790.17	c   setppc           :      14.06          0          0          0          0          0      74755          0          0
1789.65/1790.17	c   linear           :       8.91      54208          0          0      54208          0       9856      12288      12288
1789.65/1790.17	c   root node        :          -          0          -          -          0          -          -          -          -
1789.65/1790.17	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.65/1790.17	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.65/1790.17	c   knapsack         :      14528          0       5642          0          0          0          0          0          0          0
1789.65/1790.17	c   setppc           :      74624          0       5642          0          0          0          0          0          0          0
1789.65/1790.17	c   linear           :        192          0       5642          0          0          0          0          0          0          0
1789.65/1790.17	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.65/1790.17	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.65/1790.17	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.65/1790.17	c   knapsack         :     690.89       0.00     690.89       0.00       0.00
1789.65/1790.17	c   setppc           :      67.98       0.00      67.98       0.00       0.00
1789.65/1790.17	c   linear           :      47.68       0.00      47.68       0.00       0.00
1789.65/1790.17	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.65/1790.17	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.65/1790.17	c   vbounds          :       0.01          1          0          0
1789.65/1790.17	c   rootredcost      :       0.01          0          0          0
1789.65/1790.17	c   pseudoobj        :       0.00          0          0          0
1789.65/1790.17	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.65/1790.17	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.65/1790.17	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.17	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.17	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.65/1790.17	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.65/1790.17	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.65/1790.17	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.65/1790.17	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.65/1790.17	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1789.65/1790.17	c   redcost          :       0.00          0          0          0          0          0
1789.65/1790.17	c   impliedbounds    :       0.00          0          0          0          0          0
1789.65/1790.17	c   intobj           :       0.00          0          0          0          0          0
1789.65/1790.17	c   cgmip            :       0.00          0          0          0          0          0
1789.65/1790.17	c   gomory           :       0.00          0          0          0          0          0
1789.65/1790.17	c   strongcg         :       0.00          0          0          0          0          0
1789.65/1790.17	c   cmir             :       0.00          0          0          0          0          0
1789.65/1790.17	c   flowcover        :       0.00          0          0          0          0          0
1789.65/1790.17	c   clique           :       0.00          0          0          0          0          0
1789.65/1790.17	c   zerohalf         :       0.00          0          0          0          0          0
1789.65/1790.17	c   mcf              :       0.00          0          0          0          0          0
1789.65/1790.17	c   rapidlearning    :       0.00          0          0          0          0          0
1789.65/1790.17	c Pricers            :       Time      Calls       Vars
1789.65/1790.17	c   problem variables:       0.00          0          0
1789.65/1790.17	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.65/1790.17	c   pscost           :       0.00          0          0          0          0          0          0
1789.65/1790.17	c   inference        :       0.00          0          0          0          0          0          0
1789.65/1790.17	c   mostinf          :       0.00          0          0          0          0          0          0
1789.65/1790.17	c   leastinf         :       0.00          0          0          0          0          0          0
1789.65/1790.17	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.65/1790.17	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.65/1790.17	c   random           :       0.00          0          0          0          0          0          0
1789.65/1790.17	c   relpscost        :       0.00          0          0          0          0          0          0
1789.65/1790.17	c Primal Heuristics  :       Time      Calls      Found
1789.65/1790.17	c   LP solutions     :       0.00          -          0
1789.65/1790.17	c   pseudo solutions :       0.00          -          0
1789.65/1790.17	c   trivial          :       1.36          1          0
1789.65/1790.17	c   simplerounding   :       0.00          0          0
1789.65/1790.17	c   zirounding       :       0.00          0          0
1789.65/1790.17	c   rounding         :       0.00          0          0
1789.65/1790.17	c   shifting         :       0.00          0          0
1789.65/1790.17	c   intshifting      :       0.00          0          0
1789.65/1790.17	c   oneopt           :       0.00          0          0
1789.65/1790.17	c   twoopt           :       0.00          0          0
1789.65/1790.17	c   fixandinfer      :       0.00          0          0
1789.65/1790.17	c   feaspump         :       0.00          0          0
1789.65/1790.17	c   coefdiving       :       0.00          0          0
1789.65/1790.17	c   pscostdiving     :       0.00          0          0
1789.65/1790.17	c   fracdiving       :       0.00          0          0
1789.65/1790.17	c   veclendiving     :       0.00          0          0
1789.65/1790.17	c   intdiving        :       0.00          0          0
1789.65/1790.18	c   actconsdiving    :       0.00          0          0
1789.65/1790.18	c   objpscostdiving  :       0.00          0          0
1789.65/1790.18	c   rootsoldiving    :       0.00          0          0
1789.65/1790.18	c   linesearchdiving :       0.00          0          0
1789.65/1790.18	c   guideddiving     :       0.00          0          0
1789.65/1790.18	c   octane           :       0.00          0          0
1789.65/1790.18	c   rens             :       0.00          0          0
1789.65/1790.18	c   rins             :       0.00          0          0
1789.65/1790.18	c   localbranching   :       0.00          0          0
1789.65/1790.18	c   mutation         :       0.00          0          0
1789.65/1790.18	c   crossover        :       0.00          0          0
1789.65/1790.18	c   dins             :       0.00          0          0
1789.65/1790.18	c   undercover       :       0.00          0          0
1789.65/1790.18	c   nlp              :       0.00          0          0
1789.65/1790.18	c   trysol           :       0.00          0          0
1789.65/1790.18	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.65/1790.18	c   primal LP        :       0.00          0          0       0.00          -
1789.65/1790.18	c   dual LP          :       0.00          0          0       0.00          -
1789.65/1790.18	c   lex dual LP      :       0.00          0          0       0.00          -
1789.65/1790.18	c   barrier LP       :       0.00          0          0       0.00          -
1789.65/1790.18	c   diving/probing LP:       0.00          0          0       0.00          -
1789.65/1790.18	c   strong branching :       0.00          0          0       0.00          -
1789.65/1790.18	c     (at root node) :          -          0          0       0.00          -
1789.65/1790.18	c   conflict analysis:       0.00          0          0       0.00          -
1789.65/1790.18	c B&B Tree           :
1789.65/1790.18	c   number of runs   :          1
1789.65/1790.18	c   nodes            :          0
1789.65/1790.18	c   nodes (total)    :          0
1789.65/1790.18	c   nodes left       :          1
1789.65/1790.18	c   max depth        :         -1
1789.65/1790.18	c   max depth (total):         -1
1789.65/1790.18	c   backtracks       :          0 (0.0%)
1789.65/1790.18	c   delayed cutoffs  :          0
1789.65/1790.18	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.65/1790.18	c   avg switch length:       0.00
1789.65/1790.18	c   switching time   :       0.00
1789.65/1790.18	c Solution           :
1789.65/1790.18	c   Solutions found  :          0 (0 improvements)
1789.65/1790.18	c   Primal Bound     :          -
1789.65/1790.18	c   Dual Bound       :          -
1789.65/1790.18	c   Gap              :   infinite
1789.65/1790.18	c   Root Dual Bound  :          -
1789.65/1790.18	c   Root Iterations  :          0
1793.94/1794.42	c Time complete: 1793.97.

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-2703850-1278557827/watcher-2703850-1278557827 -o /tmp/evaluation-result-2703850-1278557827/solver-2703850-1278557827 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703850-1278557827.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.02 1.00 3/106 32319
/proc/meminfo: memFree=1538652/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=7904 CPUtime=0
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 1032 0 0 0 0 0 0 0 18 0 1 0 23990748 8093696 945 1992294400 4194304 8395647 140736163567344 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 1976 953 365 1026 0 946 0

[startup+0.10864 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 32319
/proc/meminfo: memFree=1538652/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=28356 CPUtime=0.1
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 6390 0 0 0 8 2 0 0 20 0 1 0 23990748 29036544 6302 1992294400 4194304 8395647 140736163567344 18446744073709551615 4730094 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 7089 6302 393 1026 0 6059 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28356

[startup+0.200648 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 32319
/proc/meminfo: memFree=1538652/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=43540 CPUtime=0.19
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 10073 0 0 0 16 3 0 0 20 0 1 0 23990748 44584960 9986 1992294400 4194304 8395647 140736163567344 18446744073709551615 6347101 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 10885 9996 393 1026 0 9855 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43540

[startup+0.300657 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 32319
/proc/meminfo: memFree=1538652/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=61684 CPUtime=0.29
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 14570 0 0 0 24 5 0 0 20 0 1 0 23990748 63164416 14482 1992294400 4194304 8395647 140736163567344 18446744073709551615 6347101 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 15421 14494 393 1026 0 14391 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61684

[startup+0.700692 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 32319
/proc/meminfo: memFree=1538652/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=112380 CPUtime=0.69
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 27319 0 0 0 59 10 0 0 21 0 1 0 23990748 115077120 27231 1992294400 4194304 8395647 140736163567344 18446744073709551615 6765591 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 28095 27231 393 1026 0 27065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112380

[startup+1.50076 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 32320
/proc/meminfo: memFree=1427788/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=117972 CPUtime=1.49
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 28743 0 0 0 138 11 0 0 23 0 1 0 23990748 120803328 28655 1992294400 4194304 8395647 140736163567344 18446744073709551615 5757915 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 29493 28655 393 1026 0 28463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117972

[startup+3.1009 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 32322
/proc/meminfo: memFree=1418488/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=127188 CPUtime=3.09
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 31050 0 0 0 296 13 0 0 25 0 1 0 23990748 130240512 30962 1992294400 4194304 8395647 140736163567344 18446744073709551615 4685157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 31797 30962 393 1026 0 30767 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127188

[startup+6.30118 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 32322
/proc/meminfo: memFree=1397160/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=147932 CPUtime=6.29
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 36178 0 0 0 614 15 0 0 25 0 1 0 23990748 151482368 36090 1992294400 4194304 8395647 140736163567344 18446744073709551615 4685157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 36983 36090 393 1026 0 35953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 147932

[startup+12.7087 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 32322
/proc/meminfo: memFree=1344088/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=208296 CPUtime=12.7
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 51284 0 0 0 1246 24 0 0 25 0 1 0 23990748 213295104 51196 1992294400 4194304 8395647 140736163567344 18446744073709551615 7370168 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 52074 51196 393 1026 0 51044 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 208296

[startup+25.5019 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 32322
/proc/meminfo: memFree=512048/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1125480 CPUtime=25.48
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 281252 0 0 0 2449 99 0 0 25 0 1 0 23990748 1152491520 280056 1992294400 4194304 8395647 140736163567344 18446744073709551615 6348908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 281370 280056 476 1026 0 280340 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1125480

[startup+51.1011 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 32322
/proc/meminfo: memFree=148356/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=51.09
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348869 0 0 0 4988 121 0 0 25 0 1 0 23990748 1429151744 347673 1992294400 4194304 8395647 140736163567344 18446744073709551615 4483001 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347673 557 1026 0 347884 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1395656

[startup+102.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 32324
/proc/meminfo: memFree=148356/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=102.27
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348879 0 0 0 10106 121 0 0 25 0 1 0 23990748 1429151744 347673 1992294400 4194304 8395647 140736163567344 18446744073709551615 4735554 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347673 547 1026 0 347884 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1395656

[startup+162.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32326
/proc/meminfo: memFree=148232/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=162.26
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348887 0 0 0 16105 121 0 0 25 0 1 0 23990748 1429151744 347673 1992294400 4194304 8395647 140736163567344 18446744073709551615 6085114 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347673 539 1026 0 347884 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1395656

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32326
/proc/meminfo: memFree=148232/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=222.24
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348888 0 0 0 22103 121 0 0 25 0 1 0 23990748 1429151744 347674 1992294400 4194304 8395647 140736163567344 18446744073709551615 6085114 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347674 540 1026 0 347884 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1395656

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32337
/proc/meminfo: memFree=147364/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=282.21
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348956 0 0 0 28100 121 0 0 25 0 1 0 23990748 1429151744 347691 1992294400 4194304 8395647 140736163567344 18446744073709551615 4684118 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347691 496 1026 0 347884 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1395656

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32339
/proc/meminfo: memFree=147364/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=342.2
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348958 0 0 0 34099 121 0 0 25 0 1 0 23990748 1429151744 347693 1992294400 4194304 8395647 140736163567344 18446744073709551615 6074061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347693 496 1026 0 347884 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1395656

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32341
/proc/meminfo: memFree=147364/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=402.18
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348958 0 0 0 40097 121 0 0 25 0 1 0 23990748 1429151744 347693 1992294400 4194304 8395647 140736163567344 18446744073709551615 6074061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347693 496 1026 0 347884 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1395656

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32343
/proc/meminfo: memFree=147364/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=462.17
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348958 0 0 0 46096 121 0 0 25 0 1 0 23990748 1429151744 347693 1992294400 4194304 8395647 140736163567344 18446744073709551615 6074061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347693 496 1026 0 347884 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1395656

[startup+522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32343
/proc/meminfo: memFree=147364/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=522.15
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 348958 0 0 0 52094 121 0 0 25 0 1 0 23990748 1429151744 347693 1992294400 4194304 8395647 140736163567344 18446744073709551615 6074054 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347693 496 1026 0 347884 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1395656

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32345
/proc/meminfo: memFree=146868/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=582.14
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 356151 0 0 0 58091 123 0 0 25 0 1 0 23990748 1429151744 347695 1992294400 4194304 8395647 140736163567344 18446744073709551615 4684129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347695 495 1026 0 347884 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1395656

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32347
/proc/meminfo: memFree=146868/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1395656 CPUtime=642.13
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 356151 0 0 0 64090 123 0 0 25 0 1 0 23990748 1429151744 347695 1992294400 4194304 8395647 140736163567344 18446744073709551615 6074061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 348914 347695 495 1026 0 347884 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1395656

[startup+702.3 s]

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

/proc/meminfo: memFree=51016/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1494460 CPUtime=1122.01
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 380230 0 0 0 112072 129 0 0 25 0 1 0 23990748 1530327040 371744 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 373615 371744 504 1026 0 372585 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 1494460

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32361
/proc/meminfo: memFree=41840/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1504212 CPUtime=1181.99
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 382478 0 0 0 118069 130 0 0 25 0 1 0 23990748 1540313088 373992 1992294400 4194304 8395647 140736163567344 18446744073709551615 5210321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 376053 373992 504 1026 0 375023 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1504212

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32363
/proc/meminfo: memFree=35020/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1510852 CPUtime=1241.97
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 384166 0 0 0 124067 130 0 0 25 0 1 0 23990748 1547112448 375680 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911233 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 377713 375680 504 1026 0 376683 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 1510852

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32365
/proc/meminfo: memFree=19644/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1529896 CPUtime=1301.96
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 388277 0 0 0 130065 131 0 0 25 0 1 0 23990748 1566613504 379791 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 382474 379791 504 1026 0 381444 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1529896

[startup+1362.3 s]
/proc/loadavg: 1.07 1.02 1.00 3/107 32370
/proc/meminfo: memFree=44612/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1553764 CPUtime=1361.95
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 394038 0 0 0 136062 133 0 0 25 0 1 0 23990748 1591054336 385552 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 388441 385552 504 1026 0 387411 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1553764

[startup+1422.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 32370
/proc/meminfo: memFree=34940/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1565700 CPUtime=1421.93
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 396804 0 0 0 142059 134 0 0 25 0 1 0 23990748 1603276800 388318 1992294400 4194304 8395647 140736163567344 18446744073709551615 6069071 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 391425 388318 509 1026 0 390395 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1565700

[startup+1482.31 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 32372
/proc/meminfo: memFree=23160/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1575544 CPUtime=1481.93
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 399464 0 0 0 148058 135 0 0 25 0 1 0 23990748 1613357056 390978 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911301 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 393886 390978 509 1026 0 392856 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1575544

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32374
/proc/meminfo: memFree=10156/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1592520 CPUtime=1541.9
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 404007 0 0 0 154053 137 0 0 25 0 1 0 23990748 1630740480 395521 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911301 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 398130 395521 509 1026 0 397100 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1592520

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32376
/proc/meminfo: memFree=10100/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1626852 CPUtime=1601.89
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 412401 0 0 0 160049 140 0 0 25 0 1 0 23990748 1665896448 403915 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911290 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 406713 403915 509 1026 0 405683 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1626852

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 32378
/proc/meminfo: memFree=10616/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1656636 CPUtime=1661.88
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 419760 0 0 0 166045 143 0 0 25 0 1 0 23990748 1696395264 411274 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911201 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 414159 411274 509 1026 0 413129 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1656636

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 32378
/proc/meminfo: memFree=10528/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1687932 CPUtime=1721.86
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 427223 0 0 0 172040 146 0 0 25 0 1 0 23990748 1728442368 418737 1992294400 4194304 8395647 140736163567344 18446744073709551615 4918201 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 421983 418737 509 1026 0 420953 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1687932

[startup+1782.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/107 32380
/proc/meminfo: memFree=10688/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1724756 CPUtime=1781.85
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 436472 0 0 0 178035 150 0 0 25 0 1 0 23990748 1766150144 427986 1992294400 4194304 8395647 140736163567344 18446744073709551615 4918229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 431189 427986 509 1026 0 430159 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1724756

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

[startup+1786.1 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 32380
/proc/meminfo: memFree=9324/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1726764 CPUtime=1785.65
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 436858 0 0 0 178415 150 0 0 25 0 1 0 23990748 1768206336 428372 1992294400 4194304 8395647 140736163567344 18446744073709551615 4911290 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 431691 428372 509 1026 0 430661 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (KiB) 1726764

[startup+1789.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 32380
/proc/meminfo: memFree=10204/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1726764 CPUtime=1788.85
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 436992 0 0 0 178735 150 0 0 25 0 1 0 23990748 1768206336 428506 1992294400 4194304 8395647 140736163567344 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32319/statm: 431691 428506 509 1026 0 430661 0
Current children cumulated CPU time (s) 1788.85
Current children cumulated vsize (KiB) 1726764

[startup+1792.51 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 32380
/proc/meminfo: memFree=9532/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1728812 CPUtime=1792.05
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 437574 0 0 0 179055 150 0 0 25 0 1 0 23990748 1770303488 429088 1992294400 4194304 8395647 140736163567344 18446744073709551615 6063744 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 432203 429088 533 1026 0 431173 0
Current children cumulated CPU time (s) 1792.05
Current children cumulated vsize (KiB) 1728812

[startup+1793.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 32380
/proc/meminfo: memFree=9532/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1728812 CPUtime=1792.84
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 437574 0 0 0 179134 150 0 0 25 0 1 0 23990748 1770303488 429088 1992294400 4194304 8395647 140736163567344 18446744073709551615 4923311 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 432203 429088 533 1026 0 431173 0
Current children cumulated CPU time (s) 1792.84
Current children cumulated vsize (KiB) 1728812

[startup+1794.1 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 32380
/proc/meminfo: memFree=9532/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1728812 CPUtime=1793.64
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 437574 0 0 0 179214 150 0 0 25 0 1 0 23990748 1770303488 429088 1992294400 4194304 8395647 140736163567344 18446744073709551615 6082840 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 432203 429088 533 1026 0 431173 0
Current children cumulated CPU time (s) 1793.64
Current children cumulated vsize (KiB) 1728812

[startup+1794.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 32380
/proc/meminfo: memFree=9532/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1235364 CPUtime=1793.84
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 437574 0 0 0 179229 155 0 0 25 0 1 0 23990748 1265012736 307790 1992294400 4194304 8395647 140736163567344 18446744073709551615 6345848 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 308841 307790 533 1026 0 307811 0
Current children cumulated CPU time (s) 1793.84
Current children cumulated vsize (KiB) 1235364

[startup+1794.4 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 32380
/proc/meminfo: memFree=9532/2059040 swapFree=4139712/4192956
[pid=32319] ppid=32317 vsize=1232280 CPUtime=1793.94
/proc/32319/stat : 32319 (pbscip.linux.x8) R 32317 32319 30993 0 -1 4202496 437575 0 0 0 179230 164 0 0 25 0 1 0 23990748 1261854720 69452 1992294400 4194304 8395647 140736163567344 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32319/statm: 308070 68966 534 1026 0 307040 0
Current children cumulated CPU time (s) 1793.94
Current children cumulated vsize (KiB) 1232280

Child status: 0
Real time (s): 1794.43
CPU time (s): 1793.98
CPU user time (s): 1792.31
CPU system time (s): 1.67374
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 1728812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.31
system time used= 1.67374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 437582
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 3934

runsolver used 2.88756 second user time and 8.5387 second system time

The end

Launcher Data

Begin job on node041 at 2010-07-08 04:57:12
IDJOB=2703850
IDBENCH=2345
IDSOLVER=1213
FILE ID=node041/2703850-1278557827
PBS_JOBID= 11239499
Free space on /tmp= 62116 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-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-van.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-2703850-1278557827/watcher-2703850-1278557827 -o /tmp/evaluation-result-2703850-1278557827/solver-2703850-1278557827 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703850-1278557827.opb -t 1800 -m 1800

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

MD5SUM BENCH= 39e0cd41dc245360dae65b9c547829b7
RANDOM SEED=595810675

node041.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.244
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.48
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.244
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:       1539056 kB
Buffers:         72716 kB
Cached:         341476 kB
SwapCached:       7160 kB
Active:         216152 kB
Inactive:       211968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1539056 kB
SwapTotal:     4192956 kB
SwapFree:      4139712 kB
Dirty:           88612 kB
Writeback:           0 kB
AnonPages:       11396 kB
Mapped:          11856 kB
Slab:            69876 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180540 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= 62108 MiB
End job on node041 at 2010-07-08 05:27:07