Trace number 1868835

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.66 1795.1

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUMdccfffd22c38fcd3c497d688dab4b7a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark81103
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 79290
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
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 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.89/0.91	c SCIP version 1.1.0.7
0.89/0.91	c LP-Solver Clp 1.8.2
0.89/0.91	c user parameter file <scip.set> not found - using default parameters
0.89/0.91	c read problem <HOME/instance-1868835-1245146960.opb>
0.89/0.91	c original problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
1.10/1.10	c start presolving problem
1.10/1.10	c presolving:
1.69/1.76	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
6.49/6.55	c (round 2) 0 del vars, 40320 del conss, 0 chg bounds, 43200 chg sides, 64800 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
17.19/17.29	c    (16.1s) probing: 1000/2700 (37.0%) - 0 fixings, 0 aggregations, 9281 implications, 0 bound changes
22.00/22.03	c    (20.9s) probing: 1721/2700 (63.7%) - 0 fixings, 0 aggregations, 15210 implications, 0 bound changes
22.00/22.03	c    (20.9s) probing aborted: 100/100 successive totally useless probings
22.00/22.03	c presolving (3 rounds):
22.00/22.03	c  0 deleted vars, 40320 deleted constraints, 0 tightened bounds, 0 added holes, 43200 changed sides, 64800 changed coefficients
22.00/22.03	c  37080 implications, 630 cliques
22.00/22.03	c presolved problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
22.00/22.03	c   21770 constraints of type <knapsack>
22.00/22.03	c     630 constraints of type <setppc>
22.00/22.03	c   20220 constraints of type <logicor>
22.00/22.03	c transformed objective value is always integral (scale: 1)
22.00/22.03	c Presolving Time: 20.70
22.00/22.03	c OPT-LIN
22.00/22.03	c -----------------------------------------------------------------------------------------------
22.00/22.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.00/22.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.00/22.03	c limits/memory = c 1620
22.00/22.03	c # maximal time in seconds to run
22.00/22.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.00/22.03	c limits/time = c 1791
22.00/22.03	c # frequency for displaying node information lines
22.00/22.03	c # [type: int, range: [-1,2147483647], default: 100]
22.00/22.03	c display/freq = c 10000
22.00/22.03	c -----------------------------------------------------------------------------------------------
22.00/22.03	c start solving problem
22.00/22.03	c 
52.26/52.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.26/52.32	c  51.0s|     1 |     0 |  4045 |  94M|   0 | 684 |2700 |  42k|  42k|2700 |  42k|   0 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
499.65/499.82	c   498s|     1 |     0 | 40351 |  94M|   0 | 627 |2700 |  42k|  42k|2700 |  42k|   8 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
635.42/635.65	c   633s|     1 |     0 | 49207 |  94M|   0 | 658 |2700 |  42k|  42k|2700 |  42k|  20 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
789.09/789.33	c   787s|     1 |     0 | 60184 |  95M|   0 | 643 |2700 |  42k|  42k|2700 |  42k|  31 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
891.07/891.36	c   889s|     1 |     0 | 65561 |  95M|   0 | 711 |2700 |  42k|  42k|2700 |  42k|  37 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
1086.81/1087.13	c  1084s|     1 |     0 | 78283 |  95M|   0 | 653 |2700 |  42k|  42k|2700 |  42k|  43 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
1209.69/1210.02	c  1207s|     1 |     0 | 86143 |  95M|   0 | 687 |2700 |  42k|  42k|2700 |  42k|  60 |   0 |   0 | 4.026400e+04 |      --      |    Inf 
1417.44/1417.85	c  1414s|     1 |     2 | 86143 |  95M|   0 | 687 |2700 |  42k|  42k|2700 |  42k|  60 |   0 |  20 | 4.026400e+04 |      --      |    Inf 
1794.35/1794.80	c 
1794.35/1794.80	c SCIP Status        : solving was interrupted [time limit reached]
1794.35/1794.80	c Solving Time (sec) : 1791.04
1794.35/1794.80	c Solving Nodes      : 2
1794.35/1794.80	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.35/1794.80	c Dual Bound         : +4.02640000000000e+04
1794.35/1794.80	c Gap                : infinite
1794.35/1794.80	c NODE         2
1794.35/1794.80	c DUAL BOUND   40264
1794.35/1794.80	c PRIMAL BOUND 1e+20
1794.35/1794.80	c GAP          1e+20
1794.35/1794.80	s UNKNOWN
1794.35/1794.80	c SCIP Status        : solving was interrupted [time limit reached]
1794.35/1794.80	c Solving Time       :    1791.04
1794.35/1794.80	c Original Problem   :
1794.35/1794.80	c   Problem name     : HOME/instance-1868835-1245146960.opb
1794.35/1794.80	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.35/1794.80	c   Constraints      : 42620 initial, 42620 maximal
1794.35/1794.80	c Presolved Problem  :
1794.35/1794.80	c   Problem name     : t_HOME/instance-1868835-1245146960.opb
1794.35/1794.80	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.35/1794.80	c   Constraints      : 42620 initial, 42620 maximal
1794.35/1794.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.35/1794.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1794.35/1794.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1794.35/1794.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.35/1794.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.35/1794.80	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.35/1794.80	c   probing          :      13.63          0          0          0          0          0          0          0          0
1794.35/1794.80	c   knapsack         :       3.83          0          0          0          0          0          0      43200      64800
1794.35/1794.80	c   setppc           :       2.61          0          0          0          0          0      40320          0          0
1794.35/1794.80	c   logicor          :       0.09          0          0          0          0          0          0          0          0
1794.35/1794.80	c   root node        :          -          0          -          -          0          -          -          -          -
1794.35/1794.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.35/1794.80	c   integral         :          0          0          0          2          0          0          0          0          0          4
1794.35/1794.80	c   knapsack         :      21770          6       4987          0          0          0          0          0          0          0
1794.35/1794.80	c   setppc           :        630          6       4987          0          0          0          0          0          0          0
1794.35/1794.80	c   logicor          :      20220          6       3442          0          0          0          9          0          0          0
1794.35/1794.80	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.35/1794.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.35/1794.80	c   integral         :     528.46       0.00       0.00     528.46       0.00
1794.35/1794.80	c   knapsack         :       9.04       0.38       8.66       0.00       0.00
1794.35/1794.80	c   setppc           :       0.31       0.00       0.31       0.00       0.00
1794.35/1794.80	c   logicor          :       0.51       0.04       0.47       0.00       0.00
1794.35/1794.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.35/1794.80	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.35/1794.80	c   rootredcost      :       0.01          0          0          0
1794.35/1794.80	c   pseudoobj        :       0.00          4          0          0
1794.35/1794.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.35/1794.80	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.35/1794.80	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.35/1794.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.35/1794.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.35/1794.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.35/1794.80	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.35/1794.80	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.35/1794.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.35/1794.80	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 223)
1794.35/1794.80	c   redcost          :       0.00          7          0          0          0          0
1794.35/1794.80	c   impliedbounds    :       0.01          6          0          0          0          0
1794.35/1794.80	c   intobj           :       0.00          0          0          0          0          0
1794.35/1794.80	c   gomory           :     121.66          6          0          0       1784          0
1794.35/1794.80	c   strongcg         :     121.49          6          0          0       1784          0
1794.35/1794.80	c   cmir             :       2.83          6          0          0          0          0
1794.35/1794.80	c   flowcover        :      11.23          6          0          0          0          0
1794.35/1794.80	c   clique           :       0.19          6          0          0         45          0
1794.35/1794.80	c   zerohalf         :       0.00          0          0          0          0          0
1794.35/1794.80	c   mcf              :       0.09          1          0          0          0          0
1794.35/1794.80	c Pricers            :       Time      Calls       Vars
1794.35/1794.80	c   problem variables:       0.00          0          0
1794.35/1794.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.35/1794.80	c   relpscost        :     528.46          2          0          0          0          0          4
1794.35/1794.80	c   pscost           :       0.00          0          0          0          0          0          0
1794.35/1794.80	c   inference        :       0.00          0          0          0          0          0          0
1794.35/1794.80	c   mostinf          :       0.00          0          0          0          0          0          0
1794.35/1794.80	c   leastinf         :       0.00          0          0          0          0          0          0
1794.35/1794.80	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.35/1794.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.35/1794.80	c   random           :       0.00          0          0          0          0          0          0
1794.35/1794.80	c Primal Heuristics  :       Time      Calls      Found
1794.35/1794.80	c   LP solutions     :       0.00          -          0
1794.35/1794.80	c   pseudo solutions :       0.00          -          0
1794.35/1794.80	c   oneopt           :       0.00          0          0
1794.35/1794.80	c   coefdiving       :       0.00          0          0
1794.35/1794.80	c   simplerounding   :       0.00          0          0
1794.35/1794.80	c   rounding         :       0.09          8          0
1794.35/1794.80	c   shifting         :       0.28          7          0
1794.35/1794.80	c   intshifting      :       0.00          0          0
1794.35/1794.80	c   fixandinfer      :       0.00          0          0
1794.35/1794.80	c   feaspump         :     272.68          1          0
1794.35/1794.80	c   pscostdiving     :       0.00          0          0
1794.35/1794.80	c   fracdiving       :       0.00          0          0
1794.35/1794.80	c   veclendiving     :       0.00          0          0
1794.35/1794.80	c   intdiving        :       0.00          0          0
1794.35/1794.80	c   actconsdiving    :       0.00          0          0
1794.35/1794.80	c   objpscostdiving  :       0.00          0          0
1794.35/1794.80	c   rootsoldiving    :       0.00          0          0
1794.35/1794.80	c   linesearchdiving :       0.00          0          0
1794.35/1794.80	c   guideddiving     :       0.00          0          0
1794.35/1794.80	c   octane           :       0.00          0          0
1794.35/1794.80	c   rens             :       0.62          1          0
1794.35/1794.80	c   rins             :       0.00          0          0
1794.35/1794.80	c   localbranching   :       0.00          0          0
1794.35/1794.80	c   mutation         :       0.00          0          0
1794.35/1794.80	c   crossover        :       0.00          0          0
1794.35/1794.80	c   dins             :       0.00          0          0
1794.35/1794.80	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.35/1794.80	c   primal LP        :       6.80          0          0       0.00       0.00
1794.35/1794.80	c   dual LP          :     702.90          8      66867    8358.38      95.13
1794.35/1794.80	c   barrier LP       :       0.00          0          0       0.00          -
1794.35/1794.80	c   diving/probing LP:     272.64          3      24782    8260.67      90.90
1794.35/1794.80	c   strong branching :     528.46         52      44772     861.00      84.72
1794.35/1794.80	c     (at root node) :          -         20      17440     872.00          -
1794.35/1794.80	c   conflict analysis:       0.00          0          0       0.00          -
1794.35/1794.80	c B&B Tree           :
1794.35/1794.80	c   number of runs   :          1
1794.35/1794.80	c   nodes            :          2
1794.35/1794.80	c   nodes (total)    :          2
1794.35/1794.80	c   nodes left       :          3
1794.35/1794.80	c   max depth        :          1
1794.35/1794.80	c   max depth (total):          1
1794.35/1794.80	c   backtracks       :          0 (0.0%)
1794.35/1794.80	c   delayed cutoffs  :          0
1794.35/1794.80	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.35/1794.80	c   avg switch length:       1.00
1794.35/1794.80	c   switching time   :       6.82
1794.35/1794.80	c Solution           :
1794.35/1794.80	c   Solutions found  :          0 (0 improvements)
1794.35/1794.80	c   Primal Bound     :          -
1794.35/1794.80	c   Dual Bound       : +4.02640000000000e+04
1794.35/1794.80	c   Gap              :   infinite
1794.35/1794.80	c   Root Dual Bound  : +4.02640000000000e+04
1794.55/1795.09	c Time complete: 1794.64.

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-1868835-1245146960/watcher-1868835-1245146960 -o /tmp/evaluation-result-1868835-1245146960/solver-1868835-1245146960 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868835-1245146960.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.92 0.98 0.99 3/64 5545
/proc/meminfo: memFree=1919656/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=5812 CPUtime=0
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 182296434 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 1453 512 341 1256 0 192 0

[startup+0.010257 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5545
/proc/meminfo: memFree=1919656/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=10056 CPUtime=0
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 1482 0 0 0 0 0 0 0 18 0 1 0 182296434 10297344 1467 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 2514 1472 374 1256 0 1253 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10056

[startup+0.101262 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5545
/proc/meminfo: memFree=1919656/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=15176 CPUtime=0.09
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 2758 0 0 0 8 1 0 0 18 0 1 0 182296434 15540224 2742 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 3794 2742 378 1256 0 2533 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15176

[startup+0.301274 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5545
/proc/meminfo: memFree=1919656/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=20764 CPUtime=0.29
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 4177 0 0 0 28 1 0 0 19 0 1 0 182296434 21262336 4161 1992294400 4194304 9342243 548682068736 18446744073709551615 8247773 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 5191 4161 378 1256 0 3930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20764

[startup+0.7013 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 5545
/proc/meminfo: memFree=1919656/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=29372 CPUtime=0.69
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 6331 0 0 0 66 3 0 0 22 0 1 0 182296434 30076928 6315 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 7343 6315 378 1256 0 6082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29372

[startup+1.50135 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 5546
/proc/meminfo: memFree=1865248/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=106684 CPUtime=1.49
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 27343 0 0 0 134 15 0 0 25 0 1 0 182296434 109244416 25369 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 26671 25377 471 1256 0 25410 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106684

[startup+3.10145 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 5546
/proc/meminfo: memFree=1794656/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=131416 CPUtime=3.09
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 33589 0 0 0 289 20 0 0 25 0 1 0 182296434 134569984 31614 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 32854 31614 478 1256 0 31593 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131416

[startup+6.30166 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 5546
/proc/meminfo: memFree=1793312/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=132500 CPUtime=6.29
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 33841 0 0 0 606 23 0 0 25 0 1 0 182296434 135680000 31866 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 33125 31866 479 1256 0 31864 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132500

[startup+12.7011 s]
/proc/loadavg: 1.08 1.02 1.00 2/65 5546
/proc/meminfo: memFree=1790184/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=135868 CPUtime=12.68
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 34708 0 0 0 1241 27 0 0 25 0 1 0 182296434 139128832 32733 1992294400 4194304 9342243 548682068736 18446744073709551615 4970923 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 33967 32733 497 1256 0 32706 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135868

[startup+25.5019 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 5546
/proc/meminfo: memFree=1729384/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=216424 CPUtime=25.48
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 50133 0 0 0 2512 36 0 0 25 0 1 0 182296434 221618176 48052 1992294400 4194304 9342243 548682068736 18446744073709551615 6959735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 54106 48052 622 1256 0 52845 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 216424

[startup+51.1015 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 5546
/proc/meminfo: memFree=1724520/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=222592 CPUtime=51.06
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 64343 0 0 0 5060 46 0 0 25 0 1 0 182296434 227934208 49402 1992294400 4194304 9342243 548682068736 18446744073709551615 6970138 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 55648 49402 622 1256 0 54387 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 222592

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 5546
/proc/meminfo: memFree=1715496/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=230524 CPUtime=102.26
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 73699 0 0 0 10171 55 0 0 25 0 1 0 182296434 236056576 51543 1992294400 4194304 9342243 548682068736 18446744073709551615 6504857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 57631 51543 649 1256 0 56370 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 230524

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1714408/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=231896 CPUtime=162.24
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 79898 0 0 0 16164 60 0 0 25 0 1 0 182296434 237461504 51829 1992294400 4194304 9342243 548682068736 18446744073709551615 6162976 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 57974 51829 649 1256 0 56713 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 231896

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1709800/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=235976 CPUtime=222.22
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 88688 0 0 0 22156 66 0 0 25 0 1 0 182296434 241639424 52935 1992294400 4194304 9342243 548682068736 18446744073709551615 6065008 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 58994 52935 649 1256 0 57733 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 235976

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1709416/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=235976 CPUtime=282.21
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 88773 0 0 0 28154 67 0 0 25 0 1 0 182296434 241639424 53020 1992294400 4194304 9342243 548682068736 18446744073709551615 6968363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 58994 53020 649 1256 0 57733 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 235976

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1707624/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=235976 CPUtime=342.2
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 89224 0 0 0 34148 72 0 0 25 0 1 0 182296434 241639424 53471 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 58994 53471 661 1256 0 57733 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 235976

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1700008/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=246340 CPUtime=402.18
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 96409 0 0 0 40136 82 0 0 25 0 1 0 182296434 252252160 54128 1992294400 4194304 9342243 548682068736 18446744073709551615 6944026 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 61585 54128 690 1256 0 60324 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 246340

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1700456/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=245608 CPUtime=462.17
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 115079 0 0 0 46117 100 0 0 25 0 1 0 182296434 251502592 55336 1992294400 4194304 9342243 548682068736 18446744073709551615 6978091 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 61402 55336 690 1256 0 60141 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 245608

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1703848/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=234320 CPUtime=522.15
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 121354 0 0 0 52106 109 0 0 25 0 1 0 182296434 239943680 54420 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 58580 54420 690 1256 0 57319 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 234320

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1697000/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=252052 CPUtime=582.14
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 135330 0 0 0 58089 125 0 0 25 0 1 0 182296434 258101248 56223 1992294400 4194304 9342243 548682068736 18446744073709551615 5874735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 63013 56223 691 1256 0 61752 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 252052

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1701352/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=238892 CPUtime=642.13
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 152067 0 0 0 64072 141 0 0 25 0 1 0 182296434 244625408 55019 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 59723 55019 691 1256 0 58462 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 238892

[startup+702.301 s]

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

/proc/meminfo: memFree=1683176/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=257636 CPUtime=1122.01
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 201861 0 0 0 111998 203 0 0 25 0 1 0 182296434 263819264 59490 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64409 59490 691 1256 0 63148 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 257636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1682664/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=257636 CPUtime=1181.99
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 201976 0 0 0 117994 205 0 0 25 0 1 0 182296434 263819264 59605 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64409 59605 691 1256 0 63148 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 257636

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695976/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=268776 CPUtime=1241.98
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 219693 0 0 0 123979 219 0 0 25 0 1 0 182296434 275226624 56155 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 67194 56155 705 1256 0 65933 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 268776

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1696360/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=268776 CPUtime=1301.97
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 222698 0 0 0 129974 223 0 0 25 0 1 0 182296434 275226624 56155 1992294400 4194304 9342243 548682068736 18446744073709551615 6941026 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 67194 56155 705 1256 0 65933 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 268776

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1696360/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=268776 CPUtime=1361.95
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 226304 0 0 0 135969 226 0 0 25 0 1 0 182296434 275226624 56155 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 67194 56155 705 1256 0 65933 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 268776

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1698536/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=235880 CPUtime=1421.93
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 229321 0 0 0 141965 228 0 0 25 0 1 0 182296434 241541120 55566 1992294400 4194304 9342243 548682068736 18446744073709551615 6960432 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 58970 55566 708 1256 0 57709 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 235880

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1696104/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1481.92
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 230626 0 0 0 147962 230 0 0 25 0 1 0 182296434 265895936 56204 1992294400 4194304 9342243 548682068736 18446744073709551615 6960579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56204 708 1256 0 63655 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 259664

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1696104/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1541.91
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 233158 0 0 0 153958 233 0 0 25 0 1 0 182296434 265895936 56205 1992294400 4194304 9342243 548682068736 18446744073709551615 5874804 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56205 708 1256 0 63655 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 259664

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1696040/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1601.89
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 236194 0 0 0 159954 235 0 0 25 0 1 0 182296434 265895936 56205 1992294400 4194304 9342243 548682068736 18446744073709551615 6960563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56205 708 1256 0 63655 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 259664

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695976/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1661.88
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 239231 0 0 0 165950 238 0 0 25 0 1 0 182296434 265895936 56206 1992294400 4194304 9342243 548682068736 18446744073709551615 6496559 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56206 708 1256 0 63655 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 259664

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695976/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1721.86
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 242268 0 0 0 171945 241 0 0 25 0 1 0 182296434 265895936 56204 1992294400 4194304 9342243 548682068736 18446744073709551615 6960260 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56204 708 1256 0 63655 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 259664

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695912/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1781.85
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 245307 0 0 0 177942 243 0 0 25 0 1 0 182296434 265895936 56203 1992294400 4194304 9342243 548682068736 18446744073709551615 6960579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56203 708 1256 0 63655 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 259664

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 5546
/proc/meminfo: memFree=1695912/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1785.05
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 245310 0 0 0 178262 243 0 0 25 0 1 0 182296434 265895936 56206 1992294400 4194304 9342243 548682068736 18446744073709551615 6496544 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56206 708 1256 0 63655 0
Current children cumulated CPU time (s) 1785.05
Current children cumulated vsize (KiB) 259664

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695912/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1791.45
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 245811 0 0 0 178901 244 0 0 25 0 1 0 182296434 265895936 56201 1992294400 4194304 9342243 548682068736 18446744073709551615 6960303 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56201 708 1256 0 63655 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 259664

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695912/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1793.05
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 245813 0 0 0 179061 244 0 0 25 0 1 0 182296434 265895936 56203 1992294400 4194304 9342243 548682068736 18446744073709551615 5868848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56203 708 1256 0 63655 0
Current children cumulated CPU time (s) 1793.05
Current children cumulated vsize (KiB) 259664

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695912/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1793.85
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 245813 0 0 0 179141 244 0 0 25 0 1 0 182296434 265895936 56203 1992294400 4194304 9342243 548682068736 18446744073709551615 6960598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56203 708 1256 0 63655 0
Current children cumulated CPU time (s) 1793.85
Current children cumulated vsize (KiB) 259664

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695912/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=259664 CPUtime=1794.25
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 245813 0 0 0 179181 244 0 0 25 0 1 0 182296434 265895936 56203 1992294400 4194304 9342243 548682068736 18446744073709551615 5868848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5545/statm: 64916 56203 708 1256 0 63655 0
Current children cumulated CPU time (s) 1794.25
Current children cumulated vsize (KiB) 259664

[startup+1794.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695912/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=227692 CPUtime=1794.45
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 245815 0 0 0 179201 244 0 0 25 0 1 0 182296434 233156608 55702 1992294400 4194304 9342243 548682068736 18446744073709551615 4302538 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 56923 55702 710 1256 0 55662 0
Current children cumulated CPU time (s) 1794.45
Current children cumulated vsize (KiB) 227692

[startup+1795 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5546
/proc/meminfo: memFree=1695912/2055920 swapFree=4181748/4192956
[pid=5545] ppid=5543 vsize=227692 CPUtime=1794.55
/proc/5545/stat : 5545 (pbscip.linux.x8) R 5543 5545 5437 0 -1 4194304 245815 0 0 0 179211 244 0 0 25 0 1 0 182296434 233156608 55702 1992294400 4194304 9342243 548682068736 18446744073709551615 4211823 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 56923 55702 710 1256 0 55662 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 227692

Child status: 0
Real time (s): 1795.1
CPU time (s): 1794.66
CPU user time (s): 1792.17
CPU system time (s): 2.48162
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 303148

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

runsolver used 1.40279 second user time and 3.70444 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-16 12:09:20
IDJOB=1868835
IDBENCH=2011
IDSOLVER=684
FILE ID=node22/1868835-1245146960
PBS_JOBID= 9363747
Free space on /tmp= 66152 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-data10_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-1868835-1245146960/watcher-1868835-1245146960 -o /tmp/evaluation-result-1868835-1245146960/solver-1868835-1245146960 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868835-1245146960.opb

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

MD5SUM BENCH= dccfffd22c38fcd3c497d688dab4b7a4
RANDOM SEED=324491645

node22.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.231
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.231
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:       1920072 kB
Buffers:         16424 kB
Cached:          70212 kB
SwapCached:       5504 kB
Active:          62404 kB
Inactive:        32152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920072 kB
SwapTotal:     4192956 kB
SwapFree:      4181748 kB
Dirty:           14712 kB
Writeback:           0 kB
Mapped:          12960 kB
Slab:            27392 kB
Committed_AS:   153648 kB
PageTables:       1372 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= 66140 MiB
End job on node22 at 2009-06-16 12:39:15