Trace number 1868829

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? 1794.3 1794.86

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 Clp 1.8.2
0.29/0.31	c user parameter file <scip.set> not found - using default parameters
0.29/0.31	c read problem <HOME/instance-1868829-1245146690.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.62	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.35	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.30/4.31	c    (3.9s) probing: 885/1344 (65.8%) - 0 fixings, 0 aggregations, 5768 implications, 0 bound changes
4.30/4.31	c    (3.9s) probing aborted: 100/100 successive totally useless probings
4.30/4.31	c presolving (3 rounds):
4.30/4.31	c  0 deleted vars, 13440 deleted constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
4.30/4.31	c  14784 implications, 392 cliques
4.30/4.31	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
4.30/4.31	c    7496 constraints of type <knapsack>
4.30/4.31	c     392 constraints of type <setppc>
4.30/4.31	c    8208 constraints of type <logicor>
4.30/4.31	c transformed objective value is always integral (scale: 1)
4.30/4.31	c Presolving Time: 3.84
4.30/4.31	c OPT-LIN
4.30/4.31	c -----------------------------------------------------------------------------------------------
4.30/4.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.30/4.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.31	c limits/memory = c 1620
4.30/4.31	c # maximal time in seconds to run
4.30/4.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.31	c limits/time = c 1791
4.30/4.31	c # frequency for displaying node information lines
4.30/4.31	c # [type: int, range: [-1,2147483647], default: 100]
4.30/4.31	c display/freq = c 10000
4.30/4.31	c -----------------------------------------------------------------------------------------------
4.30/4.31	c start solving problem
4.30/4.31	c 
6.18/6.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.18/6.25	c   5.8s|     1 |     0 |  1008 |  33M|   0 | 423 |1344 |  16k|  16k|1344 |  16k|   0 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
66.56/66.64	c  65.9s|     1 |     0 | 12078 |  38M|   0 | 358 |1344 |  16k|  16k|1344 |  16k|  13 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
114.55/114.62	c   114s|     1 |     0 | 19481 |  41M|   0 | 378 |1344 |  16k|  16k|1344 |  16k|  21 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
152.85/152.93	c   152s|     1 |     0 | 25226 |  44M|   0 | 374 |1344 |  16k|  16k|1344 |  16k|  33 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
194.82/194.94	c   194s|     1 |     0 | 31569 |  47M|   0 | 369 |1344 |  16k|  16k|1344 |  16k|  42 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
238.81/238.99	c   238s|     1 |     0 | 38278 |  51M|   0 | 365 |1344 |  16k|  16k|1344 |  16k|  53 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
280.20/280.34	c   279s|     1 |     0 | 45153 |  55M|   0 | 388 |1344 |  16k|  16k|1344 |  16k|  69 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
347.77/347.96	c   346s|     1 |     2 | 45153 |  55M|   0 | 388 |1344 |  16k|  16k|1344 |  16k|  69 |   0 |  21 | 3.191600e+04 |      --      |    Inf 
1794.14/1794.73	c 
1794.14/1794.73	c SCIP Status        : solving was interrupted [time limit reached]
1794.14/1794.73	c Solving Time (sec) : 1791.01
1794.14/1794.73	c Solving Nodes      : 127
1794.14/1794.73	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.14/1794.73	c Dual Bound         : +3.19160000000003e+04
1794.14/1794.73	c Gap                : infinite
1794.14/1794.73	c NODE         127
1794.14/1794.73	c DUAL BOUND   31916
1794.14/1794.73	c PRIMAL BOUND 1e+20
1794.14/1794.73	c GAP          1e+20
1794.14/1794.73	s UNKNOWN
1794.14/1794.73	c SCIP Status        : solving was interrupted [time limit reached]
1794.14/1794.73	c Solving Time       :    1791.01
1794.14/1794.73	c Original Problem   :
1794.14/1794.73	c   Problem name     : HOME/instance-1868829-1245146690.opb
1794.14/1794.73	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.14/1794.73	c   Constraints      : 16096 initial, 16096 maximal
1794.14/1794.73	c Presolved Problem  :
1794.14/1794.73	c   Problem name     : t_HOME/instance-1868829-1245146690.opb
1794.14/1794.73	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.14/1794.73	c   Constraints      : 16096 initial, 16158 maximal
1794.14/1794.73	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.14/1794.73	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1794.14/1794.73	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1794.14/1794.73	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.14/1794.73	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.14/1794.73	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.14/1794.73	c   probing          :       2.57          0          0          0          0          0          0          0          0
1794.14/1794.73	c   knapsack         :       0.78          0          0          0          0          0          0      14784      22176
1794.14/1794.73	c   setppc           :       0.25          0          0          0          0          0      13440          0          0
1794.14/1794.73	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1794.14/1794.73	c   root node        :          -          0          -          -          0          -          -          -          -
1794.14/1794.73	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.14/1794.73	c   integral         :          0          0          0        127          0          0          0          0          0        254
1794.14/1794.73	c   knapsack         :       7496          6       4672          0          0          0        209          0          0          0
1794.14/1794.73	c   setppc           :        392          6       4672          0          0         11       2181          0          0          0
1794.14/1794.73	c   logicor          :       8208+         6       2543          0          0          0        834          0          0          0
1794.14/1794.73	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.14/1794.73	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.14/1794.73	c   integral         :     891.69       0.00       0.00     891.69       0.00
1794.14/1794.73	c   knapsack         :       2.82       0.12       2.70       0.00       0.00
1794.14/1794.73	c   setppc           :       0.22       0.00       0.22       0.00       0.00
1794.14/1794.73	c   logicor          :       0.29       0.01       0.28       0.00       0.00
1794.14/1794.73	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.14/1794.73	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.14/1794.73	c   rootredcost      :       0.00          0          0          0
1794.14/1794.73	c   pseudoobj        :       0.05       2168          0          0
1794.14/1794.73	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.14/1794.73	c   propagation      :       0.00         11         11         97       40.8         10        8.9          -
1794.14/1794.73	c   infeasible LP    :       0.00          9          0          0        0.0          0        0.0          0
1794.14/1794.73	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.14/1794.73	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.14/1794.73	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.14/1794.73	c   applied globally :          -          -          -         62       30.4          -          -          -
1794.14/1794.73	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.14/1794.73	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.14/1794.73	c   cut pool         :       0.02          5          -          -          1          -    (maximal pool size: 1299)
1794.14/1794.73	c   redcost          :       0.03        132          0          0          0          0
1794.14/1794.73	c   impliedbounds    :       0.01          6          0          0          0          0
1794.14/1794.73	c   intobj           :       0.00          0          0          0          0          0
1794.14/1794.73	c   gomory           :      63.87          6          0          0       1415          0
1794.14/1794.73	c   strongcg         :       7.07          6          0          0       3000          0
1794.14/1794.73	c   cmir             :       0.73          6          0          0          0          0
1794.14/1794.73	c   flowcover        :       1.81          6          0          0          1          0
1794.14/1794.73	c   clique           :       0.07          6          0          0         51          0
1794.14/1794.73	c   zerohalf         :       0.00          0          0          0          0          0
1794.14/1794.73	c   mcf              :       0.03          1          0          0          0          0
1794.14/1794.73	c Pricers            :       Time      Calls       Vars
1794.14/1794.73	c   problem variables:       0.00          0          0
1794.14/1794.73	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.14/1794.73	c   relpscost        :     891.69        127          0          0          0          0        254
1794.14/1794.73	c   pscost           :       0.00          0          0          0          0          0          0
1794.14/1794.73	c   inference        :       0.00          0          0          0          0          0          0
1794.14/1794.73	c   mostinf          :       0.00          0          0          0          0          0          0
1794.14/1794.73	c   leastinf         :       0.00          0          0          0          0          0          0
1794.14/1794.73	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.14/1794.73	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.14/1794.73	c   random           :       0.00          0          0          0          0          0          0
1794.14/1794.73	c Primal Heuristics  :       Time      Calls      Found
1794.14/1794.73	c   LP solutions     :       0.00          -          0
1794.14/1794.73	c   pseudo solutions :       0.00          -          0
1794.14/1794.73	c   oneopt           :       0.00          0          0
1794.14/1794.73	c   crossover        :       0.00          0          0
1794.14/1794.73	c   veclendiving     :      31.32          1          0
1794.14/1794.73	c   linesearchdiving :      14.29          1          0
1794.14/1794.73	c   feaspump         :      23.64          1          0
1794.14/1794.73	c   objpscostdiving  :       2.99          1          0
1794.14/1794.73	c   rootsoldiving    :      38.16          1          0
1794.14/1794.73	c   coefdiving       :      44.94          2          0
1794.14/1794.73	c   pscostdiving     :      24.62          2          0
1794.14/1794.73	c   simplerounding   :       0.00          0          0
1794.14/1794.73	c   rounding         :       0.50        116          0
1794.14/1794.73	c   shifting         :       0.27         20          0
1794.14/1794.73	c   intshifting      :       0.00          0          0
1794.14/1794.73	c   fixandinfer      :       0.00          0          0
1794.14/1794.73	c   fracdiving       :      21.14          2          0
1794.14/1794.73	c   intdiving        :       0.00          0          0
1794.14/1794.73	c   actconsdiving    :       0.00          0          0
1794.14/1794.73	c   guideddiving     :       0.00          0          0
1794.14/1794.73	c   octane           :       0.00          0          0
1794.14/1794.73	c   rens             :       0.20          1          0
1794.14/1794.73	c   rins             :       0.00          0          0
1794.14/1794.73	c   localbranching   :       0.00          0          0
1794.14/1794.73	c   mutation         :       0.00          0          0
1794.14/1794.73	c   dins             :       0.00          0          0
1794.14/1794.73	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.14/1794.73	c   primal LP        :       1.03          0          0       0.00       0.00
1794.14/1794.73	c   dual LP          :     617.37        134     264028    1970.36     427.67
1794.14/1794.73	c   barrier LP       :       0.00          0          0       0.00          -
1794.14/1794.73	c   diving/probing LP:     195.35       1321      89867      68.03     460.03
1794.14/1794.73	c   strong branching :     891.66        471     252863     536.86     283.59
1794.14/1794.73	c     (at root node) :          -         21      12810     610.00          -
1794.14/1794.73	c   conflict analysis:       0.00          0          0       0.00          -
1794.14/1794.73	c B&B Tree           :
1794.14/1794.73	c   number of runs   :          1
1794.14/1794.73	c   nodes            :        127
1794.14/1794.73	c   nodes (total)    :        127
1794.14/1794.73	c   nodes left       :        128
1794.14/1794.73	c   max depth        :         33
1794.14/1794.73	c   max depth (total):         33
1794.14/1794.73	c   backtracks       :          9 (7.1%)
1794.14/1794.73	c   delayed cutoffs  :          0
1794.14/1794.73	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.14/1794.73	c   avg switch length:       2.00
1794.14/1794.73	c   switching time   :       1.11
1794.14/1794.73	c Solution           :
1794.14/1794.73	c   Solutions found  :          0 (0 improvements)
1794.14/1794.73	c   Primal Bound     :          -
1794.14/1794.73	c   Dual Bound       : +3.19160000000003e+04
1794.14/1794.73	c   Gap              :   infinite
1794.14/1794.73	c   Root Dual Bound  : +3.19160000000000e+04
1794.24/1794.85	c Time complete: 1794.29.

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-1868829-1245146690/watcher-1868829-1245146690 -o /tmp/evaluation-result-1868829-1245146690/solver-1868829-1245146690 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868829-1245146690.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: 1.00 1.00 1.00 3/64 5772
/proc/meminfo: memFree=1859256/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=5812 CPUtime=0
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 515 0 0 0 0 0 0 0 18 0 1 0 182268319 5951488 499 1992294400 4194304 9342243 548682068736 18446744073709551615 8236952 0 0 4096 0 0 0 0 17 1 0 0
/proc/5772/statm: 1453 500 332 1256 0 192 0

[startup+0.0185341 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5772
/proc/meminfo: memFree=1859256/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=11388 CPUtime=0.01
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 1835 0 0 0 1 0 0 0 18 0 1 0 182268319 11661312 1819 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/5772/statm: 2847 1819 378 1256 0 1586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11388

[startup+0.101546 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5772
/proc/meminfo: memFree=1859256/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=14732 CPUtime=0.09
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 2647 0 0 0 9 0 0 0 18 0 1 0 182268319 15085568 2631 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5772/statm: 3683 2631 378 1256 0 2422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14732

[startup+0.301575 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5772
/proc/meminfo: memFree=1859256/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=18208 CPUtime=0.29
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 3525 0 0 0 28 1 0 0 19 0 1 0 182268319 18644992 3509 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5772/statm: 4552 3509 378 1256 0 3291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18208

[startup+0.701637 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5772
/proc/meminfo: memFree=1859256/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=57040 CPUtime=0.69
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 13412 0 0 0 62 7 0 0 22 0 1 0 182268319 58408960 13042 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 14260 13042 478 1256 0 12999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57040

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1808816/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=57496 CPUtime=1.49
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 13527 0 0 0 140 9 0 0 25 0 1 0 182268319 58875904 13157 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 14374 13157 479 1256 0 13113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57496

[startup+3.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1808240/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=57496 CPUtime=3.09
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 13551 0 0 0 300 9 0 0 25 0 1 0 182268319 58875904 13181 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 14374 13181 497 1256 0 13113 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57496

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1783344/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=90108 CPUtime=6.28
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 22027 0 0 0 614 14 0 0 25 0 1 0 182268319 92270592 19807 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 22527 19807 642 1256 0 21266 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 90108

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1780784/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=95664 CPUtime=12.68
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 24515 0 0 0 1251 17 0 0 25 0 1 0 182268319 97959936 20028 1992294400 4194304 9342243 548682068736 18446744073709551615 6951966 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 23916 20028 649 1256 0 22655 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95664

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1780592/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=95944 CPUtime=25.47
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 29112 0 0 0 2527 20 0 0 25 0 1 0 182268319 98246656 20287 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 23986 20287 649 1256 0 22725 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 95944

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1763120/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=114832 CPUtime=51.07
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 38526 0 0 0 5078 29 0 0 25 0 1 0 182268319 117587968 24803 1992294400 4194304 9342243 548682068736 18446744073709551615 6496559 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 28708 24803 682 1256 0 27447 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 114832

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1756144/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=123604 CPUtime=102.25
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 62381 0 0 0 10176 49 0 0 25 0 1 0 182268319 126570496 26451 1992294400 4194304 9342243 548682068736 18446744073709551615 6959483 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 30901 26451 682 1256 0 29640 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 123604

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1752880/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=121232 CPUtime=162.24
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 89220 0 0 0 16149 75 0 0 25 0 1 0 182268319 124141568 27188 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 30308 27188 682 1256 0 29047 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 121232

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1745520/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=131108 CPUtime=222.21
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 107375 0 0 0 22125 96 0 0 25 0 1 0 182268319 134254592 29199 1992294400 4194304 9342243 548682068736 18446744073709551615 6943619 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 32777 29199 682 1256 0 31516 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 131108

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1731312/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=148160 CPUtime=282.2
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 126699 0 0 0 28105 115 0 0 25 0 1 0 182268319 151715840 32545 1992294400 4194304 9342243 548682068736 18446744073709551615 5874771 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 37040 32545 696 1256 0 35779 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 148160

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734136/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=148160 CPUtime=342.18
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 130993 0 0 0 34098 120 0 0 25 0 1 0 182268319 151715840 31829 1992294400 4194304 9342243 548682068736 18446744073709551615 6960570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 37040 31829 696 1256 0 35779 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 148160

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734328/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=140680 CPUtime=402.17
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 131390 0 0 0 40091 126 0 0 25 0 1 0 182268319 144056320 31774 1992294400 4194304 9342243 548682068736 18446744073709551615 6960300 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35170 31774 699 1256 0 33909 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 140680

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1733944/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=140680 CPUtime=462.15
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 131477 0 0 0 46085 130 0 0 25 0 1 0 182268319 144056320 31861 1992294400 4194304 9342243 548682068736 18446744073709551615 6960579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35170 31861 699 1256 0 33909 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 140680

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1733752/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=140680 CPUtime=522.12
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 131533 0 0 0 52078 134 0 0 25 0 1 0 182268319 144056320 31917 1992294400 4194304 9342243 548682068736 18446744073709551615 6960322 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35170 31917 699 1256 0 33909 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 140680

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1733560/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=140680 CPUtime=582.11
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 131578 0 0 0 58071 140 0 0 25 0 1 0 182268319 144056320 31962 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35170 31962 699 1256 0 33909 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 140680

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1733368/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=140680 CPUtime=642.09
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 131608 0 0 0 64065 144 0 0 25 0 1 0 182268319 144056320 31992 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35170 31992 699 1256 0 33909 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 140680

[startup+702.302 s]

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

/proc/meminfo: memFree=1734904/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=135136 CPUtime=1121.94
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 140608 0 0 0 111993 201 0 0 25 0 1 0 182268319 138379264 31568 1992294400 4194304 9342243 548682068736 18446744073709551615 6959741 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33784 31568 706 1256 0 32523 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 135136

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1735032/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=143496 CPUtime=1181.93
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 142102 0 0 0 117984 209 0 0 25 0 1 0 182268319 146939904 31535 1992294400 4194304 9342243 548682068736 18446744073709551615 6960228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35874 31535 706 1256 0 34613 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 143496

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1735096/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=141952 CPUtime=1241.91
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 144182 0 0 0 123975 216 0 0 25 0 1 0 182268319 145358848 31514 1992294400 4194304 9342243 548682068736 18446744073709551615 6960228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35488 31514 706 1256 0 34227 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 141952

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734136/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=145120 CPUtime=1301.9
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 147000 0 0 0 129967 223 0 0 25 0 1 0 182268319 148602880 31747 1992294400 4194304 9342243 548682068736 18446744073709551615 6966152 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 36280 31747 706 1256 0 35019 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 145120

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734648/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=133152 CPUtime=1361.87
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 147741 0 0 0 135958 229 0 0 25 0 1 0 182268319 136347648 31608 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33288 31608 706 1256 0 32027 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 133152

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734968/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=132772 CPUtime=1421.86
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 149454 0 0 0 141949 237 0 0 25 0 1 0 182268319 135958528 31515 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33193 31515 706 1256 0 31932 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 132772

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734584/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=132896 CPUtime=1481.83
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 151767 0 0 0 147940 243 0 0 25 0 1 0 182268319 136085504 31586 1992294400 4194304 9342243 548682068736 18446744073709551615 6939137 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33224 31586 706 1256 0 31963 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 132896

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734456/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=133152 CPUtime=1541.81
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 154043 0 0 0 153931 250 0 0 25 0 1 0 182268319 136347648 31604 1992294400 4194304 9342243 548682068736 18446744073709551615 6960258 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33288 31604 706 1256 0 32027 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 133152

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734520/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=132844 CPUtime=1601.8
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 156347 0 0 0 159921 259 0 0 25 0 1 0 182268319 136032256 31623 1992294400 4194304 9342243 548682068736 18446744073709551615 7289219 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33211 31623 706 1256 0 31950 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 132844

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734520/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=132696 CPUtime=1661.78
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 158237 0 0 0 165910 268 0 0 25 0 1 0 182268319 135880704 31600 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33174 31600 706 1256 0 31913 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 132696

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734456/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=132804 CPUtime=1721.76
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 159940 0 0 0 171900 276 0 0 25 0 1 0 182268319 135991296 31610 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33201 31610 706 1256 0 31940 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 132804

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1733880/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=143624 CPUtime=1781.74
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 163666 0 0 0 177889 285 0 0 25 0 1 0 182268319 147070976 31771 1992294400 4194304 9342243 548682068736 18446744073709551615 6960563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35906 31771 706 1256 0 34645 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 143624

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1733880/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=143624 CPUtime=1784.94
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 163988 0 0 0 178209 285 0 0 25 0 1 0 182268319 147070976 31771 1992294400 4194304 9342243 548682068736 18446744073709551615 6960255 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 35906 31771 706 1256 0 34645 0
Current children cumulated CPU time (s) 1784.94
Current children cumulated vsize (KiB) 143624

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734328/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=132868 CPUtime=1788.14
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 164156 0 0 0 178528 286 0 0 25 0 1 0 182268319 136056832 31617 1992294400 4194304 9342243 548682068736 18446744073709551615 4266275 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33217 31617 706 1256 0 31956 0
Current children cumulated CPU time (s) 1788.14
Current children cumulated vsize (KiB) 132868

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734328/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=134660 CPUtime=1791.34
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 164189 0 0 0 178848 286 0 0 25 0 1 0 182268319 137891840 31650 1992294400 4194304 9342243 548682068736 18446744073709551615 6957804 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33665 31650 706 1256 0 32404 0
Current children cumulated CPU time (s) 1791.34
Current children cumulated vsize (KiB) 134660

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734328/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=134660 CPUtime=1792.94
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 164202 0 0 0 179008 286 0 0 25 0 1 0 182268319 137891840 31663 1992294400 4194304 9342243 548682068736 18446744073709551615 7289228 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33665 31663 706 1256 0 32404 0
Current children cumulated CPU time (s) 1792.94
Current children cumulated vsize (KiB) 134660

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734264/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=134660 CPUtime=1793.74
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 164210 0 0 0 179088 286 0 0 25 0 1 0 182268319 137891840 31671 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33665 31671 706 1256 0 32404 0
Current children cumulated CPU time (s) 1793.74
Current children cumulated vsize (KiB) 134660

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734264/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=134660 CPUtime=1794.14
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 164215 0 0 0 179128 286 0 0 25 0 1 0 182268319 137891840 31676 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5772/statm: 33665 31676 706 1256 0 32404 0
Current children cumulated CPU time (s) 1794.14
Current children cumulated vsize (KiB) 134660

[startup+1794.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5773
/proc/meminfo: memFree=1734264/2055920 swapFree=4191900/4192956
[pid=5772] ppid=5770 vsize=134660 CPUtime=1794.24
/proc/5772/stat : 5772 (pbscip.linux.x8) R 5770 5772 5691 0 -1 4194304 164217 0 0 0 179138 286 0 0 25 0 1 0 182268319 137891840 31678 1992294400 4194304 9342243 548682068736 18446744073709551615 4802841 0 0 4096 0 0 0 0 17 1 0 0
/proc/5772/statm: 33665 31678 708 1256 0 32404 0
Current children cumulated CPU time (s) 1794.24
Current children cumulated vsize (KiB) 134660

Child status: 0
Real time (s): 1794.86
CPU time (s): 1794.3
CPU user time (s): 1791.41
CPU system time (s): 2.88956
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 163428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.41
system time used= 2.88956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2826

runsolver used 1.61675 second user time and 3.36749 second system time

The end

Launcher Data

Begin job on node34 at 2009-06-16 12:04:50
IDJOB=1868829
IDBENCH=2008
IDSOLVER=684
FILE ID=node34/1868829-1245146690
PBS_JOBID= 9363770
Free space on /tmp= 66252 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
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.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868829-1245146690/watcher-1868829-1245146690 -o /tmp/evaluation-result-1868829-1245146690/solver-1868829-1245146690 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868829-1245146690.opb

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

MD5SUM BENCH= c3720ea5d84e92b781414b36064971fe
RANDOM SEED=464795955

node34.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.263
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.263
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:       1859672 kB
Buffers:         23772 kB
Cached:          98980 kB
SwapCached:        260 kB
Active:          50444 kB
Inactive:        85556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859672 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12620 kB
Writeback:           0 kB
Mapped:          21768 kB
Slab:            46228 kB
Committed_AS:   164608 kB
PageTables:       1384 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= 66240 MiB
End job on node34 at 2009-06-16 12:34:45