Trace number 3737642

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)? 1795.99 1796.28

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
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-70
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
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)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Solver Data

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

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-3737642-1338749928/watcher-3737642-1338749928 -o /tmp/evaluation-result-3737642-1338749928/solver-3737642-1338749928 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737642-1338749928.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.99 1.77 1.47 3/176 2667
/proc/meminfo: memFree=31491964/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=9980 CPUtime=0 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 1696 0 0 0 0 0 0 0 20 0 1 0 341121426 10219520 1648 33554432000 4194304 7823515 140734753355632 140737473763544 5544052 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 2495 1651 352 887 0 1605 0

[startup+0.074886 s]
/proc/loadavg: 1.99 1.77 1.47 3/176 2667
/proc/meminfo: memFree=31491964/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=32836 CPUtime=0.07 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 7446 0 0 0 6 1 0 0 20 0 1 0 341121426 33624064 7398 33554432000 4194304 7823515 140734753355632 140737473763544 4512305 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 8209 7398 354 887 0 7319 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32836

[startup+0.100305 s]
/proc/loadavg: 1.99 1.77 1.47 3/176 2667
/proc/meminfo: memFree=31491964/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=39540 CPUtime=0.09 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 9146 0 0 0 8 1 0 0 20 0 1 0 341121426 40488960 9098 33554432000 4194304 7823515 140734753355632 140737473763544 4511625 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 9885 9098 354 887 0 8995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39540

[startup+0.300262 s]
/proc/loadavg: 1.99 1.77 1.47 3/176 2667
/proc/meminfo: memFree=31491964/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=82340 CPUtime=0.29 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 19899 0 0 0 26 3 0 0 20 0 1 0 341121426 84316160 19851 33554432000 4194304 7823515 140734753355632 140737473763544 6883856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 20585 19851 354 887 0 19695 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82340

[startup+0.700277 s]
/proc/loadavg: 1.99 1.77 1.47 3/176 2667
/proc/meminfo: memFree=31491964/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=196144 CPUtime=0.69 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 48538 0 0 0 62 7 0 0 20 0 1 0 341121426 200851456 47988 33554432000 4194304 7823515 140734753355632 140734753349768 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 49036 47988 404 887 0 48146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 196144

[startup+1.50027 s]
/proc/loadavg: 1.99 1.77 1.47 3/177 2668
/proc/meminfo: memFree=31294308/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=214664 CPUtime=1.48 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 53174 0 0 0 139 9 0 0 20 0 1 0 341121426 219815936 52624 33554432000 4194304 7823515 140734753355632 140734753352888 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 53666 52624 404 887 0 52776 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 214664

[startup+3.10022 s]
/proc/loadavg: 1.99 1.77 1.47 3/177 2668
/proc/meminfo: memFree=31256604/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=247700 CPUtime=3.09 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 62012 0 0 0 293 16 0 0 20 0 1 0 341121426 253644800 60879 33554432000 4194304 7823515 140734753355632 140734753352888 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 61925 60879 436 887 0 61035 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 247700

[startup+6.30028 s]
/proc/loadavg: 1.99 1.77 1.47 3/177 2668
/proc/meminfo: memFree=30995920/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=553028 CPUtime=6.28 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 123478 0 0 0 600 28 0 0 20 0 1 0 341121426 566300672 129983 33554432000 4194304 7823515 140734753355632 140734753351048 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 138257 129983 523 887 0 137367 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 553028

[startup+12.7003 s]
/proc/loadavg: 1.99 1.77 1.47 3/177 2668
/proc/meminfo: memFree=30962868/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=560304 CPUtime=12.69 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 125558 0 0 0 1239 30 0 0 20 0 1 0 341121426 573751296 133005 33554432000 4194304 7823515 140734753355632 140734753350968 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 140076 133005 523 887 0 139186 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 560304

[startup+25.5003 s]
/proc/loadavg: 1.99 1.78 1.48 3/177 2668
/proc/meminfo: memFree=30953000/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=566932 CPUtime=25.48 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 127573 0 0 0 2517 31 0 0 20 0 1 0 341121426 580538368 135530 33554432000 4194304 7823515 140734753355632 140734753351320 6179716 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 141733 135530 523 887 0 140843 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 566932

[startup+51.1003 s]
/proc/loadavg: 1.99 1.80 1.49 3/177 2669
/proc/meminfo: memFree=30945588/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=574800 CPUtime=51.08 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 128316 0 0 0 5075 33 0 0 20 0 1 0 341121426 588595200 137236 33554432000 4194304 7823515 140734753355632 140734753350968 6151365 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 143700 137236 523 887 0 142810 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 574800

[startup+102.306 s]
/proc/loadavg: 1.99 1.83 1.52 3/178 2672
/proc/meminfo: memFree=30938800/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=579024 CPUtime=102.28 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 128437 0 0 0 10192 36 0 0 20 0 1 0 341121426 592920576 138668 33554432000 4194304 7823515 140734753355632 140734753350968 6205598 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 144756 138668 523 887 0 143866 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 579024

[startup+162.3 s]
/proc/loadavg: 1.99 1.86 1.55 3/178 2695
/proc/meminfo: memFree=30929344/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=586232 CPUtime=162.26 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 129927 0 0 0 16186 40 0 0 20 0 1 0 341121426 600301568 140674 33554432000 4194304 7823515 140734753355632 140734753351384 6234801 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 146558 140674 523 887 0 145668 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 586232

[startup+222.3 s]
/proc/loadavg: 1.99 1.88 1.57 3/177 2695
/proc/meminfo: memFree=30915300/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=598112 CPUtime=222.25 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 131498 0 0 0 22183 42 0 0 20 0 1 0 341121426 612466688 143824 33554432000 4194304 7823515 140734753355632 140734753350296 6151369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 149528 143824 523 887 0 148638 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 598112

[startup+282.3 s]
/proc/loadavg: 1.99 1.90 1.59 3/177 2695
/proc/meminfo: memFree=30907100/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=604216 CPUtime=282.23 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 132241 0 0 0 28179 44 0 0 20 0 1 0 341121426 618717184 145760 33554432000 4194304 7823515 140734753355632 140734753351320 6180642 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 151054 145760 523 887 0 150164 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 604216

[startup+342.3 s]
/proc/loadavg: 1.99 1.91 1.62 3/177 2695
/proc/meminfo: memFree=30898608/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=607528 CPUtime=342.22 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 132623 0 0 0 34175 47 0 0 20 0 1 0 341121426 622108672 147554 33554432000 4194304 7823515 140734753355632 140734753350296 6254112 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 151882 147554 523 887 0 150992 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 607528

[startup+402.3 s]
/proc/loadavg: 1.99 1.93 1.64 3/177 2696
/proc/meminfo: memFree=30879888/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=622384 CPUtime=402.21 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 134316 0 0 0 40172 49 0 0 20 0 1 0 341121426 637321216 151963 33554432000 4194304 7823515 140734753355632 140734753351320 6209744 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 155596 151963 523 887 0 154706 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 622384

[startup+462.3 s]
/proc/loadavg: 1.99 1.94 1.66 3/177 2696
/proc/meminfo: memFree=30878700/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=623576 CPUtime=462.2 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 134393 0 0 0 46169 51 0 0 20 0 1 0 341121426 638541824 152042 33554432000 4194304 7823515 140734753355632 140734753350968 6211707 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 155894 152042 523 887 0 155004 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 623576

[startup+522.3 s]
/proc/loadavg: 1.99 1.95 1.68 3/177 2696
/proc/meminfo: memFree=30876220/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=628708 CPUtime=522.19 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 134873 0 0 0 52166 53 0 0 20 0 1 0 341121426 643796992 152522 33554432000 4194304 7823515 140734753355632 140734753350968 6205611 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 157177 152522 523 887 0 156287 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 628708

[startup+582.3 s]
/proc/loadavg: 1.99 1.95 1.69 3/177 2696
/proc/meminfo: memFree=30854628/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=644108 CPUtime=582.18 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 135632 0 0 0 58162 56 0 0 20 0 1 0 341121426 659566592 157369 33554432000 4194304 7823515 140734753355632 140734753350968 6211707 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 161027 157369 523 887 0 160137 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 644108

[startup+642.3 s]

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

/proc/meminfo: memFree=30827376/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=666844 CPUtime=1122.11 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 138868 0 0 0 112141 70 0 0 20 0 1 0 341121426 682848256 161569 33554432000 4194304 7823515 140734753355632 140734753350296 6254072 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 166711 161569 523 887 0 165821 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 666844

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 2701
/proc/meminfo: memFree=30824832/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=666844 CPUtime=1182.1 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 138868 0 0 0 118139 71 0 0 20 0 1 0 341121426 682848256 161594 33554432000 4194304 7823515 140734753355632 140734753350296 6262558 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 166711 161594 523 887 0 165821 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 666844

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/177 2701
/proc/meminfo: memFree=30822352/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=666844 CPUtime=1242.08 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 138868 0 0 0 124137 71 0 0 20 0 1 0 341121426 682848256 161594 33554432000 4194304 7823515 140734753355632 140734753350968 6908158 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 166711 161594 523 887 0 165821 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 666844

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 1.84 3/178 2705
/proc/meminfo: memFree=30821152/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=666844 CPUtime=1302.08 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 138868 0 0 0 130135 73 0 0 20 0 1 0 341121426 682848256 161594 33554432000 4194304 7823515 140734753355632 140734753350296 5965516 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 166711 161594 523 887 0 165821 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 666844

[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 1.86 3/177 2743
/proc/meminfo: memFree=30536328/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1362.06 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 140693 0 0 0 136129 77 0 0 20 0 1 0 341121426 719351808 170331 33554432000 4194304 7823515 140734753355632 140734753350968 6254140 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 170331 523 887 0 174733 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 702492

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 1.86 3/176 2743
/proc/meminfo: memFree=30532860/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1422.06 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 142465 0 0 0 142124 82 0 0 20 0 1 0 341121426 719351808 169514 33554432000 4194304 7823515 140734753355632 140734753350968 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 169514 523 887 0 174733 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 702492

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.87 3/177 2820
/proc/meminfo: memFree=30833892/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1482.04 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 144320 0 0 0 148118 86 0 0 20 0 1 0 341121426 719351808 168490 33554432000 4194304 7823515 140734753355632 140734753350968 6266976 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 168490 523 887 0 174733 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 702492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/177 2820
/proc/meminfo: memFree=30826384/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1542.04 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 146101 0 0 0 154113 91 0 0 20 0 1 0 341121426 719351808 170026 33554432000 4194304 7823515 140734753355632 140734753350296 6211287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 170026 523 887 0 174733 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 702492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 2821
/proc/meminfo: memFree=30833212/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1602.03 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 148123 0 0 0 160108 95 0 0 20 0 1 0 341121426 719351808 167978 33554432000 4194304 7823515 140734753355632 140734753350968 6254623 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 167978 523 887 0 174733 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 702492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 2821
/proc/meminfo: memFree=30827068/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1662.02 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 149895 0 0 0 166103 99 0 0 20 0 1 0 341121426 719351808 169002 33554432000 4194304 7823515 140734753355632 140734753350968 6908178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 169002 523 887 0 174733 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 702492

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 2821
/proc/meminfo: memFree=30818596/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1722.01 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 152152 0 0 0 172097 104 0 0 20 0 1 0 341121426 719351808 170218 33554432000 4194304 7823515 140734753355632 140734753350296 6254140 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 170218 523 887 0 174733 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 702492

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.90 3/177 2821
/proc/meminfo: memFree=30820520/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1782 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 154531 0 0 0 178091 109 0 0 20 0 1 0 341121426 719351808 169514 33554432000 4194304 7823515 140734753355632 140734753350968 6216407 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 169514 523 887 0 174733 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 702492

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.01 1.90 3/177 2821
/proc/meminfo: memFree=30820520/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1785.2 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 154531 0 0 0 178411 109 0 0 20 0 1 0 341121426 719351808 169514 33554432000 4194304 7823515 140734753355632 140734753350296 6254072 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 169514 523 887 0 174733 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 702492

[startup+1791.91 s]
/proc/loadavg: 2.05 2.01 1.90 3/177 2821
/proc/meminfo: memFree=30818348/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1791.6 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 154786 0 0 0 179051 109 0 0 20 0 1 0 341121426 719351808 170025 33554432000 4194304 7823515 140734753355632 140734753350968 6151369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 170025 523 887 0 174733 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 702492

[startup+1793.5 s]
/proc/loadavg: 2.05 2.01 1.90 3/177 2821
/proc/meminfo: memFree=30818224/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1793.19 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 154830 0 0 0 179210 109 0 0 20 0 1 0 341121426 719351808 170069 33554432000 4194304 7823515 140734753355632 140734753350296 6254145 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 170069 523 887 0 174733 0
Current children cumulated CPU time (s) 1793.19
Current children cumulated vsize (KiB) 702492

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 1.90 3/177 2821
/proc/meminfo: memFree=30818100/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1794.8 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 154830 0 0 0 179371 109 0 0 20 0 1 0 341121426 719351808 170069 33554432000 4194304 7823515 140734753355632 140734753350296 6254611 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 170069 523 887 0 174733 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 702492

[startup+1795.9 s]
/proc/loadavg: 2.04 2.01 1.90 3/177 2821
/proc/meminfo: memFree=30818100/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1795.6 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 155090 0 0 0 179450 110 0 0 20 0 1 0 341121426 719351808 167475 33554432000 4194304 7823515 140734753355632 140734753350296 4333662 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 167475 532 887 0 174733 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 702492

[startup+1796.1 s]
/proc/loadavg: 2.04 2.01 1.90 3/177 2821
/proc/meminfo: memFree=30818100/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1795.8 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 155093 0 0 0 179470 110 0 0 20 0 1 0 341121426 719351808 167478 33554432000 4194304 7823515 140734753355632 140734753350296 4237387 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 167478 535 887 0 174733 0
Current children cumulated CPU time (s) 1795.8
Current children cumulated vsize (KiB) 702492

[startup+1796.2 s]
/proc/loadavg: 2.04 2.01 1.90 3/177 2821
/proc/meminfo: memFree=30828588/32873844 swapFree=7116/7116
[pid=2667] ppid=2665 vsize=702492 CPUtime=1795.91 cores=0,2,4,6
/proc/2667/stat : 2667 (pbscip.linux.x8) R 2665 2667 2584 0 -1 4202496 155093 0 0 0 179481 110 0 0 20 0 1 0 341121426 719351808 167478 33554432000 4194304 7823515 140734753355632 140734753350296 5875188 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2667/statm: 175623 167478 535 887 0 174733 0
Current children cumulated CPU time (s) 1795.91
Current children cumulated vsize (KiB) 702492

Child status: 0
Real time (s): 1796.28
CPU time (s): 1795.99
CPU user time (s): 1794.87
CPU system time (s): 1.11483
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 702492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 1.11483
maximum resident set size= 681380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155100
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= 31
involuntary context switches= 1912

runsolver used 2.66559 second user time and 7.13791 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 20:58:49
IDJOB=3737642
IDBENCH=48276
IDSOLVER=2321
FILE ID=node103/3737642-1338749928
RUNJOBID= node103-1338749472-2600
PBS_JOBID= 14636802
Free space on /tmp= 71116 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_1.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-3737642-1338749928/watcher-3737642-1338749928 -o /tmp/evaluation-result-3737642-1338749928/solver-3737642-1338749928 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737642-1338749928.opb

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

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=66968281

node103.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.189
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	: 5332.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31492236 kB
Buffers:          188376 kB
Cached:           362744 kB
SwapCached:         5648 kB
Active:           231736 kB
Inactive:         376532 kB
Active(anon):      54772 kB
Inactive(anon):     4740 kB
Active(file):     176964 kB
Inactive(file):   371792 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             11648 kB
Writeback:             0 kB
AnonPages:        137532 kB
Mapped:            11140 kB
Shmem:                 0 kB
Slab:             633188 kB
SReclaimable:      73940 kB
SUnreclaim:       559248 kB
KernelStack:        1472 kB
PageTables:         4296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     174400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71104 MiB
End job on node103 at 2012-06-03 21:28:45