Trace number 1868828

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1796.68 1797.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUMc3720ea5d84e92b781414b36064971fe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark48053
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46478
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
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.29/0.31	c SCIP version 1.1.0.7
0.29/0.31	c LP-Solver SoPlex 1.4.1
0.29/0.31	c user parameter file <scip.set> not found - using default parameters
0.29/0.31	c read problem <HOME/instance-1868828-1245146633.opb>
0.29/0.31	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.29/0.38	c start presolving problem
0.29/0.38	c presolving:
0.59/0.61	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
1.29/1.34	c (round 2) 0 del vars, 13440 del conss, 0 chg bounds, 14784 chg sides, 22176 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
4.19/4.29	c    (3.9s) probing: 885/1344 (65.8%) - 0 fixings, 0 aggregations, 5768 implications, 0 bound changes
4.19/4.29	c    (3.9s) probing aborted: 100/100 successive totally useless probings
4.19/4.29	c presolving (3 rounds):
4.19/4.29	c  0 deleted vars, 13440 deleted constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
4.19/4.29	c  14784 implications, 392 cliques
4.19/4.29	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
4.19/4.29	c    7496 constraints of type <knapsack>
4.19/4.29	c     392 constraints of type <setppc>
4.19/4.29	c    8208 constraints of type <logicor>
4.19/4.29	c transformed objective value is always integral (scale: 1)
4.19/4.29	c Presolving Time: 3.83
4.19/4.29	c OPT-LIN
4.19/4.29	c -----------------------------------------------------------------------------------------------
4.19/4.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.19/4.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.29	c limits/memory = c 1620
4.19/4.29	c # maximal time in seconds to run
4.19/4.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.29	c limits/time = c 1791
4.19/4.29	c # frequency for displaying node information lines
4.19/4.29	c # [type: int, range: [-1,2147483647], default: 100]
4.19/4.29	c display/freq = c 10000
4.19/4.29	c -----------------------------------------------------------------------------------------------
4.19/4.29	c start solving problem
4.19/4.29	c 
10.39/10.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.39/10.47	c  10.0s|     1 |     0 |  2640 |  33M|   0 | 370 |1344 |  16k|  16k|1344 |  16k|   0 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
63.97/64.04	c  63.5s|     1 |     0 |  9026 |  37M|   0 | 385 |1344 |  16k|  16k|1344 |  16k|  12 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
80.76/80.85	c  80.2s|     1 |     0 | 10108 |  42M|   0 | 400 |1344 |  16k|  16k|1344 |  16k|  20 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
98.15/98.21	c  97.5s|     1 |     0 | 11053 |  47M|   0 | 409 |1344 |  16k|  16k|1344 |  16k|  30 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
114.95/115.09	c   114s|     1 |     0 | 11824 |  52M|   0 | 411 |1344 |  16k|  16k|1344 |  16k|  36 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
132.04/132.13	c   131s|     1 |     0 | 12442 |  57M|   0 | 400 |1344 |  16k|  16k|1344 |  16k|  42 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
150.74/150.87	c   150s|     1 |     0 | 13514 |  62M|   0 | 406 |1344 |  16k|  16k|1344 |  16k|  49 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
304.28/304.45	c   303s|     1 |     2 | 13514 |  62M|   0 | 406 |1344 |  16k|  16k|1344 |  16k|  49 |   0 |  47 | 3.191600e+04 |      --      |    Inf 
1796.46/1797.19	c 
1796.46/1797.19	c SCIP Status        : solving was interrupted [time limit reached]
1796.46/1797.19	c Solving Time (sec) : 1793.53
1796.46/1797.19	c Solving Nodes      : 115
1796.46/1797.19	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.46/1797.19	c Dual Bound         : +3.19160000000000e+04
1796.46/1797.19	c Gap                : infinite
1796.46/1797.19	c NODE         115
1796.46/1797.19	c DUAL BOUND   31916
1796.46/1797.19	c PRIMAL BOUND 1e+20
1796.46/1797.19	c GAP          1e+20
1796.46/1797.19	s UNKNOWN
1796.46/1797.19	c SCIP Status        : solving was interrupted [time limit reached]
1796.46/1797.19	c Solving Time       :    1793.53
1796.46/1797.19	c Original Problem   :
1796.46/1797.19	c   Problem name     : HOME/instance-1868828-1245146633.opb
1796.46/1797.19	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.46/1797.19	c   Constraints      : 16096 initial, 16096 maximal
1796.46/1797.19	c Presolved Problem  :
1796.46/1797.19	c   Problem name     : t_HOME/instance-1868828-1245146633.opb
1796.46/1797.19	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.46/1797.19	c   Constraints      : 16096 initial, 16141 maximal
1796.46/1797.19	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.46/1797.19	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.46/1797.19	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.46/1797.19	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.46/1797.19	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.46/1797.19	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.46/1797.19	c   probing          :       2.56          0          0          0          0          0          0          0          0
1796.46/1797.19	c   knapsack         :       0.78          0          0          0          0          0          0      14784      22176
1796.46/1797.19	c   setppc           :       0.26          0          0          0          0          0      13440          0          0
1796.46/1797.19	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1796.46/1797.19	c   root node        :          -          0          -          -          0          -          -          -          -
1796.46/1797.19	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.46/1797.19	c   integral         :          0          0          0        115          0          0          0          0          0        230
1796.46/1797.19	c   knapsack         :       7496          6       4521          0          0          0        166          0          0          0
1796.46/1797.19	c   setppc           :        392          6       4521          0          0          2       2248          0          0          0
1796.46/1797.19	c   logicor          :       8208+         6       2454          0          0          1        779          0          0          0
1796.46/1797.19	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.46/1797.19	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.46/1797.19	c   integral         :     761.47       0.00       0.00     761.47       0.00
1796.46/1797.19	c   knapsack         :       2.82       0.13       2.69       0.00       0.00
1796.46/1797.19	c   setppc           :       0.18       0.00       0.18       0.00       0.00
1796.46/1797.19	c   logicor          :       0.32       0.00       0.32       0.00       0.00
1796.46/1797.19	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.46/1797.19	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.46/1797.19	c   rootredcost      :       0.01          0          0          0
1796.46/1797.19	c   pseudoobj        :       0.09       2017          0          0
1796.46/1797.19	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.46/1797.19	c   propagation      :       0.00          3          3         15       19.9          1       14.0          -
1796.46/1797.19	c   infeasible LP    :       0.02         13          8         86       74.4          0        0.0          0
1796.46/1797.19	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.46/1797.19	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.46/1797.19	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.46/1797.19	c   applied globally :          -          -          -         45       47.1          -          -          -
1796.46/1797.19	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.46/1797.19	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.46/1797.19	c   cut pool         :       0.02          5          -          -          0          -    (maximal pool size: 1522)
1796.46/1797.19	c   redcost          :       0.06        120          0          0          0          0
1796.46/1797.19	c   impliedbounds    :       0.01          6          0          0          0          0
1796.46/1797.19	c   intobj           :       0.00          0          0          0          0          0
1796.46/1797.19	c   gomory           :      76.76          6          0          0        418          0
1796.46/1797.19	c   strongcg         :       3.98          6          0          0       3000          0
1796.46/1797.19	c   cmir             :       0.74          6          0          0          0          0
1796.46/1797.19	c   flowcover        :       1.89          6          0          0          0          0
1796.46/1797.19	c   clique           :       0.06          6          0          0         47          0
1796.46/1797.19	c   zerohalf         :       0.00          0          0          0          0          0
1796.46/1797.19	c   mcf              :       0.03          1          0          0          0          0
1796.46/1797.19	c Pricers            :       Time      Calls       Vars
1796.46/1797.19	c   problem variables:       0.00          0          0
1796.46/1797.19	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.46/1797.19	c   relpscost        :     761.47        115          0          0          0          0        230
1796.46/1797.19	c   pscost           :       0.00          0          0          0          0          0          0
1796.46/1797.19	c   inference        :       0.00          0          0          0          0          0          0
1796.46/1797.19	c   mostinf          :       0.00          0          0          0          0          0          0
1796.46/1797.19	c   leastinf         :       0.00          0          0          0          0          0          0
1796.46/1797.19	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.46/1797.19	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.46/1797.19	c   random           :       0.00          0          0          0          0          0          0
1796.46/1797.19	c Primal Heuristics  :       Time      Calls      Found
1796.46/1797.19	c   LP solutions     :       0.00          -          0
1796.46/1797.19	c   pseudo solutions :       0.00          -          0
1796.46/1797.19	c   oneopt           :       0.00          0          0
1796.46/1797.19	c   crossover        :       0.00          0          0
1796.46/1797.19	c   intshifting      :       0.00          0          0
1796.46/1797.19	c   fracdiving       :      17.54          1          0
1796.46/1797.19	c   veclendiving     :      63.28          1          0
1796.46/1797.19	c   linesearchdiving :      15.79          1          0
1796.46/1797.19	c   objpscostdiving  :      76.87          1          0
1796.46/1797.19	c   rootsoldiving    :      38.85          1          0
1796.46/1797.19	c   coefdiving       :     151.99          2          0
1796.46/1797.19	c   simplerounding   :       0.00          0          0
1796.46/1797.19	c   rounding         :       0.42        110          0
1796.46/1797.19	c   shifting         :       0.23         17          0
1796.46/1797.19	c   fixandinfer      :       0.00          0          0
1796.46/1797.19	c   feaspump         :      37.37          1          0
1796.46/1797.19	c   pscostdiving     :      85.63          2          0
1796.46/1797.19	c   intdiving        :       0.00          0          0
1796.46/1797.19	c   actconsdiving    :       0.00          0          0
1796.46/1797.19	c   guideddiving     :       0.00          0          0
1796.46/1797.19	c   octane           :       0.00          0          0
1796.46/1797.19	c   rens             :       0.21          1          0
1796.46/1797.19	c   rins             :       0.00          0          0
1796.46/1797.19	c   localbranching   :       0.00          0          0
1796.46/1797.19	c   mutation         :       0.00          0          0
1796.46/1797.19	c   dins             :       0.00          0          0
1796.46/1797.19	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.46/1797.19	c   primal LP        :       0.03          0          0       0.00       0.00
1796.46/1797.19	c   dual LP          :     454.97        121     135476    1119.64     297.77
1796.46/1797.19	c   barrier LP       :       0.00          0          0       0.00          -
1796.46/1797.19	c   diving/probing LP:     479.70       1363     131430      96.43     273.98
1796.46/1797.19	c   strong branching :     761.42        250     220412     881.65     289.47
1796.46/1797.19	c     (at root node) :          -         47      42965     914.15          -
1796.46/1797.19	c   conflict analysis:       0.00          0          0       0.00          -
1796.46/1797.19	c B&B Tree           :
1796.46/1797.19	c   number of runs   :          1
1796.46/1797.19	c   nodes            :        115
1796.46/1797.19	c   nodes (total)    :        115
1796.46/1797.19	c   nodes left       :        116
1796.46/1797.19	c   max depth        :         17
1796.46/1797.19	c   max depth (total):         17
1796.46/1797.19	c   backtracks       :          9 (7.8%)
1796.46/1797.19	c   delayed cutoffs  :          0
1796.46/1797.19	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.46/1797.19	c   avg switch length:       1.94
1796.46/1797.19	c   switching time   :       0.09
1796.46/1797.19	c Solution           :
1796.46/1797.19	c   Solutions found  :          0 (0 improvements)
1796.46/1797.19	c   Primal Bound     :          -
1796.46/1797.19	c   Dual Bound       : +3.19160000000000e+04
1796.46/1797.19	c   Gap              :   infinite
1796.46/1797.19	c   Root Dual Bound  : +3.19160000000000e+04
1796.66/1797.30	c Time complete: 1796.66.

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7630
/proc/meminfo: memFree=1922072/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=4648 CPUtime=0
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 67396293 4759552 485 1992294400 4194304 7823515 548682068736 18446744073709551615 5939376 0 0 4096 0 0 0 0 17 1 0 0
/proc/7630/statm: 1082 485 320 886 0 192 0

[startup+0.034569 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7630
/proc/meminfo: memFree=1922072/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=10376 CPUtime=0.02
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 1916 0 0 0 2 0 0 0 18 0 1 0 67396293 10625024 1898 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7630/statm: 2594 1898 354 886 0 1704 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10376

[startup+0.101581 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7630
/proc/meminfo: memFree=1922072/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=13180 CPUtime=0.09
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 2616 0 0 0 9 0 0 0 18 0 1 0 67396293 13496320 2598 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7630/statm: 3295 2598 354 886 0 2405 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13180

[startup+0.301619 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7630
/proc/meminfo: memFree=1922072/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=16756 CPUtime=0.29
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 3524 0 0 0 28 1 0 0 19 0 1 0 67396293 17158144 3506 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7630/statm: 4189 3506 354 886 0 3299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16756

[startup+0.701701 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7630
/proc/meminfo: memFree=1922072/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=55844 CPUtime=0.69
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 13368 0 0 0 62 7 0 0 22 0 1 0 67396293 57184256 12996 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 13961 12996 436 886 0 13071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55844

[startup+1.50186 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1871632/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=56300 CPUtime=1.49
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 13483 0 0 0 141 8 0 0 25 0 1 0 67396293 57651200 13111 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 14075 13111 437 886 0 13185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56300

[startup+3.10118 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1871056/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=56300 CPUtime=3.09
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 13507 0 0 0 300 9 0 0 25 0 1 0 67396293 57651200 13135 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 14075 13135 455 886 0 13185 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56300

[startup+6.30182 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1841808/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=89136 CPUtime=6.29
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 21768 0 0 0 614 15 0 0 25 0 1 0 67396293 91275264 20572 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 22284 20572 525 886 0 21394 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89136

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1838352/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=92076 CPUtime=12.68
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 22554 0 0 0 1252 16 0 0 25 0 1 0 67396293 94285824 21342 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 23019 21342 536 886 0 22129 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92076

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1836880/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=92600 CPUtime=25.48
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 23028 0 0 0 2530 18 0 0 25 0 1 0 67396293 94822400 21762 1992294400 4194304 7823515 548682068736 18446744073709551615 6149972 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 23150 21762 536 886 0 22260 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92600

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1836944/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=92600 CPUtime=51.07
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 23053 0 0 0 5087 20 0 0 25 0 1 0 67396293 94822400 21787 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 23150 21787 546 886 0 22260 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 92600

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1812752/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=118864 CPUtime=102.26
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 29160 0 0 0 10191 35 0 0 25 0 1 0 67396293 121716736 27818 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 29716 27818 567 886 0 28826 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 118864

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1785040/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=162.23
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 16168 55 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 146264

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1784976/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=222.21
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 22158 63 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 5924484 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 146264

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1784976/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=282.19
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 28148 71 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 146264

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1784984/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=342.17
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 34137 80 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 146264

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1784984/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=402.15
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 40128 87 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 6211274 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 146264

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1784984/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=462.12
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 46119 93 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 146264

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1784984/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=522.1
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 52108 102 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 146264

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1784984/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=582.09
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 58098 111 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 6213595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 146264

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1784984/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146264 CPUtime=642.07
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 42382 0 0 0 64088 119 0 0 25 0 1 0 67396293 149774336 34679 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36566 34679 577 886 0 35676 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 146264

[startup+702.302 s]

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

/proc/meminfo: memFree=1785560/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=146620 CPUtime=1061.92
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44219 0 0 0 106012 180 0 0 25 0 1 0 67396293 150138880 34489 1992294400 4194304 7823515 548682068736 18446744073709551615 6211563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36655 34489 583 886 0 35765 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 146620

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1783320/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=147976 CPUtime=1121.9
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44811 0 0 0 112002 188 0 0 25 0 1 0 67396293 151527424 35044 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36994 35044 583 886 0 36104 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 147976

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1783320/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=147976 CPUtime=1181.88
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44811 0 0 0 117992 196 0 0 25 0 1 0 67396293 151527424 35044 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36994 35044 583 886 0 36104 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 147976

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1783192/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=147976 CPUtime=1241.85
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44829 0 0 0 123981 204 0 0 25 0 1 0 67396293 151527424 35062 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36994 35062 583 886 0 36104 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 147976

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1783128/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=147976 CPUtime=1301.84
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44829 0 0 0 129973 211 0 0 25 0 1 0 67396293 151527424 35062 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36994 35062 583 886 0 36104 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 147976

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1783128/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=147976 CPUtime=1361.82
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44829 0 0 0 135964 218 0 0 25 0 1 0 67396293 151527424 35062 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36994 35062 583 886 0 36104 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 147976

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782936/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=147976 CPUtime=1421.8
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44858 0 0 0 141955 225 0 0 25 0 1 0 67396293 151527424 35091 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36994 35091 583 886 0 36104 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 147976

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782872/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=147976 CPUtime=1481.77
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44880 0 0 0 147945 232 0 0 25 0 1 0 67396293 151527424 35113 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 36994 35113 583 886 0 36104 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 147976

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782488/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1541.75
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 153936 239 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 148412

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782488/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1601.73
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 159927 246 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6205839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 148412

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782424/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1661.71
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 165917 254 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6211224 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 148412

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782424/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1721.68
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 171906 262 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 148412

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782424/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1781.66
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 177896 270 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 148412

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782424/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1784.87
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 178216 271 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 148412

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782424/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1791.26
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 178855 271 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6908047 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1791.26
Current children cumulated vsize (KiB) 148412

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782424/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1794.46
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 179174 272 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6211582 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1794.46
Current children cumulated vsize (KiB) 148412

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782424/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1796.06
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 179334 272 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 148412

[startup+1797.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1782424/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=148412 CPUtime=1796.46
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44959 0 0 0 179374 272 0 0 25 0 1 0 67396293 151973888 35192 1992294400 4194304 7823515 548682068736 18446744073709551615 6211707 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7630/statm: 37103 35192 583 886 0 36213 0
Current children cumulated CPU time (s) 1796.46
Current children cumulated vsize (KiB) 148412

[startup+1797.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7631
/proc/meminfo: memFree=1870552/2055920 swapFree=4191900/4192956
[pid=7630] ppid=7628 vsize=47600 CPUtime=1796.66
/proc/7630/stat : 7630 (pbscip.linux.x8) R 7628 7630 7522 0 -1 4194304 44961 0 0 0 179392 274 0 0 24 0 1 0 67396293 48742400 11289 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/7630/statm: 11900 11289 4633 886 0 11010 0
Current children cumulated CPU time (s) 1796.66
Current children cumulated vsize (KiB) 47600

Child status: 0
Real time (s): 1797.31
CPU time (s): 1796.68
CPU user time (s): 1793.93
CPU system time (s): 2.75058
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 173204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 2.75058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44964
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= 3
involuntary context switches= 3283

runsolver used 1.65375 second user time and 4.05738 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-16 12:03:53
IDJOB=1868828
IDBENCH=2008
IDSOLVER=683
FILE ID=node33/1868828-1245146633
PBS_JOBID= 9363741
Free space on /tmp= 65952 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868828-1245146633/watcher-1868828-1245146633 -o /tmp/evaluation-result-1868828-1245146633/solver-1868828-1245146633 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868828-1245146633.opb

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

MD5SUM BENCH= c3720ea5d84e92b781414b36064971fe
RANDOM SEED=199181426

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1922488 kB
Buffers:         15844 kB
Cached:          62652 kB
SwapCached:        384 kB
Active:          55076 kB
Inactive:        36844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922488 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           10732 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            27532 kB
Committed_AS:   118496 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65944 MiB
End job on node33 at 2009-06-16 12:33:51