Trace number 3736120

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1795.27 1795.56

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/
area_partials/normalized-fir08_area_partials.opb
MD5SUM7a3c9826bd8191760f7756d2d26889fa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark7.02093
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 49
Optimality of the best value was proved YES
Number of variables40727
Total number of constraints174550
Number of constraints which are clauses174550
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1018
Number of terms in the objective function 1821
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1821
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1821
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.99/1.07	c SCIP version 1.1.0.7
0.99/1.07	c LP-Solver SoPlex 1.4.1
0.99/1.07	c user parameter file <scip.set> not found - using default parameters
0.99/1.07	c read problem <HOME/instance-3736120-1338711941.opb>
0.99/1.07	c original problem has 40727 variables (40727 bin, 0 int, 0 impl, 0 cont) and 174550 constraints
1.29/1.35	c start presolving problem
1.29/1.35	c presolving:
3.20/3.26	c (round 1) 1120 del vars, 2198 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4318374 impls, 0 clqs
3.89/3.93	c (round 2) 1120 del vars, 2198 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 172318 upgd conss, 4318374 impls, 0 clqs
3.99/4.05	c (round 3) 1120 del vars, 2198 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 172352 upgd conss, 4318374 impls, 0 clqs
12.89/12.93	c    (11.5s) probing: 635/39607 (1.6%) - 0 fixings, 9 aggregations, 8973 implications, 0 bound changes
12.89/12.93	c    (11.5s) probing aborted: 100/100 successive totally useless probings
12.89/12.93	c (round 4) 1129 del vars, 2198 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 172352 upgd conss, 4329872 impls, 0 clqs
13.09/13.14	c    (11.7s) probing: 645/39607 (1.6%) - 0 fixings, 9 aggregations, 8973 implications, 0 bound changes
13.09/13.14	c    (11.7s) probing aborted: 100/100 successive totally useless probings
13.09/13.14	c presolving (5 rounds):
13.09/13.14	c  1129 deleted vars, 2198 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
13.09/13.14	c  4329872 implications, 0 cliques
13.09/13.14	c presolved problem has 39598 variables (39598 bin, 0 int, 0 impl, 0 cont) and 172352 constraints
13.09/13.14	c  172352 constraints of type <logicor>
13.09/13.14	c transformed objective value is always integral (scale: 1)
13.09/13.14	c Presolving Time: 11.49
13.09/13.15	c strange?!, PURESAT with obj
13.09/13.15	c -----------------------------------------------------------------------------------------------
13.09/13.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.09/13.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.09/13.15	c limits/memory = c 13950
13.09/13.15	c # maximal time in seconds to run
13.09/13.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.09/13.15	c limits/time = c 1791
13.09/13.15	c # frequency for displaying node information lines
13.09/13.15	c # [type: int, range: [-1,2147483647], default: 100]
13.09/13.15	c display/freq = c 10000
13.09/13.15	c -----------------------------------------------------------------------------------------------
13.09/13.15	c start solving problem
13.09/13.15	c 
24.79/24.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.79/24.81	c  23.3s|     1 |     0 |  3748 | 410M|   0 | 568 |  39k| 172k| 172k|  39k| 172k|   0 |   0 |   0 | 4.845000e+01 |      --      |    Inf 
515.91/516.08	c   513s|     1 |     0 | 30840 | 413M|   0 | 587 |  39k| 172k| 172k|  39k| 172k|   2 |   0 |   0 | 4.864286e+01 |      --      |    Inf 
555.90/556.05	c   553s|     1 |     0 | 33768 | 414M|   0 | 636 |  39k| 172k| 172k|  39k| 172k|   3 |   0 |   0 | 4.864286e+01 |      --      |    Inf 
647.88/648.08	c   645s|     1 |     0 | 44406 | 416M|   0 | 630 |  39k| 172k| 172k|  39k| 172k|   4 |   0 |   0 | 4.875000e+01 |      --      |    Inf 
878.55/878.73	c   875s|     1 |     0 | 66051 | 419M|   0 | 856 |  39k| 172k| 172k|  39k| 172k|   6 |   0 |   0 | 4.878177e+01 |      --      |    Inf 
1295.98/1296.29	c  1293s|     1 |     0 | 82265 | 420M|   0 | 721 |  39k| 172k| 172k|  39k| 172k|   8 |   0 |   0 | 4.879072e+01 |      --      |    Inf 
1768.42/1768.74	c  1765s|     1 |     0 | 90057 | 421M|   0 | 501 |  39k| 172k| 172k|  39k| 172k|   9 |   0 |   0 | 4.900000e+01 |      --      |    Inf 
1794.71/1795.05	c  1791s|     1 |     2 | 90057 | 421M|   0 | 501 |  39k| 172k| 172k|  39k| 172k|   9 |   0 |   0 | 4.900000e+01 |      --      |    Inf 
1794.71/1795.05	c 
1794.71/1795.05	c SCIP Status        : solving was interrupted [time limit reached]
1794.71/1795.05	c Solving Time (sec) : 1791.00
1794.71/1795.05	c Solving Nodes      : 1
1794.71/1795.05	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.71/1795.05	c Dual Bound         : +4.90000000000000e+01
1794.71/1795.05	c Gap                : infinite
1794.71/1795.05	c NODE         1
1794.71/1795.05	c DUAL BOUND   49
1794.71/1795.05	c PRIMAL BOUND 1e+20
1794.71/1795.05	c GAP          1e+20
1794.71/1795.05	s UNKNOWN
1794.71/1795.05	c SCIP Status        : solving was interrupted [time limit reached]
1794.71/1795.05	c Solving Time       :    1791.00
1794.71/1795.05	c Original Problem   :
1794.71/1795.05	c   Problem name     : HOME/instance-3736120-1338711941.opb
1794.71/1795.05	c   Variables        : 40727 (40727 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.71/1795.05	c   Constraints      : 174550 initial, 174550 maximal
1794.71/1795.05	c Presolved Problem  :
1794.71/1795.05	c   Problem name     : t_HOME/instance-3736120-1338711941.opb
1794.71/1795.05	c   Variables        : 39598 (39598 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.71/1795.05	c   Constraints      : 172352 initial, 172352 maximal
1794.71/1795.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.71/1795.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1794.71/1795.05	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1794.71/1795.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.71/1795.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.71/1795.05	c   implics          :       0.02          0          0          0          0          0          0          0          0
1794.71/1795.05	c   probing          :       8.84          0          9          0          0          0          0          0          0
1794.71/1795.05	c   linear           :       2.05         42       1078          0         42          0       2198          0          0
1794.71/1795.05	c   logicor          :       0.41          0          0          0          0          0          0          0          0
1794.71/1795.05	c   root node        :          -          0          -          -          0          -          -          -          -
1794.71/1795.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.71/1795.05	c   integral         :          0          0          0          1          0          0          0          0          0          2
1794.71/1795.05	c   logicor          :     172352          7       1386          0          0          0          0          0          0          0
1794.71/1795.05	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.71/1795.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.71/1795.05	c   integral         :       0.00       0.00       0.00       0.00       0.00
1794.71/1795.05	c   logicor          :       2.63       0.12       2.51       0.00       0.00
1794.71/1795.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.71/1795.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.71/1795.05	c   rootredcost      :       0.00          0          0          0
1794.71/1795.05	c   pseudoobj        :       0.00          7          0          0
1794.71/1795.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.71/1795.05	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.71/1795.05	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.71/1795.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.71/1795.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.71/1795.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.71/1795.05	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.71/1795.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.71/1795.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.71/1795.05	c   cut pool         :       0.01          6          -          -         36          -    (maximal pool size: 203)
1794.71/1795.05	c   redcost          :       0.02          7          0          0          0          0
1794.71/1795.05	c   impliedbounds    :       0.28          7          0          0          2          0
1794.71/1795.05	c   intobj           :       0.00          0          0          0          0          0
1794.71/1795.05	c   gomory           :     370.71          7          0          0       2014          0
1794.71/1795.05	c   strongcg         :     184.36          7          0          0       2511          0
1794.71/1795.05	c   cmir             :      62.46          6          0          0          0          0
1794.71/1795.05	c   flowcover        :      65.92          6          0          0          0          0
1794.71/1795.05	c   clique           :      10.34          1          0          0          0          0
1794.71/1795.05	c   zerohalf         :       0.00          0          0          0          0          0
1794.71/1795.05	c   mcf              :       0.19          1          0          0          0          0
1794.71/1795.05	c Pricers            :       Time      Calls       Vars
1794.71/1795.05	c   problem variables:       0.00          0          0
1794.71/1795.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.71/1795.05	c   relpscost        :       0.00          1          0          0          0          0          2
1794.71/1795.05	c   pscost           :       0.00          0          0          0          0          0          0
1794.71/1795.05	c   inference        :       0.00          0          0          0          0          0          0
1794.71/1795.05	c   mostinf          :       0.00          0          0          0          0          0          0
1794.71/1795.05	c   leastinf         :       0.00          0          0          0          0          0          0
1794.71/1795.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.71/1795.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.71/1795.05	c   random           :       0.00          0          0          0          0          0          0
1794.71/1795.05	c Primal Heuristics  :       Time      Calls      Found
1794.71/1795.05	c   LP solutions     :       0.00          -          0
1794.71/1795.05	c   pseudo solutions :       0.00          -          0
1794.71/1795.05	c   oneopt           :       0.00          0          0
1794.71/1795.05	c   simplerounding   :       0.00          0          0
1794.71/1795.05	c   rounding         :       0.07          7          0
1794.71/1795.05	c   shifting         :       0.13          7          0
1794.71/1795.05	c   intshifting      :       0.00          0          0
1794.71/1795.05	c   fixandinfer      :       0.00          0          0
1794.71/1795.05	c   feaspump         :     443.68          1          0
1794.71/1795.05	c   coefdiving       :       0.00          0          0
1794.71/1795.05	c   pscostdiving     :       0.00          0          0
1794.71/1795.05	c   fracdiving       :       0.00          0          0
1794.71/1795.05	c   veclendiving     :       0.00          0          0
1794.71/1795.05	c   intdiving        :       0.00          0          0
1794.71/1795.05	c   actconsdiving    :       0.00          0          0
1794.71/1795.05	c   objpscostdiving  :       0.00          0          0
1794.71/1795.05	c   rootsoldiving    :       0.00          0          0
1794.71/1795.05	c   linesearchdiving :       0.00          0          0
1794.71/1795.05	c   guideddiving     :       0.00          0          0
1794.71/1795.05	c   octane           :       0.00          0          0
1794.71/1795.05	c   rens             :       0.00          0          0
1794.71/1795.05	c   rins             :       0.00          0          0
1794.71/1795.05	c   localbranching   :       0.00          0          0
1794.71/1795.05	c   mutation         :       0.00          0          0
1794.71/1795.05	c   crossover        :       0.00          0          0
1794.71/1795.05	c   dins             :       0.00          0          0
1794.71/1795.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.71/1795.05	c   primal LP        :       0.00          0          0       0.00          -
1794.71/1795.05	c   dual LP          :     640.50          7      65366    9338.00     102.05
1794.71/1795.05	c   barrier LP       :       0.00          0          0       0.00          -
1794.71/1795.05	c   diving/probing LP:     443.58          4      24691    6172.75      55.66
1794.71/1795.05	c   strong branching :       0.00          0          0       0.00          -
1794.71/1795.05	c     (at root node) :          -          0          0       0.00          -
1794.71/1795.05	c   conflict analysis:       0.00          0          0       0.00          -
1794.71/1795.05	c B&B Tree           :
1794.71/1795.05	c   number of runs   :          1
1794.71/1795.05	c   nodes            :          1
1794.71/1795.05	c   nodes (total)    :          1
1794.71/1795.05	c   nodes left       :          2
1794.71/1795.05	c   max depth        :          0
1794.71/1795.05	c   max depth (total):          0
1794.71/1795.05	c   backtracks       :          0 (0.0%)
1794.71/1795.05	c   delayed cutoffs  :          0
1794.71/1795.05	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.71/1795.05	c   avg switch length:       1.00
1794.71/1795.05	c   switching time   :       0.00
1794.71/1795.05	c Solution           :
1794.71/1795.05	c   Solutions found  :          0 (0 improvements)
1794.71/1795.05	c   Primal Bound     :          -
1794.71/1795.05	c   Dual Bound       : +4.90000000000000e+01
1794.71/1795.05	c   Gap              :   infinite
1794.71/1795.05	c   Root Dual Bound  : +4.90000000000000e+01
1795.21/1795.55	c Time complete: 1795.27.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3736120-1338711941/watcher-3736120-1338711941 -o /tmp/evaluation-result-3736120-1338711941/solver-3736120-1338711941 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736120-1338711941.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 18130
/proc/meminfo: memFree=30321988/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=9128 CPUtime=0 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 1622 0 0 0 0 0 0 0 20 0 1 0 337319990 9347072 1574 33554432000 4194304 7823515 140736992083072 140733547427848 6888849 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 2282 1574 349 887 0 1392 0

[startup+0.0533791 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 18130
/proc/meminfo: memFree=30321988/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=16700 CPUtime=0.04 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 3531 0 0 0 4 0 0 0 20 0 1 0 337319990 17100800 3483 33554432000 4194304 7823515 140736992083072 140733547427848 5742396 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 4175 3483 354 887 0 3285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16700

[startup+0.100592 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 18130
/proc/meminfo: memFree=30321988/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=23380 CPUtime=0.09 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 5214 0 0 0 9 0 0 0 20 0 1 0 337319990 23941120 5166 33554432000 4194304 7823515 140736992083072 140733547427848 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 5845 5166 354 887 0 4955 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23380

[startup+0.301076 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 18130
/proc/meminfo: memFree=30321988/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=46540 CPUtime=0.29 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 10990 0 0 0 28 1 0 0 20 0 1 0 337319990 47656960 10942 33554432000 4194304 7823515 140736992083072 140733547427848 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 11635 10942 354 887 0 10745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46540

[startup+0.701002 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 18130
/proc/meminfo: memFree=30321988/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=77116 CPUtime=0.69 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 18608 0 0 0 67 2 0 0 20 0 1 0 337319990 78966784 18560 33554432000 4194304 7823515 140736992083072 140733547427848 4511625 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 19279 18560 354 887 0 18389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77116

[startup+1.50023 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 18131
/proc/meminfo: memFree=30231956/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=241452 CPUtime=1.49 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 59631 0 0 0 138 11 0 0 20 0 1 0 337319990 247246848 59229 33554432000 4194304 7823515 140736992083072 140736991949176 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 60363 59229 432 887 0 59473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 241452

[startup+3.10024 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 18131
/proc/meminfo: memFree=30031944/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=379172 CPUtime=3.08 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 92467 0 0 0 287 21 0 0 20 0 1 0 337319990 388272128 92065 33554432000 4194304 7823515 140736992083072 140736992080008 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 94793 92065 432 887 0 93903 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 379172

[startup+6.3003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 18131
/proc/meminfo: memFree=29854364/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=480172 CPUtime=6.29 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 114711 0 0 0 589 40 0 0 20 0 1 0 337319990 491696128 116933 33554432000 4194304 7823515 140736992083072 140736992080312 5102336 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 120043 116933 447 887 0 119153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 480172

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 18131
/proc/meminfo: memFree=29854936/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=480172 CPUtime=12.69 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 114713 0 0 0 1228 41 0 0 20 0 1 0 337319990 491696128 116935 33554432000 4194304 7823515 140736992083072 140736992080312 4209589 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 120043 116935 448 887 0 119153 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 480172

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 18131
/proc/meminfo: memFree=29670264/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=685120 CPUtime=25.49 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 146879 0 0 0 2498 51 0 0 20 0 1 0 337319990 701562880 163123 33554432000 4194304 7823515 140736992083072 140736992078824 6211560 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 171280 163123 531 887 0 170390 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 685120

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 18131
/proc/meminfo: memFree=29651528/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=702580 CPUtime=51.08 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 148466 0 0 0 5056 52 0 0 20 0 1 0 337319990 719441920 167776 33554432000 4194304 7823515 140736992083072 140736992077752 6208511 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 175645 167776 531 887 0 174755 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 702580

[startup+102.307 s]
/proc/loadavg: 2.06 2.00 2.00 3/178 18132
/proc/meminfo: memFree=29644140/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=705312 CPUtime=102.28 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 150040 0 0 0 10174 54 0 0 20 0 1 0 337319990 722239488 169691 33554432000 4194304 7823515 140736992083072 140736992077752 6217336 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 176328 169691 531 887 0 175438 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 705312

[startup+162.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 18132
/proc/meminfo: memFree=29641220/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=711104 CPUtime=162.27 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 150546 0 0 0 16170 57 0 0 20 0 1 0 337319990 728170496 170175 33554432000 4194304 7823515 140736992083072 140736992077880 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 177776 170175 531 887 0 176886 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 711104

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 18133
/proc/meminfo: memFree=29639392/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=711104 CPUtime=222.26 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 150738 0 0 0 22166 60 0 0 20 0 1 0 337319990 728170496 170619 33554432000 4194304 7823515 140736992083072 140736992077832 5914518 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 177776 170619 531 887 0 176886 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 711104

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18136
/proc/meminfo: memFree=29636560/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=711104 CPUtime=282.25 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 150919 0 0 0 28163 62 0 0 20 0 1 0 337319990 728170496 171381 33554432000 4194304 7823515 140736992083072 140736992077752 6263490 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 177776 171381 531 887 0 176886 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 711104

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18136
/proc/meminfo: memFree=29631388/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=711104 CPUtime=342.24 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 150959 0 0 0 34159 65 0 0 20 0 1 0 337319990 728170496 172749 33554432000 4194304 7823515 140736992083072 140736992077752 6208789 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 177776 172749 531 887 0 176886 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 711104

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18136
/proc/meminfo: memFree=29620348/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=716584 CPUtime=402.22 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 152084 0 0 0 40154 68 0 0 20 0 1 0 337319990 733782016 175023 33554432000 4194304 7823515 140736992083072 140736992077752 6208534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 179146 175023 531 887 0 178256 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 716584

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18136
/proc/meminfo: memFree=29614280/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=716736 CPUtime=462.21 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 152167 0 0 0 46151 70 0 0 20 0 1 0 337319990 733937664 176427 33554432000 4194304 7823515 140736992083072 140736992077752 6208304 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 179184 176427 531 887 0 178294 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 716736

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18137
/proc/meminfo: memFree=29580908/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=747152 CPUtime=522.2 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 154856 0 0 0 52036 184 0 0 20 0 1 0 337319990 765083648 184169 33554432000 4194304 7823515 140736992083072 140736992078824 5575817 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 186788 184169 557 887 0 185898 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 747152

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18137
/proc/meminfo: memFree=29560632/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=766828 CPUtime=582.19 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 156999 0 0 0 58032 187 0 0 20 0 1 0 337319990 785231872 189378 33554432000 4194304 7823515 140736992083072 140736992078872 5597670 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 191707 189378 557 887 0 190817 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 766828

[startup+642.3 s]

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

/proc/meminfo: memFree=28221740/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=824600 CPUtime=1062.12 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 162132 0 0 0 105989 223 0 0 20 0 1 0 337319990 844390400 203707 33554432000 4194304 7823515 140736992083072 140736992078872 5597699 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 206150 203707 557 887 0 205260 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 824600

[startup+1122.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/176 18369
/proc/meminfo: memFree=28222332/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=828960 CPUtime=1122.11 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163301 0 0 0 111983 228 0 0 20 0 1 0 337319990 848855040 203599 33554432000 4194304 7823515 140736992083072 140736992078408 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207240 203599 557 887 0 206350 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 828960

[startup+1182.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/177 18370
/proc/meminfo: memFree=28213808/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829236 CPUtime=1182.1 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163394 0 0 0 117979 231 0 0 20 0 1 0 337319990 849137664 204124 33554432000 4194304 7823515 140736992083072 140736992078472 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207309 204124 557 887 0 206419 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 829236

[startup+1242.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/177 18370
/proc/meminfo: memFree=28191888/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829372 CPUtime=1242.09 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163436 0 0 0 123977 232 0 0 20 0 1 0 337319990 849276928 204166 33554432000 4194304 7823515 140736992083072 140736992078472 6214741 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207343 204166 557 887 0 206453 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 829372

[startup+1302.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/177 18370
/proc/meminfo: memFree=28191920/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829512 CPUtime=1302.09 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163472 0 0 0 129975 234 0 0 20 0 1 0 337319990 849420288 204202 33554432000 4194304 7823515 140736992083072 140736992078168 4345380 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207378 204202 557 887 0 206488 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 829512

[startup+1362.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/177 18370
/proc/meminfo: memFree=28191700/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829512 CPUtime=1362.08 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163472 0 0 0 135968 240 0 0 20 0 1 0 337319990 849420288 204202 33554432000 4194304 7823515 140736992083072 140736992078296 4341135 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207378 204202 557 887 0 206488 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 829512

[startup+1422.31 s]
/proc/loadavg: 2.14 2.09 2.03 3/176 18370
/proc/meminfo: memFree=28191852/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829512 CPUtime=1422.07 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163472 0 0 0 141964 243 0 0 20 0 1 0 337319990 849420288 204202 33554432000 4194304 7823515 140736992083072 140736992078216 5965825 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207378 204202 557 887 0 206488 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 829512

[startup+1482.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/178 18374
/proc/meminfo: memFree=28188156/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829512 CPUtime=1482.05 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163472 0 0 0 147955 250 0 0 20 0 1 0 337319990 849420288 204202 33554432000 4194304 7823515 140736992083072 140736992078264 4272736 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207378 204202 557 887 0 206488 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 829512

[startup+1542.3 s]
/proc/loadavg: 2.12 2.10 2.03 3/177 18374
/proc/meminfo: memFree=28186172/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829512 CPUtime=1542.05 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163472 0 0 0 153949 256 0 0 20 0 1 0 337319990 849420288 204202 33554432000 4194304 7823515 140736992083072 140736992078264 4273522 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207378 204202 557 887 0 206488 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 829512

[startup+1602.3 s]
/proc/loadavg: 2.18 2.11 2.04 3/175 18387
/proc/meminfo: memFree=29680332/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829512 CPUtime=1602.03 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163472 0 0 0 159942 261 0 0 20 0 1 0 337319990 849420288 204202 33554432000 4194304 7823515 140736992083072 140736992078264 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207378 204202 557 887 0 206488 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 829512

[startup+1662.3 s]
/proc/loadavg: 1.43 1.90 1.97 2/171 18398
/proc/meminfo: memFree=29716184/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=829512 CPUtime=1662.03 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 163472 0 0 0 165937 266 0 0 20 0 1 0 337319990 849420288 204202 33554432000 4194304 7823515 140736992083072 140736992078872 5597697 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 207378 204202 557 887 0 206488 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 829512

[startup+1722.3 s]
/proc/loadavg: 1.16 1.74 1.90 2/171 18398
/proc/meminfo: memFree=29702908/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=841052 CPUtime=1722.02 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 164745 0 0 0 171933 269 0 0 20 0 1 0 337319990 861237248 207519 33554432000 4194304 7823515 140736992083072 140736992078872 6205320 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 210263 207519 557 887 0 209373 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 841052

[startup+1782.3 s]
/proc/loadavg: 1.06 1.60 1.85 2/171 18399
/proc/meminfo: memFree=29702412/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=841052 CPUtime=1782.01 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 164816 0 0 0 177928 273 0 0 20 0 1 0 337319990 861237248 207590 33554432000 4194304 7823515 140736992083072 140736992078168 6908153 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 210263 207590 557 887 0 209373 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 841052

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

[startup+1785.5 s]
/proc/loadavg: 1.05 1.59 1.84 2/171 18399
/proc/meminfo: memFree=29702412/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=841052 CPUtime=1785.21 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 164816 0 0 0 178248 273 0 0 20 0 1 0 337319990 861237248 207590 33554432000 4194304 7823515 140736992083072 140736992078168 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 210263 207590 557 887 0 209373 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 841052

[startup+1791.91 s]
/proc/loadavg: 1.05 1.58 1.84 2/171 18399
/proc/meminfo: memFree=29702412/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=841052 CPUtime=1791.61 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 164816 0 0 0 178888 273 0 0 20 0 1 0 337319990 861237248 207590 33554432000 4194304 7823515 140736992083072 140736992078216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 210263 207590 557 887 0 209373 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 841052

[startup+1793.5 s]
/proc/loadavg: 1.05 1.58 1.84 2/171 18399
/proc/meminfo: memFree=29702412/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=841052 CPUtime=1793.2 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 164816 0 0 0 179047 273 0 0 20 0 1 0 337319990 861237248 207590 33554432000 4194304 7823515 140736992083072 140736992078216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 210263 207590 557 887 0 209373 0
Current children cumulated CPU time (s) 1793.2
Current children cumulated vsize (KiB) 841052

[startup+1794.3 s]
/proc/loadavg: 1.05 1.58 1.84 2/171 18399
/proc/meminfo: memFree=29702412/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=841052 CPUtime=1794.01 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 164816 0 0 0 179127 274 0 0 20 0 1 0 337319990 861237248 207590 33554432000 4194304 7823515 140736992083072 140736992078168 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 210263 207590 557 887 0 209373 0
Current children cumulated CPU time (s) 1794.01
Current children cumulated vsize (KiB) 841052

[startup+1795.1 s]
/proc/loadavg: 1.04 1.57 1.83 2/171 18399
/proc/meminfo: memFree=29702412/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=841052 CPUtime=1794.82 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 164819 0 0 0 179208 274 0 0 20 0 1 0 337319990 861237248 207593 33554432000 4194304 7823515 140736992083072 140736992078168 4313406 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 210263 207593 560 887 0 209373 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 841052

[startup+1795.5 s]
/proc/loadavg: 1.04 1.57 1.83 2/171 18399
/proc/meminfo: memFree=29702412/32873648 swapFree=6860/6860
[pid=18130] ppid=18128 vsize=695080 CPUtime=1795.21 cores=0,2,4,6
/proc/18130/stat : 18130 (pbscip.linux.x8) R 18128 18130 4790 0 -1 4202496 164822 0 0 0 179247 274 0 0 20 0 1 0 337319990 711761920 172788 33554432000 4194304 7823515 140736992083072 140736992078168 4823604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18130/statm: 173770 172788 563 887 0 172880 0
Current children cumulated CPU time (s) 1795.21
Current children cumulated vsize (KiB) 695080

Child status: 0
Real time (s): 1795.56
CPU time (s): 1795.27
CPU user time (s): 1792.52
CPU system time (s): 2.75158
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 841052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.52
system time used= 2.75158
maximum resident set size= 837284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164827
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= 18
involuntary context switches= 1846

runsolver used 5.07923 second user time and 10.1875 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 10:25:41
IDJOB=3736120
IDBENCH=25025
IDSOLVER=2321
FILE ID=node124/3736120-1338711941
RUNJOBID= node124-1338679211-13479
PBS_JOBID= 14636689
Free space on /tmp= 70692 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_partials/normalized-fir08_area_partials.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736120-1338711941/watcher-3736120-1338711941 -o /tmp/evaluation-result-3736120-1338711941/solver-3736120-1338711941 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3736120-1338711941.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7a3c9826bd8191760f7756d2d26889fa
RANDOM SEED=1813639512

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30322252 kB
Buffers:          192152 kB
Cached:          1378608 kB
SwapCached:         8276 kB
Active:           610120 kB
Inactive:        1172616 kB
Active(anon):     206320 kB
Inactive(anon):     8228 kB
Active(file):     403800 kB
Inactive(file):  1164388 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091576 kB
Dirty:             15416 kB
Writeback:             0 kB
AnonPages:        213612 kB
Mapped:            11308 kB
Shmem:                 0 kB
Slab:             630484 kB
SReclaimable:      74512 kB
SUnreclaim:       555972 kB
KernelStack:        1448 kB
PageTables:         4440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     327500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70696 MiB
End job on node124 at 2012-06-03 10:55:37