Trace number 3744878

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)? 1797.45 1797.73

General information on the benchmark

NameOPT-SMALLINT-LIN/graca/
normalized-ped2.B.recomb1-0.20-11.opb
MD5SUM79791e06dc9d28cfadfea0c0635a2122
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1.20781
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables172729
Total number of constraints560632
Number of constraints which are clauses560632
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 constraint579
Number of terms in the objective function 2180
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 930180
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 930180
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

3.48/3.53	c SCIP version 1.1.0.7
3.48/3.53	c LP-Solver SoPlex 1.4.1
3.48/3.53	c user parameter file <scip.set> not found - using default parameters
3.48/3.53	c read problem <HOME/instance-3744878-1338806441.opb>
3.48/3.53	c original problem has 172729 variables (172729 bin, 0 int, 0 impl, 0 cont) and 560632 constraints
4.39/4.43	c start presolving problem
4.39/4.43	c presolving:
8.39/8.48	c (round 1) 75853 del vars, 319969 del conss, 56072 chg bounds, 72 chg sides, 104 chg coeffs, 0 upgd conss, 8018226 impls, 0 clqs
9.69/9.73	c (round 2) 121756 del vars, 409343 del conss, 56176 chg bounds, 76 chg sides, 116 chg coeffs, 0 upgd conss, 8038531 impls, 0 clqs
9.80/9.87	c (round 3) 124185 del vars, 414402 del conss, 56177 chg bounds, 127 chg sides, 177 chg coeffs, 0 upgd conss, 8040578 impls, 0 clqs
9.98/10.07	c (round 4) 131276 del vars, 432622 del conss, 56177 chg bounds, 131 chg sides, 181 chg coeffs, 0 upgd conss, 8040578 impls, 0 clqs
10.59/10.68	c (round 5) 131294 del vars, 432622 del conss, 56177 chg bounds, 131 chg sides, 181 chg coeffs, 127288 upgd conss, 8040578 impls, 0 clqs
10.69/10.79	c (round 6) 131294 del vars, 432622 del conss, 56177 chg bounds, 131 chg sides, 181 chg coeffs, 128010 upgd conss, 8040578 impls, 0 clqs
14.89/14.94	c    (10.7s) probing: 1000/41435 (2.4%) - 0 fixings, 0 aggregations, 93617 implications, 0 bound changes
18.78/18.81	c    (14.6s) probing: 2000/41435 (4.8%) - 0 fixings, 0 aggregations, 213528 implications, 0 bound changes
18.78/18.82	c    (14.6s) probing: 2001/41435 (4.8%) - 0 fixings, 0 aggregations, 213825 implications, 0 bound changes
18.78/18.82	c    (14.6s) probing aborted: 2000/2000 successive useless probings
18.78/18.82	c presolving (7 rounds):
18.78/18.82	c  131294 deleted vars, 432622 deleted constraints, 56177 tightened bounds, 0 added holes, 131 changed sides, 181 changed coefficients
18.78/18.82	c  8533748 implications, 0 cliques
18.78/18.82	c presolved problem has 41435 variables (41435 bin, 0 int, 0 impl, 0 cont) and 128010 constraints
18.78/18.82	c  128010 constraints of type <logicor>
18.78/18.82	c transformed objective value is always integral (scale: 1)
18.78/18.82	c Presolving Time: 14.01
18.78/18.83	c strange?!, PURESAT with obj
18.78/18.83	c -----------------------------------------------------------------------------------------------
18.78/18.83	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
18.78/18.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.78/18.83	c limits/memory = c 13950
18.78/18.83	c # maximal time in seconds to run
18.78/18.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
18.78/18.83	c limits/time = c 1791
18.78/18.83	c # frequency for displaying node information lines
18.78/18.83	c # [type: int, range: [-1,2147483647], default: 100]
18.78/18.83	c display/freq = c 10000
18.78/18.83	c -----------------------------------------------------------------------------------------------
18.78/18.83	c start solving problem
18.78/18.83	c 
148.38/148.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.38/148.41	c   144s|     1 |     0 | 51510 | 741M|   0 |  33k|  41k| 128k| 128k|  41k| 128k|   0 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
803.06/803.23	c   798s|     1 |     0 |132724 | 748M|   0 |  24k|  41k| 128k| 128k|  41k| 129k|1092 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
834.06/834.21	c   829s|     1 |     0 |138537 | 749M|   0 |  24k|  41k| 128k| 128k|  41k| 131k|3092 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
982.44/982.62	c   977s|     1 |     0 |161992 | 750M|   0 |  24k|  41k| 128k| 128k|  41k| 131k|3120 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
1089.22/1089.48	c  1084s|     1 |     0 |175972 | 751M|   0 |  22k|  41k| 128k| 128k|  41k| 131k|3364 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
1211.60/1211.82	c  1206s|     1 |     0 |192637 | 751M|   0 |  23k|  41k| 128k| 128k|  41k| 131k|3395 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
1369.58/1369.84	c  1364s|     1 |     0 |214150 | 751M|   0 |  21k|  41k| 128k| 128k|  41k| 131k|3476 |   0 |   0 | 2.000000e+00 |      --      |    Inf 
1520.45/1520.79	c  1515s|     1 |     2 |214150 | 751M|   0 |  21k|  41k| 128k| 128k|  41k| 131k|3476 |   0 |  23 | 2.000000e+00 |      --      |    Inf 
1796.71/1797.06	c 
1796.71/1797.06	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.06	c Solving Time (sec) : 1791.04
1796.71/1797.06	c Solving Nodes      : 3
1796.71/1797.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.06	c Dual Bound         : +2.00000000000000e+00
1796.71/1797.06	c Gap                : infinite
1796.71/1797.06	c NODE         3
1796.71/1797.06	c DUAL BOUND   2
1796.71/1797.06	c PRIMAL BOUND 1e+20
1796.71/1797.06	c GAP          1e+20
1796.71/1797.06	s UNKNOWN
1796.71/1797.06	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.06	c Solving Time       :    1791.04
1796.71/1797.06	c Original Problem   :
1796.71/1797.06	c   Problem name     : HOME/instance-3744878-1338806441.opb
1796.71/1797.06	c   Variables        : 172729 (172729 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.06	c   Constraints      : 560632 initial, 560632 maximal
1796.71/1797.06	c Presolved Problem  :
1796.71/1797.06	c   Problem name     : t_HOME/instance-3744878-1338806441.opb
1796.71/1797.06	c   Variables        : 41435 (41435 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.06	c   Constraints      : 128010 initial, 128010 maximal
1796.71/1797.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.71/1797.06	c   trivial          :       0.05          3          0          0          0          0          0          0          0
1796.71/1797.06	c   dualfix          :       0.66      57418          0          0          0          0          0          0          0
1796.71/1797.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.71/1797.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.71/1797.06	c   implics          :       0.84          0        207          0          0          0          0          0          0
1796.71/1797.06	c   probing          :       7.90          0          0          0          0          0          0          0          0
1796.71/1797.06	c   linear           :       3.64      56543      17123          0      56177          0     432622        131        181
1796.71/1797.06	c   logicor          :       0.27          0          0          0          0          0          0          0          0
1796.71/1797.06	c   root node        :          -          0          -          -          0          -          -          -          -
1796.71/1797.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.06	c   integral         :          0          0          0          2          0          0          0          0          0          4
1796.71/1797.06	c   logicor          :     128010          6       4128          0          1          0        483          0          0          0
1796.71/1797.06	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.71/1797.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.71/1797.06	c   integral         :     328.15       0.00       0.00     328.15       0.00
1796.71/1797.06	c   logicor          :       1.27       0.06       1.18       0.00       0.03
1796.71/1797.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.71/1797.06	c   rootredcost      :       0.00          0          0          0
1796.71/1797.06	c   pseudoobj        :       0.00          5          0          0
1796.71/1797.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.06	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.06	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.06	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.71/1797.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.06	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 5326)
1796.71/1797.06	c   redcost          :       0.00          7          0          0          0          0
1796.71/1797.06	c   impliedbounds    :       0.37          6          0          0       6647          0
1796.71/1797.06	c   intobj           :       0.00          0          0          0          0          0
1796.71/1797.06	c   gomory           :       8.44          5          0          0       2500          0
1796.71/1797.06	c   strongcg         :       8.02          5          0          0       2500          0
1796.71/1797.06	c   cmir             :      34.06          5          0          0          0          0
1796.71/1797.06	c   flowcover        :      43.77          5          0          0          8          0
1796.71/1797.06	c   clique           :      31.79          5          0          0         35          0
1796.71/1797.06	c   zerohalf         :       0.00          0          0          0          0          0
1796.71/1797.06	c   mcf              :       0.11          1          0          0          0          0
1796.71/1797.06	c Pricers            :       Time      Calls       Vars
1796.71/1797.06	c   problem variables:       0.00          0          0
1796.71/1797.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.06	c   relpscost        :     328.15          2          0          0          0          0          4
1796.71/1797.06	c   pscost           :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   inference        :       0.01          1          0          0          0          0          2
1796.71/1797.06	c   mostinf          :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   leastinf         :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.71/1797.06	c   random           :       0.00          0          0          0          0          0          0
1796.71/1797.06	c Primal Heuristics  :       Time      Calls      Found
1796.71/1797.06	c   LP solutions     :       0.00          -          0
1796.71/1797.06	c   pseudo solutions :       0.00          -          0
1796.71/1797.06	c   oneopt           :       0.00          0          0
1796.71/1797.06	c   coefdiving       :       0.00          0          0
1796.71/1797.06	c   simplerounding   :       0.01          0          0
1796.71/1797.06	c   rounding         :       0.08          8          0
1796.71/1797.06	c   shifting         :       9.06          7          0
1796.71/1797.06	c   intshifting      :       0.00          0          0
1796.71/1797.06	c   fixandinfer      :       0.00          0          0
1796.71/1797.06	c   feaspump         :     497.29          1          0
1796.71/1797.06	c   pscostdiving     :       0.00          0          0
1796.71/1797.06	c   fracdiving       :       0.00          0          0
1796.71/1797.06	c   veclendiving     :       0.00          0          0
1796.71/1797.06	c   intdiving        :       0.00          0          0
1796.71/1797.06	c   actconsdiving    :       0.00          0          0
1796.71/1797.06	c   objpscostdiving  :       0.00          0          0
1796.71/1797.06	c   rootsoldiving    :       0.00          0          0
1796.71/1797.06	c   linesearchdiving :       0.00          0          0
1796.71/1797.06	c   guideddiving     :       0.00          0          0
1796.71/1797.06	c   octane           :       0.00          0          0
1796.71/1797.06	c   rens             :       0.03          0          0
1796.71/1797.06	c   rins             :       0.00          0          0
1796.71/1797.06	c   localbranching   :       0.00          0          0
1796.71/1797.06	c   mutation         :       0.00          0          0
1796.71/1797.06	c   crossover        :       0.00          0          0
1796.71/1797.06	c   dins             :       0.00          0          0
1796.71/1797.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.71/1797.06	c   primal LP        :       0.08          0          0       0.00       0.00
1796.71/1797.06	c   dual LP          :     814.28          9     173043   19227.00     212.51
1796.71/1797.06	c   barrier LP       :       0.00          0          0       0.00          -
1796.71/1797.06	c   diving/probing LP:     496.45         25      58176    2327.04     117.18
1796.71/1797.06	c   strong branching :     328.13         54      50009     926.09     152.41
1796.71/1797.06	c     (at root node) :          -         23      23000    1000.00          -
1796.71/1797.06	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.06	c B&B Tree           :
1796.71/1797.06	c   number of runs   :          1
1796.71/1797.06	c   nodes            :          3
1796.71/1797.06	c   nodes (total)    :          3
1796.71/1797.06	c   nodes left       :          4
1796.71/1797.06	c   max depth        :          2
1796.71/1797.06	c   max depth (total):          2
1796.71/1797.06	c   backtracks       :          0 (0.0%)
1796.71/1797.06	c   delayed cutoffs  :          0
1796.71/1797.06	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.06	c   avg switch length:       1.00
1796.71/1797.06	c   switching time   :       0.10
1796.71/1797.06	c Solution           :
1796.71/1797.06	c   Solutions found  :          0 (0 improvements)
1796.71/1797.06	c   Primal Bound     :          -
1796.71/1797.06	c   Dual Bound       : +2.00000000000000e+00
1796.71/1797.06	c   Gap              :   infinite
1796.71/1797.06	c   Root Dual Bound  : +2.00000000000000e+00
1797.42/1797.72	c Time complete: 1797.44.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18064
/proc/meminfo: memFree=25753220/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=8732 CPUtime=0 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 1520 0 0 0 0 0 0 0 20 0 1 0 346768497 8941568 1473 33554432000 4194304 7823515 140735333553312 140734118394552 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 2183 1487 349 887 0 1293 0

[startup+0.041269 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18064
/proc/meminfo: memFree=25753220/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=15576 CPUtime=0.03 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 3249 0 0 0 3 0 0 0 20 0 1 0 346768497 15949824 3201 33554432000 4194304 7823515 140735333553312 140734118394552 6888849 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 3894 3201 354 887 0 3004 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15576

[startup+0.100359 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18064
/proc/meminfo: memFree=25753220/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=21156 CPUtime=0.08 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 4664 0 0 0 8 0 0 0 20 0 1 0 346768497 21663744 4616 33554432000 4194304 7823515 140735333553312 140734118394552 4213142 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 5289 4616 354 887 0 4399 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21156

[startup+0.300294 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18064
/proc/meminfo: memFree=25753220/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=38808 CPUtime=0.29 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 9067 0 0 0 28 1 0 0 20 0 1 0 346768497 39739392 9019 33554432000 4194304 7823515 140735333553312 140734118394552 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 9702 9019 354 887 0 8812 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38808

[startup+0.700274 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18064
/proc/meminfo: memFree=25753220/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=76380 CPUtime=0.68 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 18391 0 0 0 66 2 0 0 20 0 1 0 346768497 78213120 18343 33554432000 4194304 7823515 140735333553312 140734118394552 4511625 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 19095 18343 354 887 0 18205 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 76380

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18065
/proc/meminfo: memFree=25587416/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=149728 CPUtime=1.49 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 36693 0 0 0 143 6 0 0 20 0 1 0 346768497 153321472 36645 33554432000 4194304 7823515 140735333553312 140735333419416 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 37432 36645 354 887 0 36542 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 149728

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18065
/proc/meminfo: memFree=25482512/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=293716 CPUtime=3.09 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 72644 0 0 0 298 11 0 0 20 0 1 0 346768497 300765184 72596 33554432000 4194304 7823515 140735333553312 140735333417912 4511625 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 73429 72596 354 887 0 72539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 293716

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18065
/proc/meminfo: memFree=24825932/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=888328 CPUtime=6.29 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 220294 0 0 0 582 47 0 0 20 0 1 0 346768497 909647872 219892 33554432000 4194304 7823515 140735333553312 140735333550248 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 222082 219892 432 887 0 221192 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 888328

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18065
/proc/meminfo: memFree=24610636/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1053460 CPUtime=12.69 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 259130 0 0 0 1185 84 0 0 20 0 1 0 346768497 1078743040 261358 33554432000 4194304 7823515 140735333553312 140735333550552 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 263365 261358 448 887 0 262475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1053460

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18065
/proc/meminfo: memFree=24534168/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1121936 CPUtime=25.49 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 270962 0 0 0 2462 87 0 0 20 0 1 0 346768497 1148862464 276488 33554432000 4194304 7823515 140735333553312 140735333549000 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 280484 276488 520 887 0 279594 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1121936

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18065
/proc/meminfo: memFree=24511424/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1133372 CPUtime=51.08 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 274263 0 0 0 5018 90 0 0 20 0 1 0 346768497 1160572928 280703 33554432000 4194304 7823515 140735333553312 140735333549000 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 283343 280703 520 887 0 282453 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1133372

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18065
/proc/meminfo: memFree=24488704/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1151996 CPUtime=102.28 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 276553 0 0 0 10133 95 0 0 20 0 1 0 346768497 1179643904 285519 33554432000 4194304 7823515 140735333553312 140735333548648 6212302 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 287999 285519 520 887 0 287109 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1151996

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18065
/proc/meminfo: memFree=24486748/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1152176 CPUtime=162.26 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 276769 0 0 0 16126 100 0 0 20 0 1 0 346768497 1179828224 285735 33554432000 4194304 7823515 140735333553312 140735333547992 6208327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 288044 285735 531 887 0 287154 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1152176

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18065
/proc/meminfo: memFree=24466804/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1152176 CPUtime=222.26 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 276776 0 0 0 22124 102 0 0 20 0 1 0 346768497 1179828224 285742 33554432000 4194304 7823515 140735333553312 140735333547992 6104430 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 288044 285742 531 887 0 287154 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1152176

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 18066
/proc/meminfo: memFree=24451516/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1152176 CPUtime=282.24 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 276783 0 0 0 28120 104 0 0 20 0 1 0 346768497 1179828224 285749 33554432000 4194304 7823515 140735333553312 140735333547992 6208520 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 288044 285749 531 887 0 287154 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1152176

[startup+342.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 18067
/proc/meminfo: memFree=24449800/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1152176 CPUtime=342.24 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 276788 0 0 0 34118 106 0 0 20 0 1 0 346768497 1179828224 285754 33554432000 4194304 7823515 140735333553312 140735333548072 6208789 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 288044 285754 531 887 0 287154 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1152176

[startup+402.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 18067
/proc/meminfo: memFree=24448100/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1152176 CPUtime=402.23 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 276788 0 0 0 40115 108 0 0 20 0 1 0 346768497 1179828224 285754 33554432000 4194304 7823515 140735333553312 140735333547992 6208547 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 288044 285754 531 887 0 287154 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1152176

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 18067
/proc/meminfo: memFree=24445416/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1152176 CPUtime=462.21 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 276788 0 0 0 46110 111 0 0 20 0 1 0 346768497 1179828224 285754 33554432000 4194304 7823515 140735333553312 140735333547992 6208511 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 288044 285754 531 887 0 287154 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1152176

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 18067
/proc/meminfo: memFree=24442280/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1160176 CPUtime=522.21 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 277069 0 0 0 52107 114 0 0 20 0 1 0 346768497 1188020224 286546 33554432000 4194304 7823515 140735333553312 140735333547992 6208511 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 290044 286546 531 887 0 289154 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1160176

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 18071
/proc/meminfo: memFree=24441992/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1160176 CPUtime=582.2 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 277147 0 0 0 58104 116 0 0 20 0 1 0 346768497 1188020224 286630 33554432000 4194304 7823515 140735333553312 140735333547992 6151932 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 290044 286630 531 887 0 289154 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1160176

[startup+642.3 s]

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

/proc/meminfo: memFree=24361956/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1229472 CPUtime=1062.13 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 281663 0 0 0 106026 187 0 0 20 0 1 0 346768497 1258979328 306376 33554432000 4194304 7823515 140735333553312 140735333547976 6211458 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 307368 306376 560 887 0 306478 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1229472

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18072
/proc/meminfo: memFree=24361028/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1229472 CPUtime=1122.12 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 281663 0 0 0 112022 190 0 0 20 0 1 0 346768497 1258979328 306622 33554432000 4194304 7823515 140735333553312 140735333548648 6179847 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 307368 306622 560 887 0 306478 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1229472

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18076
/proc/meminfo: memFree=24360924/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1229472 CPUtime=1182.11 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 281663 0 0 0 118018 193 0 0 20 0 1 0 346768497 1258979328 306622 33554432000 4194304 7823515 140735333553312 140735333548648 6212418 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 307368 306622 560 887 0 306478 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1229472

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18099
/proc/meminfo: memFree=24390616/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1208876 CPUtime=1242.1 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 282009 0 0 0 124014 196 0 0 20 0 1 0 346768497 1237889024 299216 33554432000 4194304 7823515 140735333553312 140735333548648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 302219 299216 560 887 0 301329 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1208876

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 18099
/proc/meminfo: memFree=24386332/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1208876 CPUtime=1302.09 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 282009 0 0 0 130009 200 0 0 20 0 1 0 346768497 1237889024 299216 33554432000 4194304 7823515 140735333553312 140735333549000 6263358 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 302219 299216 560 887 0 301329 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1208876

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 18099
/proc/meminfo: memFree=24370272/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1208876 CPUtime=1362.08 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 282010 0 0 0 136005 203 0 0 20 0 1 0 346768497 1237889024 299728 33554432000 4194304 7823515 140735333553312 140735333548648 6908173 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 302219 299728 560 887 0 301329 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1208876

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 18099
/proc/meminfo: memFree=24356260/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1212972 CPUtime=1422.08 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 283039 0 0 0 142001 207 0 0 20 0 1 0 346768497 1242083328 300757 33554432000 4194304 7823515 140735333553312 140735333548008 6212345 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 303243 300757 564 887 0 302353 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1212972

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 18100
/proc/meminfo: memFree=24383044/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1212972 CPUtime=1482.06 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 283039 0 0 0 147995 211 0 0 20 0 1 0 346768497 1242083328 300757 33554432000 4194304 7823515 140735333553312 140735333548008 6212699 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 303243 300757 564 887 0 302353 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1212972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 18100
/proc/meminfo: memFree=24382920/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1212972 CPUtime=1542.05 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 283040 0 0 0 153990 215 0 0 20 0 1 0 346768497 1242083328 300758 33554432000 4194304 7823515 140735333553312 140735333548648 6212439 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 303243 300758 564 887 0 302353 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1212972

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18100
/proc/meminfo: memFree=24382672/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1212972 CPUtime=1602.04 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 283041 0 0 0 159984 220 0 0 20 0 1 0 346768497 1242083328 300759 33554432000 4194304 7823515 140735333553312 140735333547640 6908077 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 303243 300759 564 887 0 302353 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1212972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18100
/proc/meminfo: memFree=24382664/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1212972 CPUtime=1662.03 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 283041 0 0 0 165980 223 0 0 20 0 1 0 346768497 1242083328 300759 33554432000 4194304 7823515 140735333553312 140735333548008 5924519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 303243 300759 564 887 0 302353 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1212972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18100
/proc/meminfo: memFree=24381296/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1220096 CPUtime=1722.03 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 284646 0 0 0 171975 228 0 0 20 0 1 0 346768497 1249378304 300358 33554432000 4194304 7823515 140735333553312 140735333548008 6109349 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 305024 300358 564 887 0 304134 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1220096

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 18103
/proc/meminfo: memFree=24383280/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1208188 CPUtime=1782.02 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 285464 0 0 0 177969 233 0 0 20 0 1 0 346768497 1237184512 299732 33554432000 4194304 7823515 140735333553312 140735333548648 6213483 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 302047 299732 564 887 0 301157 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1208188

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

[startup+1785.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 18104
/proc/meminfo: memFree=24383644/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1208188 CPUtime=1785.21 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 285464 0 0 0 178288 233 0 0 20 0 1 0 346768497 1237184512 299732 33554432000 4194304 7823515 140735333553312 140735333548648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 302047 299732 564 887 0 301157 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 1208188

[startup+1791.91 s]
/proc/loadavg: 2.06 2.01 2.00 3/175 18111
/proc/meminfo: memFree=25339248/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1208188 CPUtime=1791.62 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 285464 0 0 0 178929 233 0 0 20 0 1 0 346768497 1237184512 299732 33554432000 4194304 7823515 140735333553312 140735333547976 6212404 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 302047 299732 564 887 0 301157 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 1208188

[startup+1795.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18142
/proc/meminfo: memFree=25285748/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1208188 CPUtime=1794.82 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 285464 0 0 0 179248 234 0 0 20 0 1 0 346768497 1237184512 299732 33554432000 4194304 7823515 140735333553312 140735333548648 6908057 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 302047 299732 564 887 0 301157 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 1208188

[startup+1796.7 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18142
/proc/meminfo: memFree=25166336/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1208188 CPUtime=1796.41 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 285464 0 0 0 179407 234 0 0 20 0 1 0 346768497 1237184512 299732 33554432000 4194304 7823515 140735333553312 140735333549064 6212302 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 302047 299732 564 887 0 301157 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 1208188

[startup+1797.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18142
/proc/meminfo: memFree=24858136/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=1160500 CPUtime=1797.21 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 285468 0 0 0 179487 234 0 0 20 0 1 0 346768497 1188352000 289459 33554432000 4194304 7823515 140735333553312 140735333549112 4823550 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 290125 289459 568 887 0 289235 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 1160500

[startup+1797.7 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18142
/proc/meminfo: memFree=24858136/32873844 swapFree=7628/7628
[pid=18064] ppid=18062 vsize=904212 CPUtime=1797.42 cores=0,2,4,6
/proc/18064/stat : 18064 (pbscip.linux.x8) R 18062 18064 17511 0 -1 4202496 285468 0 0 0 179505 237 0 0 20 0 1 0 346768497 925913088 225427 33554432000 4194304 7823515 140735333553312 140735333549112 5875748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18064/statm: 226053 225427 568 887 0 225163 0
Current children cumulated CPU time (s) 1797.42
Current children cumulated vsize (KiB) 904212

Child status: 0
Real time (s): 1797.73
CPU time (s): 1797.45
CPU user time (s): 1795.07
CPU system time (s): 2.37964
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 1232024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.07
system time used= 2.37964
maximum resident set size= 1226488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285471
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= 10
involuntary context switches= 1872

runsolver used 7.14491 second user time and 13.6419 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 12:40:41
IDJOB=3744878
IDBENCH=92875
IDSOLVER=2321
FILE ID=node145/3744878-1338806441
RUNJOBID= node145-1338797440-17527
PBS_JOBID= 14636861
Free space on /tmp= 70884 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-ped2.B.recomb1-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-3744878-1338806441/watcher-3744878-1338806441 -o /tmp/evaluation-result-3744878-1338806441/solver-3744878-1338806441 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3744878-1338806441.opb

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

MD5SUM BENCH= 79791e06dc9d28cfadfea0c0635a2122
RANDOM SEED=1272787590

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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		: 2667.149
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25754716 kB
Buffers:          456604 kB
Cached:          4998500 kB
SwapCached:            0 kB
Active:          2583504 kB
Inactive:        3665404 kB
Active(anon):     784776 kB
Inactive(anon):    10916 kB
Active(file):    1798728 kB
Inactive(file):  3654488 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             51724 kB
Writeback:             0 kB
AnonPages:        802464 kB
Mapped:            15856 kB
Shmem:               200 kB
Slab:             727812 kB
SReclaimable:     168692 kB
SUnreclaim:       559120 kB
KernelStack:        1456 kB
PageTables:         5600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     912980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70880 MiB
End job on node145 at 2012-06-04 13:10:39