Trace number 3744955

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 NameAnswerCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1795.58 1795.86

General information on the benchmark

NameOPT-SMALLINT-LIN/graca/
normalized-ped3.D.recomb10-0.20-11.opb
MD5SUMbe0ee53d1d6c84942735566cff0a7cef
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark690
Best CPU time to get the best result obtained on this benchmark4.36333
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62688
Total number of constraints289057
Number of constraints which are clauses289057
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 1880
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 525480
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 525480
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.73	c SCIP version 1.1.0.7
1.49/1.73	c LP-Solver SoPlex 1.4.1
1.49/1.73	c user parameter file <scip.set> not found - using default parameters
1.49/1.73	c read problem <HOME/instance-3744955-1339017751.opb>
1.49/1.73	c original problem has 62688 variables (62688 bin, 0 int, 0 impl, 0 cont) and 289057 constraints
2.19/2.23	c start presolving problem
2.19/2.23	c presolving:
3.89/3.95	c (round 1) 22644 del vars, 164820 del conss, 18435 chg bounds, 72 chg sides, 110 chg coeffs, 0 upgd conss, 2623976 impls, 0 clqs
4.19/4.26	c (round 2) 32927 del vars, 184220 del conss, 18640 chg bounds, 72 chg sides, 110 chg coeffs, 0 upgd conss, 2640833 impls, 0 clqs
4.39/4.43	c (round 3) 37560 del vars, 198293 del conss, 18640 chg bounds, 108 chg sides, 174 chg coeffs, 0 upgd conss, 2641637 impls, 0 clqs
4.49/4.52	c (round 4) 39852 del vars, 204656 del conss, 18640 chg bounds, 111 chg sides, 179 chg coeffs, 0 upgd conss, 2641637 impls, 0 clqs
4.89/4.97	c (round 5) 39918 del vars, 204656 del conss, 18640 chg bounds, 111 chg sides, 179 chg coeffs, 83763 upgd conss, 2641637 impls, 0 clqs
4.99/5.06	c (round 6) 39918 del vars, 204656 del conss, 18640 chg bounds, 111 chg sides, 179 chg coeffs, 84401 upgd conss, 2641637 impls, 0 clqs
7.38/7.48	c    (5.3s) probing: 1000/22770 (4.4%) - 0 fixings, 0 aggregations, 44502 implications, 0 bound changes
9.59/9.65	c    (7.5s) probing: 2000/22770 (8.8%) - 0 fixings, 0 aggregations, 91674 implications, 0 bound changes
9.59/9.65	c    (7.5s) probing: 2001/22770 (8.8%) - 0 fixings, 0 aggregations, 91691 implications, 0 bound changes
9.59/9.65	c    (7.5s) probing aborted: 2000/2000 successive useless probings
9.59/9.65	c presolving (7 rounds):
9.59/9.65	c  39918 deleted vars, 204656 deleted constraints, 18640 tightened bounds, 0 added holes, 111 changed sides, 179 changed coefficients
9.59/9.65	c  2852715 implications, 0 cliques
9.59/9.65	c presolved problem has 22770 variables (22770 bin, 0 int, 0 impl, 0 cont) and 84401 constraints
9.59/9.65	c   84401 constraints of type <logicor>
9.59/9.65	c transformed objective value is always integral (scale: 1)
9.59/9.65	c Presolving Time: 7.18
9.59/9.66	c strange?!, PURESAT with obj
9.59/9.66	c -----------------------------------------------------------------------------------------------
9.59/9.66	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.59/9.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.59/9.66	c limits/memory = c 13950
9.59/9.66	c # maximal time in seconds to run
9.59/9.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.59/9.66	c limits/time = c 1791
9.59/9.66	c # frequency for displaying node information lines
9.59/9.66	c # [type: int, range: [-1,2147483647], default: 100]
9.59/9.66	c display/freq = c 10000
9.59/9.66	c -----------------------------------------------------------------------------------------------
9.59/9.66	c start solving problem
9.59/9.66	c 
36.78/36.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.78/36.88	c  34.7s|     1 |     0 | 21140 | 344M|   0 |8224 |  22k|  84k|  84k|  22k|  84k|   0 |   0 |   0 | 6.830000e+02 |      --      |    Inf 
137.57/137.67	c   135s|     1 |     0 | 51738 | 346M|   0 |7345 |  22k|  84k|  84k|  22k|  84k| 161 |   0 |   0 | 6.840000e+02 |      --      |    Inf 
186.96/187.06	c   185s|     1 |     0 | 61109 | 347M|   0 |6098 |  22k|  84k|  84k|  22k|  84k| 174 |   0 |   0 | 6.840000e+02 |      --      |    Inf 
262.95/263.09	c   261s|     1 |     0 | 77500 | 347M|   0 |3176 |  22k|  84k|  84k|  22k|  84k| 188 |   0 |   0 | 6.840000e+02 |      --      |    Inf 
302.94/303.04	c   300s|     1 |     0 | 86046 | 348M|   0 |3575 |  22k|  84k|  84k|  22k|  84k| 199 |   0 |   0 | 6.840000e+02 |      --      |    Inf 
385.03/385.17	c   382s|     1 |     0 |104302 | 348M|   0 |3869 |  22k|  84k|  84k|  22k|  84k| 213 |   0 |   0 | 6.840000e+02 |      --      |    Inf 
482.02/482.13	c   479s|     1 |     0 |124204 | 349M|   0 |4055 |  22k|  84k|  84k|  22k|  84k| 226 |   0 |   0 | 6.840000e+02 |      --      |    Inf 
575.20/575.31	c   572s|     1 |     0 |143769 | 349M|   0 |3440 |  22k|  84k|  84k|  22k|  84k| 240 |   0 |   0 | 6.840000e+02 |      --      |    Inf 
646.19/646.33	c   643s|     1 |     0 |159182 | 350M|   0 |4813 |  22k|  84k|  84k|  22k|  84k| 253 |   0 |   0 | 6.840000e+02 |      --      |    Inf 
753.26/753.41	c   750s|     1 |     2 |159182 | 350M|   0 |4813 |  22k|  84k|  84k|  22k|  84k| 253 |   0 |  22 | 6.840000e+02 |      --      |    Inf 
1795.11/1795.47	c 
1795.11/1795.47	c SCIP Status        : solving was interrupted [time limit reached]
1795.11/1795.47	c Solving Time (sec) : 1791.01
1795.11/1795.47	c Solving Nodes      : 8
1795.11/1795.47	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.11/1795.47	c Dual Bound         : +6.84000000000000e+02
1795.11/1795.47	c Gap                : infinite
1795.11/1795.47	c NODE         8
1795.11/1795.47	c DUAL BOUND   684
1795.11/1795.47	c PRIMAL BOUND 1e+20
1795.11/1795.47	c GAP          1e+20
1795.11/1795.47	s UNKNOWN
1795.11/1795.47	c SCIP Status        : solving was interrupted [time limit reached]
1795.11/1795.47	c Solving Time       :    1791.01
1795.11/1795.47	c Original Problem   :
1795.11/1795.47	c   Problem name     : HOME/instance-3744955-1339017751.opb
1795.11/1795.47	c   Variables        : 62688 (62688 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.11/1795.47	c   Constraints      : 289057 initial, 289057 maximal
1795.11/1795.47	c Presolved Problem  :
1795.11/1795.47	c   Problem name     : t_HOME/instance-3744955-1339017751.opb
1795.11/1795.47	c   Variables        : 22770 (22770 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.11/1795.47	c   Constraints      : 84401 initial, 84401 maximal
1795.11/1795.47	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.11/1795.47	c   trivial          :       0.03          0          0          0          0          0          0          0          0
1795.11/1795.47	c   dualfix          :       0.14      14961          0          0          0          0          0          0          0
1795.11/1795.47	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.11/1795.47	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.11/1795.47	c   implics          :       0.31          0        112          0          0          0          0          0          0
1795.11/1795.47	c   probing          :       4.49          0          0          0          0          0          0          0          0
1795.11/1795.47	c   linear           :       1.64      18725       6120          0      18640          0     204656        111        179
1795.11/1795.47	c   logicor          :       0.19          0          0          0          0          0          0          0          0
1795.11/1795.47	c   root node        :          -          0          -          -          0          -          -          -          -
1795.11/1795.47	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.11/1795.47	c   integral         :          0          0          0          8          0          0          0          0          0         16
1795.11/1795.47	c   logicor          :      84401          8       4231          0          0          0        841          0          0          0
1795.11/1795.47	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.11/1795.47	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.11/1795.47	c   integral         :     650.34       0.00       0.00     650.34       0.00
1795.11/1795.47	c   logicor          :       1.07       0.08       0.99       0.00       0.00
1795.11/1795.47	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.11/1795.47	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.11/1795.47	c   rootredcost      :       0.00          0          0          0
1795.11/1795.47	c   pseudoobj        :       0.00         81          0          0
1795.11/1795.47	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.11/1795.47	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1795.11/1795.47	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.11/1795.47	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.11/1795.47	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.11/1795.47	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.11/1795.47	c   applied globally :          -          -          -          0        0.0          -          -          -
1795.11/1795.47	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.11/1795.47	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.11/1795.47	c   cut pool         :       0.00          7          -          -         95          -    (maximal pool size: 1127)
1795.11/1795.47	c   redcost          :       0.03         15          0          0          0          0
1795.11/1795.47	c   impliedbounds    :       0.11          8          0          0        150          0
1795.11/1795.47	c   intobj           :       0.00          0          0          0          0          0
1795.11/1795.47	c   gomory           :       5.91          8          0          0       4000          0
1795.11/1795.47	c   strongcg         :       5.64          8          0          0       4000          0
1795.11/1795.47	c   cmir             :      23.09          8          0          0          0          0
1795.11/1795.47	c   flowcover        :      25.03          8          0          0          8          0
1795.11/1795.47	c   clique           :       9.47          8          0          0         51          0
1795.11/1795.47	c   zerohalf         :       0.00          0          0          0          0          0
1795.11/1795.47	c   mcf              :       0.09          1          0          0          0          0
1795.11/1795.47	c Pricers            :       Time      Calls       Vars
1795.11/1795.47	c   problem variables:       0.00          0          0
1795.11/1795.47	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.11/1795.47	c   relpscost        :     650.34          8          0          0          0          0         16
1795.11/1795.47	c   pscost           :       0.00          0          0          0          0          0          0
1795.11/1795.47	c   inference        :       0.00          0          0          0          0          0          0
1795.11/1795.47	c   mostinf          :       0.00          0          0          0          0          0          0
1795.11/1795.47	c   leastinf         :       0.00          0          0          0          0          0          0
1795.11/1795.47	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.11/1795.47	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.11/1795.47	c   random           :       0.00          0          0          0          0          0          0
1795.11/1795.47	c Primal Heuristics  :       Time      Calls      Found
1795.11/1795.47	c   LP solutions     :       0.00          -          0
1795.11/1795.47	c   pseudo solutions :       0.00          -          0
1795.11/1795.47	c   oneopt           :       0.00          0          0
1795.11/1795.47	c   pscostdiving     :       0.00          0          0
1795.11/1795.47	c   fracdiving       :       0.00          0          0
1795.11/1795.47	c   veclendiving     :       0.00          0          0
1795.11/1795.47	c   objpscostdiving  :       0.00          0          0
1795.11/1795.47	c   rootsoldiving    :       0.00          0          0
1795.11/1795.47	c   linesearchdiving :       0.00          0          0
1795.11/1795.47	c   simplerounding   :       0.00          0          0
1795.11/1795.47	c   rounding         :       0.12         16          0
1795.11/1795.47	c   shifting         :       2.61          9          0
1795.11/1795.47	c   intshifting      :       0.00          0          0
1795.11/1795.47	c   fixandinfer      :       0.00          0          0
1795.11/1795.47	c   feaspump         :      71.44          1          0
1795.11/1795.47	c   coefdiving       :     233.11          1          0
1795.11/1795.47	c   intdiving        :       0.00          0          0
1795.11/1795.47	c   actconsdiving    :       0.00          0          0
1795.11/1795.47	c   guideddiving     :       0.00          0          0
1795.11/1795.47	c   octane           :       0.00          0          0
1795.11/1795.47	c   rens             :       0.64          1          0
1795.11/1795.47	c   rins             :       0.00          0          0
1795.11/1795.47	c   localbranching   :       0.00          0          0
1795.11/1795.47	c   mutation         :       0.00          0          0
1795.11/1795.47	c   crossover        :       0.00          0          0
1795.11/1795.47	c   dins             :       0.00          0          0
1795.11/1795.47	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.11/1795.47	c   primal LP        :       0.05          0          0       0.00       0.00
1795.11/1795.47	c   dual LP          :     755.27         16     204858   12803.62     271.24
1795.11/1795.47	c   barrier LP       :       0.00          0          0       0.00          -
1795.11/1795.47	c   diving/probing LP:     303.03         97      82273     848.18     271.50
1795.11/1795.47	c   strong branching :     650.32        187     136064     727.61     209.23
1795.11/1795.47	c     (at root node) :          -         22      21002     954.64          -
1795.11/1795.47	c   conflict analysis:       0.00          0          0       0.00          -
1795.11/1795.47	c B&B Tree           :
1795.11/1795.47	c   number of runs   :          1
1795.11/1795.47	c   nodes            :          8
1795.11/1795.47	c   nodes (total)    :          8
1795.11/1795.47	c   nodes left       :          9
1795.11/1795.47	c   max depth        :          7
1795.11/1795.47	c   max depth (total):          7
1795.11/1795.47	c   backtracks       :          0 (0.0%)
1795.11/1795.47	c   delayed cutoffs  :          0
1795.11/1795.47	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.11/1795.47	c   avg switch length:       1.00
1795.11/1795.47	c   switching time   :       0.06
1795.11/1795.47	c Solution           :
1795.11/1795.47	c   Solutions found  :          0 (0 improvements)
1795.11/1795.47	c   Primal Bound     :          -
1795.11/1795.47	c   Dual Bound       : +6.84000000000000e+02
1795.11/1795.47	c   Gap              :   infinite
1795.11/1795.47	c   Root Dual Bound  : +6.84000000000000e+02
1795.51/1795.86	c Time complete: 1795.57.

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-3744955-1339017751/watcher-3744955-1339017751 -o /tmp/evaluation-result-3744955-1339017751/solver-3744955-1339017751 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3744955-1339017751.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: 0.00 0.00 0.00 3/176 21513
/proc/meminfo: memFree=28810900/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=9132 CPUtime=0 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 1622 0 0 0 0 0 0 0 20 0 1 0 367899706 9351168 1574 33554432000 4194304 7823515 140735163413648 140737230190984 6888849 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 2283 1574 349 887 0 1393 0

[startup+0.0312941 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 21513
/proc/meminfo: memFree=28810900/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=13928 CPUtime=0.02 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 2824 0 0 0 2 0 0 0 20 0 1 0 367899706 14262272 2776 33554432000 4194304 7823515 140735163413648 140737230190984 4511625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 3482 2790 354 887 0 2592 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13928

[startup+0.100326 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 21513
/proc/meminfo: memFree=28810900/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=21372 CPUtime=0.09 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 4682 0 0 0 9 0 0 0 20 0 1 0 367899706 21884928 4634 33554432000 4194304 7823515 140735163413648 140737230190984 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 5343 4634 354 887 0 4453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21372

[startup+0.300293 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 21513
/proc/meminfo: memFree=28810900/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=37916 CPUtime=0.29 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 8708 0 0 0 28 1 0 0 20 0 1 0 367899706 38825984 8661 33554432000 4194304 7823515 140735163413648 140737230190984 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 9479 8695 354 887 0 8589 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37916

[startup+0.700298 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 21513
/proc/meminfo: memFree=28810900/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=71428 CPUtime=0.69 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 17163 0 0 0 67 2 0 0 20 0 1 0 367899706 73142272 17115 33554432000 4194304 7823515 140735163413648 140735163279752 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 17857 17115 354 887 0 16967 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71428

[startup+1.50024 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 21514
/proc/meminfo: memFree=28576856/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=137048 CPUtime=1.49 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 33544 0 0 0 143 6 0 0 20 0 1 0 367899706 140337152 33496 33554432000 4194304 7823515 140735163413648 140735163279752 6908057 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 34262 33496 354 887 0 33372 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137048

[startup+3.10029 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 21514
/proc/meminfo: memFree=28165788/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=429944 CPUtime=3.09 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 106034 0 0 0 284 25 0 0 20 0 1 0 367899706 440262656 105632 33554432000 4194304 7823515 140735163413648 140735163410584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 107486 105632 432 887 0 106596 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 429944

[startup+6.30022 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 21514
/proc/meminfo: memFree=27902392/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=513028 CPUtime=6.29 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 124705 0 0 0 583 46 0 0 20 0 1 0 367899706 525340672 126401 33554432000 4194304 7823515 140735163413648 140735163410344 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 128257 126401 448 887 0 127367 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 513028

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 3/177 21514
/proc/meminfo: memFree=27839024/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=588004 CPUtime=12.68 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 138061 0 0 0 1219 49 0 0 20 0 1 0 367899706 602116096 142878 33554432000 4194304 7823515 140735163413648 140735163408312 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 147001 142878 520 887 0 146111 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 588004

[startup+25.5003 s]
/proc/loadavg: 0.68 0.16 0.05 3/177 21515
/proc/meminfo: memFree=27782936/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=597492 CPUtime=25.49 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 140273 0 0 0 2497 52 0 0 20 0 1 0 367899706 611831808 145813 33554432000 4194304 7823515 140735163413648 140735163408984 6212632 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 149373 145813 520 887 0 148483 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 597492

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 3/177 21515
/proc/meminfo: memFree=27773896/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=600756 CPUtime=51.08 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 141279 0 0 0 5054 54 0 0 20 0 1 0 367899706 615174144 146819 33554432000 4194304 7823515 140735163413648 140735163408408 6208892 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 150189 146819 531 887 0 149299 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 600756

[startup+102.3 s]
/proc/loadavg: 1.66 0.58 0.20 3/177 21515
/proc/meminfo: memFree=27757500/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=603416 CPUtime=102.27 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 141643 0 0 0 10169 58 0 0 20 0 1 0 367899706 617897984 147694 33554432000 4194304 7823515 140735163413648 140735163408408 6208344 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 150854 147694 531 887 0 149964 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 603416

[startup+162.3 s]
/proc/loadavg: 1.87 0.83 0.31 3/177 21515
/proc/meminfo: memFree=27728256/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=625088 CPUtime=162.26 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 144179 0 0 0 16148 78 0 0 20 0 1 0 367899706 640090112 152719 33554432000 4194304 7823515 140735163413648 140735163408984 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 156272 152719 560 887 0 155382 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 625088

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.42 3/177 21515
/proc/meminfo: memFree=27719852/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=628324 CPUtime=222.26 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 144881 0 0 0 22142 84 0 0 20 0 1 0 367899706 643403776 153421 33554432000 4194304 7823515 140735163413648 140735163409336 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 157081 153421 560 887 0 156191 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 628324

[startup+282.3 s]
/proc/loadavg: 2.05 1.23 0.52 3/177 21515
/proc/meminfo: memFree=27706324/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=636752 CPUtime=282.24 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 146337 0 0 0 28136 88 0 0 20 0 1 0 367899706 652034048 155899 33554432000 4194304 7823515 140735163413648 140735163408984 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 159188 155899 560 887 0 158298 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 636752

[startup+342.3 s]
/proc/loadavg: 2.06 1.38 0.61 3/177 21516
/proc/meminfo: memFree=27696384/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=636752 CPUtime=342.23 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 146986 0 0 0 34130 93 0 0 20 0 1 0 367899706 652034048 156555 33554432000 4194304 7823515 140735163413648 140735163408312 6212302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 159188 156555 560 887 0 158298 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 636752

[startup+402.3 s]
/proc/loadavg: 2.02 1.49 0.70 3/177 21516
/proc/meminfo: memFree=27696040/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=636752 CPUtime=402.22 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 147046 0 0 0 40124 98 0 0 20 0 1 0 367899706 652034048 156619 33554432000 4194304 7823515 140735163413648 140735163409448 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 159188 156619 561 887 0 158298 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 636752

[startup+462.3 s]
/proc/loadavg: 2.01 1.58 0.78 3/178 21519
/proc/meminfo: memFree=27690852/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=636752 CPUtime=462.22 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 147081 0 0 0 46119 103 0 0 20 0 1 0 367899706 652034048 156952 33554432000 4194304 7823515 140735163413648 140735163408312 6212552 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 159188 156952 561 887 0 158298 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 636752

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.85 3/177 21519
/proc/meminfo: memFree=27687912/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=637136 CPUtime=522.21 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 147172 0 0 0 52113 108 0 0 20 0 1 0 367899706 652427264 157043 33554432000 4194304 7823515 140735163413648 140735163408984 6237405 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 159284 157043 561 887 0 158394 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 637136

[startup+582.307 s]
/proc/loadavg: 2.04 1.73 0.92 3/177 21519
/proc/meminfo: memFree=27680660/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=637136 CPUtime=582.21 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 147185 0 0 0 58106 115 0 0 20 0 1 0 367899706 652427264 157478 33554432000 4194304 7823515 140735163413648 140735163409448 5597699 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 159284 157478 561 887 0 158394 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 637136

[startup+642.3 s]

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

/proc/meminfo: memFree=27652548/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1122.12 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181277 0 0 0 112030 182 0 0 20 0 1 0 367899706 665317376 161195 33554432000 4194304 7823515 140735163413648 140735163408344 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161195 567 887 0 161541 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 649724

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/177 21525
/proc/meminfo: memFree=27652176/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1182.11 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181278 0 0 0 118022 189 0 0 20 0 1 0 367899706 665317376 161196 33554432000 4194304 7823515 140735163413648 140735163408984 6212718 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161196 567 887 0 161541 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 649724

[startup+1242.31 s]
/proc/loadavg: 2.00 1.97 1.46 3/177 21526
/proc/meminfo: memFree=27649200/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1242.1 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181297 0 0 0 124015 195 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163408344 6212353 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 649724

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/177 21526
/proc/meminfo: memFree=27648452/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1302.08 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181298 0 0 0 130008 200 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163409336 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 649724

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/177 21526
/proc/meminfo: memFree=27647576/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1362.08 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 136003 205 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163408344 6211574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 649724

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.54 3/177 21526
/proc/meminfo: memFree=27645344/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1422.06 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 141992 214 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163408984 6908057 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 649724

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/177 21526
/proc/meminfo: memFree=27644848/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1482.06 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 147985 221 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163408344 6212418 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 649724

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/176 21526
/proc/meminfo: memFree=27644980/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1542.05 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 153979 226 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163408344 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 649724

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/177 21527
/proc/meminfo: memFree=27643236/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1602.04 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 159973 231 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163408440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 649724

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/178 21530
/proc/meminfo: memFree=27643228/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1662.03 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 165965 238 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163409464 6206197 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 649724

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/177 21530
/proc/meminfo: memFree=27642916/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1722.03 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 171959 244 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163409112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 649724

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 21530
/proc/meminfo: memFree=27640684/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1782.02 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 177952 250 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163409112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 649724

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

[startup+1785.9 s]
/proc/loadavg: 2.00 1.97 1.67 3/177 21530
/proc/meminfo: memFree=27641056/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1785.61 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 178311 250 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163409112 6234902 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (KiB) 649724

[startup+1792.31 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21530
/proc/meminfo: memFree=27641180/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1792.02 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 178951 251 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163409112 6212422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1792.02
Current children cumulated vsize (KiB) 649724

[startup+1793.9 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21530
/proc/meminfo: memFree=27641180/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1793.61 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 179110 251 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163409112 6212422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (KiB) 649724

[startup+1794.7 s]
/proc/loadavg: 2.00 1.97 1.68 3/177 21530
/proc/meminfo: memFree=27641180/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1794.41 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181299 0 0 0 179190 251 0 0 20 0 1 0 367899706 665317376 161215 33554432000 4194304 7823515 140735163413648 140735163409112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161215 567 887 0 161541 0
Current children cumulated CPU time (s) 1794.41
Current children cumulated vsize (KiB) 649724

[startup+1795.5 s]
/proc/loadavg: 2.00 1.97 1.68 2/171 21554
/proc/meminfo: memFree=28220948/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=649724 CPUtime=1795.21 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181301 0 0 0 179270 251 0 0 20 0 1 0 367899706 665317376 161217 33554432000 4194304 7823515 140735163413648 140735163409112 4301917 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 162431 161217 569 887 0 161541 0
Current children cumulated CPU time (s) 1795.21
Current children cumulated vsize (KiB) 649724

[startup+1795.7 s]
/proc/loadavg: 2.00 1.97 1.68 2/171 21554
/proc/meminfo: memFree=28220948/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=647096 CPUtime=1795.41 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181301 0 0 0 179290 251 0 0 20 0 1 0 367899706 662626304 160652 33554432000 4194304 7823515 140735163413648 140735163409160 5875712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 161774 160652 569 887 0 160884 0
Current children cumulated CPU time (s) 1795.41
Current children cumulated vsize (KiB) 647096

[startup+1795.8 s]
/proc/loadavg: 2.00 1.97 1.68 2/171 21554
/proc/meminfo: memFree=28220948/32873844 swapFree=7900/7900
[pid=21513] ppid=21511 vsize=599944 CPUtime=1795.51 cores=1,3,5,7
/proc/21513/stat : 21513 (pbscip.linux.x8) R 21511 21513 21469 0 -1 4202496 181301 0 0 0 179299 252 0 0 20 0 1 0 367899706 614342656 148866 33554432000 4194304 7823515 140735163413648 140735163409160 5875714 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21513/statm: 149986 148866 569 887 0 149096 0
Current children cumulated CPU time (s) 1795.51
Current children cumulated vsize (KiB) 599944

Child status: 0
Real time (s): 1795.86
CPU time (s): 1795.58
CPU user time (s): 1793.04
CPU system time (s): 2.53761
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 749356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.04
system time used= 2.53761
maximum resident set size= 743420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181304
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= 17
involuntary context switches= 1846

runsolver used 2.96555 second user time and 8.5497 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-06 23:22:32
IDJOB=3744955
IDBENCH=92882
IDSOLVER=2321
FILE ID=node137/3744955-1339017751
RUNJOBID= node137-1339017751-21486
PBS_JOBID= 14643278
Free space on /tmp= 70432 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/graca/normalized-ped3.D.recomb10-0.20-11.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-3744955-1339017751/watcher-3744955-1339017751 -o /tmp/evaluation-result-3744955-1339017751/solver-3744955-1339017751 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3744955-1339017751.opb

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

MD5SUM BENCH= be0ee53d1d6c84942735566cff0a7cef
RANDOM SEED=777605245

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:        28813884 kB
Buffers:          325520 kB
Cached:          2858696 kB
SwapCached:         5840 kB
Active:          1120668 kB
Inactive:        2111988 kB
Active(anon):      43612 kB
Inactive(anon):     7156 kB
Active(file):    1077056 kB
Inactive(file):  2104832 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097516 kB
Dirty:             28468 kB
Writeback:            12 kB
AnonPages:         52224 kB
Mapped:            10816 kB
Shmem:                 0 kB
Slab:             687664 kB
SReclaimable:     128988 kB
SUnreclaim:       558676 kB
KernelStack:        1408 kB
PageTables:         4080 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70432 MiB
End job on node137 at 2012-06-06 23:52:28