Trace number 1868839

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? 1796.07 1796.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark352
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
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 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
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-1868839-1245147133.opb>
0.89/0.91	c original problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
1.09/1.11	c start presolving problem
1.09/1.11	c presolving:
1.69/1.77	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.50/6.52	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.18/17.25	c    (16.1s) probing: 1000/2700 (37.0%) - 0 fixings, 0 aggregations, 9281 implications, 0 bound changes
21.89/21.98	c    (20.8s) probing: 1721/2700 (63.7%) - 0 fixings, 0 aggregations, 15210 implications, 0 bound changes
21.89/21.98	c    (20.8s) probing aborted: 100/100 successive totally useless probings
21.89/21.98	c presolving (3 rounds):
21.89/21.98	c  0 deleted vars, 40320 deleted constraints, 0 tightened bounds, 0 added holes, 43200 changed sides, 64800 changed coefficients
21.89/21.98	c  37080 implications, 630 cliques
21.89/21.98	c presolved problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
21.89/21.98	c   21770 constraints of type <knapsack>
21.89/21.98	c     630 constraints of type <setppc>
21.89/21.98	c   20220 constraints of type <logicor>
21.89/21.98	c transformed objective value is always integral (scale: 1)
21.89/21.98	c Presolving Time: 20.66
21.89/21.98	c OPT-LIN
21.89/21.98	c -----------------------------------------------------------------------------------------------
21.89/21.98	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
21.89/21.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
21.89/21.98	c limits/memory = c 1620
21.89/21.98	c # maximal time in seconds to run
21.89/21.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
21.89/21.98	c limits/time = c 1791
21.89/21.98	c # frequency for displaying node information lines
21.89/21.98	c # [type: int, range: [-1,2147483647], default: 100]
21.89/21.98	c display/freq = c 10000
21.89/21.98	c -----------------------------------------------------------------------------------------------
21.89/21.98	c start solving problem
21.89/21.98	c 
137.65/137.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.65/137.74	c   136s|     1 |     0 | 12165 |  94M|   0 | 743 |2700 |  42k|  42k|2700 |  42k|   0 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
825.21/825.57	c   823s|     1 |     0 | 69985 |  94M|   0 | 748 |2700 |  42k|  42k|2700 |  42k|   9 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
1031.94/1032.30	c  1029s|     1 |     0 | 83628 |  94M|   0 | 727 |2700 |  42k|  42k|2700 |  42k|  17 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
1236.77/1237.30	c  1233s|     1 |     0 | 97138 |  94M|   0 | 772 |2700 |  42k|  42k|2700 |  42k|  29 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
1642.12/1642.73	c  1638s|     1 |     0 |124245 |  94M|   0 | 770 |2700 |  42k|  42k|2700 |  42k|  38 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
1795.68/1796.37	c  1791s|     1 |     0 |131978 |  94M|   0 |   - |2700 |  42k|  42k|2700 |  42k|  47 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
1795.68/1796.39	c  1791s|     1 |     2 |131978 |  94M|   0 |   - |2700 |  42k|  42k|2700 |  42k|  47 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
1795.68/1796.39	c 
1795.68/1796.39	c SCIP Status        : solving was interrupted [time limit reached]
1795.68/1796.39	c Solving Time (sec) : 1791.02
1795.68/1796.39	c Solving Nodes      : 1
1795.68/1796.39	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.68/1796.39	c Dual Bound         : +1.40000000000000e+02
1795.68/1796.39	c Gap                : infinite
1795.68/1796.39	c NODE         1
1795.68/1796.39	c DUAL BOUND   140
1795.68/1796.39	c PRIMAL BOUND 1e+20
1795.68/1796.39	c GAP          1e+20
1795.68/1796.39	s UNKNOWN
1795.68/1796.39	c SCIP Status        : solving was interrupted [time limit reached]
1795.68/1796.39	c Solving Time       :    1791.02
1795.68/1796.39	c Original Problem   :
1795.68/1796.39	c   Problem name     : HOME/instance-1868839-1245147133.opb
1795.68/1796.39	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.68/1796.39	c   Constraints      : 42620 initial, 42620 maximal
1795.68/1796.39	c Presolved Problem  :
1795.68/1796.39	c   Problem name     : t_HOME/instance-1868839-1245147133.opb
1795.68/1796.39	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.68/1796.39	c   Constraints      : 42620 initial, 42620 maximal
1795.68/1796.39	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.68/1796.39	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.68/1796.39	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.68/1796.39	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.68/1796.39	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.68/1796.39	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.68/1796.39	c   probing          :      13.60          0          0          0          0          0          0          0          0
1795.68/1796.39	c   knapsack         :       3.83          0          0          0          0          0          0      43200      64800
1795.68/1796.39	c   setppc           :       2.57          0          0          0          0          0      40320          0          0
1795.68/1796.39	c   logicor          :       0.08          0          0          0          0          0          0          0          0
1795.68/1796.39	c   root node        :          -          0          -          -          0          -          -          -          -
1795.68/1796.39	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.68/1796.39	c   integral         :          0          0          0          0          0          0          0          0          0          0
1795.68/1796.39	c   knapsack         :      21770          5       4985          0          1          0          0          0          0          0
1795.68/1796.39	c   setppc           :        630          5       4985          0          1          0          0          0          0          0
1795.68/1796.39	c   logicor          :      20220          5       3441          0          1          0          0          0          0          0
1795.68/1796.39	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1795.68/1796.39	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.68/1796.39	c   integral         :       0.00       0.00       0.00       0.00       0.00
1795.68/1796.39	c   knapsack         :       8.73       0.34       8.39       0.00       0.00
1795.68/1796.39	c   setppc           :       0.34       0.00       0.34       0.00       0.00
1795.68/1796.39	c   logicor          :       0.76       0.01       0.74       0.00       0.01
1795.68/1796.39	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.68/1796.39	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.68/1796.39	c   rootredcost      :       0.02          0          0          0
1795.68/1796.39	c   pseudoobj        :       0.00          2          0          0
1795.68/1796.39	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.68/1796.39	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1795.68/1796.39	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.68/1796.39	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.68/1796.39	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.68/1796.39	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.68/1796.39	c   applied globally :          -          -          -          0        0.0          -          -          -
1795.68/1796.39	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.68/1796.39	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.68/1796.39	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 103)
1795.68/1796.39	c   redcost          :       0.01          5          0          0          0          0
1795.68/1796.39	c   impliedbounds    :       0.01          5          0          0          0          0
1795.68/1796.39	c   intobj           :       0.00          0          0          0          0          0
1795.68/1796.39	c   gomory           :     118.94          5          0          0        874          0
1795.68/1796.39	c   strongcg         :     118.75          5          0          0        874          0
1795.68/1796.39	c   cmir             :       2.30          5          0          0          0          0
1795.68/1796.39	c   flowcover        :       9.47          5          0          0          0          0
1795.68/1796.39	c   clique           :       0.19          5          0          0         46          0
1795.68/1796.39	c   zerohalf         :       0.00          0          0          0          0          0
1795.68/1796.39	c   mcf              :       0.08          1          0          0          0          0
1795.68/1796.39	c Pricers            :       Time      Calls       Vars
1795.68/1796.39	c   problem variables:       0.00          0          0
1795.68/1796.39	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.68/1796.39	c   relpscost        :       0.00          0          0          0          0          0          0
1795.68/1796.39	c   pscost           :       0.00          0          0          0          0          0          0
1795.68/1796.39	c   inference        :       0.00          1          0          0          0          0          2
1795.68/1796.39	c   mostinf          :       0.00          0          0          0          0          0          0
1795.68/1796.39	c   leastinf         :       0.00          0          0          0          0          0          0
1795.68/1796.39	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.68/1796.39	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.68/1796.39	c   random           :       0.00          0          0          0          0          0          0
1795.68/1796.39	c Primal Heuristics  :       Time      Calls      Found
1795.68/1796.39	c   LP solutions     :       0.00          -          0
1795.68/1796.39	c   pseudo solutions :       0.00          -          0
1795.68/1796.39	c   oneopt           :       0.00          0          0
1795.68/1796.39	c   simplerounding   :       0.00          0          0
1795.68/1796.39	c   rounding         :       0.06          5          0
1795.68/1796.39	c   shifting         :       0.20          5          0
1795.68/1796.39	c   intshifting      :       0.00          0          0
1795.68/1796.39	c   fixandinfer      :       0.00          0          0
1795.68/1796.39	c   feaspump         :     498.30          1          0
1795.68/1796.39	c   coefdiving       :       0.00          0          0
1795.68/1796.39	c   pscostdiving     :       0.00          0          0
1795.68/1796.39	c   fracdiving       :       0.00          0          0
1795.68/1796.39	c   veclendiving     :       0.00          0          0
1795.68/1796.39	c   intdiving        :       0.00          0          0
1795.68/1796.39	c   actconsdiving    :       0.00          0          0
1795.68/1796.39	c   objpscostdiving  :       0.00          0          0
1795.68/1796.39	c   rootsoldiving    :       0.00          0          0
1795.68/1796.39	c   linesearchdiving :       0.00          0          0
1795.68/1796.39	c   guideddiving     :       0.00          0          0
1795.68/1796.39	c   octane           :       0.00          0          0
1795.68/1796.39	c   rens             :       0.00          0          0
1795.68/1796.39	c   rins             :       0.00          0          0
1795.68/1796.39	c   localbranching   :       0.00          0          0
1795.68/1796.39	c   mutation         :       0.00          0          0
1795.68/1796.39	c   crossover        :       0.00          0          0
1795.68/1796.39	c   dins             :       0.00          0          0
1795.68/1796.39	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.68/1796.39	c   primal LP        :       0.00          0          0       0.00          -
1795.68/1796.39	c   dual LP          :    1021.18          6      86884   14480.67      85.08
1795.68/1796.39	c   barrier LP       :       0.00          0          0       0.00          -
1795.68/1796.39	c   diving/probing LP:     498.26          3      45094   15031.33      90.50
1795.68/1796.39	c   strong branching :       0.00          0          0       0.00          -
1795.68/1796.39	c     (at root node) :          -          0          0       0.00          -
1795.68/1796.39	c   conflict analysis:       0.00          0          0       0.00          -
1795.68/1796.39	c B&B Tree           :
1795.68/1796.39	c   number of runs   :          1
1795.68/1796.39	c   nodes            :          1
1795.68/1796.39	c   nodes (total)    :          1
1795.68/1796.39	c   nodes left       :          2
1795.68/1796.39	c   max depth        :          0
1795.68/1796.39	c   max depth (total):          0
1795.68/1796.39	c   backtracks       :          0 (0.0%)
1795.68/1796.39	c   delayed cutoffs  :          0
1795.68/1796.39	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.68/1796.39	c   avg switch length:       1.00
1795.68/1796.39	c   switching time   :       0.00
1795.68/1796.39	c Solution           :
1795.68/1796.39	c   Solutions found  :          0 (0 improvements)
1795.68/1796.39	c   Primal Bound     :          -
1795.68/1796.39	c   Dual Bound       : +1.40000000000000e+02
1795.68/1796.39	c   Gap              :   infinite
1795.68/1796.39	c   Root Dual Bound  : +1.40000000000000e+02
1795.98/1796.68	c Time complete: 1796.06.

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-1868839-1245147133/watcher-1868839-1245147133 -o /tmp/evaluation-result-1868839-1245147133/solver-1868839-1245147133 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868839-1245147133.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 7054
/proc/meminfo: memFree=1855496/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=5812 CPUtime=0
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 182313285 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/7054/statm: 1453 505 334 1256 0 192 0

[startup+0.092732 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7054
/proc/meminfo: memFree=1855496/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=14532 CPUtime=0.08
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 2598 0 0 0 8 0 0 0 18 0 1 0 182313285 14880768 2582 1992294400 4194304 9342243 548682068736 18446744073709551615 8247732 0 0 4096 0 0 0 0 17 1 0 0
/proc/7054/statm: 3633 2582 378 1256 0 2372 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14532

[startup+0.101732 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7054
/proc/meminfo: memFree=1855496/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=16140 CPUtime=0.09
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 2828 0 0 0 9 0 0 0 18 0 1 0 182313285 16527360 2812 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/7054/statm: 4035 2821 378 1256 0 2774 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16140

[startup+0.301764 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7054
/proc/meminfo: memFree=1855496/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=20764 CPUtime=0.29
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 4177 0 0 0 28 1 0 0 19 0 1 0 182313285 21262336 4161 1992294400 4194304 9342243 548682068736 18446744073709551615 8247773 0 0 4096 0 0 0 0 17 1 0 0
/proc/7054/statm: 5191 4161 378 1256 0 3930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20764

[startup+0.701831 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7054
/proc/meminfo: memFree=1855496/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=29372 CPUtime=0.69
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 6331 0 0 0 67 2 0 0 22 0 1 0 182313285 30076928 6315 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/7054/statm: 7343 6315 378 1256 0 6082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29372

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1801920/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=106356 CPUtime=1.49
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 27290 0 0 0 136 13 0 0 25 0 1 0 182313285 108908544 25315 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 26589 25315 471 1256 0 25328 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106356

[startup+3.10124 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1730496/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=131416 CPUtime=3.09
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 33589 0 0 0 291 18 0 0 25 0 1 0 182313285 134569984 31614 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 32854 31614 478 1256 0 31593 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131416

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1729152/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=132500 CPUtime=6.29
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 33841 0 0 0 607 22 0 0 25 0 1 0 182313285 135680000 31866 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 33125 31866 479 1256 0 31864 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132500

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1726024/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=135868 CPUtime=12.68
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 34708 0 0 0 1242 26 0 0 25 0 1 0 182313285 139128832 32733 1992294400 4194304 9342243 548682068736 18446744073709551615 4970927 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 33967 32733 497 1256 0 32706 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135868

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1665800/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=217364 CPUtime=25.49
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 50052 0 0 0 2513 36 0 0 25 0 1 0 182313285 222580736 47971 1992294400 4194304 9342243 548682068736 18446744073709551615 5869970 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 54341 47971 622 1256 0 53080 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 217364

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1658568/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=228208 CPUtime=51.08
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 66531 0 0 0 5061 47 0 0 25 0 1 0 182313285 233684992 49833 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 57052 49833 622 1256 0 55791 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 228208

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1657864/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=232592 CPUtime=102.26
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 97000 0 0 0 10161 65 0 0 25 0 1 0 182313285 238174208 49969 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 58148 49969 631 1256 0 56887 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 232592

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1651528/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=230872 CPUtime=162.23
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 121460 0 0 0 16140 83 0 0 25 0 1 0 182313285 236412928 51537 1992294400 4194304 9342243 548682068736 18446744073709551615 6952974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 57718 51537 658 1256 0 56457 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 230872

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1649672/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=231204 CPUtime=222.22
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 128332 0 0 0 22131 91 0 0 25 0 1 0 182313285 236752896 51859 1992294400 4194304 9342243 548682068736 18446744073709551615 6959773 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 57801 51859 658 1256 0 56540 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 231204

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1649672/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=231624 CPUtime=282.19
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 134187 0 0 0 28122 97 0 0 25 0 1 0 182313285 237182976 51980 1992294400 4194304 9342243 548682068736 18446744073709551615 6952948 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 57906 51980 658 1256 0 56645 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 231624

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1649352/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=232316 CPUtime=342.18
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 141612 0 0 0 34114 104 0 0 25 0 1 0 182313285 237891584 52012 1992294400 4194304 9342243 548682068736 18446744073709551615 6952915 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 58079 52012 658 1256 0 56818 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 232316

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1649352/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=232404 CPUtime=402.15
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 149148 0 0 0 40104 111 0 0 25 0 1 0 182313285 237981696 52018 1992294400 4194304 9342243 548682068736 18446744073709551615 6959562 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 58101 52018 658 1256 0 56840 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 232404

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1648456/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=233540 CPUtime=462.13
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 157720 0 0 0 46095 118 0 0 25 0 1 0 182313285 239144960 52240 1992294400 4194304 9342243 548682068736 18446744073709551615 6952948 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 58385 52240 658 1256 0 57124 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 233540

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1643656/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=237236 CPUtime=522.11
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 167079 0 0 0 52087 124 0 0 25 0 1 0 182313285 242929664 53428 1992294400 4194304 9342243 548682068736 18446744073709551615 6952385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 59309 53428 658 1256 0 58048 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 237236

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1643208/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=237380 CPUtime=582.09
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 167166 0 0 0 58083 126 0 0 25 0 1 0 182313285 243077120 53515 1992294400 4194304 9342243 548682068736 18446744073709551615 6951969 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 59345 53515 658 1256 0 58084 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 237380

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1645576/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=225528 CPUtime=642.08
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 167249 0 0 0 64079 129 0 0 25 0 1 0 182313285 230940672 52903 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 56382 52903 669 1256 0 55121 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 225528

[startup+702.302 s]

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

/proc/meminfo: memFree=1634504/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=248104 CPUtime=1121.91
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 275848 0 0 0 111956 235 0 0 25 0 1 0 182313285 254058496 55763 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 62026 55763 691 1256 0 60765 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 248104

[startup+1182.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1633736/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=247040 CPUtime=1181.88
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 300082 0 0 0 117938 250 0 0 25 0 1 0 182313285 252968960 54320 1992294400 4194304 9342243 548682068736 18446744073709551615 6970160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 61760 54320 691 1256 0 60499 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 247040

[startup+1242.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1639816/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=234644 CPUtime=1241.86
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 314884 0 0 0 123921 265 0 0 25 0 1 0 182313285 240275456 54343 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 58661 54343 691 1256 0 57400 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 234644

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1627912/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=255216 CPUtime=1301.85
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 317856 0 0 0 129912 273 0 0 25 0 1 0 182313285 261341184 57312 1992294400 4194304 9342243 548682068736 18446744073709551615 6959570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 63804 57312 691 1256 0 62543 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 255216

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1620872/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=272480 CPUtime=1361.82
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 345820 0 0 0 135890 292 0 0 25 0 1 0 182313285 279019520 59095 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 68120 59095 691 1256 0 66859 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 272480

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7055
/proc/meminfo: memFree=1623432/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271568 CPUtime=1421.81
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 375356 0 0 0 141869 312 0 0 25 0 1 0 182313285 278085632 58484 1992294400 4194304 9342243 548682068736 18446744073709551615 6040560 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67892 58484 691 1256 0 66631 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 271568

[startup+1482.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1627464/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=269648 CPUtime=1481.78
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 405087 0 0 0 147843 335 0 0 25 0 1 0 182313285 276119552 57508 1992294400 4194304 9342243 548682068736 18446744073709551615 6962220 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67412 57508 691 1256 0 66151 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 269648

[startup+1542.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 7055
/proc/meminfo: memFree=1621256/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=260872 CPUtime=1541.76
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 411959 0 0 0 153835 341 0 0 25 0 1 0 182313285 267132928 58926 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 65218 58926 691 1256 0 63957 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 260872

[startup+1602.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 7055
/proc/meminfo: memFree=1617992/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=260872 CPUtime=1601.74
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 412776 0 0 0 159830 344 0 0 25 0 1 0 182313285 267132928 59743 1992294400 4194304 9342243 548682068736 18446744073709551615 6962202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 65218 59743 691 1256 0 63957 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 260872

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 7055
/proc/meminfo: memFree=1613064/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=260872 CPUtime=1661.72
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 413990 0 0 0 165823 349 0 0 25 0 1 0 182313285 267132928 60957 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 65218 60957 691 1256 0 63957 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 260872

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7055
/proc/meminfo: memFree=1621320/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=268376 CPUtime=1721.7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 419337 0 0 0 171814 356 0 0 25 0 1 0 182313285 274817024 59422 1992294400 4194304 9342243 548682068736 18446744073709551615 6965962 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67094 59422 691 1256 0 65833 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 268376

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1632456/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271516 CPUtime=1781.68
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 454777 0 0 0 177787 381 0 0 25 0 1 0 182313285 278032384 56298 1992294400 4194304 9342243 548682068736 18446744073709551615 6959562 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67879 56298 691 1256 0 66618 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 271516

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1626696/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271516 CPUtime=1784.88
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 456049 0 0 0 178106 382 0 0 25 0 1 0 182313285 278032384 57570 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67879 57570 691 1256 0 66618 0
Current children cumulated CPU time (s) 1784.88
Current children cumulated vsize (KiB) 271516

[startup+1791.91 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1626184/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271480 CPUtime=1791.28
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 459870 0 0 0 178743 385 0 0 25 0 1 0 182313285 277995520 57685 1992294400 4194304 9342243 548682068736 18446744073709551615 6978058 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67870 57685 691 1256 0 66609 0
Current children cumulated CPU time (s) 1791.28
Current children cumulated vsize (KiB) 271480

[startup+1795.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1630344/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271488 CPUtime=1794.48
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 462542 0 0 0 179061 387 0 0 25 0 1 0 182313285 278003712 56634 1992294400 4194304 9342243 548682068736 18446744073709551615 5868521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67872 56634 691 1256 0 66611 0
Current children cumulated CPU time (s) 1794.48
Current children cumulated vsize (KiB) 271488

[startup+1795.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1630344/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271488 CPUtime=1795.27
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 463145 0 0 0 179140 387 0 0 25 0 1 0 182313285 278003712 57237 1992294400 4194304 9342243 548682068736 18446744073709551615 6956362 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67872 57237 691 1256 0 66611 0
Current children cumulated CPU time (s) 1795.27
Current children cumulated vsize (KiB) 271488

[startup+1796.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1627528/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271488 CPUtime=1795.68
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 463282 0 0 0 179180 388 0 0 25 0 1 0 182313285 278003712 57374 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7054/statm: 67872 57374 691 1256 0 66611 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (KiB) 271488

[startup+1796.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1627528/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271488 CPUtime=1795.88
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 463315 0 0 0 179200 388 0 0 25 0 1 0 182313285 278003712 57407 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/7054/statm: 67872 57407 696 1256 0 66611 0
Current children cumulated CPU time (s) 1795.88
Current children cumulated vsize (KiB) 271488

[startup+1796.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7055
/proc/meminfo: memFree=1627528/2055920 swapFree=4180828/4192956
[pid=7054] ppid=7052 vsize=271488 CPUtime=1795.98
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 6973 0 -1 4194304 463315 0 0 0 179210 388 0 0 25 0 1 0 182313285 278003712 57407 1992294400 4194304 9342243 548682068736 18446744073709551615 4237360 0 0 4096 0 0 0 0 17 1 0 0
/proc/7054/statm: 67872 57407 696 1256 0 66611 0
Current children cumulated CPU time (s) 1795.98
Current children cumulated vsize (KiB) 271488

Child status: 0
Real time (s): 1796.69
CPU time (s): 1796.07
CPU user time (s): 1792.15
CPU system time (s): 3.9204
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 272640

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

runsolver used 1.3318 second user time and 3.82442 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-16 12:12:14
IDJOB=1868839
IDBENCH=2013
IDSOLVER=684
FILE ID=node31/1868839-1245147133
PBS_JOBID= 9363779
Free space on /tmp= 66268 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-circ10_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-1868839-1245147133/watcher-1868839-1245147133 -o /tmp/evaluation-result-1868839-1245147133/solver-1868839-1245147133 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868839-1245147133.opb

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

MD5SUM BENCH= 2821538067d8c071dc9bd4a000c6d040
RANDOM SEED=452550931

node31.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.258
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.258
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:       1855976 kB
Buffers:         32956 kB
Cached:          94920 kB
SwapCached:       5132 kB
Active:          29044 kB
Inactive:       106872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855976 kB
SwapTotal:     4192956 kB
SwapFree:      4180828 kB
Dirty:           14768 kB
Writeback:           0 kB
Mapped:          13760 kB
Slab:            49800 kB
Committed_AS:   161296 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node31 at 2009-06-16 12:42:10