Trace number 3737389

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? 1794.08 1794.37

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -72
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

Solver Data

0.39/0.40	c SCIP version 1.1.0.7
0.39/0.40	c LP-Solver SoPlex 1.4.1
0.39/0.40	c user parameter file <scip.set> not found - using default parameters
0.39/0.40	c read problem <HOME/instance-3737389-1338747083.opb>
0.39/0.40	c original problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 78287 constraints
0.58/0.67	c start presolving problem
0.58/0.67	c presolving:
2.19/2.25	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598856 impls, 2000 clqs
4.19/4.29	c    (3.7s) probing: 101/77286 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.19/4.29	c    (3.7s) probing aborted: 100/100 successive totally useless probings
4.19/4.29	c presolving (2 rounds):
4.19/4.29	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.19/4.29	c  598856 implications, 2000 cliques
4.19/4.29	c presolved problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 78287 constraints
4.19/4.29	c    2000 constraints of type <setppc>
4.19/4.29	c   75286 constraints of type <and>
4.19/4.29	c       1 constraints of type <linear>
4.19/4.29	c    1000 constraints of type <logicor>
4.19/4.29	c transformed objective value is always integral (scale: 1)
4.19/4.29	c Presolving Time: 3.56
4.19/4.30	c OPT-NLC
4.19/4.30	c -----------------------------------------------------------------------------------------------
4.19/4.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.19/4.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.30	c limits/memory = c 13950
4.19/4.30	c # maximal time in seconds to run
4.19/4.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.19/4.30	c limits/time = c 1791
4.19/4.30	c # frequency for displaying node information lines
4.19/4.30	c # [type: int, range: [-1,2147483647], default: 100]
4.19/4.30	c display/freq = c 10000
4.19/4.30	c -----------------------------------------------------------------------------------------------
4.19/4.30	c start solving problem
4.19/4.30	c 
1793.60/1793.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1793.60/1793.90	c  1792s|     1 |     0 | 75053 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1793.60/1793.93	c  1792s|     1 |     2 | 75053 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1793.60/1793.93	c 
1793.60/1793.93	c SCIP Status        : solving was interrupted [time limit reached]
1793.60/1793.93	c Solving Time (sec) : 1792.07
1793.60/1793.93	c Solving Nodes      : 1
1793.60/1793.93	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1793.60/1793.93	c Dual Bound         : -1.00000000000000e+03
1793.60/1793.93	c Gap                : infinite
1793.60/1793.93	c NODE         1
1793.60/1793.93	c DUAL BOUND   -1000
1793.60/1793.93	c PRIMAL BOUND 1e+20
1793.60/1793.93	c GAP          1e+20
1793.60/1793.93	s UNKNOWN
1793.60/1793.93	c SCIP Status        : solving was interrupted [time limit reached]
1793.60/1793.93	c Solving Time       :    1792.07
1793.60/1793.93	c Original Problem   :
1793.60/1793.93	c   Problem name     : HOME/instance-3737389-1338747083.opb
1793.60/1793.93	c   Variables        : 77286 (77286 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.60/1793.93	c   Constraints      : 78287 initial, 78287 maximal
1793.60/1793.93	c Presolved Problem  :
1793.60/1793.93	c   Problem name     : t_HOME/instance-3737389-1338747083.opb
1793.60/1793.93	c   Variables        : 77286 (77286 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.60/1793.93	c   Constraints      : 78287 initial, 78287 maximal
1793.60/1793.93	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.60/1793.93	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1793.60/1793.93	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1793.60/1793.93	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.60/1793.93	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.60/1793.93	c   implics          :       0.02          0          0          0          0          0          0          0          0
1793.60/1793.93	c   probing          :       0.89          0          0          0          0          0          0          0          0
1793.60/1793.93	c   setppc           :       0.03          0          0          0          0          0          0          0          0
1793.60/1793.93	c   and              :       2.23          0          0          0          0          0          0          0          0
1793.60/1793.93	c   linear           :       0.24          0          0          0          0          0          0          0          0
1793.60/1793.93	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1793.60/1793.93	c   root node        :          -          0          -          -          0          -          -          -          -
1793.60/1793.93	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.60/1793.93	c   integral         :          0          0          0          0          0          0          0          0          0          0
1793.60/1793.93	c   setppc           :       2000          0        201          0          1          0          0          0          0          0
1793.60/1793.93	c   and              :      75286          0        201          0          1          0          0          0          0          0
1793.60/1793.93	c   linear           :          1          0        201          0          1          0          0          0          0          0
1793.60/1793.93	c   logicor          :       1000          0        201          0          1          0          0          0          0          0
1793.60/1793.93	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1793.60/1793.93	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.60/1793.93	c   integral         :       0.00       0.00       0.00       0.00       0.00
1793.60/1793.93	c   setppc           :       0.01       0.00       0.01       0.00       0.00
1793.60/1793.93	c   and              :       0.35       0.00       0.34       0.00       0.01
1793.60/1793.93	c   linear           :       0.02       0.00       0.02       0.00       0.00
1793.60/1793.93	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1793.60/1793.93	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.60/1793.93	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.60/1793.93	c   rootredcost      :       0.00          0          0          0
1793.60/1793.93	c   pseudoobj        :       0.00          1          0          0
1793.60/1793.93	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.60/1793.93	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1793.60/1793.93	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1793.60/1793.93	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.60/1793.93	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.60/1793.93	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.60/1793.93	c   applied globally :          -          -          -          0        0.0          -          -          -
1793.60/1793.93	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.60/1793.93	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.60/1793.93	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1793.60/1793.93	c   redcost          :       0.00          0          0          0          0          0
1793.60/1793.93	c   impliedbounds    :       0.00          0          0          0          0          0
1793.60/1793.93	c   intobj           :       0.00          0          0          0          0          0
1793.60/1793.93	c   gomory           :       0.00          0          0          0          0          0
1793.60/1793.93	c   strongcg         :       0.00          0          0          0          0          0
1793.60/1793.93	c   cmir             :       0.00          0          0          0          0          0
1793.60/1793.93	c   flowcover        :       0.00          0          0          0          0          0
1793.60/1793.93	c   clique           :       0.00          0          0          0          0          0
1793.60/1793.93	c   zerohalf         :       0.00          0          0          0          0          0
1793.60/1793.93	c   mcf              :       0.00          0          0          0          0          0
1793.60/1793.93	c Pricers            :       Time      Calls       Vars
1793.60/1793.93	c   problem variables:       0.00          0          0
1793.60/1793.93	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.60/1793.93	c   relpscost        :       0.00          0          0          0          0          0          0
1793.60/1793.93	c   pscost           :       0.00          0          0          0          0          0          0
1793.60/1793.93	c   inference        :       0.01          1          0          0          0          0          2
1793.60/1793.93	c   mostinf          :       0.00          0          0          0          0          0          0
1793.60/1793.93	c   leastinf         :       0.00          0          0          0          0          0          0
1793.60/1793.93	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.60/1793.93	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.60/1793.93	c   random           :       0.00          0          0          0          0          0          0
1793.60/1793.93	c Primal Heuristics  :       Time      Calls      Found
1793.60/1793.93	c   LP solutions     :       0.00          -          0
1793.60/1793.93	c   pseudo solutions :       0.00          -          0
1793.60/1793.93	c   oneopt           :       0.00          0          0
1793.60/1793.93	c   simplerounding   :       0.00          0          0
1793.60/1793.93	c   rounding         :       0.00          0          0
1793.60/1793.93	c   shifting         :       0.00          0          0
1793.60/1793.93	c   intshifting      :       0.00          0          0
1793.60/1793.93	c   fixandinfer      :       0.00          0          0
1793.60/1793.93	c   feaspump         :       0.00          0          0
1793.60/1793.93	c   coefdiving       :       0.00          0          0
1793.60/1793.93	c   pscostdiving     :       0.00          0          0
1793.60/1793.93	c   fracdiving       :       0.00          0          0
1793.60/1793.93	c   veclendiving     :       0.00          0          0
1793.60/1793.93	c   intdiving        :       0.00          0          0
1793.60/1793.93	c   actconsdiving    :       0.00          0          0
1793.60/1793.93	c   objpscostdiving  :       0.00          0          0
1793.60/1793.93	c   rootsoldiving    :       0.00          0          0
1793.60/1793.93	c   linesearchdiving :       0.00          0          0
1793.60/1793.93	c   guideddiving     :       0.00          0          0
1793.60/1793.93	c   octane           :       0.00          0          0
1793.60/1793.93	c   rens             :       0.00          0          0
1793.60/1793.93	c   rins             :       0.00          0          0
1793.60/1793.93	c   localbranching   :       0.00          0          0
1793.60/1793.93	c   mutation         :       0.00          0          0
1793.60/1793.93	c   crossover        :       0.00          0          0
1793.60/1793.93	c   dins             :       0.00          0          0
1793.60/1793.93	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.60/1793.93	c   primal LP        :       0.00          0          0       0.00          -
1793.60/1793.93	c   dual LP          :    1787.90          1      75053   75053.00      41.98
1793.60/1793.93	c   barrier LP       :       0.00          0          0       0.00          -
1793.60/1793.93	c   diving/probing LP:       0.00          0          0       0.00          -
1793.60/1793.93	c   strong branching :       0.00          0          0       0.00          -
1793.60/1793.93	c     (at root node) :          -          0          0       0.00          -
1793.60/1793.93	c   conflict analysis:       0.00          0          0       0.00          -
1793.60/1793.93	c B&B Tree           :
1793.60/1793.93	c   number of runs   :          1
1793.60/1793.93	c   nodes            :          1
1793.60/1793.93	c   nodes (total)    :          1
1793.60/1793.93	c   nodes left       :          2
1793.60/1793.93	c   max depth        :          0
1793.60/1793.93	c   max depth (total):          0
1793.60/1793.93	c   backtracks       :          0 (0.0%)
1793.60/1793.93	c   delayed cutoffs  :          0
1793.60/1793.93	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.60/1793.93	c   avg switch length:       1.00
1793.60/1793.93	c   switching time   :       0.00
1793.60/1793.93	c Solution           :
1793.60/1793.93	c   Solutions found  :          0 (0 improvements)
1793.60/1793.93	c   Primal Bound     :          -
1793.60/1793.93	c   Dual Bound       : -1.00000000000000e+03
1793.60/1793.93	c   Gap              :   infinite
1793.60/1793.93	c   Root Dual Bound  : -1.00000000000000e+03
1794.00/1794.36	c Time complete: 1794.07.

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-3737389-1338747083/watcher-3737389-1338747083 -o /tmp/evaluation-result-3737389-1338747083/solver-3737389-1338747083 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737389-1338747083.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: 1.86 1.98 2.07 2/178 21376
/proc/meminfo: memFree=28620448/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 1502 0 0 0 0 0 0 0 20 0 1 0 340833095 9367552 1454 33554432000 4194304 7823515 140734683831680 140734145194216 6883856 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21376/statm: 2331 1457 349 887 0 1441 0

[startup+0.0648891 s]
/proc/loadavg: 1.86 1.98 2.07 2/178 21376
/proc/meminfo: memFree=28620448/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=27812 CPUtime=0.05 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 6204 0 0 0 4 1 0 0 20 0 1 0 340833095 28479488 6156 33554432000 4194304 7823515 140734683831680 140734145194216 4403196 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21376/statm: 6953 6156 354 887 0 6063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27812

[startup+0.100276 s]
/proc/loadavg: 1.86 1.98 2.07 2/178 21376
/proc/meminfo: memFree=28620448/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=38032 CPUtime=0.09 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 8737 0 0 0 7 2 0 0 20 0 1 0 340833095 38944768 8689 33554432000 4194304 7823515 140734683831680 140734145194216 4363792 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21376/statm: 9508 8689 354 887 0 8618 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38032

[startup+0.300225 s]
/proc/loadavg: 1.86 1.98 2.07 2/178 21376
/proc/meminfo: memFree=28620448/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=79824 CPUtime=0.29 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 19267 0 0 0 26 3 0 0 20 0 1 0 340833095 81739776 19219 33554432000 4194304 7823515 140734683831680 140734145194216 4649553 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21376/statm: 19956 19219 354 887 0 19066 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79824

[startup+0.700214 s]
/proc/loadavg: 1.86 1.98 2.07 2/178 21376
/proc/meminfo: memFree=28620448/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=195016 CPUtime=0.68 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 48224 0 0 0 61 7 0 0 20 0 1 0 340833095 199696384 47674 33554432000 4194304 7823515 140734683831680 140734683697784 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/21376/statm: 48754 47674 404 887 0 47864 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 195016

[startup+1.50023 s]
/proc/loadavg: 1.87 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28407012/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=213684 CPUtime=1.48 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 52891 0 0 0 139 9 0 0 20 0 1 0 340833095 218812416 52341 33554432000 4194304 7823515 140734683831680 140734683828936 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/21376/statm: 53421 52341 404 887 0 52531 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 213684

[startup+3.10011 s]
/proc/loadavg: 1.87 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28373284/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=247272 CPUtime=3.09 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 61899 0 0 0 293 16 0 0 20 0 1 0 340833095 253206528 60766 33554432000 4194304 7823515 140734683831680 140734683828936 6908043 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/21376/statm: 61818 60766 436 887 0 60928 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 247272

[startup+6.30021 s]
/proc/loadavg: 1.87 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28095732/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=550356 CPUtime=6.28 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 123396 0 0 0 598 30 0 0 20 0 1 0 340833095 563564544 128903 33554432000 4194304 7823515 140734683831680 140734683827096 6212509 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/21376/statm: 137589 128903 523 887 0 136699 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 550356

[startup+12.7003 s]
/proc/loadavg: 1.89 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28058832/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=558576 CPUtime=12.68 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 124808 0 0 0 1237 31 0 0 20 0 1 0 340833095 571981824 131846 33554432000 4194304 7823515 140734683831680 140734683827480 6212552 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 139644 131846 523 887 0 138754 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 558576

[startup+25.5003 s]
/proc/loadavg: 1.90 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28051268/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=561748 CPUtime=25.49 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 126632 0 0 0 2516 33 0 0 20 0 1 0 340833095 575229952 133669 33554432000 4194304 7823515 140734683831680 140734683827432 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 140437 133669 523 887 0 139547 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 561748

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.08 3/179 21377
/proc/meminfo: memFree=28040448/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=569356 CPUtime=51.08 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 128778 0 0 0 5073 35 0 0 20 0 1 0 340833095 583020544 136267 33554432000 4194304 7823515 140734683831680 140734683827016 6212665 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 142339 136267 523 887 0 141449 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 569356

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.08 3/179 21377
/proc/meminfo: memFree=28028896/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=579992 CPUtime=102.28 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 129786 0 0 0 10189 39 0 0 20 0 1 0 340833095 593911808 138470 33554432000 4194304 7823515 140734683831680 140734683827016 6020404 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 144998 138470 523 887 0 144108 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 579992

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.07 3/179 21378
/proc/meminfo: memFree=28016844/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=581840 CPUtime=162.26 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 130442 0 0 0 16183 43 0 0 20 0 1 0 340833095 595804160 139644 33554432000 4194304 7823515 140734683831680 140734683827016 6908173 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 145460 139644 523 887 0 144570 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 581840

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.06 3/179 21378
/proc/meminfo: memFree=28003044/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=588504 CPUtime=222.25 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 131477 0 0 0 22179 46 0 0 20 0 1 0 340833095 602628096 141291 33554432000 4194304 7823515 140734683831680 140734683827432 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 147126 141291 523 887 0 146236 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 588504

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 21378
/proc/meminfo: memFree=27977848/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=603316 CPUtime=282.24 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 133419 0 0 0 28173 51 0 0 20 0 1 0 340833095 617795584 145720 33554432000 4194304 7823515 140734683831680 140734683827368 6254623 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 150829 145720 523 887 0 149939 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 603316

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27966004/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=604688 CPUtime=342.22 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 133550 0 0 0 34168 54 0 0 20 0 1 0 340833095 619200512 147448 33554432000 4194304 7823515 140734683831680 140734683827016 6248920 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 151172 147448 523 887 0 150282 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 604688

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21416
/proc/meminfo: memFree=27942440/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=615416 CPUtime=402.21 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 134256 0 0 0 40164 57 0 0 20 0 1 0 340833095 630185984 150144 33554432000 4194304 7823515 140734683831680 140734683827016 5924480 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 153854 150144 523 887 0 152964 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 615416

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 21417
/proc/meminfo: memFree=27917396/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=637808 CPUtime=462.21 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 134721 0 0 0 46162 59 0 0 20 0 1 0 340833095 653115392 155625 33554432000 4194304 7823515 140734683831680 140734683827480 6212418 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 159452 155625 523 887 0 158562 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 637808

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/180 21420
/proc/meminfo: memFree=27916984/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=637808 CPUtime=522.19 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 134721 0 0 0 52158 61 0 0 20 0 1 0 340833095 653115392 155625 33554432000 4194304 7823515 140734683831680 140734683827016 6212418 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 159452 155625 523 887 0 158562 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 637808

[startup+582.3 s]
/proc/loadavg: 2.08 2.02 2.03 3/179 21420
/proc/meminfo: memFree=27917148/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=637808 CPUtime=582.19 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 134721 0 0 0 58156 63 0 0 20 0 1 0 340833095 653115392 155625 33554432000 4194304 7823515 140734683831680 140734683826344 6216469 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 159452 155625 523 887 0 158562 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 637808

[startup+642.3 s]

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

/proc/meminfo: memFree=27854352/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=700240 CPUtime=1062.11 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 143969 0 0 0 106125 86 0 0 20 0 1 0 340833095 717045760 171398 33554432000 4194304 7823515 140734683831680 140734683827016 6205603 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 175060 171398 523 887 0 174170 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 700240

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21425
/proc/meminfo: memFree=27866600/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=700240 CPUtime=1122.1 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 146154 0 0 0 112120 90 0 0 20 0 1 0 340833095 717045760 168257 33554432000 4194304 7823515 140734683831680 140734683827480 6211638 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 175060 168257 523 887 0 174170 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 700240

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21425
/proc/meminfo: memFree=27862784/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=700240 CPUtime=1182.1 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 148221 0 0 0 118115 95 0 0 20 0 1 0 340833095 717045760 169281 33554432000 4194304 7823515 140734683831680 140734683827016 6205542 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 175060 169281 523 887 0 174170 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 700240

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21425
/proc/meminfo: memFree=27854340/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=700240 CPUtime=1242.09 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 150295 0 0 0 124109 100 0 0 20 0 1 0 340833095 717045760 171329 33554432000 4194304 7823515 140734683831680 140734683827432 6267044 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 175060 171329 523 887 0 174170 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 700240

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21425
/proc/meminfo: memFree=27860732/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=700240 CPUtime=1302.08 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 152502 0 0 0 130103 105 0 0 20 0 1 0 340833095 717045760 169793 33554432000 4194304 7823515 140734683831680 140734683827480 6211600 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 175060 169793 523 887 0 174170 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 700240

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21425
/proc/meminfo: memFree=27885960/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1362.07 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154175 0 0 0 136098 109 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827016 6205522 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 667352

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21427
/proc/meminfo: memFree=27885952/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1422.06 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154175 0 0 0 142096 110 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827016 6150580 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 667352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21427
/proc/meminfo: memFree=27885960/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1482.04 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154175 0 0 0 148093 111 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827016 6908153 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 667352

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21427
/proc/meminfo: memFree=27885960/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1542.04 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 154090 114 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827016 6211711 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 667352

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 21427
/proc/meminfo: memFree=27885588/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1602.03 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 160087 116 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827016 6180591 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 667352

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 21427
/proc/meminfo: memFree=27885712/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1662.02 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 166085 117 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827016 6212404 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 667352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21431
/proc/meminfo: memFree=27885448/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1722.01 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 172083 118 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827016 6209837 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 667352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21431
/proc/meminfo: memFree=27885588/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1782.01 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 178081 120 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683826344 6254631 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 667352

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21431
/proc/meminfo: memFree=27885588/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1785.2 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 178400 120 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827480 6211574 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 667352

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21431
/proc/meminfo: memFree=27885588/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1788.4 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 178720 120 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827480 6177540 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 667352

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21431
/proc/meminfo: memFree=27885588/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1791.61 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 179041 120 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683826344 6254115 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 667352

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21431
/proc/meminfo: memFree=27885588/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1793.2 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 179200 120 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827432 6180591 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1793.2
Current children cumulated vsize (KiB) 667352

[startup+1793.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21431
/proc/meminfo: memFree=27885588/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1793.6 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154826 0 0 0 179240 120 0 0 20 0 1 0 340833095 683368448 163366 33554432000 4194304 7823515 140734683831680 140734683827016 6263163 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163366 523 887 0 165948 0
Current children cumulated CPU time (s) 1793.6
Current children cumulated vsize (KiB) 667352

[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21431
/proc/meminfo: memFree=27885588/32873844 swapFree=7380/7380
[pid=21376] ppid=21374 vsize=667352 CPUtime=1794 cores=0,2,4,6
/proc/21376/stat : 21376 (pbscip.linux.x8) R 21374 21376 21332 0 -1 4202496 154838 0 0 0 179280 120 0 0 20 0 1 0 340833095 683368448 163378 33554432000 4194304 7823515 140734683831680 140734683827016 5798417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21376/statm: 166838 163378 535 887 0 165948 0
Current children cumulated CPU time (s) 1794
Current children cumulated vsize (KiB) 667352

Child status: 0
Real time (s): 1794.37
CPU time (s): 1794.08
CPU user time (s): 1792.87
CPU system time (s): 1.21281
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 700704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.87
system time used= 1.21281
maximum resident set size= 686728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 1895

runsolver used 3.58545 second user time and 8.37073 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 20:11:23
IDJOB=3737389
IDBENCH=48230
IDSOLVER=2321
FILE ID=node133/3737389-1338747083
RUNJOBID= node133-1338747083-21348
PBS_JOBID= 14636776
Free space on /tmp= 70476 MiB

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

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=939128220

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.540
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.540
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:        28625920 kB
Buffers:          488344 kB
Cached:          2846664 kB
SwapCached:          676 kB
Active:          1528248 kB
Inactive:        1817428 kB
Active(anon):       1804 kB
Inactive(anon):    10220 kB
Active(file):    1526444 kB
Inactive(file):  1807208 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             21436 kB
Writeback:             0 kB
AnonPages:         16408 kB
Mapped:             9600 kB
Shmem:                 0 kB
Slab:             760612 kB
SReclaimable:     201896 kB
SUnreclaim:       558716 kB
KernelStack:        1400 kB
PageTables:         3636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     106188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70464 MiB
End job on node133 at 2012-06-03 20:41:17