Trace number 3731947

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)? 1794.12 1794.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark334
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.28/0.39	c SCIP version 1.1.0.7
0.28/0.39	c LP-Solver SoPlex 1.4.1
0.28/0.39	c user parameter file <scip.set> not found - using default parameters
0.28/0.39	c read problem <HOME/instance-3731947-1338695007.opb>
0.28/0.39	c original problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
0.39/0.47	c start presolving problem
0.39/0.47	c presolving:
0.69/0.78	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
2.99/3.03	c (round 2) 0 del vars, 40320 del conss, 0 chg bounds, 43200 chg sides, 64800 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
6.38/6.40	c    (5.9s) probing: 1000/2700 (37.0%) - 0 fixings, 0 aggregations, 9281 implications, 0 bound changes
7.48/7.57	c    (7.1s) probing: 1721/2700 (63.7%) - 0 fixings, 0 aggregations, 15210 implications, 0 bound changes
7.48/7.57	c    (7.1s) probing aborted: 100/100 successive totally useless probings
7.48/7.57	c presolving (3 rounds):
7.48/7.57	c  0 deleted vars, 40320 deleted constraints, 0 tightened bounds, 0 added holes, 43200 changed sides, 64800 changed coefficients
7.48/7.57	c  37080 implications, 630 cliques
7.48/7.57	c presolved problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
7.48/7.57	c   21770 constraints of type <knapsack>
7.48/7.57	c     630 constraints of type <setppc>
7.48/7.57	c   20220 constraints of type <logicor>
7.48/7.57	c transformed objective value is always integral (scale: 1)
7.48/7.57	c Presolving Time: 7.00
7.48/7.57	c OPT-LIN
7.48/7.57	c -----------------------------------------------------------------------------------------------
7.48/7.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.48/7.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.48/7.57	c limits/memory = c 13950
7.48/7.57	c # maximal time in seconds to run
7.48/7.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.48/7.57	c limits/time = c 1791
7.48/7.57	c # frequency for displaying node information lines
7.48/7.57	c # [type: int, range: [-1,2147483647], default: 100]
7.48/7.57	c display/freq = c 10000
7.48/7.57	c -----------------------------------------------------------------------------------------------
7.48/7.57	c start solving problem
7.48/7.57	c 
25.38/25.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.38/25.42	c  24.9s|     1 |     0 |  6354 |  94M|   0 | 762 |2700 |  42k|  42k|2700 |  42k|   0 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
121.37/121.44	c   121s|     1 |     0 | 16950 | 102M|   0 | 795 |2700 |  42k|  42k|2700 |  42k|   7 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
147.75/147.82	c   147s|     1 |     0 | 18987 | 102M|   0 | 811 |2700 |  42k|  42k|2700 |  42k|  15 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
171.15/171.28	c   170s|     1 |     0 | 19864 | 102M|   0 | 806 |2700 |  42k|  42k|2700 |  42k|  20 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
198.04/198.16	c   197s|     1 |     0 | 21882 | 102M|   0 | 802 |2700 |  42k|  42k|2700 |  42k|  27 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
220.05/220.15	c   219s|     1 |     0 | 25348 | 102M|   0 | 818 |2700 |  42k|  42k|2700 |  42k|  36 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
241.65/241.76	c   241s|     1 |     0 | 27259 | 102M|   0 | 851 |2700 |  42k|  42k|2700 |  42k|  46 |   0 |   0 | 1.400000e+02 |      --      |    Inf 
427.91/428.06	c   427s|     1 |     2 | 27259 | 102M|   0 | 851 |2700 |  42k|  42k|2700 |  42k|  46 |   0 |  58 | 1.400000e+02 |      --      |    Inf 
1793.90/1794.28	c 
1793.90/1794.28	c SCIP Status        : solving was interrupted [time limit reached]
1793.90/1794.28	c Solving Time (sec) : 1791.00
1793.90/1794.28	c Solving Nodes      : 40
1793.90/1794.28	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1793.90/1794.28	c Dual Bound         : +1.40000000000000e+02
1793.90/1794.28	c Gap                : infinite
1793.90/1794.28	c NODE         40
1793.90/1794.28	c DUAL BOUND   140
1793.90/1794.28	c PRIMAL BOUND 1e+20
1793.90/1794.28	c GAP          1e+20
1793.90/1794.28	s UNKNOWN
1793.90/1794.28	c SCIP Status        : solving was interrupted [time limit reached]
1793.90/1794.28	c Solving Time       :    1791.00
1793.90/1794.28	c Original Problem   :
1793.90/1794.28	c   Problem name     : HOME/instance-3731947-1338695007.opb
1793.90/1794.28	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.90/1794.28	c   Constraints      : 42620 initial, 42620 maximal
1793.90/1794.28	c Presolved Problem  :
1793.90/1794.28	c   Problem name     : t_HOME/instance-3731947-1338695007.opb
1793.90/1794.28	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.90/1794.28	c   Constraints      : 42620 initial, 42620 maximal
1793.90/1794.28	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.90/1794.28	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1793.90/1794.28	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1793.90/1794.28	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.90/1794.28	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.90/1794.28	c   implics          :       0.00          0          0          0          0          0          0          0          0
1793.90/1794.28	c   probing          :       3.87          0          0          0          0          0          0          0          0
1793.90/1794.28	c   knapsack         :       1.40          0          0          0          0          0          0      43200      64800
1793.90/1794.28	c   setppc           :       1.43          0          0          0          0          0      40320          0          0
1793.90/1794.28	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1793.90/1794.28	c   root node        :          -          0          -          -          0          -          -          -          -
1793.90/1794.28	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.90/1794.28	c   integral         :          0          0          0         39          0          0          0          0          0         78
1793.90/1794.28	c   knapsack         :      21770          6       6145          0          1          0          0          0          0          0
1793.90/1794.28	c   setppc           :        630          6       6145          0          1          0        454          0          0          0
1793.90/1794.28	c   logicor          :      20220          6       3540          0          1          0        324          0          0          0
1793.90/1794.28	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1793.90/1794.28	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.90/1794.28	c   integral         :     713.68       0.00       0.00     713.68       0.00
1793.90/1794.28	c   knapsack         :       2.75       0.16       2.59       0.00       0.00
1793.90/1794.28	c   setppc           :       0.09       0.00       0.09       0.00       0.00
1793.90/1794.28	c   logicor          :       0.22       0.01       0.21       0.00       0.00
1793.90/1794.28	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.90/1794.28	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.90/1794.28	c   rootredcost      :       0.00          0          0          0
1793.90/1794.28	c   pseudoobj        :       0.02       1162          0          0
1793.90/1794.28	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.90/1794.28	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1793.90/1794.28	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1793.90/1794.28	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.90/1794.28	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.90/1794.28	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.90/1794.28	c   applied globally :          -          -          -          0        0.0          -          -          -
1793.90/1794.28	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.90/1794.28	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.90/1794.28	c   cut pool         :       0.01          5          -          -          8          -    (maximal pool size: 374)
1793.90/1794.28	c   redcost          :       0.00         44          0          0          0          0
1793.90/1794.28	c   impliedbounds    :       0.00          6          0          0          0          0
1793.90/1794.28	c   intobj           :       0.00          0          0          0          0          0
1793.90/1794.28	c   gomory           :      65.44          6          0          0       1673          0
1793.90/1794.28	c   strongcg         :      42.33          6          0          0       2037          0
1793.90/1794.28	c   cmir             :       1.21          6          0          0          0          0
1793.90/1794.28	c   flowcover        :       5.09          6          0          0          1          0
1793.90/1794.28	c   clique           :       0.13          6          0          0         41          0
1793.90/1794.28	c   zerohalf         :       0.00          0          0          0          0          0
1793.90/1794.28	c   mcf              :       0.04          1          0          0          0          0
1793.90/1794.28	c Pricers            :       Time      Calls       Vars
1793.90/1794.28	c   problem variables:       0.00          0          0
1793.90/1794.28	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.90/1794.28	c   relpscost        :     713.68         39          0          0          0          0         78
1793.90/1794.28	c   pscost           :       0.00          0          0          0          0          0          0
1793.90/1794.28	c   inference        :       0.00          1          0          0          0          0          2
1793.90/1794.28	c   mostinf          :       0.00          0          0          0          0          0          0
1793.90/1794.28	c   leastinf         :       0.00          0          0          0          0          0          0
1793.90/1794.28	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.90/1794.28	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.90/1794.28	c   random           :       0.00          0          0          0          0          0          0
1793.90/1794.28	c Primal Heuristics  :       Time      Calls      Found
1793.90/1794.28	c   LP solutions     :       0.00          -          0
1793.90/1794.28	c   pseudo solutions :       0.00          -          0
1793.90/1794.28	c   oneopt           :       0.00          0          0
1793.90/1794.28	c   veclendiving     :       0.00          0          0
1793.90/1794.28	c   objpscostdiving  :       0.00          0          0
1793.90/1794.28	c   rootsoldiving    :       0.00          0          0
1793.90/1794.28	c   linesearchdiving :       0.00          0          0
1793.90/1794.28	c   guideddiving     :       0.00          0          0
1793.90/1794.28	c   crossover        :       0.00          0          0
1793.90/1794.28	c   coefdiving       :     339.71          1          0
1793.90/1794.28	c   pscostdiving     :     172.52          1          0
1793.90/1794.28	c   simplerounding   :       0.00          0          0
1793.90/1794.28	c   rounding         :       0.18         45          0
1793.90/1794.28	c   shifting         :       0.11         10          0
1793.90/1794.28	c   intshifting      :       0.00          0          0
1793.90/1794.28	c   fixandinfer      :       0.00          0          0
1793.90/1794.28	c   feaspump         :      64.50          1          0
1793.90/1794.28	c   fracdiving       :      44.09          1          0
1793.90/1794.28	c   intdiving        :       0.00          0          0
1793.90/1794.28	c   actconsdiving    :       0.00          0          0
1793.90/1794.28	c   octane           :       0.00          0          0
1793.90/1794.28	c   rens             :       0.30          1          0
1793.90/1794.28	c   rins             :       0.00          0          0
1793.90/1794.28	c   localbranching   :       0.00          0          0
1793.90/1794.28	c   mutation         :       0.00          0          0
1793.90/1794.28	c   dins             :       0.00          0          0
1793.90/1794.28	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.90/1794.28	c   primal LP        :       0.04          0          0       0.00       0.00
1793.90/1794.28	c   dual LP          :     333.85         46     105268    2288.43     315.32
1793.90/1794.28	c   barrier LP       :       0.00          0          0       0.00          -
1793.90/1794.28	c   diving/probing LP:     615.19       1027     172128     167.60     279.80
1793.90/1794.28	c   strong branching :     713.68        223     223000    1000.00     312.46
1793.90/1794.28	c     (at root node) :          -         58      58000    1000.00          -
1793.90/1794.28	c   conflict analysis:       0.00          0          0       0.00          -
1793.90/1794.28	c B&B Tree           :
1793.90/1794.28	c   number of runs   :          1
1793.90/1794.28	c   nodes            :         40
1793.90/1794.28	c   nodes (total)    :         40
1793.90/1794.28	c   nodes left       :         41
1793.90/1794.28	c   max depth        :         15
1793.90/1794.28	c   max depth (total):         15
1793.90/1794.28	c   backtracks       :          3 (7.5%)
1793.90/1794.28	c   delayed cutoffs  :          0
1793.90/1794.28	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.90/1794.28	c   avg switch length:       1.98
1793.90/1794.28	c   switching time   :       0.08
1793.90/1794.28	c Solution           :
1793.90/1794.28	c   Solutions found  :          0 (0 improvements)
1793.90/1794.28	c   Primal Bound     :          -
1793.90/1794.28	c   Dual Bound       : +1.40000000000000e+02
1793.90/1794.28	c   Gap              :   infinite
1793.90/1794.28	c   Root Dual Bound  : +1.40000000000000e+02
1794.10/1794.40	c Time complete: 1794.11.

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-3731947-1338695007/watcher-3731947-1338695007 -o /tmp/evaluation-result-3731947-1338695007/solver-3731947-1338695007 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731947-1338695007.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: 2.12 2.03 2.01 3/176 27069
/proc/meminfo: memFree=30706304/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=9124 CPUtime=0 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 1620 0 0 0 0 0 0 0 20 0 1 0 335625206 9342976 1572 33554432000 4194304 7823515 140735790207296 140735167471192 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 2281 1573 349 887 0 1391 0

[startup+0.0252521 s]
/proc/loadavg: 2.12 2.03 2.01 3/176 27069
/proc/meminfo: memFree=30706304/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=11984 CPUtime=0.02 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 2342 0 0 0 2 0 0 0 20 0 1 0 335625206 12271616 2294 33554432000 4194304 7823515 140735790207296 140735167471192 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 2996 2297 354 887 0 2106 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11984

[startup+0.100262 s]
/proc/loadavg: 2.12 2.03 2.01 3/176 27069
/proc/meminfo: memFree=30706304/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=17080 CPUtime=0.09 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 3622 0 0 0 9 0 0 0 20 0 1 0 335625206 17489920 3574 33554432000 4194304 7823515 140735790207296 140735167471192 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 4270 3574 354 887 0 3380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17080

[startup+0.300272 s]
/proc/loadavg: 2.12 2.03 2.01 3/176 27069
/proc/meminfo: memFree=30706304/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=27860 CPUtime=0.28 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 6328 0 0 0 28 0 0 0 20 0 1 0 335625206 28528640 6280 33554432000 4194304 7823515 140735790207296 140735167471192 6908057 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 6965 6280 354 887 0 6075 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27860

[startup+0.700276 s]
/proc/loadavg: 2.12 2.03 2.01 3/176 27069
/proc/meminfo: memFree=30706304/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=120844 CPUtime=0.69 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 30119 0 0 0 63 6 0 0 20 0 1 0 335625206 123744256 29135 33554432000 4194304 7823515 140735790207296 140735790204232 6911387 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 30211 29166 429 887 0 29321 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120844

[startup+1.50026 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 27070
/proc/meminfo: memFree=30581172/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=130744 CPUtime=1.49 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 32662 0 0 0 141 8 0 0 20 0 1 0 335625206 133881856 31677 33554432000 4194304 7823515 140735790207296 140735790204232 5796560 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 32686 31677 436 887 0 31796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130744

[startup+3.10026 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 27070
/proc/meminfo: memFree=30580304/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=134112 CPUtime=3.09 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 33503 0 0 0 299 10 0 0 20 0 1 0 335625206 137330688 32518 33554432000 4194304 7823515 140735790207296 140735790204600 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 33528 32518 437 887 0 32638 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134112

[startup+6.30027 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 27070
/proc/meminfo: memFree=30576328/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=134112 CPUtime=6.28 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 33539 0 0 0 617 11 0 0 20 0 1 0 335625206 137330688 32625 33554432000 4194304 7823515 140735790207296 140735790203992 4966545 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 33528 32625 455 887 0 32638 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 134112

[startup+12.7003 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 27070
/proc/meminfo: memFree=30485972/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=233372 CPUtime=12.69 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 51938 0 0 0 1253 16 0 0 20 0 1 0 335625206 238972928 55235 33554432000 4194304 7823515 140735790207296 140735790202632 6151321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 58343 55235 525 887 0 57453 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 233372

[startup+25.5003 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 27070
/proc/meminfo: memFree=30486320/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=238780 CPUtime=25.48 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 51977 0 0 0 2530 18 0 0 20 0 1 0 335625206 244510720 55275 33554432000 4194304 7823515 140735790207296 140735790202632 6208539 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 59695 55275 536 887 0 58805 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 238780

[startup+51.1003 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 27070
/proc/meminfo: memFree=30483808/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=238780 CPUtime=51.08 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 52041 0 0 0 5088 20 0 0 20 0 1 0 335625206 244510720 55608 33554432000 4194304 7823515 140735790207296 140735790202056 6180591 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 59695 55608 536 887 0 58805 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 238780

[startup+102.306 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 27071
/proc/meminfo: memFree=30503464/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=216272 CPUtime=102.27 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 52881 0 0 0 10202 25 0 0 20 0 1 0 335625206 221462528 50415 33554432000 4194304 7823515 140735790207296 140735790202440 4339152 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 54068 50415 547 887 0 53178 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 216272

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27071
/proc/meminfo: memFree=30448916/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=263852 CPUtime=162.26 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 59913 0 0 0 16184 42 0 0 20 0 1 0 335625206 270184448 63746 33554432000 4194304 7823515 140735790207296 140735790202440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 65963 63746 567 887 0 65073 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 263852

[startup+222.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 27071
/proc/meminfo: memFree=30441596/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=268888 CPUtime=222.25 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 60342 0 0 0 22167 58 0 0 20 0 1 0 335625206 275341312 65103 33554432000 4194304 7823515 140735790207296 140735790202392 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67222 65103 567 887 0 66332 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 268888

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 27071
/proc/meminfo: memFree=30438788/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=269816 CPUtime=282.24 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75122 0 0 0 28150 74 0 0 20 0 1 0 335625206 276291584 65591 33554432000 4194304 7823515 140735790207296 140735790201992 6211560 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67454 65591 577 887 0 66564 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 269816

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 27071
/proc/meminfo: memFree=30437972/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270048 CPUtime=342.22 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75187 0 0 0 34141 81 0 0 20 0 1 0 335625206 276529152 65654 33554432000 4194304 7823515 140735790207296 140735790201992 6211625 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67512 65654 577 887 0 66622 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 270048

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 27075
/proc/meminfo: memFree=30434704/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270048 CPUtime=402.22 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75190 0 0 0 40133 89 0 0 20 0 1 0 335625206 276529152 65657 33554432000 4194304 7823515 140735790207296 140735790201992 6254106 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67512 65657 577 887 0 66622 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 270048

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/176 27075
/proc/meminfo: memFree=30435000/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270048 CPUtime=462.21 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75190 0 0 0 46125 96 0 0 20 0 1 0 335625206 276529152 65657 33554432000 4194304 7823515 140735790207296 140735790201992 6212422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67512 65657 577 887 0 66622 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 270048

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 27076
/proc/meminfo: memFree=30433628/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270048 CPUtime=522.19 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75190 0 0 0 52116 103 0 0 20 0 1 0 335625206 276529152 65657 33554432000 4194304 7823515 140735790207296 140735790202456 6150516 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67512 65657 577 887 0 66622 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 270048

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 27076
/proc/meminfo: memFree=30432136/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270048 CPUtime=582.19 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75190 0 0 0 58109 110 0 0 20 0 1 0 335625206 276529152 65657 33554432000 4194304 7823515 140735790207296 140735790202456 6211719 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67512 65657 577 887 0 66622 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 270048

[startup+642.3 s]

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

/proc/meminfo: memFree=30358388/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270540 CPUtime=1122.11 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75300 0 0 0 112035 176 0 0 20 0 1 0 335625206 277032960 65767 33554432000 4194304 7823515 140735790207296 140735790202760 5925270 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67635 65767 578 887 0 66745 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 270540

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27370
/proc/meminfo: memFree=30358264/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270540 CPUtime=1182.1 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75300 0 0 0 118029 181 0 0 20 0 1 0 335625206 277032960 65767 33554432000 4194304 7823515 140735790207296 140735790203224 6212430 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67635 65767 578 887 0 66745 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 270540

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27370
/proc/meminfo: memFree=30357892/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270540 CPUtime=1242.09 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75300 0 0 0 124020 189 0 0 20 0 1 0 335625206 277032960 65767 33554432000 4194304 7823515 140735790207296 140735790202760 6211560 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67635 65767 578 887 0 66745 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 270540

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27371
/proc/meminfo: memFree=30356280/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270540 CPUtime=1302.09 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75300 0 0 0 130012 197 0 0 20 0 1 0 335625206 277032960 65767 33554432000 4194304 7823515 140735790207296 140735790202760 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67635 65767 578 887 0 66745 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 270540

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27371
/proc/meminfo: memFree=30355716/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=271436 CPUtime=1362.07 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 75535 0 0 0 136003 204 0 0 20 0 1 0 335625206 277950464 66002 33554432000 4194304 7823515 140735790207296 140735790202344 6209535 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67859 66002 578 887 0 66969 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 271436

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27371
/proc/meminfo: memFree=30352616/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=273924 CPUtime=1422.07 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 76194 0 0 0 141995 212 0 0 20 0 1 0 335625206 280498176 66639 33554432000 4194304 7823515 140735790207296 140735790202632 6211337 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 68481 66639 578 887 0 67591 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 273924

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 27371
/proc/meminfo: memFree=30351932/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=273924 CPUtime=1482.06 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 76194 0 0 0 147985 221 0 0 20 0 1 0 335625206 280498176 66639 33554432000 4194304 7823515 140735790207296 140735790202760 6212327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 68481 66639 578 887 0 67591 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 273924

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 27371
/proc/meminfo: memFree=30352428/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=273924 CPUtime=1542.04 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 76194 0 0 0 153976 228 0 0 20 0 1 0 335625206 280498176 66639 33554432000 4194304 7823515 140735790207296 140735790202760 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 68481 66639 578 887 0 67591 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 273924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27375
/proc/meminfo: memFree=30350728/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=273924 CPUtime=1602.04 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 76194 0 0 0 159970 234 0 0 20 0 1 0 335625206 280498176 66639 33554432000 4194304 7823515 140735790207296 140735790202088 6211711 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 68481 66639 578 887 0 67591 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 273924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27375
/proc/meminfo: memFree=30344116/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=279696 CPUtime=1662.02 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 77151 0 0 0 165960 242 0 0 20 0 1 0 335625206 286408704 68073 33554432000 4194304 7823515 140735790207296 140735790201960 6211707 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 69924 68073 578 887 0 69034 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 279696

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30352488/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270944 CPUtime=1722.01 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81180 0 0 0 171950 251 0 0 20 0 1 0 335625206 277446656 65832 33554432000 4194304 7823515 140735790207296 140735790202632 6236694 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67736 65832 578 887 0 66846 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 270944

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30351992/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270944 CPUtime=1782.01 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81180 0 0 0 177942 259 0 0 20 0 1 0 335625206 277446656 65832 33554432000 4194304 7823515 140735790207296 140735790202776 6237350 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67736 65832 578 887 0 66846 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 270944

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30352240/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270944 CPUtime=1785.2 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81180 0 0 0 178261 259 0 0 20 0 1 0 335625206 277446656 65832 33554432000 4194304 7823515 140735790207296 140735790202776 6211638 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67736 65832 578 887 0 66846 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 270944

[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30351372/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270944 CPUtime=1788.41 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81180 0 0 0 178581 260 0 0 20 0 1 0 335625206 277446656 65832 33554432000 4194304 7823515 140735790207296 140735790202776 6234942 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67736 65832 578 887 0 66846 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 270944

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30351372/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270944 CPUtime=1791.61 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81180 0 0 0 178901 260 0 0 20 0 1 0 335625206 277446656 65832 33554432000 4194304 7823515 140735790207296 140735790203096 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67736 65832 578 887 0 66846 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 270944

[startup+1793.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30351496/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270944 CPUtime=1793.2 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81180 0 0 0 179060 260 0 0 20 0 1 0 335625206 277446656 65832 33554432000 4194304 7823515 140735790207296 140735790202632 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67736 65832 578 887 0 66846 0
Current children cumulated CPU time (s) 1793.2
Current children cumulated vsize (KiB) 270944

[startup+1793.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30351496/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270944 CPUtime=1793.6 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81180 0 0 0 179100 260 0 0 20 0 1 0 335625206 277446656 65832 33554432000 4194304 7823515 140735790207296 140735790202632 6212418 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67736 65832 578 887 0 66846 0
Current children cumulated CPU time (s) 1793.6
Current children cumulated vsize (KiB) 270944

[startup+1794.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30351496/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=270944 CPUtime=1794 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81182 0 0 0 179140 260 0 0 20 0 1 0 335625206 277446656 65834 33554432000 4194304 7823515 140735790207296 140735790202632 5785091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 67736 65834 580 887 0 66846 0
Current children cumulated CPU time (s) 1794
Current children cumulated vsize (KiB) 270944

[startup+1794.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 27375
/proc/meminfo: memFree=30351496/32873844 swapFree=7900/7900
[pid=27069] ppid=27067 vsize=254792 CPUtime=1794.1 cores=1,3,5,7
/proc/27069/stat : 27069 (pbscip.linux.x8) R 27067 27069 17150 0 -1 4202496 81182 0 0 0 179150 260 0 0 20 0 1 0 335625206 260907008 63002 33554432000 4194304 7823515 140735790207296 140735790202632 5875083 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27069/statm: 63698 62793 580 887 0 62808 0
Current children cumulated CPU time (s) 1794.1
Current children cumulated vsize (KiB) 254792

Child status: 0
Real time (s): 1794.41
CPU time (s): 1794.12
CPU user time (s): 1791.51
CPU system time (s): 2.6126
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 327900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.51
system time used= 2.6126
maximum resident set size= 318532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81185
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= 25
involuntary context switches= 1845

runsolver used 5.34619 second user time and 18.6142 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 05:43:27
IDJOB=3731947
IDBENCH=2013
IDSOLVER=2321
FILE ID=node137/3731947-1338695007
RUNJOBID= node137-1338679216-25613
PBS_JOBID= 14636676
Free space on /tmp= 70324 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-PB05/manquinho/ttp/normalized-circ10_3.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-3731947-1338695007/watcher-3731947-1338695007 -o /tmp/evaluation-result-3731947-1338695007/solver-3731947-1338695007 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731947-1338695007.opb

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

MD5SUM BENCH= 2821538067d8c071dc9bd4a000c6d040
RANDOM SEED=1473194679

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:        30706312 kB
Buffers:          174920 kB
Cached:          1102752 kB
SwapCached:         5796 kB
Active:           732932 kB
Inactive:         617700 kB
Active(anon):      68416 kB
Inactive(anon):     7172 kB
Active(file):     664516 kB
Inactive(file):   610528 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:             13108 kB
Writeback:             0 kB
AnonPages:         78732 kB
Mapped:            11396 kB
Shmem:                 0 kB
Slab:             677708 kB
SReclaimable:     118536 kB
SUnreclaim:       559172 kB
KernelStack:        1480 kB
PageTables:         4296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     191776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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 06:13:21