Trace number 3731661

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)? 1798.58 1798.86

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark668
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.09/3.57	c SCIP version 1.1.0.7
3.09/3.57	c LP-Solver SoPlex 1.4.1
3.09/3.57	c user parameter file <scip.set> not found - using default parameters
3.09/3.57	c read problem <HOME/instance-3731661-1338691402.opb>
3.09/3.57	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
4.59/4.60	c start presolving problem
4.59/4.60	c presolving:
10.09/10.15	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
12.59/12.60	c    (8.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
12.59/12.60	c    (8.2s) probing aborted: 100/100 successive totally useless probings
12.59/12.60	c presolving (2 rounds):
12.59/12.60	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
12.59/12.60	c  1313400 implications, 0 cliques
12.59/12.60	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
12.59/12.60	c  656900 constraints of type <logicor>
12.59/12.60	c transformed objective value is always integral (scale: 1)
12.59/12.60	c Presolving Time: 7.38
12.59/12.62	c strange?!, PURESAT with obj
12.59/12.62	c -----------------------------------------------------------------------------------------------
12.59/12.62	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.59/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.59/12.62	c limits/memory = c 13950
12.59/12.62	c # maximal time in seconds to run
12.59/12.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.59/12.62	c limits/time = c 1791
12.59/12.62	c # frequency for displaying node information lines
12.59/12.62	c # [type: int, range: [-1,2147483647], default: 100]
12.59/12.62	c display/freq = c 10000
12.59/12.62	c -----------------------------------------------------------------------------------------------
12.59/12.62	c start solving problem
12.59/12.62	c 
33.49/33.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.49/33.55	c  29.0s|     1 |     0 |  1112 | 734M|   0 | 263 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.745917e+02 |      --      |    Inf 
256.65/256.71	c   252s|     1 |     0 |  7325 | 743M|   0 | 267 |  10k| 656k| 656k|  10k| 656k|  11 |   0 |   0 | 1.799765e+02 |      --      |    Inf 
326.44/326.58	c   321s|     1 |     0 |  7714 | 743M|   0 | 271 |  10k| 656k| 656k|  10k| 656k|  21 |   0 |   0 | 1.844653e+02 |      --      |    Inf 
410.03/410.19	c   405s|     1 |     0 |  8291 | 744M|   0 | 280 |  10k| 656k| 656k|  10k| 656k|  33 |   0 |   0 | 1.896135e+02 |      --      |    Inf 
1056.52/1056.75	c  1051s|     1 |     0 |  8564 | 744M|   0 | 294 |  10k| 656k| 656k|  10k| 656k|  39 |   0 |   0 | 1.919049e+02 |      --      |    Inf 
1577.14/1577.47	c  1571s|     1 |     0 |  8868 | 744M|   0 | 288 |  10k| 656k| 656k|  10k| 656k|  46 |   0 |   0 | 1.942520e+02 |      --      |    Inf 
1797.21/1797.56	c  1791s|     1 |     0 |  8868 | 744M|   0 |   - |  10k| 656k| 656k|  10k| 656k|  52 |   0 |   0 | 1.942520e+02 |      --      |    Inf 
1797.31/1797.61	c  1791s|     1 |     2 |  8868 | 744M|   0 |   - |  10k| 656k| 656k|  10k| 656k|  52 |   0 |   0 | 1.942520e+02 |      --      |    Inf 
1797.31/1797.61	c 
1797.31/1797.61	c SCIP Status        : solving was interrupted [time limit reached]
1797.31/1797.61	c Solving Time (sec) : 1791.08
1797.31/1797.61	c Solving Nodes      : 1
1797.31/1797.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.31/1797.61	c Dual Bound         : +1.94251971748087e+02
1797.31/1797.61	c Gap                : infinite
1797.31/1797.61	c NODE         1
1797.31/1797.61	c DUAL BOUND   194.252
1797.31/1797.61	c PRIMAL BOUND 1e+20
1797.31/1797.61	c GAP          1e+20
1797.31/1797.61	s UNKNOWN
1797.31/1797.61	c SCIP Status        : solving was interrupted [time limit reached]
1797.31/1797.61	c Solving Time       :    1791.08
1797.31/1797.61	c Original Problem   :
1797.31/1797.61	c   Problem name     : HOME/instance-3731661-1338691402.opb
1797.31/1797.61	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.31/1797.61	c   Constraints      : 656900 initial, 656900 maximal
1797.31/1797.61	c Presolved Problem  :
1797.31/1797.61	c   Problem name     : t_HOME/instance-3731661-1338691402.opb
1797.31/1797.61	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.31/1797.61	c   Constraints      : 656900 initial, 656900 maximal
1797.31/1797.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.31/1797.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.31/1797.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.31/1797.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.31/1797.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.31/1797.61	c   implics          :       0.01          0          0          0          0          0          0          0          0
1797.31/1797.61	c   probing          :       2.01          0          0          0          0          0          0          0          0
1797.31/1797.61	c   logicor          :       1.14          0          0          0          0          0          0          0          0
1797.31/1797.61	c   root node        :          -          0          -          -          0          -          -          -          -
1797.31/1797.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.31/1797.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1797.31/1797.61	c   logicor          :     656900          6        201          0          1          0          0          0          0          0
1797.31/1797.61	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1797.31/1797.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.31/1797.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1797.31/1797.61	c   logicor          :       1.60       0.18       1.37       0.00       0.05
1797.31/1797.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.31/1797.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.31/1797.61	c   rootredcost      :       0.00          0          0          0
1797.31/1797.61	c   pseudoobj        :       0.00          7          0          0
1797.31/1797.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.31/1797.61	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.31/1797.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.31/1797.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.31/1797.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.31/1797.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.31/1797.61	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.31/1797.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.31/1797.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.31/1797.61	c   cut pool         :       0.02          5          -          -          0          -    (maximal pool size: 135)
1797.31/1797.61	c   redcost          :       0.00          6          0          0          0          0
1797.31/1797.61	c   impliedbounds    :       0.04          6          0          0          0          0
1797.31/1797.61	c   intobj           :       0.00          0          0          0          0          0
1797.31/1797.61	c   gomory           :     809.75          6          0          0       2000          0
1797.31/1797.61	c   strongcg         :     569.32          6          0          0       2000          0
1797.31/1797.61	c   cmir             :      12.60          5          0          0          0          0
1797.31/1797.61	c   flowcover        :     137.54          5          0          0          0          0
1797.31/1797.61	c   clique           :       0.81          6          0          0         37          0
1797.31/1797.61	c   zerohalf         :       0.00          0          0          0          0          0
1797.31/1797.61	c   mcf              :       0.45          1          0          0          0          0
1797.31/1797.61	c Pricers            :       Time      Calls       Vars
1797.31/1797.61	c   problem variables:       0.00          0          0
1797.31/1797.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.31/1797.61	c   relpscost        :       0.00          0          0          0          0          0          0
1797.31/1797.61	c   pscost           :       0.00          0          0          0          0          0          0
1797.31/1797.61	c   inference        :       0.01          1          0          0          0          0          2
1797.31/1797.61	c   mostinf          :       0.00          0          0          0          0          0          0
1797.31/1797.61	c   leastinf         :       0.00          0          0          0          0          0          0
1797.31/1797.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.31/1797.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.31/1797.61	c   random           :       0.00          0          0          0          0          0          0
1797.31/1797.61	c Primal Heuristics  :       Time      Calls      Found
1797.31/1797.61	c   LP solutions     :       0.00          -          0
1797.31/1797.61	c   pseudo solutions :       0.00          -          0
1797.31/1797.61	c   oneopt           :       0.00          0          0
1797.31/1797.61	c   simplerounding   :       0.00          0          0
1797.31/1797.61	c   rounding         :       0.22          6          0
1797.31/1797.61	c   shifting         :       0.35          6          0
1797.31/1797.61	c   intshifting      :       0.00          0          0
1797.31/1797.61	c   fixandinfer      :       0.00          0          0
1797.31/1797.61	c   feaspump         :     163.79          1          0
1797.31/1797.61	c   coefdiving       :       0.00          0          0
1797.31/1797.61	c   pscostdiving     :       0.00          0          0
1797.31/1797.61	c   fracdiving       :       0.00          0          0
1797.31/1797.61	c   veclendiving     :       0.00          0          0
1797.31/1797.61	c   intdiving        :       0.00          0          0
1797.31/1797.61	c   actconsdiving    :       0.00          0          0
1797.31/1797.61	c   objpscostdiving  :       0.00          0          0
1797.31/1797.61	c   rootsoldiving    :       0.00          0          0
1797.31/1797.61	c   linesearchdiving :       0.00          0          0
1797.31/1797.61	c   guideddiving     :       0.00          0          0
1797.31/1797.61	c   octane           :       0.00          0          0
1797.31/1797.61	c   rens             :       0.00          0          0
1797.31/1797.61	c   rins             :       0.00          0          0
1797.31/1797.61	c   localbranching   :       0.00          0          0
1797.31/1797.61	c   mutation         :       0.00          0          0
1797.31/1797.61	c   crossover        :       0.00          0          0
1797.31/1797.61	c   dins             :       0.00          0          0
1797.31/1797.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.31/1797.61	c   primal LP        :       0.00          0          0       0.00          -
1797.31/1797.61	c   dual LP          :      85.42          6       3079     513.17      36.05
1797.31/1797.61	c   barrier LP       :       0.00          0          0       0.00          -
1797.31/1797.61	c   diving/probing LP:     163.21          7       5789     827.00      35.47
1797.31/1797.61	c   strong branching :       0.00          0          0       0.00          -
1797.31/1797.61	c     (at root node) :          -          0          0       0.00          -
1797.31/1797.61	c   conflict analysis:       0.00          0          0       0.00          -
1797.31/1797.61	c B&B Tree           :
1797.31/1797.61	c   number of runs   :          1
1797.31/1797.61	c   nodes            :          1
1797.31/1797.61	c   nodes (total)    :          1
1797.31/1797.61	c   nodes left       :          2
1797.31/1797.61	c   max depth        :          0
1797.31/1797.61	c   max depth (total):          0
1797.31/1797.61	c   backtracks       :          0 (0.0%)
1797.31/1797.61	c   delayed cutoffs  :          0
1797.31/1797.61	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.31/1797.61	c   avg switch length:       1.00
1797.31/1797.61	c   switching time   :       0.00
1797.31/1797.61	c Solution           :
1797.31/1797.61	c   Solutions found  :          0 (0 improvements)
1797.31/1797.61	c   Primal Bound     :          -
1797.31/1797.61	c   Dual Bound       : +1.94251971748087e+02
1797.31/1797.61	c   Gap              :   infinite
1797.31/1797.61	c   Root Dual Bound  : +1.94251971748087e+02
1798.51/1798.86	c Time complete: 1798.57.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3731661-1338691402/watcher-3731661-1338691402 -o /tmp/evaluation-result-3731661-1338691402/solver-3731661-1338691402 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3731661-1338691402.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.00 4/176 26825
/proc/meminfo: memFree=29251092/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=6124 CPUtime=0 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 921 0 0 0 0 0 0 0 20 0 1 0 335264760 6270976 873 33554432000 4194304 7823515 140733731219120 140733731218072 6908043 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 1531 873 330 887 0 641 0

[startup+0.0646471 s]
/proc/loadavg: 1.98 2.00 2.00 4/176 26825
/proc/meminfo: memFree=29251092/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=18904 CPUtime=0.05 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 4093 0 0 0 5 0 0 0 20 0 1 0 335264760 19357696 4041 33554432000 4194304 7823515 140733731219120 140733731218072 6908082 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 4726 4041 354 887 0 3836 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18904

[startup+0.100374 s]
/proc/loadavg: 1.98 2.00 2.00 4/176 26825
/proc/meminfo: memFree=29251092/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=20992 CPUtime=0.09 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 4629 0 0 0 8 1 0 0 20 0 1 0 335264760 21495808 4577 33554432000 4194304 7823515 140733731219120 140733731085224 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 5248 4577 354 887 0 4358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20992

[startup+0.300287 s]
/proc/loadavg: 1.98 2.00 2.00 4/176 26825
/proc/meminfo: memFree=29251092/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=34092 CPUtime=0.29 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 7900 0 0 0 28 1 0 0 20 0 1 0 335264760 34910208 7848 33554432000 4194304 7823515 140733731219120 140733731085224 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 8523 7848 354 887 0 7633 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34092

[startup+0.700271 s]
/proc/loadavg: 1.98 2.00 2.00 4/176 26825
/proc/meminfo: memFree=29251092/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=59648 CPUtime=0.69 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 14245 0 0 0 67 2 0 0 20 0 1 0 335264760 61079552 14193 33554432000 4194304 7823515 140733731219120 140733731085224 5879390 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 14912 14193 354 887 0 14022 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59648

[startup+1.50026 s]
/proc/loadavg: 1.98 2.00 2.00 3/177 26826
/proc/meminfo: memFree=29177668/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=109352 CPUtime=1.49 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 26709 0 0 0 145 4 0 0 20 0 1 0 335264760 111976448 26657 33554432000 4194304 7823515 140733731219120 140733731085224 6908047 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 27338 26657 354 887 0 26448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109352

[startup+3.10029 s]
/proc/loadavg: 1.98 2.00 2.00 3/177 26826
/proc/meminfo: memFree=29108848/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=208836 CPUtime=3.09 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 51573 0 0 0 300 9 0 0 20 0 1 0 335264760 213848064 51521 33554432000 4194304 7823515 140733731219120 140733731085224 6896768 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 52209 51521 354 887 0 51319 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208836

[startup+6.3003 s]
/proc/loadavg: 1.98 2.00 2.00 3/177 26826
/proc/meminfo: memFree=28630836/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=639944 CPUtime=6.29 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 158800 0 0 0 586 43 0 0 20 0 1 0 335264760 655302656 158394 33554432000 4194304 7823515 140733731219120 140733731216056 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 159986 158394 417 887 0 159096 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 639944

[startup+12.7003 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 26826
/proc/meminfo: memFree=28440560/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=813676 CPUtime=12.69 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 201852 0 0 0 1181 88 0 0 20 0 1 0 335264760 833204224 201294 33554432000 4194304 7823515 140733731219120 140733731215800 4298214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 203419 201294 476 887 0 202529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 813676

[startup+25.5004 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 26827
/proc/meminfo: memFree=28016808/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1302020 CPUtime=25.49 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 255029 0 0 0 2445 104 0 0 20 0 1 0 335264760 1333268480 308436 33554432000 4194304 7823515 140733731219120 140733731214536 6211001 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 325505 308436 507 887 0 324615 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1302020

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 26827
/proc/meminfo: memFree=27980640/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1341588 CPUtime=51.08 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 258764 0 0 0 4998 110 0 0 20 0 1 0 335264760 1373786112 317501 33554432000 4194304 7823515 140733731219120 140733731213800 6149986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 335397 317501 521 887 0 334507 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1341588

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 26827
/proc/meminfo: memFree=27969784/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1352872 CPUtime=102.27 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 260634 0 0 0 10106 121 0 0 20 0 1 0 335264760 1385340928 319890 33554432000 4194304 7823515 140733731219120 140733731213880 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 338218 319890 521 887 0 337328 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1352872

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26827
/proc/meminfo: memFree=27988092/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1358504 CPUtime=162.26 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 262194 0 0 0 16091 135 0 0 20 0 1 0 335264760 1391108096 321535 33554432000 4194304 7823515 140733731219120 140733731213880 6208501 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 339626 321535 521 887 0 338736 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1358504

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26827
/proc/meminfo: memFree=27940596/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1410508 CPUtime=222.26 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 275477 0 0 0 22078 148 0 0 20 0 1 0 335264760 1444360192 333492 33554432000 4194304 7823515 140733731219120 140733731214568 5597699 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 352627 333492 534 887 0 351737 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1410508

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26827
/proc/meminfo: memFree=27857172/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1479720 CPUtime=282.25 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 291321 0 0 0 28057 168 0 0 20 0 1 0 335264760 1515233280 354386 33554432000 4194304 7823515 140733731219120 140733731214264 5965385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 369930 354386 550 887 0 369040 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1479720

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26828
/proc/meminfo: memFree=27843580/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1494856 CPUtime=342.23 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 291962 0 0 0 34051 172 0 0 20 0 1 0 335264760 1530732544 357713 33554432000 4194304 7823515 140733731219120 140733731214216 5965951 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 373714 357713 550 887 0 372824 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1494856

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26831
/proc/meminfo: memFree=27812132/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1527936 CPUtime=402.23 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 292688 0 0 0 40048 175 0 0 20 0 1 0 335264760 1564606464 365521 33554432000 4194304 7823515 140733731219120 140733731214456 6212165 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 381984 365521 550 887 0 381094 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1527936

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26831
/proc/meminfo: memFree=27811060/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1527936 CPUtime=462.22 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 292769 0 0 0 46042 180 0 0 20 0 1 0 335264760 1564606464 365522 33554432000 4194304 7823515 140733731219120 140733731214216 6908153 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 381984 365522 550 887 0 381094 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1527936

[startup+522.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 26831
/proc/meminfo: memFree=27811556/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1527936 CPUtime=522.21 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 292769 0 0 0 52036 185 0 0 20 0 1 0 335264760 1564606464 365522 33554432000 4194304 7823515 140733731219120 140733731214216 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 381984 365522 550 887 0 381094 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1527936

[startup+582.308 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 26831
/proc/meminfo: memFree=27811556/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1527936 CPUtime=582.2 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 292769 0 0 0 58032 188 0 0 20 0 1 0 335264760 1564606464 365522 33554432000 4194304 7823515 140733731219120 140733731214216 5965385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 381984 365522 550 887 0 381094 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1527936

[startup+642.3 s]

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

/proc/meminfo: memFree=29196384/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1553600 CPUtime=1122.12 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293649 0 0 0 111981 231 0 0 20 0 1 0 335264760 1590886400 373112 33554432000 4194304 7823515 140733731219120 140733731214216 6908153 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 388400 373112 550 887 0 387510 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1553600

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26897
/proc/meminfo: memFree=29194172/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1553600 CPUtime=1182.1 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293649 0 0 0 117975 235 0 0 20 0 1 0 335264760 1590886400 373623 33554432000 4194304 7823515 140733731219120 140733731214344 6912101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 388400 373623 550 887 0 387510 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1553600

[startup+1242.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26898
/proc/meminfo: memFree=29187476/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1553600 CPUtime=1242.1 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293650 0 0 0 123971 239 0 0 20 0 1 0 335264760 1590886400 375256 33554432000 4194304 7823515 140733731219120 140733731214344 6908153 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 388400 375256 550 887 0 387510 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1553600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26898
/proc/meminfo: memFree=29186956/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1553600 CPUtime=1302.08 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293650 0 0 0 129965 243 0 0 20 0 1 0 335264760 1590886400 375304 33554432000 4194304 7823515 140733731219120 140733731214264 6911959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 388400 375304 550 887 0 387510 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1553600

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26898
/proc/meminfo: memFree=29186564/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1553600 CPUtime=1362.08 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293650 0 0 0 135960 248 0 0 20 0 1 0 335264760 1590886400 375371 33554432000 4194304 7823515 140733731219120 140733731214264 5965555 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 388400 375371 550 887 0 387510 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1553600

[startup+1422.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 26898
/proc/meminfo: memFree=29184208/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1553600 CPUtime=1422.07 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293650 0 0 0 141954 253 0 0 20 0 1 0 335264760 1590886400 376061 33554432000 4194304 7823515 140733731219120 140733731214264 6911952 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 388400 376061 550 887 0 387510 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1553600

[startup+1482.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/177 26898
/proc/meminfo: memFree=29183372/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1553600 CPUtime=1482.06 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293650 0 0 0 147949 257 0 0 20 0 1 0 335264760 1590886400 376260 33554432000 4194304 7823515 140733731219120 140733731214264 5965385 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 388400 376260 550 887 0 387510 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1553600

[startup+1542.3 s]
/proc/loadavg: 2.16 2.06 2.02 3/177 26899
/proc/meminfo: memFree=29183404/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1553600 CPUtime=1542.05 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293650 0 0 0 153943 262 0 0 20 0 1 0 335264760 1590886400 376260 33554432000 4194304 7823515 140733731219120 140733731214920 5597687 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 388400 376260 550 887 0 387510 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1553600

[startup+1602.3 s]
/proc/loadavg: 2.24 2.10 2.03 3/178 26902
/proc/meminfo: memFree=29193364/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1540776 CPUtime=1602.04 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293744 0 0 0 159938 266 0 0 20 0 1 0 335264760 1577754624 373086 33554432000 4194304 7823515 140733731219120 140733731214216 5965831 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 385194 373086 550 887 0 384304 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1540776

[startup+1662.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/177 26902
/proc/meminfo: memFree=29193404/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1540776 CPUtime=1662.03 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293744 0 0 0 165933 270 0 0 20 0 1 0 335264760 1577754624 373086 33554432000 4194304 7823515 140733731219120 140733731214216 6911966 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 385194 373086 550 887 0 384304 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1540776

[startup+1722.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/177 26902
/proc/meminfo: memFree=29193528/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1540776 CPUtime=1722.02 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293744 0 0 0 171929 273 0 0 20 0 1 0 335264760 1577754624 373086 33554432000 4194304 7823515 140733731219120 140733731214264 6908173 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 385194 373086 550 887 0 384304 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1540776

[startup+1782.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/177 26902
/proc/meminfo: memFree=29193156/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1540776 CPUtime=1782.02 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293744 0 0 0 177925 277 0 0 20 0 1 0 335264760 1577754624 373086 33554432000 4194304 7823515 140733731219120 140733731214216 6908173 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 385194 373086 550 887 0 384304 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1540776

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

[startup+1792.31 s]
/proc/loadavg: 2.13 2.09 2.03 3/177 26902
/proc/meminfo: memFree=29192536/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1540776 CPUtime=1792.02 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293744 0 0 0 178924 278 0 0 20 0 1 0 335264760 1577754624 373086 33554432000 4194304 7823515 140733731219120 140733731214264 5965831 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 385194 373086 550 887 0 384304 0
Current children cumulated CPU time (s) 1792.02
Current children cumulated vsize (KiB) 1540776

[startup+1795.5 s]
/proc/loadavg: 2.12 2.09 2.03 3/177 26902
/proc/meminfo: memFree=29192536/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1540776 CPUtime=1795.21 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293744 0 0 0 179243 278 0 0 20 0 1 0 335264760 1577754624 373086 33554432000 4194304 7823515 140733731219120 140733731214216 4338438 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 385194 373086 550 887 0 384304 0
Current children cumulated CPU time (s) 1795.21
Current children cumulated vsize (KiB) 1540776

[startup+1797.1 s]
/proc/loadavg: 2.12 2.09 2.03 3/177 26902
/proc/meminfo: memFree=29192536/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1540776 CPUtime=1796.81 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 293744 0 0 0 179403 278 0 0 20 0 1 0 335264760 1577754624 373086 33554432000 4194304 7823515 140733731219120 140733731214344 5965555 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 385194 373086 550 887 0 384304 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 1540776

[startup+1797.9 s]
/proc/loadavg: 2.12 2.09 2.03 3/177 26902
/proc/meminfo: memFree=29167652/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1566440 CPUtime=1797.61 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 294544 0 0 0 179482 279 0 0 20 0 1 0 335264760 1604034560 379507 33554432000 4194304 7823515 140733731219120 140733731214344 4301917 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 391610 379507 555 887 0 390720 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (KiB) 1566440

[startup+1798.3 s]
/proc/loadavg: 2.12 2.09 2.03 3/177 26902
/proc/meminfo: memFree=29167652/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1566440 CPUtime=1798.01 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 294544 0 0 0 179522 279 0 0 20 0 1 0 335264760 1604034560 379507 33554432000 4194304 7823515 140733731219120 140733731214632 4803015 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 391610 379507 555 887 0 390720 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 1566440

[startup+1798.7 s]
/proc/loadavg: 2.12 2.09 2.03 3/177 26902
/proc/meminfo: memFree=29167652/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1314936 CPUtime=1798.41 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 294544 0 0 0 179562 279 0 0 20 0 1 0 335264760 1346494464 324980 33554432000 4194304 7823515 140733731219120 140733731214632 5875083 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 328734 324980 555 887 0 327844 0
Current children cumulated CPU time (s) 1798.41
Current children cumulated vsize (KiB) 1314936

[startup+1798.8 s]
/proc/loadavg: 2.11 2.09 2.03 3/177 26902
/proc/meminfo: memFree=29497004/32873844 swapFree=7900/7900
[pid=26825] ppid=26823 vsize=1189992 CPUtime=1798.51 cores=1,3,5,7
/proc/26825/stat : 26825 (pbscip.linux.x8) R 26823 26825 17150 0 -1 4202496 294544 0 0 0 179571 280 0 0 20 0 1 0 335264760 1218551808 293744 33554432000 4194304 7823515 140733731219120 140733731214632 5875080 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26825/statm: 297498 293744 555 887 0 296608 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (KiB) 1189992

Child status: 0
Real time (s): 1798.86
CPU time (s): 1798.58
CPU user time (s): 1795.76
CPU system time (s): 2.81957
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 1576972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.76
system time used= 2.81957
maximum resident set size= 1527236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294549
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= 16
involuntary context switches= 1851

runsolver used 3.09853 second user time and 8.43872 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 04:43:22
IDJOB=3731661
IDBENCH=1974
IDSOLVER=2321
FILE ID=node137/3731661-1338691402
RUNJOBID= node137-1338679216-25613
PBS_JOBID= 14636676
Free space on /tmp= 70292 MiB

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

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=1975938368

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29251736 kB
Buffers:          172996 kB
Cached:          1132956 kB
SwapCached:         5796 kB
Active:          2187084 kB
Inactive:         615788 kB
Active(anon):    1492432 kB
Inactive(anon):     7172 kB
Active(file):     694652 kB
Inactive(file):   608616 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:       1500312 kB
Mapped:            11296 kB
Shmem:                 0 kB
Slab:             677424 kB
SReclaimable:     118872 kB
SUnreclaim:       558552 kB
KernelStack:        1456 kB
PageTables:         6988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1662296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1402880 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= 70300 MiB
End job on node137 at 2012-06-03 05:13:21