Trace number 3733872

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)? 1796.85 1797.13

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
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.38/0.47	c SCIP version 1.1.0.7
0.38/0.47	c LP-Solver SoPlex 1.4.1
0.38/0.47	c user parameter file <scip.set> not found - using default parameters
0.38/0.47	c read problem <HOME/instance-3733872-1338701642.opb>
0.38/0.47	c original problem has 8883 variables (8883 bin, 0 int, 0 impl, 0 cont) and 17459 constraints
0.59/0.62	c start presolving problem
0.59/0.62	c presolving:
0.79/0.81	c (round 1) 0 del vars, 8721 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17 upgd conss, 0 impls, 0 clqs
2.69/2.78	c    (2.2s) probing: 119/8883 (1.3%) - 0 fixings, 0 aggregations, 1950 implications, 0 bound changes
2.69/2.78	c    (2.2s) probing aborted: 100/100 successive totally useless probings
2.69/2.78	c presolving (2 rounds):
2.69/2.78	c  0 deleted vars, 8721 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.69/2.78	c  17748 implications, 0 cliques
2.69/2.78	c presolved problem has 8883 variables (8883 bin, 0 int, 0 impl, 0 cont) and 8738 constraints
2.69/2.78	c      17 constraints of type <knapsack>
2.69/2.78	c    8721 constraints of type <linear>
2.69/2.78	c transformed objective value is always integral (scale: 1)
2.69/2.78	c Presolving Time: 2.14
2.69/2.78	c OPT-LIN
2.69/2.78	c -----------------------------------------------------------------------------------------------
2.69/2.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.69/2.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.69/2.78	c limits/memory = c 13950
2.69/2.78	c # maximal time in seconds to run
2.69/2.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.69/2.78	c limits/time = c 1791
2.69/2.78	c # frequency for displaying node information lines
2.69/2.78	c # [type: int, range: [-1,2147483647], default: 100]
2.69/2.78	c display/freq = c 10000
2.69/2.78	c -----------------------------------------------------------------------------------------------
2.69/2.78	c start solving problem
2.69/2.78	c 
5.29/5.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.29/5.35	c   4.8s|     1 |     0 | 10099 |  81M|   0 |4998 |8883 |8738 |8738 |8883 |8738 |   0 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
10.29/10.37	c   9.8s|     1 |     0 | 16358 |  82M|   0 |5009 |8883 |8738 |8738 |8883 |8795 |  57 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
11.29/11.39	c  10.8s|     1 |     0 | 16609 |  82M|   0 |5014 |8883 |8738 |8738 |8883 |8880 | 142 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
12.49/12.57	c  12.0s|     1 |     0 | 17016 |  83M|   0 |5009 |8883 |8738 |8738 |8883 |8948 | 210 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
13.99/14.08	c  13.4s|     1 |     0 | 17599 |  83M|   0 |5004 |8883 |8738 |8738 |8883 |9015 | 277 |   0 |   0 | 1.700000e+01 |      --      |    Inf 
15.78/15.81	c  15.2s|     1 |     0 | 18214 |  84M|   0 |5031 |8883 |8738 |8738 |8883 |9085 | 347 |   0 |   0 | 1.700011e+01 |      --      |    Inf 
17.89/17.91	c  17.3s|     1 |     0 | 19009 |  84M|   0 |5028 |8883 |8738 |8738 |8883 |9158 | 420 |   0 |   0 | 1.700103e+01 |      --      |    Inf 
73.98/74.05	c  73.2s|     1 |     2 | 19009 |  84M|   0 |5028 |8883 |8738 |8738 |8883 |9158 | 420 |   0 |  38 | 1.700103e+01 |      --      |    Inf 
1796.61/1796.99	c 
1796.61/1796.99	c SCIP Status        : solving was interrupted [time limit reached]
1796.61/1796.99	c Solving Time (sec) : 1791.01
1796.61/1796.99	c Solving Nodes      : 7100
1796.61/1796.99	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.61/1796.99	c Dual Bound         : +1.70010298661175e+01
1796.61/1796.99	c Gap                : infinite
1796.61/1796.99	c NODE         7100
1796.61/1796.99	c DUAL BOUND   17.001
1796.61/1796.99	c PRIMAL BOUND 1e+20
1796.61/1796.99	c GAP          1e+20
1796.61/1796.99	s UNKNOWN
1796.61/1796.99	c SCIP Status        : solving was interrupted [time limit reached]
1796.61/1796.99	c Solving Time       :    1791.01
1796.61/1796.99	c Original Problem   :
1796.61/1796.99	c   Problem name     : HOME/instance-3733872-1338701642.opb
1796.61/1796.99	c   Variables        : 8883 (8883 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.61/1796.99	c   Constraints      : 17459 initial, 17459 maximal
1796.61/1796.99	c Presolved Problem  :
1796.61/1796.99	c   Problem name     : t_HOME/instance-3733872-1338701642.opb
1796.61/1796.99	c   Variables        : 8883 (8883 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.61/1796.99	c   Constraints      : 8738 initial, 11251 maximal
1796.61/1796.99	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.61/1796.99	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.61/1796.99	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.61/1796.99	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.61/1796.99	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.61/1796.99	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.61/1796.99	c   probing          :       1.90          0          0          0          0          0          0          0          0
1796.61/1796.99	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1796.61/1796.99	c   linear           :       0.20          0          0          0          0          0       8721          0          0
1796.61/1796.99	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1796.61/1796.99	c   root node        :          -          0          -          -          0          -          -          -          -
1796.61/1796.99	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.61/1796.99	c   integral         :          0          0          0       6204          0          1        411          0          0      12218
1796.61/1796.99	c   knapsack         :         17          6      38886          0          0         35       1954         88          0          0
1796.61/1796.99	c   linear           :       8721          6      38851          0          0        154     182279          1          0          0
1796.61/1796.99	c   logicor          :          0+         0       4988          0          0         11       2367          0          0          0
1796.61/1796.99	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.61/1796.99	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.61/1796.99	c   integral         :     458.96       0.00       0.00     458.96       0.00
1796.61/1796.99	c   knapsack         :       1.06       0.00       1.06       0.00       0.00
1796.61/1796.99	c   linear           :      30.00       0.00      30.00       0.00       0.00
1796.61/1796.99	c   logicor          :       0.10       0.00       0.10       0.00       0.00
1796.61/1796.99	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.61/1796.99	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.61/1796.99	c   rootredcost      :       0.02          0          0          0
1796.61/1796.99	c   pseudoobj        :       0.03      38636          0          0
1796.61/1796.99	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.61/1796.99	c   propagation      :       0.02        200        200       1208       18.3         12       13.7          -
1796.61/1796.99	c   infeasible LP    :       2.04       1566       1566       2651       18.2        112       23.7          0
1796.61/1796.99	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.61/1796.99	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.61/1796.99	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.61/1796.99	c   applied globally :          -          -          -       2551       13.4          -          -          -
1796.61/1796.99	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.61/1796.99	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.61/1796.99	c   cut pool         :       0.00          5          -          -       2099          -    (maximal pool size: 4116)
1796.61/1796.99	c   redcost          :       1.22       6197          0          0          0          0
1796.61/1796.99	c   impliedbounds    :       0.00          6          0          0         27          0
1796.61/1796.99	c   intobj           :       0.00          0          0          0          0          0
1796.61/1796.99	c   gomory           :       0.09          6          0          0         33          0
1796.61/1796.99	c   strongcg         :       0.09          6          0          0         11          0
1796.61/1796.99	c   cmir             :       2.23          6          0          0       3000          0
1796.61/1796.99	c   flowcover        :       1.64          6          0          0       1200          0
1796.61/1796.99	c   clique           :       0.00          1          0          0          0          0
1796.61/1796.99	c   zerohalf         :       0.00          0          0          0          0          0
1796.61/1796.99	c   mcf              :       0.01          1          0          0          0          0
1796.61/1796.99	c Pricers            :       Time      Calls       Vars
1796.61/1796.99	c   problem variables:       0.00          0          0
1796.61/1796.99	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.61/1796.99	c   relpscost        :     458.94       6204          1        411          0          0      12218
1796.61/1796.99	c   pscost           :       0.00          0          0          0          0          0          0
1796.61/1796.99	c   inference        :       0.00          0          0          0          0          0          0
1796.61/1796.99	c   mostinf          :       0.00          0          0          0          0          0          0
1796.61/1796.99	c   leastinf         :       0.00          0          0          0          0          0          0
1796.61/1796.99	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.61/1796.99	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.61/1796.99	c   random           :       0.00          0          0          0          0          0          0
1796.61/1796.99	c Primal Heuristics  :       Time      Calls      Found
1796.61/1796.99	c   LP solutions     :       0.00          -          0
1796.61/1796.99	c   pseudo solutions :       0.00          -          0
1796.61/1796.99	c   oneopt           :       0.00          0          0
1796.61/1796.99	c   crossover        :       0.00          0          0
1796.61/1796.99	c   guideddiving     :       0.00          0          0
1796.61/1796.99	c   intshifting      :       0.00          0          0
1796.61/1796.99	c   coefdiving       :     320.56          1          0
1796.61/1796.99	c   fracdiving       :     104.88          3          0
1796.61/1796.99	c   objpscostdiving  :      67.12          3          0
1796.61/1796.99	c   veclendiving     :      42.88         12          0
1796.61/1796.99	c   rootsoldiving    :      26.88          6          0
1796.61/1796.99	c   pscostdiving     :      53.81         14          0
1796.61/1796.99	c   linesearchdiving :      46.48         14          0
1796.61/1796.99	c   feaspump         :      43.66         13          0
1796.61/1796.99	c   simplerounding   :       0.01          0          0
1796.61/1796.99	c   rounding         :       1.80       1057          0
1796.61/1796.99	c   shifting         :      11.26        285          0
1796.61/1796.99	c   fixandinfer      :       0.00          0          0
1796.61/1796.99	c   intdiving        :       0.00          0          0
1796.61/1796.99	c   actconsdiving    :       0.00          0          0
1796.61/1796.99	c   octane           :       0.00          0          0
1796.61/1796.99	c   rens             :       0.01          0          0
1796.61/1796.99	c   rins             :       0.00          0          0
1796.61/1796.99	c   localbranching   :       0.00          0          0
1796.61/1796.99	c   mutation         :       0.00          0          0
1796.61/1796.99	c   dins             :       0.00          0          0
1796.61/1796.99	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.61/1796.99	c   primal LP        :       0.05          0          0       0.00       0.00
1796.61/1796.99	c   dual LP          :     560.00       6909    1389336     201.09    2480.96
1796.61/1796.99	c   barrier LP       :       0.00          0          0       0.00          -
1796.61/1796.99	c   diving/probing LP:     686.88       5060    1623855     320.92    2364.10
1796.61/1796.99	c   strong branching :     454.43       1655     832141     502.80    1831.18
1796.61/1796.99	c     (at root node) :          -         38      34707     913.34          -
1796.61/1796.99	c   conflict analysis:       0.00          0          0       0.00          -
1796.61/1796.99	c B&B Tree           :
1796.61/1796.99	c   number of runs   :          1
1796.61/1796.99	c   nodes            :       7100
1796.61/1796.99	c   nodes (total)    :       7100
1796.61/1796.99	c   nodes left       :       4927
1796.61/1796.99	c   max depth        :        864
1796.61/1796.99	c   max depth (total):        864
1796.61/1796.99	c   backtracks       :        385 (5.4%)
1796.61/1796.99	c   delayed cutoffs  :        192
1796.61/1796.99	c   repropagations   :      24075 (3052 domain reductions, 2 cutoffs)
1796.61/1796.99	c   avg switch length:      16.56
1796.61/1796.99	c   switching time   :       6.07
1796.61/1796.99	c Solution           :
1796.61/1796.99	c   Solutions found  :          0 (0 improvements)
1796.61/1796.99	c   Primal Bound     :          -
1796.61/1796.99	c   Dual Bound       : +1.70010298661175e+01
1796.61/1796.99	c   Gap              :   infinite
1796.61/1796.99	c   Root Dual Bound  : +1.70010298661174e+01
1796.81/1797.13	c Time complete: 1796.83.

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-3733872-1338701642/watcher-3733872-1338701642 -o /tmp/evaluation-result-3733872-1338701642/solver-3733872-1338701642 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733872-1338701642.opb 

running on 4 cores: 1,3,5,7

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 27819
/proc/meminfo: memFree=30638244/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=8556 CPUtime=0 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 1500 0 0 0 0 0 0 0 20 0 1 0 336288773 8761344 1452 33554432000 4194304 7823515 140736918487824 140736918487416 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 2139 1452 354 887 0 1249 0

[startup+0.0976291 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 27819
/proc/meminfo: memFree=30638244/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=13496 CPUtime=0.09 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 2736 0 0 0 9 0 0 0 20 0 1 0 336288773 13819904 2688 33554432000 4194304 7823515 140736918487824 140736918487416 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 3374 2688 354 887 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13496

[startup+0.100358 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 27819
/proc/meminfo: memFree=30638244/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=14004 CPUtime=0.09 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 2863 0 0 0 9 0 0 0 20 0 1 0 336288773 14340096 2815 33554432000 4194304 7823515 140736918487824 140736918487416 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 3501 2815 354 887 0 2611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14004

[startup+0.300325 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 27819
/proc/meminfo: memFree=30638244/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=25072 CPUtime=0.29 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 5603 0 0 0 29 0 0 0 20 0 1 0 336288773 25673728 5555 33554432000 4194304 7823515 140736918487824 140736918487416 4391375 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 6268 5555 354 887 0 5378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25072

[startup+0.700359 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 27819
/proc/meminfo: memFree=30638244/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=156460 CPUtime=0.69 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 37442 0 0 0 63 6 0 0 20 0 1 0 336288773 160215040 37040 33554432000 4194304 7823515 140736918487824 140736918487416 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 39115 37040 412 887 0 38225 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 156460

[startup+1.50034 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 27820
/proc/meminfo: memFree=30489776/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=157868 CPUtime=1.48 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 37929 0 0 0 141 7 0 0 20 0 1 0 336288773 161656832 37527 33554432000 4194304 7823515 140736918487824 140736918484504 5066007 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 39467 37527 442 887 0 38577 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 157868

[startup+3.10033 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 27820
/proc/meminfo: memFree=30489404/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=203852 CPUtime=3.09 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 47301 0 0 0 300 9 0 0 20 0 1 0 336288773 208744448 46884 33554432000 4194304 7823515 140736918487824 140736918482488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 50963 46884 515 887 0 50073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 203852

[startup+6.30027 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 27820
/proc/meminfo: memFree=30449904/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=205160 CPUtime=6.28 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 48330 0 0 0 617 11 0 0 20 0 1 0 336288773 210083840 47609 33554432000 4194304 7823515 140736918487824 140736918482792 6217336 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 51290 47609 526 887 0 50400 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 205160

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 27820
/proc/meminfo: memFree=30425164/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=240084 CPUtime=12.68 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 55142 0 0 0 1253 15 0 0 20 0 1 0 336288773 245846016 55751 33554432000 4194304 7823515 140736918487824 140736918483624 4338440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 60021 55751 550 887 0 59131 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 240084

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 27820
/proc/meminfo: memFree=30393532/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=262708 CPUtime=25.48 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 64010 0 0 0 2528 20 0 0 20 0 1 0 336288773 269012992 61935 33554432000 4194304 7823515 140736918487824 140736918482520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65677 61935 555 887 0 64787 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 262708

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 27820
/proc/meminfo: memFree=30404764/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=265268 CPUtime=51.08 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 74847 0 0 0 5080 28 0 0 20 0 1 0 336288773 271634432 62341 33554432000 4194304 7823515 140736918487824 140736918482520 6237417 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 66317 62341 555 887 0 65427 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 265268

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 27820
/proc/meminfo: memFree=30388524/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=263712 CPUtime=102.27 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 86868 0 0 0 10188 39 0 0 20 0 1 0 336288773 270041088 62222 33554432000 4194304 7823515 140736918487824 140736918481848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65928 62222 557 887 0 65038 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 263712

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27822
/proc/meminfo: memFree=30383336/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=263712 CPUtime=162.26 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 86883 0 0 0 16174 52 0 0 20 0 1 0 336288773 270041088 63354 33554432000 4194304 7823515 140736918487824 140736918481848 6212400 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65928 63354 557 887 0 65038 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 263712

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 27822
/proc/meminfo: memFree=30377324/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=263712 CPUtime=222.24 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 86894 0 0 0 22153 71 0 0 20 0 1 0 336288773 270041088 63877 33554432000 4194304 7823515 140736918487824 140736918482616 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65928 63877 563 887 0 65038 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 263712

[startup+282.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 27822
/proc/meminfo: memFree=30373036/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=263712 CPUtime=282.24 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 86894 0 0 0 28132 92 0 0 20 0 1 0 336288773 270041088 63877 33554432000 4194304 7823515 140736918487824 140736918482616 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65928 63877 563 887 0 65038 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 263712

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 27822
/proc/meminfo: memFree=30369308/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=263712 CPUtime=342.23 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 86894 0 0 0 34112 111 0 0 20 0 1 0 336288773 270041088 63877 33554432000 4194304 7823515 140736918487824 140736918483288 6211560 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65928 63877 563 887 0 65038 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 263712

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27825
/proc/meminfo: memFree=30366200/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=263712 CPUtime=402.22 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 86894 0 0 0 40095 127 0 0 20 0 1 0 336288773 270041088 63877 33554432000 4194304 7823515 140736918487824 140736918482968 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65928 63877 563 887 0 65038 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 263712

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27826
/proc/meminfo: memFree=30361496/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=263712 CPUtime=462.21 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 86894 0 0 0 46079 142 0 0 20 0 1 0 336288773 270041088 63877 33554432000 4194304 7823515 140736918487824 140736918483288 6908032 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65928 63877 563 887 0 65038 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 263712

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27826
/proc/meminfo: memFree=30362124/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=260184 CPUtime=522.2 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 93836 0 0 0 52062 158 0 0 20 0 1 0 336288773 266428416 63203 33554432000 4194304 7823515 140736918487824 140736918483304 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65046 63203 564 887 0 64156 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 260184

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27826
/proc/meminfo: memFree=30356776/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=260536 CPUtime=582.19 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 94023 0 0 0 58042 177 0 0 20 0 1 0 336288773 266788864 63390 33554432000 4194304 7823515 140736918487824 140736918483592 6212552 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65134 63390 565 887 0 64244 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 260536

[startup+642.3 s]

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

/proc/meminfo: memFree=30324884/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=260780 CPUtime=1062.12 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 98243 0 0 0 105898 314 0 0 20 0 1 0 336288773 267038720 63453 33554432000 4194304 7823515 140736918487824 140736918481848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 65195 63453 565 887 0 64305 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 260780

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27831
/proc/meminfo: memFree=30317984/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=264864 CPUtime=1122.11 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 98735 0 0 0 111882 329 0 0 20 0 1 0 336288773 271220736 64456 33554432000 4194304 7823515 140736918487824 140736918483016 6208547 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 66216 64456 565 887 0 65326 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 264864

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27831
/proc/meminfo: memFree=30315632/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=264236 CPUtime=1182.1 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 102609 0 0 0 117866 344 0 0 20 0 1 0 336288773 270577664 64099 33554432000 4194304 7823515 140736918487824 140736918483160 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 66059 64099 565 887 0 65169 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 264236

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27831
/proc/meminfo: memFree=30304276/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=271644 CPUtime=1242.09 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 107794 0 0 0 123851 358 0 0 20 0 1 0 336288773 278163456 66058 33554432000 4194304 7823515 140736918487824 140736918482520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 67911 66058 565 887 0 67021 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 271644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27831
/proc/meminfo: memFree=30298200/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=273084 CPUtime=1302.09 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 108247 0 0 0 129834 375 0 0 20 0 1 0 336288773 279638016 66511 33554432000 4194304 7823515 140736918487824 140736918481848 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 68271 66511 565 887 0 67381 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 273084

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 27869
/proc/meminfo: memFree=30461724/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=276612 CPUtime=1362.07 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 108618 0 0 0 135812 395 0 0 20 0 1 0 336288773 283250688 67393 33554432000 4194304 7823515 140736918487824 140736918483160 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 69153 67393 565 887 0 68263 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 276612

[startup+1422.31 s]
/proc/loadavg: 2.10 2.02 2.01 3/177 27870
/proc/meminfo: memFree=30440388/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=281528 CPUtime=1422.07 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 109811 0 0 0 141795 412 0 0 20 0 1 0 336288773 288284672 68586 33554432000 4194304 7823515 140736918487824 140736918482872 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 70382 68586 565 887 0 69492 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 281528

[startup+1482.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 27870
/proc/meminfo: memFree=30426908/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=285132 CPUtime=1482.05 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 110099 0 0 0 147775 430 0 0 20 0 1 0 336288773 291975168 69384 33554432000 4194304 7823515 140736918487824 140736918484536 6908047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 71283 69384 565 887 0 70393 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 285132

[startup+1542.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 27870
/proc/meminfo: memFree=30412284/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=285132 CPUtime=1542.04 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 110099 0 0 0 153759 445 0 0 20 0 1 0 336288773 291975168 69384 33554432000 4194304 7823515 140736918487824 140736918482488 4265825 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 71283 69384 565 887 0 70393 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 285132

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 27873
/proc/meminfo: memFree=30401984/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=285132 CPUtime=1602.04 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 110146 0 0 0 159745 459 0 0 20 0 1 0 336288773 291975168 69431 33554432000 4194304 7823515 140736918487824 140736918482152 6161841 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 71283 69431 565 887 0 70393 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 285132

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 27896
/proc/meminfo: memFree=30387656/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=289280 CPUtime=1662.03 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 111274 0 0 0 165726 477 0 0 20 0 1 0 336288773 296222720 70559 33554432000 4194304 7823515 140736918487824 140736918482488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 72320 70559 565 887 0 71430 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 289280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27897
/proc/meminfo: memFree=30375388/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=294296 CPUtime=1722.01 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 112467 0 0 0 171704 497 0 0 20 0 1 0 336288773 301359104 71752 33554432000 4194304 7823515 140736918487824 140736918482632 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 73574 71752 565 887 0 72684 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 294296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27897
/proc/meminfo: memFree=30364004/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=294296 CPUtime=1782.01 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 112510 0 0 0 177684 517 0 0 20 0 1 0 336288773 301359104 71795 33554432000 4194304 7823515 140736918487824 140736918482152 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 73574 71795 565 887 0 72684 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 294296

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27897
/proc/meminfo: memFree=30363136/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=294296 CPUtime=1785.2 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 112510 0 0 0 178001 519 0 0 20 0 1 0 336288773 301359104 71795 33554432000 4194304 7823515 140736918487824 140736918482488 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 73574 71795 565 887 0 72684 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 294296

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27897
/proc/meminfo: memFree=30361400/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=294296 CPUtime=1791.62 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 112510 0 0 0 178640 522 0 0 20 0 1 0 336288773 301359104 71795 33554432000 4194304 7823515 140736918487824 140736918482488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 73574 71795 565 887 0 72684 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 294296

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27897
/proc/meminfo: memFree=30359664/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=294296 CPUtime=1794.82 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 112510 0 0 0 178959 523 0 0 20 0 1 0 336288773 301359104 71795 33554432000 4194304 7823515 140736918487824 140736918483512 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 73574 71795 565 887 0 72684 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 294296

[startup+1795.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27897
/proc/meminfo: memFree=30359664/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=294296 CPUtime=1795.61 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 112510 0 0 0 179038 523 0 0 20 0 1 0 336288773 301359104 71795 33554432000 4194304 7823515 140736918487824 140736918483512 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 73574 71795 565 887 0 72684 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 294296

[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27897
/proc/meminfo: memFree=30358920/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=294296 CPUtime=1796.41 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 112510 0 0 0 179118 523 0 0 20 0 1 0 336288773 301359104 71795 33554432000 4194304 7823515 140736918487824 140736918482872 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 73574 71795 565 887 0 72684 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 294296

[startup+1797.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 27897
/proc/meminfo: memFree=30358920/32873844 swapFree=7900/7900
[pid=27819] ppid=27817 vsize=294296 CPUtime=1796.81 cores=1,3,5,7
/proc/27819/stat : 27819 (pbscip.linux.x8) R 27817 27819 17150 0 -1 4202496 112514 0 0 0 179158 523 0 0 20 0 1 0 336288773 301359104 71799 33554432000 4194304 7823515 140736918487824 140736918483032 5015888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27819/statm: 73574 71799 569 887 0 72684 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 294296

Child status: 0
Real time (s): 1797.13
CPU time (s): 1796.85
CPU user time (s): 1791.61
CPU system time (s): 5.2382
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 294296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.61
system time used= 5.2382
maximum resident set size= 287196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112517
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= 19
involuntary context switches= 1848

runsolver used 6.11107 second user time and 16.8214 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 07:34:02
IDJOB=3733872
IDBENCH=2630
IDSOLVER=2321
FILE ID=node137/3733872-1338701642
RUNJOBID= node137-1338679216-25613
PBS_JOBID= 14636676
Free space on /tmp= 70320 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.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-3733872-1338701642/watcher-3733872-1338701642 -o /tmp/evaluation-result-3733872-1338701642/solver-3733872-1338701642 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3733872-1338701642.opb

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=1564214677

node137.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		: 2666.600
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	: 5333.20
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		: 2666.600
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	: 5331.91
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		: 2666.600
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	: 5331.92
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		: 2666.600
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	: 5331.91
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		: 2666.600
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	: 5331.91
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		: 2666.600
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	: 5331.90
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		: 2666.600
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	: 5331.91
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		: 2666.600
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30638376 kB
Buffers:          178700 kB
Cached:          1106248 kB
SwapCached:         5796 kB
Active:           795548 kB
Inactive:         622052 kB
Active(anon):     127856 kB
Inactive(anon):     7172 kB
Active(file):     667692 kB
Inactive(file):   614880 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:             14696 kB
Writeback:             0 kB
AnonPages:        136176 kB
Mapped:            11380 kB
Shmem:                 0 kB
Slab:             678040 kB
SReclaimable:     119016 kB
SUnreclaim:       559024 kB
KernelStack:        1440 kB
PageTables:         4328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     250988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70312 MiB
End job on node137 at 2012-06-03 08:04:00