Trace number 3738384

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)? 1799.51 1799.81

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.10	c SCIP version 1.1.0.7
0.09/0.10	c LP-Solver SoPlex 1.4.1
0.09/0.10	c user parameter file <scip.set> not found - using default parameters
0.09/0.10	c read problem <HOME/instance-3738384-1338755430.opb>
0.09/0.10	c original problem has 8424 variables (8424 bin, 0 int, 0 impl, 0 cont) and 9089 constraints
0.09/0.14	c start presolving problem
0.09/0.14	c presolving:
0.09/0.17	c (round 1) 9 del vars, 1 del conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16830 impls, 97 clqs
0.09/0.19	c (round 2) 9 del vars, 8416 del conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16830 impls, 97 clqs
0.19/0.21	c (round 3) 9 del vars, 8416 del conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 16830 impls, 97 clqs
0.69/0.71	c    (0.6s) probing: 101/8415 (1.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.71	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.69/0.71	c presolving (4 rounds):
0.69/0.71	c  9 deleted vars, 8416 deleted constraints, 9 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.71	c  16830 implications, 2293 cliques
0.69/0.71	c presolved problem has 8415 variables (8415 bin, 0 int, 0 impl, 0 cont) and 673 constraints
0.69/0.71	c     576 constraints of type <knapsack>
0.69/0.71	c      97 constraints of type <setppc>
0.69/0.71	c transformed objective value is always integral (scale: 1)
0.69/0.71	c Presolving Time: 0.57
0.69/0.71	c OPT-LIN
0.69/0.71	c -----------------------------------------------------------------------------------------------
0.69/0.71	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.71	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.71	c limits/memory = c 13950
0.69/0.71	c # maximal time in seconds to run
0.69/0.71	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.71	c limits/time = c 1791
0.69/0.71	c # frequency for displaying node information lines
0.69/0.71	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.71	c display/freq = c 10000
0.69/0.71	c -----------------------------------------------------------------------------------------------
0.69/0.71	c start solving problem
0.69/0.71	c 
0.79/0.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.80	c   0.7s|     1 |     0 |  1179 |  30M|   0 |  77 |8415 | 673 | 673 |8415 | 673 |   0 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
1.79/1.85	c   1.7s|     1 |     0 |  4516 |  33M|   0 | 146 |8415 | 673 | 673 |8415 | 712 |  39 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
2.49/2.58	c   2.4s|     1 |     0 |  5711 |  34M|   0 | 164 |8415 | 673 | 673 |8415 | 750 |  77 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
3.69/3.72	c   3.6s|     1 |     0 |  7773 |  35M|   0 | 164 |8415 | 673 | 673 |8415 | 793 | 120 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
4.49/4.54	c   4.4s|     1 |     0 |  8593 |  36M|   0 | 228 |8415 | 673 | 673 |8415 | 824 | 151 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
5.18/5.26	c   5.1s|     1 |     0 |  9189 |  37M|   0 | 251 |8415 | 673 | 673 |8415 | 858 | 185 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
6.59/6.62	c   6.5s|     1 |     0 | 10990 |  37M|   0 | 262 |8415 | 673 | 673 |8415 | 894 | 221 |   0 |   0 | 9.000000e+00 |      --      |    Inf 
20.69/20.80	c  20.6s|     1 |     2 | 10990 |  37M|   0 | 262 |8415 | 673 | 673 |8415 | 894 | 221 |   0 |  35 | 9.000000e+00 |      --      |    Inf 
1145.90/1146.17	c  1141s| 10000 |   662 |  1980k|  52M| 174 |   - |8415 |2922 | 898 |8415 | 813 | 221 |  21k|6715 | 9.000000e+00 |      --      |    Inf 
1799.39/1799.74	c 
1799.39/1799.74	c SCIP Status        : solving was interrupted [time limit reached]
1799.39/1799.74	c Solving Time (sec) : 1791.00
1799.39/1799.74	c Solving Nodes      : 15225
1799.39/1799.74	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.39/1799.74	c Dual Bound         : +9.00000000000000e+00
1799.39/1799.74	c Gap                : infinite
1799.39/1799.74	c NODE         15225
1799.39/1799.74	c DUAL BOUND   9
1799.39/1799.74	c PRIMAL BOUND 1e+20
1799.39/1799.74	c GAP          1e+20
1799.39/1799.74	s UNKNOWN
1799.39/1799.74	c SCIP Status        : solving was interrupted [time limit reached]
1799.39/1799.74	c Solving Time       :    1791.00
1799.39/1799.74	c Original Problem   :
1799.39/1799.74	c   Problem name     : HOME/instance-3738384-1338755430.opb
1799.39/1799.74	c   Variables        : 8424 (8424 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.39/1799.74	c   Constraints      : 9089 initial, 9089 maximal
1799.39/1799.74	c Presolved Problem  :
1799.39/1799.74	c   Problem name     : t_HOME/instance-3738384-1338755430.opb
1799.39/1799.74	c   Variables        : 8415 (8415 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.39/1799.74	c   Constraints      : 673 initial, 4799 maximal
1799.39/1799.74	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.39/1799.74	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.74	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.74	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.74	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.74	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.74	c   probing          :       0.04          0          0          0          0          0          0          0          0
1799.39/1799.74	c   knapsack         :       0.44          0          0          0          0          0          0          0          0
1799.39/1799.74	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1799.39/1799.74	c   linear           :       0.05          9          0          0          9          0       8416          0          0
1799.39/1799.74	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1799.39/1799.74	c   root node        :          -          0          -          -          0          -          -          -          -
1799.39/1799.74	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.39/1799.74	c   integral         :          0          0          0       9566          0         34       3281          0          0      16598
1799.39/1799.74	c   knapsack         :        576          6     147573          0          1          4     359072       1200          0          0
1799.39/1799.74	c   setppc           :         97          6     147569          0          1          2    1059919          0          0          0
1799.39/1799.74	c   logicor          :          0+         0      25970          0          0       1397      10280          0          0          0
1799.39/1799.74	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1799.39/1799.74	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.39/1799.74	c   integral         :     616.80       0.00       0.00     616.80       0.00
1799.39/1799.74	c   knapsack         :       2.66       0.02       2.64       0.00       0.00
1799.39/1799.74	c   setppc           :       0.86       0.00       0.86       0.00       0.00
1799.39/1799.74	c   logicor          :       1.17       0.00       1.17       0.00       0.00
1799.39/1799.74	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.39/1799.74	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.39/1799.74	c   rootredcost      :       0.03          0          0          0
1799.39/1799.74	c   pseudoobj        :       0.02          0          0          0
1799.39/1799.74	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.39/1799.74	c   propagation      :       0.56       1403       1400      15689      144.4          0        0.0          -
1799.39/1799.74	c   infeasible LP    :      44.59       5747       4606     128209      492.5          5       32.0          0
1799.39/1799.74	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.39/1799.74	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.39/1799.74	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.39/1799.74	c   applied globally :          -          -          -      31359      221.2          -          -          -
1799.39/1799.74	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.39/1799.74	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.39/1799.74	c   cut pool         :       0.00          5          -          -       1153          -    (maximal pool size: 2702)
1799.39/1799.74	c   redcost          :       1.14       9570          0          0          0          0
1799.39/1799.74	c   impliedbounds    :       0.00          6          0          0          0          0
1799.39/1799.74	c   intobj           :       0.00          0          0          0          0          0
1799.39/1799.74	c   gomory           :       0.06          6          0          0         79          0
1799.39/1799.74	c   strongcg         :       0.05          6          0          0         33          0
1799.39/1799.74	c   cmir             :       1.49          6          0          0       2702          0
1799.39/1799.74	c   flowcover        :       0.95          6          0          0       1203          0
1799.39/1799.74	c   clique           :       0.02          6          0          0         13          0
1799.39/1799.74	c   zerohalf         :       0.00          0          0          0          0          0
1799.39/1799.74	c   mcf              :       0.00          1          0          0          0          0
1799.39/1799.74	c Pricers            :       Time      Calls       Vars
1799.39/1799.74	c   problem variables:       0.00          0          0
1799.39/1799.74	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.39/1799.74	c   relpscost        :     616.78       9566         34       3281          0          0      16598
1799.39/1799.74	c   pscost           :       0.00          0          0          0          0          0          0
1799.39/1799.74	c   inference        :       0.00          1          0          0          0          0          2
1799.39/1799.74	c   mostinf          :       0.00          0          0          0          0          0          0
1799.39/1799.74	c   leastinf         :       0.00          0          0          0          0          0          0
1799.39/1799.74	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.39/1799.74	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.39/1799.74	c   random           :       0.00          0          0          0          0          0          0
1799.39/1799.74	c Primal Heuristics  :       Time      Calls      Found
1799.39/1799.74	c   LP solutions     :       0.00          -          0
1799.39/1799.74	c   pseudo solutions :       0.00          -          0
1799.39/1799.74	c   oneopt           :       0.01          0          0
1799.39/1799.74	c   crossover        :       0.01          0          0
1799.39/1799.74	c   guideddiving     :       0.00          0          0
1799.39/1799.74	c   intshifting      :       0.00          0          0
1799.39/1799.74	c   coefdiving       :       9.28          7          0
1799.39/1799.74	c   pscostdiving     :      14.09          7          0
1799.39/1799.74	c   fracdiving       :      19.29          7          0
1799.39/1799.74	c   veclendiving     :      16.70          7          0
1799.39/1799.74	c   linesearchdiving :       5.85          7          0
1799.39/1799.74	c   feaspump         :       2.13          4          0
1799.39/1799.74	c   objpscostdiving  :       0.21          4          0
1799.39/1799.74	c   rootsoldiving    :       4.37          4          0
1799.39/1799.74	c   simplerounding   :       0.01          0          0
1799.39/1799.74	c   rounding         :       0.23       1354          0
1799.39/1799.74	c   shifting         :       1.88        381          0
1799.39/1799.74	c   fixandinfer      :       0.00          0          0
1799.39/1799.74	c   intdiving        :       0.00          0          0
1799.39/1799.74	c   actconsdiving    :       0.00          0          0
1799.39/1799.74	c   octane           :       0.00          0          0
1799.39/1799.74	c   rens             :       0.06          1          0
1799.39/1799.74	c   rins             :       0.00          0          0
1799.39/1799.74	c   localbranching   :       0.00          0          0
1799.39/1799.74	c   mutation         :       0.00          0          0
1799.39/1799.74	c   dins             :       0.00          0          0
1799.39/1799.74	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.39/1799.74	c   primal LP        :       0.00          0          0       0.00          -
1799.39/1799.74	c   dual LP          :    1031.62      15076    3073195     203.85    2979.00
1799.39/1799.74	c   barrier LP       :       0.00          0          0       0.00          -
1799.39/1799.74	c   diving/probing LP:      62.49       7823     157154      20.09    2514.87
1799.39/1799.74	c   strong branching :     616.23       9816    1669206     170.05    2708.74
1799.39/1799.74	c     (at root node) :          -         35      30065     859.00          -
1799.39/1799.74	c   conflict analysis:       0.00          0          0       0.00          -
1799.39/1799.74	c B&B Tree           :
1799.39/1799.74	c   number of runs   :          1
1799.39/1799.74	c   nodes            :      15225
1799.39/1799.74	c   nodes (total)    :      15225
1799.39/1799.74	c   nodes left       :        956
1799.39/1799.74	c   max depth        :        174
1799.39/1799.74	c   max depth (total):        174
1799.39/1799.74	c   backtracks       :        765 (5.0%)
1799.39/1799.74	c   delayed cutoffs  :        420
1799.39/1799.74	c   repropagations   :     110153 (41946 domain reductions, 23 cutoffs)
1799.39/1799.74	c   avg switch length:      15.89
1799.39/1799.74	c   switching time   :       6.00
1799.39/1799.74	c Solution           :
1799.39/1799.74	c   Solutions found  :          0 (0 improvements)
1799.39/1799.74	c   Primal Bound     :          -
1799.39/1799.74	c   Dual Bound       : +9.00000000000000e+00
1799.39/1799.74	c   Gap              :   infinite
1799.39/1799.74	c   Root Dual Bound  : +9.00000000000000e+00
1799.49/1799.81	c Time complete: 1799.5.

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-3738384-1338755430/watcher-3738384-1338755430 -o /tmp/evaluation-result-3738384-1338755430/solver-3738384-1338755430 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3738384-1338755430.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.00 2.00 2.00 3/177 12791
/proc/meminfo: memFree=25404716/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=8708 CPUtime=0 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 1533 0 0 0 0 0 0 0 20 0 1 0 341670261 8916992 1485 33554432000 4194304 7823515 140735186776112 140735186642216 6883856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 2177 1485 354 887 0 1287 0

[startup+0.0111111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12791
/proc/meminfo: memFree=25404716/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=9800 CPUtime=0 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 1801 0 0 0 0 0 0 0 20 0 1 0 341670261 10035200 1753 33554432000 4194304 7823515 140735186776112 140735186642216 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 2450 1753 354 887 0 1560 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9800

[startup+0.100246 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12791
/proc/meminfo: memFree=25404716/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=19712 CPUtime=0.09 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 4285 0 0 0 9 0 0 0 20 0 1 0 341670261 20185088 4237 33554432000 4194304 7823515 140735186776112 140735186642216 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 4928 4237 354 887 0 4038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19712

[startup+0.300273 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12791
/proc/meminfo: memFree=25404716/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=51800 CPUtime=0.29 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 12388 0 0 0 26 3 0 0 20 0 1 0 341670261 53043200 11986 33554432000 4194304 7823515 140735186776112 140735186642216 4991814 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 12950 11986 440 887 0 12060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51800

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12791
/proc/meminfo: memFree=25404716/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=54980 CPUtime=0.69 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 13197 0 0 0 66 3 0 0 20 0 1 0 341670261 56299520 12795 33554432000 4194304 7823515 140735186776112 140735186642216 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 13745 12795 452 887 0 12855 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54980

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12792
/proc/meminfo: memFree=25342064/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=70876 CPUtime=1.49 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 16992 0 0 0 144 5 0 0 20 0 1 0 341670261 72577024 16556 33554432000 4194304 7823515 140735186776112 140735186770920 4271282 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 17719 16556 547 887 0 16829 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70876

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12792
/proc/meminfo: memFree=25334252/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=81480 CPUtime=3.09 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 19452 0 0 0 303 6 0 0 20 0 1 0 341670261 83435520 19268 33554432000 4194304 7823515 140735186776112 140735186771864 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 20370 19268 562 887 0 19480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81480

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12792
/proc/meminfo: memFree=25323972/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=87692 CPUtime=6.29 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 20748 0 0 0 622 7 0 0 20 0 1 0 341670261 89796608 20571 33554432000 4194304 7823515 140735186776112 140735186771864 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 21923 20571 562 887 0 21033 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87692

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12792
/proc/meminfo: memFree=25321880/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=88332 CPUtime=12.68 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 28641 0 0 0 1258 10 0 0 20 0 1 0 341670261 90451968 20719 33554432000 4194304 7823515 140735186776112 140735186771272 6180562 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 22083 20719 574 887 0 21193 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88332

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12792
/proc/meminfo: memFree=25320704/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=88332 CPUtime=25.48 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 28665 0 0 0 2534 14 0 0 20 0 1 0 341670261 90451968 21083 33554432000 4194304 7823515 140735186776112 140735186770808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 22083 21083 574 887 0 21193 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88332

[startup+51.1002 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 12793
/proc/meminfo: memFree=25318760/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=88332 CPUtime=51.07 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 28726 0 0 0 5083 24 0 0 20 0 1 0 341670261 90451968 21430 33554432000 4194304 7823515 140735186776112 140735186771272 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 22083 21430 574 887 0 21193 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 88332

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12793
/proc/meminfo: memFree=25309544/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=96396 CPUtime=102.27 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 30710 0 0 0 10182 45 0 0 20 0 1 0 341670261 98709504 23408 33554432000 4194304 7823515 140735186776112 140735186770136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 24099 23408 580 887 0 23209 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 96396

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 12794
/proc/meminfo: memFree=25296504/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=106384 CPUtime=162.25 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 34043 0 0 0 16154 71 0 0 20 0 1 0 341670261 108937216 25916 33554432000 4194304 7823515 140735186776112 140735186771912 5751977 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 26596 25916 580 887 0 25706 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 106384

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12794
/proc/meminfo: memFree=25285708/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=114604 CPUtime=222.24 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 39655 0 0 0 22123 101 0 0 20 0 1 0 341670261 117354496 27984 33554432000 4194304 7823515 140735186776112 140735186770808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 28651 27984 580 887 0 27761 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 114604

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12794
/proc/meminfo: memFree=25281192/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=117912 CPUtime=282.23 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 43890 0 0 0 28094 129 0 0 20 0 1 0 341670261 120741888 28835 33554432000 4194304 7823515 140735186776112 140735186771272 6180642 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 29478 28835 580 887 0 28588 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 117912

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 12795
/proc/meminfo: memFree=25276992/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=120132 CPUtime=342.22 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 51902 0 0 0 34064 158 0 0 20 0 1 0 341670261 123015168 29380 33554432000 4194304 7823515 140735186776112 140735186771160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 30033 29380 580 887 0 29143 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 120132

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12795
/proc/meminfo: memFree=25272468/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=123224 CPUtime=402.21 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 59892 0 0 0 40035 186 0 0 20 0 1 0 341670261 126181376 30152 33554432000 4194304 7823515 140735186776112 140735186771912 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 30806 30152 580 887 0 29916 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 123224

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 12795
/proc/meminfo: memFree=25269580/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=124464 CPUtime=462.2 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 70629 0 0 0 46011 209 0 0 20 0 1 0 341670261 127451136 30478 33554432000 4194304 7823515 140735186776112 140735186771160 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 31116 30478 580 887 0 30226 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 124464

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12795
/proc/meminfo: memFree=25266540/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=124260 CPUtime=522.19 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 75958 0 0 0 51982 237 0 0 20 0 1 0 341670261 127242240 30359 33554432000 4194304 7823515 140735186776112 140735186771272 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 31065 30359 580 887 0 30175 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 124260

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 12798
/proc/meminfo: memFree=25262508/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=128508 CPUtime=582.18 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 78740 0 0 0 57955 263 0 0 20 0 1 0 341670261 131592192 31494 33554432000 4194304 7823515 140735186776112 140735186771272 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 32127 31494 580 887 0 31237 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 128508

[startup+642.3 s]

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

/proc/meminfo: memFree=25244940/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=139572 CPUtime=1122.1 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 166285 0 0 0 111700 510 0 0 20 0 1 0 341670261 142921728 34233 33554432000 4194304 7823515 140735186776112 140735186771272 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 34893 34233 580 887 0 34003 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 139572

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12803
/proc/meminfo: memFree=25242680/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=141672 CPUtime=1182.09 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 172896 0 0 0 117670 539 0 0 20 0 1 0 341670261 145072128 34749 33554432000 4194304 7823515 140735186776112 140735186771800 6180642 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 35418 34749 580 887 0 34528 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 141672

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12803
/proc/meminfo: memFree=25243212/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=141280 CPUtime=1242.08 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 189228 0 0 0 123638 570 0 0 20 0 1 0 341670261 144670720 34666 33554432000 4194304 7823515 140735186776112 140735186771912 5748581 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 35320 34666 580 887 0 34430 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 141280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12804
/proc/meminfo: memFree=25241184/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=142660 CPUtime=1302.07 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 201661 0 0 0 129608 599 0 0 20 0 1 0 341670261 146083840 35022 33554432000 4194304 7823515 140735186776112 140735186771272 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 35665 35022 580 887 0 34775 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 142660

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12804
/proc/meminfo: memFree=25241556/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=142036 CPUtime=1362.05 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 211133 0 0 0 135574 631 0 0 20 0 1 0 341670261 145444864 34764 33554432000 4194304 7823515 140735186776112 140735186770808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 35509 34764 580 887 0 34619 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 142036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12804
/proc/meminfo: memFree=25239212/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=143392 CPUtime=1422.06 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 220176 0 0 0 141543 663 0 0 20 0 1 0 341670261 146833408 35195 33554432000 4194304 7823515 140735186776112 140735186771912 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 35848 35195 580 887 0 34958 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 143392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12804
/proc/meminfo: memFree=25239644/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=142876 CPUtime=1482.04 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 226380 0 0 0 147513 691 0 0 20 0 1 0 341670261 146305024 35075 33554432000 4194304 7823515 140735186776112 140735186771912 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 35719 35075 580 887 0 34829 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 142876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12804
/proc/meminfo: memFree=25237104/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=145164 CPUtime=1542.03 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 236124 0 0 0 153483 720 0 0 20 0 1 0 341670261 148647936 35450 33554432000 4194304 7823515 140735186776112 140735186771272 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36291 35450 580 887 0 35401 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 145164

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12805
/proc/meminfo: memFree=25237724/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=144208 CPUtime=1602.02 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 244754 0 0 0 159452 750 0 0 20 0 1 0 341670261 147668992 35385 33554432000 4194304 7823515 140735186776112 140735186771272 6180596 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36052 35385 580 887 0 35162 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 144208

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12844
/proc/meminfo: memFree=24902152/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=145312 CPUtime=1662.01 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 252667 0 0 0 165424 777 0 0 20 0 1 0 341670261 148799488 35587 33554432000 4194304 7823515 140735186776112 140735186771912 5746112 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36328 35587 580 887 0 35438 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 145312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12844
/proc/meminfo: memFree=24891048/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=146964 CPUtime=1722 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 269067 0 0 0 171396 804 0 0 20 0 1 0 341670261 150491136 36115 33554432000 4194304 7823515 140735186776112 140735186771912 6887749 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36741 36115 580 887 0 35851 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 146964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12847
/proc/meminfo: memFree=24887056/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=146760 CPUtime=1781.99 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 278400 0 0 0 177371 828 0 0 20 0 1 0 341670261 150282240 36036 33554432000 4194304 7823515 140735186776112 140735186771864 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36690 36036 580 887 0 35800 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 146760

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12847
/proc/meminfo: memFree=24886784/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=147048 CPUtime=1791.59 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 282079 0 0 0 178327 832 0 0 20 0 1 0 341670261 150577152 36092 33554432000 4194304 7823515 140735186776112 140735186771912 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36762 36092 580 887 0 35872 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 147048

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12847
/proc/meminfo: memFree=24885776/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=147568 CPUtime=1794.79 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 282094 0 0 0 178646 833 0 0 20 0 1 0 341670261 151109632 36107 33554432000 4194304 7823515 140735186776112 140735186770808 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36892 36107 580 887 0 36002 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 147568

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12847
/proc/meminfo: memFree=24885032/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=147828 CPUtime=1797.99 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 282278 0 0 0 178965 834 0 0 20 0 1 0 341670261 151375872 36291 33554432000 4194304 7823515 140735186776112 140735186771864 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36957 36291 580 887 0 36067 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 147828

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12847
/proc/meminfo: memFree=24885032/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=147828 CPUtime=1798.78 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 282278 0 0 0 179044 834 0 0 20 0 1 0 341670261 151375872 36291 33554432000 4194304 7823515 140735186776112 140735186771448 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36957 36291 580 887 0 36067 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 147828

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12847
/proc/meminfo: memFree=24885032/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=147828 CPUtime=1799.2 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 282278 0 0 0 179085 835 0 0 20 0 1 0 341670261 151375872 36291 33554432000 4194304 7823515 140735186776112 140735186771448 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36957 36291 580 887 0 36067 0
Current children cumulated CPU time (s) 1799.2
Current children cumulated vsize (KiB) 147828

[startup+1799.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12847
/proc/meminfo: memFree=24885032/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=147828 CPUtime=1799.39 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 282278 0 0 0 179104 835 0 0 20 0 1 0 341670261 151375872 36291 33554432000 4194304 7823515 140735186776112 140735186771448 6180650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36957 36291 580 887 0 36067 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 147828

[startup+1799.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12847
/proc/meminfo: memFree=24885032/32873648 swapFree=6852/6852
[pid=12791] ppid=12789 vsize=147828 CPUtime=1799.49 cores=1,3,5,7
/proc/12791/stat : 12791 (pbscip.linux.x8) R 12789 12791 12217 0 -1 4202496 282280 0 0 0 179114 835 0 0 20 0 1 0 341670261 151375872 36293 33554432000 4194304 7823515 140735186776112 140735186771448 5875788 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12791/statm: 36957 36293 582 887 0 36067 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 147828

Child status: 0
Real time (s): 1799.81
CPU time (s): 1799.51
CPU user time (s): 1791.15
CPU system time (s): 8.35673
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 148704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.15
system time used= 8.35673
maximum resident set size= 146740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282283
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= 42
involuntary context switches= 1847

runsolver used 2.79157 second user time and 7.58285 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 22:30:30
IDJOB=3738384
IDBENCH=71849
IDSOLVER=2321
FILE ID=node112/3738384-1338755430
RUNJOBID= node112-1338748093-12234
PBS_JOBID= 14636784
Free space on /tmp= 71208 MiB

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

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=501384717

node112.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.763
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.52
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.763
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.763
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.763
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.763
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.92
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.763
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.92
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.763
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.763
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:       32873648 kB
MemFree:        25405096 kB
Buffers:          553552 kB
Cached:          5995120 kB
SwapCached:            0 kB
Active:          1810944 kB
Inactive:        4789448 kB
Active(anon):      40676 kB
Inactive(anon):    10924 kB
Active(file):    1770268 kB
Inactive(file):  4778524 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10532 kB
Writeback:             0 kB
AnonPages:        123836 kB
Mapped:            16620 kB
Shmem:               200 kB
Slab:             730932 kB
SReclaimable:     174836 kB
SUnreclaim:       556096 kB
KernelStack:        1480 kB
PageTables:         3844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     162956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71196 MiB
End job on node112 at 2012-06-03 23:00:30