Trace number 1868825

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.21 1794.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUMd431323968e1ca4dc95d181076d01437
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark1798.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 154
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 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
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-1868825-1245146327.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.30	c    (3.9s) probing: 885/1344 (65.8%) - 0 fixings, 0 aggregations, 5768 implications, 0 bound changes
4.30/4.30	c    (3.9s) probing aborted: 100/100 successive totally useless probings
4.30/4.30	c presolving (3 rounds):
4.30/4.30	c  0 deleted vars, 13440 deleted constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
4.30/4.30	c  14784 implications, 392 cliques
4.30/4.30	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
4.30/4.30	c    7496 constraints of type <knapsack>
4.30/4.30	c     392 constraints of type <setppc>
4.30/4.30	c    8208 constraints of type <logicor>
4.30/4.30	c transformed objective value is always integral (scale: 1)
4.30/4.30	c Presolving Time: 3.83
4.30/4.30	c OPT-LIN
4.30/4.30	c -----------------------------------------------------------------------------------------------
4.30/4.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.30/4.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.30	c limits/memory = c 1620
4.30/4.30	c # maximal time in seconds to run
4.30/4.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.30	c limits/time = c 1791
4.30/4.30	c # frequency for displaying node information lines
4.30/4.30	c # [type: int, range: [-1,2147483647], default: 100]
4.30/4.30	c display/freq = c 10000
4.30/4.30	c -----------------------------------------------------------------------------------------------
4.30/4.30	c start solving problem
4.30/4.30	c 
7.79/7.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.79/7.87	c   7.4s|     1 |     0 |  1438 |  33M|   0 | 485 |1344 |  16k|  16k|1344 |  16k|   0 |   0 |   0 | 9.600000e+01 |      --      |    Inf 
75.05/75.15	c  74.4s|     1 |     0 | 13652 |  37M|   0 | 431 |1344 |  16k|  16k|1344 |  16k|   8 |   0 |   0 | 9.600000e+01 |      --      |    Inf 
103.04/103.19	c   102s|     1 |     0 | 17303 |  42M|   0 | 464 |1344 |  16k|  16k|1344 |  16k|  18 |   0 |   0 | 9.600000e+01 |      --      |    Inf 
142.33/142.49	c   142s|     1 |     0 | 23028 |  47M|   0 | 403 |1344 |  16k|  16k|1344 |  16k|  26 |   0 |   0 | 9.600000e+01 |      --      |    Inf 
184.11/184.24	c   183s|     1 |     0 | 29300 |  51M|   0 | 414 |1344 |  16k|  16k|1344 |  16k|  33 |   0 |   0 | 9.600000e+01 |      --      |    Inf 
218.00/218.16	c   217s|     1 |     0 | 34097 |  55M|   0 | 431 |1344 |  16k|  16k|1344 |  16k|  44 |   0 |   0 | 9.600000e+01 |      --      |    Inf 
269.09/269.21	c   268s|     1 |     0 | 41780 |  61M|   0 | 438 |1344 |  16k|  16k|1344 |  16k|  55 |   0 |   0 | 9.600000e+01 |      --      |    Inf 
333.96/334.19	c   333s|     1 |     2 | 41780 |  61M|   0 | 438 |1344 |  16k|  16k|1344 |  16k|  55 |   0 |  21 | 9.600000e+01 |      --      |    Inf 
1794.07/1794.70	c 
1794.07/1794.70	c SCIP Status        : solving was interrupted [time limit reached]
1794.07/1794.70	c Solving Time (sec) : 1791.00
1794.07/1794.70	c Solving Nodes      : 175
1794.07/1794.70	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.07/1794.70	c Dual Bound         : +9.60000000000002e+01
1794.07/1794.70	c Gap                : infinite
1794.07/1794.70	c NODE         175
1794.07/1794.70	c DUAL BOUND   96
1794.07/1794.70	c PRIMAL BOUND 1e+20
1794.07/1794.70	c GAP          1e+20
1794.07/1794.70	s UNKNOWN
1794.07/1794.70	c SCIP Status        : solving was interrupted [time limit reached]
1794.07/1794.70	c Solving Time       :    1791.00
1794.07/1794.70	c Original Problem   :
1794.07/1794.70	c   Problem name     : HOME/instance-1868825-1245146327.opb
1794.07/1794.70	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.07/1794.70	c   Constraints      : 16096 initial, 16096 maximal
1794.07/1794.70	c Presolved Problem  :
1794.07/1794.70	c   Problem name     : t_HOME/instance-1868825-1245146327.opb
1794.07/1794.70	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.07/1794.70	c   Constraints      : 16096 initial, 16122 maximal
1794.07/1794.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.07/1794.70	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1794.07/1794.70	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1794.07/1794.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.07/1794.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.07/1794.70	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.07/1794.70	c   probing          :       2.57          0          0          0          0          0          0          0          0
1794.07/1794.70	c   knapsack         :       0.76          0          0          0          0          0          0      14784      22176
1794.07/1794.70	c   setppc           :       0.26          0          0          0          0          0      13440          0          0
1794.07/1794.70	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1794.07/1794.70	c   root node        :          -          0          -          -          0          -          -          -          -
1794.07/1794.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.07/1794.70	c   integral         :          0          0          0        175          0          0          0          0          0        350
1794.07/1794.70	c   knapsack         :       7496          6       5052          0          0          0        212          0          0          0
1794.07/1794.70	c   setppc           :        392          6       5052          0          0          4       2643          0          0          0
1794.07/1794.70	c   logicor          :       8208+         6       2549          0          0          1       1020          0          0          0
1794.07/1794.70	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.07/1794.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.07/1794.70	c   integral         :     888.54       0.00       0.00     888.54       0.00
1794.07/1794.70	c   knapsack         :       3.19       0.14       3.05       0.00       0.00
1794.07/1794.70	c   setppc           :       0.22       0.01       0.21       0.00       0.00
1794.07/1794.70	c   logicor          :       0.19       0.00       0.19       0.00       0.00
1794.07/1794.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.07/1794.70	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.07/1794.70	c   rootredcost      :       0.00          0          0          0
1794.07/1794.70	c   pseudoobj        :       0.09       2548          0          0
1794.07/1794.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.07/1794.70	c   propagation      :       0.00          5          5         34       23.1          2       12.0          -
1794.07/1794.70	c   infeasible LP    :       0.00         11          0          0        0.0          0        0.0          0
1794.07/1794.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.07/1794.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.07/1794.70	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.07/1794.70	c   applied globally :          -          -          -         26       21.5          -          -          -
1794.07/1794.70	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.07/1794.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.07/1794.70	c   cut pool         :       0.02          5          -          -          2          -    (maximal pool size: 1452)
1794.07/1794.70	c   redcost          :       0.01        180          0          0          0          0
1794.07/1794.70	c   impliedbounds    :       0.00          6          0          0          0          0
1794.07/1794.70	c   intobj           :       0.00          0          0          0          0          0
1794.07/1794.70	c   gomory           :      67.36          6          0          0        384          0
1794.07/1794.70	c   strongcg         :       4.20          6          0          0       3000          0
1794.07/1794.70	c   cmir             :       0.77          6          0          0          0          0
1794.07/1794.70	c   flowcover        :       1.75          6          0          0          0          0
1794.07/1794.70	c   clique           :       0.09          6          0          0         47          0
1794.07/1794.70	c   zerohalf         :       0.00          0          0          0          0          0
1794.07/1794.70	c   mcf              :       0.03          1          0          0          0          0
1794.07/1794.70	c Pricers            :       Time      Calls       Vars
1794.07/1794.70	c   problem variables:       0.00          0          0
1794.07/1794.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.07/1794.70	c   relpscost        :     888.54        175          0          0          0          0        350
1794.07/1794.70	c   pscost           :       0.00          0          0          0          0          0          0
1794.07/1794.70	c   inference        :       0.00          0          0          0          0          0          0
1794.07/1794.70	c   mostinf          :       0.00          0          0          0          0          0          0
1794.07/1794.70	c   leastinf         :       0.00          0          0          0          0          0          0
1794.07/1794.70	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.07/1794.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.07/1794.70	c   random           :       0.00          0          0          0          0          0          0
1794.07/1794.70	c Primal Heuristics  :       Time      Calls      Found
1794.07/1794.70	c   LP solutions     :       0.00          -          0
1794.07/1794.70	c   pseudo solutions :       0.00          -          0
1794.07/1794.70	c   oneopt           :       0.00          0          0
1794.07/1794.70	c   crossover        :       0.00          0          0
1794.07/1794.70	c   feaspump         :      29.52          1          0
1794.07/1794.70	c   coefdiving       :      72.30          2          0
1794.07/1794.70	c   rootsoldiving    :      27.70          1          0
1794.07/1794.70	c   pscostdiving     :      41.01          2          0
1794.07/1794.70	c   fracdiving       :      25.66          2          0
1794.07/1794.70	c   veclendiving     :      43.60          2          0
1794.07/1794.70	c   linesearchdiving :      18.15          2          0
1794.07/1794.70	c   simplerounding   :       0.00          0          0
1794.07/1794.70	c   rounding         :       0.57        140          0
1794.07/1794.70	c   shifting         :       0.32         25          0
1794.07/1794.70	c   intshifting      :       0.00          0          0
1794.07/1794.70	c   fixandinfer      :       0.00          0          0
1794.07/1794.70	c   intdiving        :       0.00          0          0
1794.07/1794.70	c   actconsdiving    :       0.00          0          0
1794.07/1794.70	c   objpscostdiving  :      34.45          2          0
1794.07/1794.70	c   guideddiving     :       0.00          0          0
1794.07/1794.70	c   octane           :       0.00          0          0
1794.07/1794.70	c   rens             :       0.21          1          0
1794.07/1794.70	c   rins             :       0.00          0          0
1794.07/1794.70	c   localbranching   :       0.00          0          0
1794.07/1794.70	c   mutation         :       0.00          0          0
1794.07/1794.70	c   dins             :       0.00          0          0
1794.07/1794.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.07/1794.70	c   primal LP        :       1.09          0          0       0.00       0.00
1794.07/1794.70	c   dual LP          :     528.18        181     230084    1271.18     435.62
1794.07/1794.70	c   barrier LP       :       0.00          0          0       0.00          -
1794.07/1794.70	c   diving/probing LP:     284.91       1801     130852      72.66     459.27
1794.07/1794.70	c   strong branching :     888.48        423     234932     555.39     264.42
1794.07/1794.70	c     (at root node) :          -         21      12810     610.00          -
1794.07/1794.70	c   conflict analysis:       0.00          0          0       0.00          -
1794.07/1794.70	c B&B Tree           :
1794.07/1794.70	c   number of runs   :          1
1794.07/1794.70	c   nodes            :        175
1794.07/1794.70	c   nodes (total)    :        175
1794.07/1794.70	c   nodes left       :        176
1794.07/1794.70	c   max depth        :         33
1794.07/1794.70	c   max depth (total):         33
1794.07/1794.70	c   backtracks       :         12 (6.9%)
1794.07/1794.70	c   delayed cutoffs  :          0
1794.07/1794.70	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.07/1794.70	c   avg switch length:       2.08
1794.07/1794.70	c   switching time   :       1.19
1794.07/1794.70	c Solution           :
1794.07/1794.70	c   Solutions found  :          0 (0 improvements)
1794.07/1794.70	c   Primal Bound     :          -
1794.07/1794.70	c   Dual Bound       : +9.60000000000002e+01
1794.07/1794.70	c   Gap              :   infinite
1794.07/1794.70	c   Root Dual Bound  : +9.60000000000000e+01
1794.17/1794.82	c Time complete: 1794.2.

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-1868825-1245146327/watcher-1868825-1245146327 -o /tmp/evaluation-result-1868825-1245146327/solver-1868825-1245146327 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868825-1245146327.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.98 0.99 3/64 3354
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=5812 CPUtime=0
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 182229458 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3354/statm: 1453 502 332 1256 0 192 0

[startup+0.093431 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3354
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=14732 CPUtime=0.08
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 2428 0 0 0 8 0 0 0 18 0 1 0 182229458 15085568 2413 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/3354/statm: 3683 2421 378 1256 0 2422 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14732

[startup+0.10143 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3354
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=14732 CPUtime=0.09
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 2647 0 0 0 9 0 0 0 18 0 1 0 182229458 15085568 2631 1992294400 4194304 9342243 548682068736 18446744073709551615 4599505 0 0 4096 0 0 0 0 17 1 0 0
/proc/3354/statm: 3683 2631 378 1256 0 2422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14732

[startup+0.301468 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3354
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=18208 CPUtime=0.29
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 3525 0 0 0 28 1 0 0 19 0 1 0 182229458 18644992 3509 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3354/statm: 4552 3509 378 1256 0 3291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18208

[startup+0.701542 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3354
/proc/meminfo: memFree=1857840/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=57040 CPUtime=0.69
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 13412 0 0 0 61 8 0 0 22 0 1 0 182229458 58408960 13042 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 14260 13042 478 1256 0 12999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57040

[startup+1.50169 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3355
/proc/meminfo: memFree=1807464/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=57496 CPUtime=1.49
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 13527 0 0 0 139 10 0 0 25 0 1 0 182229458 58875904 13157 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 14374 13157 479 1256 0 13113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57496

[startup+3.10198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3355
/proc/meminfo: memFree=1806888/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=57496 CPUtime=3.09
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 13551 0 0 0 298 11 0 0 25 0 1 0 182229458 58875904 13181 1992294400 4194304 9342243 548682068736 18446744073709551615 4966556 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 14374 13181 497 1256 0 13113 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57496

[startup+6.30157 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3355
/proc/meminfo: memFree=1782832/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=92028 CPUtime=6.29
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 21390 0 0 0 613 16 0 0 25 0 1 0 182229458 94236672 19460 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 23007 19460 622 1256 0 21746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92028

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3355
/proc/meminfo: memFree=1780016/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=95228 CPUtime=12.69
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 25789 0 0 0 1250 19 0 0 25 0 1 0 182229458 97513472 20185 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 23807 20185 649 1256 0 22546 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95228

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3355
/proc/meminfo: memFree=1780912/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=95688 CPUtime=25.48
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 32207 0 0 0 2524 24 0 0 25 0 1 0 182229458 97984512 19902 1992294400 4194304 9342243 548682068736 18446744073709551615 6166980 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 23922 19902 649 1256 0 22661 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95688

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3355
/proc/meminfo: memFree=1770672/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=105792 CPUtime=51.06
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 40915 0 0 0 5073 33 0 0 25 0 1 0 182229458 108331008 23083 1992294400 4194304 9342243 548682068736 18446744073709551615 6496575 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 26448 23083 682 1256 0 25187 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 105792

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3355
/proc/meminfo: memFree=1757552/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=113252 CPUtime=102.25
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 50159 0 0 0 10179 46 0 0 25 0 1 0 182229458 115970048 25690 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 28313 25690 682 1256 0 27052 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 113252

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3361
/proc/meminfo: memFree=1744048/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=128856 CPUtime=162.22
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 60248 0 0 0 16161 61 0 0 25 0 1 0 182229458 131948544 28614 1992294400 4194304 9342243 548682068736 18446744073709551615 5869941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 32214 28614 691 1256 0 30953 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 128856

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3361
/proc/meminfo: memFree=1743344/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=127640 CPUtime=222.2
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 78070 0 0 0 22138 82 0 0 25 0 1 0 182229458 130703360 29189 1992294400 4194304 9342243 548682068736 18446744073709551615 4339127 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 31910 29189 691 1256 0 30649 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 127640

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3361
/proc/meminfo: memFree=1736880/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=143492 CPUtime=282.18
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 109621 0 0 0 28111 107 0 0 25 0 1 0 182229458 146935808 30796 1992294400 4194304 9342243 548682068736 18446744073709551615 6960300 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 35873 30796 705 1256 0 34612 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 143492

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3361
/proc/meminfo: memFree=1736432/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=141140 CPUtime=342.16
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 113360 0 0 0 34104 112 0 0 25 0 1 0 182229458 144527360 30901 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 35285 30901 708 1256 0 34024 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 141140

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3361
/proc/meminfo: memFree=1736368/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=141140 CPUtime=402.14
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 117385 0 0 0 40096 118 0 0 25 0 1 0 182229458 144527360 30901 1992294400 4194304 9342243 548682068736 18446744073709551615 6960231 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 35285 30901 708 1256 0 34024 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 141140

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3361
/proc/meminfo: memFree=1736240/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=139760 CPUtime=462.12
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 120788 0 0 0 46087 125 0 0 25 0 1 0 182229458 143114240 30937 1992294400 4194304 9342243 548682068736 18446744073709551615 6960719 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 34940 30937 708 1256 0 33679 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 139760

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3361
/proc/meminfo: memFree=1736240/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=137860 CPUtime=522.1
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 123695 0 0 0 52080 130 0 0 25 0 1 0 182229458 141168640 30931 1992294400 4194304 9342243 548682068736 18446744073709551615 6960231 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 34465 30931 708 1256 0 33204 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 137860

[startup+582.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1736176/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=137860 CPUtime=582.08
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 126271 0 0 0 58071 137 0 0 25 0 1 0 182229458 141168640 30932 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 34465 30932 708 1256 0 33204 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 137860

[startup+642.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 3361
/proc/meminfo: memFree=1736176/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=137748 CPUtime=642.06
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 128745 0 0 0 64062 144 0 0 25 0 1 0 182229458 141053952 30930 1992294400 4194304 9342243 548682068736 18446744073709551615 6960296 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 34437 30930 708 1256 0 33176 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 137748

[startup+702.302 s]

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

/proc/meminfo: memFree=1733232/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=142968 CPUtime=1121.9
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 141995 0 0 0 112000 190 0 0 25 0 1 0 182229458 146399232 31632 1992294400 4194304 9342243 548682068736 18446744073709551615 6978118 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 35742 31632 713 1256 0 34481 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 142968

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733616/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=132112 CPUtime=1181.88
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 143418 0 0 0 117992 196 0 0 25 0 1 0 182229458 135282688 31526 1992294400 4194304 9342243 548682068736 18446744073709551615 6962229 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33028 31526 713 1256 0 31767 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 132112

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733424/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=131948 CPUtime=1241.85
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 145308 0 0 0 123982 203 0 0 25 0 1 0 182229458 135114752 31516 1992294400 4194304 9342243 548682068736 18446744073709551615 6949532 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 32987 31516 713 1256 0 31726 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 131948

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733168/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133800 CPUtime=1301.84
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 145408 0 0 0 129972 212 0 0 25 0 1 0 182229458 137011200 31616 1992294400 4194304 9342243 548682068736 18446744073709551615 6959741 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33450 31616 715 1256 0 32189 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 133800

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1734576/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=131960 CPUtime=1361.82
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 149534 0 0 0 135962 220 0 0 25 0 1 0 182229458 135127040 31259 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 32990 31259 715 1256 0 31729 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 131960

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733616/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133584 CPUtime=1421.8
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 151610 0 0 0 141952 228 0 0 25 0 1 0 182229458 136790016 31485 1992294400 4194304 9342243 548682068736 18446744073709551615 6978539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33396 31485 715 1256 0 32135 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 133584

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733424/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=132108 CPUtime=1481.78
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 153472 0 0 0 147941 237 0 0 25 0 1 0 182229458 135278592 31490 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33027 31490 715 1256 0 31766 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 132108

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1734384/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=131968 CPUtime=1541.75
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 155225 0 0 0 153932 243 0 0 25 0 1 0 182229458 135135232 31283 1992294400 4194304 9342243 548682068736 18446744073709551615 6959741 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 32992 31283 715 1256 0 31731 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 131968

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1734384/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=131940 CPUtime=1601.74
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 157660 0 0 0 159922 252 0 0 25 0 1 0 182229458 135106560 31274 1992294400 4194304 9342243 548682068736 18446744073709551615 6960335 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 32985 31274 715 1256 0 31724 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 131940

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733808/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133656 CPUtime=1661.72
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 159897 0 0 0 165911 261 0 0 25 0 1 0 182229458 136863744 31404 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33414 31404 715 1256 0 32153 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 133656

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733552/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=132152 CPUtime=1721.69
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 161925 0 0 0 171901 268 0 0 25 0 1 0 182229458 135323648 31438 1992294400 4194304 9342243 548682068736 18446744073709551615 6965710 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33038 31438 715 1256 0 31777 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 132152

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733552/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133092 CPUtime=1781.68
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 164050 0 0 0 177891 277 0 0 25 0 1 0 182229458 136286208 31464 1992294400 4194304 9342243 548682068736 18446744073709551615 4265989 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33273 31464 715 1256 0 32012 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 133092

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 3361
/proc/meminfo: memFree=1733552/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133092 CPUtime=1784.88
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 164050 0 0 0 178211 277 0 0 25 0 1 0 182229458 136286208 31464 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33273 31464 715 1256 0 32012 0
Current children cumulated CPU time (s) 1784.88
Current children cumulated vsize (KiB) 133092

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733552/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133092 CPUtime=1788.07
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 164050 0 0 0 178530 277 0 0 25 0 1 0 182229458 136286208 31464 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33273 31464 715 1256 0 32012 0
Current children cumulated CPU time (s) 1788.07
Current children cumulated vsize (KiB) 133092

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733552/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133092 CPUtime=1791.28
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 164055 0 0 0 178851 277 0 0 25 0 1 0 182229458 136286208 31469 1992294400 4194304 9342243 548682068736 18446744073709551615 6040870 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33273 31469 715 1256 0 32012 0
Current children cumulated CPU time (s) 1791.28
Current children cumulated vsize (KiB) 133092

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733552/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133092 CPUtime=1792.88
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 164057 0 0 0 179010 278 0 0 25 0 1 0 182229458 136286208 31471 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33273 31471 715 1256 0 32012 0
Current children cumulated CPU time (s) 1792.88
Current children cumulated vsize (KiB) 133092

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733488/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133092 CPUtime=1793.67
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 164058 0 0 0 179089 278 0 0 25 0 1 0 182229458 136286208 31472 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33273 31472 715 1256 0 32012 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (KiB) 133092

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733488/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=133092 CPUtime=1794.07
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 164058 0 0 0 179129 278 0 0 25 0 1 0 182229458 136286208 31472 1992294400 4194304 9342243 548682068736 18446744073709551615 6960738 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3354/statm: 33273 31472 715 1256 0 32012 0
Current children cumulated CPU time (s) 1794.07
Current children cumulated vsize (KiB) 133092

[startup+1794.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3361
/proc/meminfo: memFree=1733488/2055920 swapFree=4191900/4192956
[pid=3354] ppid=3352 vsize=112832 CPUtime=1794.17
/proc/3354/stat : 3354 (pbscip.linux.x8) R 3352 3354 3279 0 -1 4194304 164060 0 0 0 179139 278 0 0 25 0 1 0 182229458 115539968 27308 1992294400 4194304 9342243 548682068736 18446744073709551615 4511319 0 0 4096 0 0 0 0 17 1 0 0
/proc/3354/statm: 28208 27308 717 1256 0 26947 0
Current children cumulated CPU time (s) 1794.17
Current children cumulated vsize (KiB) 112832

Child status: 0
Real time (s): 1794.83
CPU time (s): 1794.21
CPU user time (s): 1791.4
CPU system time (s): 2.80557
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 162424

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

runsolver used 1.20682 second user time and 3.87841 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-16 11:58:47
IDJOB=1868825
IDBENCH=2006
IDSOLVER=684
FILE ID=node44/1868825-1245146327
PBS_JOBID= 9363767
Free space on /tmp= 65924 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-circ8_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-1868825-1245146327/watcher-1868825-1245146327 -o /tmp/evaluation-result-1868825-1245146327/solver-1868825-1245146327 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868825-1245146327.opb

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

MD5SUM BENCH= d431323968e1ca4dc95d181076d01437
RANDOM SEED=398037888

node44.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:       1858320 kB
Buffers:         29784 kB
Cached:          88072 kB
SwapCached:        260 kB
Active:          40516 kB
Inactive:        90560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858320 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12616 kB
Writeback:           0 kB
Mapped:          21756 kB
Slab:            52496 kB
Committed_AS:   160224 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= 65912 MiB
End job on node44 at 2009-06-16 12:28:42