Trace number 3737356

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)? 1793.9 1794.21

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
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 -71
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)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

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

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-3737356-1338744888/watcher-3737356-1338744888 -o /tmp/evaluation-result-3737356-1338744888/solver-3737356-1338744888 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737356-1338744888.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.92 1.98 1.99 3/176 29783
/proc/meminfo: memFree=26953468/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 1540 0 0 0 0 0 0 0 20 0 1 0 340615609 9547776 1492 33554432000 4194304 7823515 140733502487120 140734435474856 5878822 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 2331 1492 349 887 0 1441 0

[startup+0.0203491 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29783
/proc/meminfo: memFree=26953468/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=15144 CPUtime=0.01 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 2997 0 0 0 1 0 0 0 20 0 1 0 340615609 15507456 2949 33554432000 4194304 7823515 140733502487120 140734435474856 6911743 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 3786 2949 354 887 0 2896 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15144

[startup+0.100247 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29783
/proc/meminfo: memFree=26953468/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=37936 CPUtime=0.08 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 8739 0 0 0 7 1 0 0 20 0 1 0 340615609 38846464 8691 33554432000 4194304 7823515 140733502487120 140734435474856 6957168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 9484 8691 354 887 0 8594 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37936

[startup+0.300233 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29783
/proc/meminfo: memFree=26953468/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=79688 CPUtime=0.29 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 19239 0 0 0 26 3 0 0 20 0 1 0 340615609 81600512 19191 33554432000 4194304 7823515 140733502487120 140734435474856 6957168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 19922 19191 354 887 0 19032 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79688

[startup+0.700239 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 29783
/proc/meminfo: memFree=26953468/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=194268 CPUtime=0.69 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 48032 0 0 0 62 7 0 0 20 0 1 0 340615609 198930432 47482 33554432000 4194304 7823515 140733502487120 140733502484664 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 48567 47482 404 887 0 47677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 194268

[startup+1.50024 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29784
/proc/meminfo: memFree=26756912/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=213752 CPUtime=1.49 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 52903 0 0 0 140 9 0 0 20 0 1 0 340615609 218882048 52353 33554432000 4194304 7823515 140733502487120 140733502484664 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 53438 52353 404 887 0 52548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 213752

[startup+3.10018 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29784
/proc/meminfo: memFree=26728012/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=246932 CPUtime=3.09 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 61808 0 0 0 294 15 0 0 20 0 1 0 340615609 252858368 60675 33554432000 4194304 7823515 140733502487120 140733502484376 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 61733 60675 436 887 0 60843 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 246932

[startup+6.30024 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 29784
/proc/meminfo: memFree=26456472/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=550604 CPUtime=6.29 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 121755 0 0 0 600 29 0 0 20 0 1 0 340615609 563818496 126856 33554432000 4194304 7823515 140733502487120 140733502482808 6263490 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 137651 126856 523 887 0 136761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 550604

[startup+12.7002 s]
/proc/loadavg: 1.94 1.98 1.99 3/177 29784
/proc/meminfo: memFree=26424716/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=558452 CPUtime=12.68 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 124601 0 0 0 1238 30 0 0 20 0 1 0 340615609 571854848 132123 33554432000 4194304 7823515 140733502487120 140733502482872 6212704 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 139613 132123 523 887 0 138723 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 558452

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 29784
/proc/meminfo: memFree=26419888/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=563176 CPUtime=25.48 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 126418 0 0 0 2516 32 0 0 20 0 1 0 340615609 576692224 133940 33554432000 4194304 7823515 140733502487120 140733502482920 6213632 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 140794 133940 523 887 0 139904 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 563176

[startup+51.1003 s]
/proc/loadavg: 1.97 1.98 1.99 3/177 29784
/proc/meminfo: memFree=26406268/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=572032 CPUtime=51.08 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 128510 0 0 0 5073 35 0 0 20 0 1 0 340615609 585760768 136466 33554432000 4194304 7823515 140733502487120 140733502482808 6179827 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 143008 136466 523 887 0 142118 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 572032

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 29784
/proc/meminfo: memFree=26392980/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=578900 CPUtime=102.27 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 129831 0 0 0 10188 39 0 0 20 0 1 0 340615609 592793600 139324 33554432000 4194304 7823515 140733502487120 140733502482456 6214794 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 144725 139324 523 887 0 143835 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 578900

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29785
/proc/meminfo: memFree=26384020/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=588388 CPUtime=162.26 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 130881 0 0 0 16182 44 0 0 20 0 1 0 340615609 602509312 141188 33554432000 4194304 7823515 140733502487120 140733502482456 6211711 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 147097 141188 523 887 0 146207 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 588388

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29785
/proc/meminfo: memFree=26365812/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=603448 CPUtime=222.24 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 132855 0 0 0 22178 46 0 0 20 0 1 0 340615609 617930752 145206 33554432000 4194304 7823515 140733502487120 140733502482808 6211297 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 150862 145206 523 887 0 149972 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 603448

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29785
/proc/meminfo: memFree=26358848/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=607008 CPUtime=282.24 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 132956 0 0 0 28174 50 0 0 20 0 1 0 340615609 621576192 146579 33554432000 4194304 7823515 140733502487120 140733502482456 6267029 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 151752 146579 523 887 0 150862 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 607008

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 29788
/proc/meminfo: memFree=26352248/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=607008 CPUtime=342.22 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 133389 0 0 0 34170 52 0 0 20 0 1 0 340615609 621576192 148071 33554432000 4194304 7823515 140733502487120 140733502482456 6216490 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/29783/statm: 151752 148071 523 887 0 150862 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 607008

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29788
/proc/meminfo: memFree=26333080/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=628176 CPUtime=402.21 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 133462 0 0 0 40166 55 0 0 20 0 1 0 340615609 643252224 152824 33554432000 4194304 7823515 140733502487120 140733502482456 6206165 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 157044 152824 523 887 0 156154 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 628176

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29789
/proc/meminfo: memFree=26337524/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=622840 CPUtime=462.19 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 135159 0 0 0 46162 57 0 0 20 0 1 0 340615609 637788160 151032 33554432000 4194304 7823515 140733502487120 140733502482872 6212302 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 155710 151032 523 887 0 154820 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 622840

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29789
/proc/meminfo: memFree=26319472/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=646024 CPUtime=522.18 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 136395 0 0 0 52160 58 0 0 20 0 1 0 340615609 661528576 155845 33554432000 4194304 7823515 140733502487120 140733502482456 6254153 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 161506 155845 523 887 0 160616 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 646024

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29789
/proc/meminfo: memFree=26304892/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=646024 CPUtime=582.18 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 136448 0 0 0 58158 60 0 0 20 0 1 0 340615609 661528576 157431 33554432000 4194304 7823515 140733502487120 140733502482456 6266989 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 161506 157431 523 887 0 160616 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 646024

[startup+642.3 s]

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

/proc/meminfo: memFree=26265780/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=665140 CPUtime=1122.09 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 139547 0 0 0 112134 75 0 0 20 0 1 0 340615609 681103360 162716 33554432000 4194304 7823515 140733502487120 140733502482872 6211711 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166285 162716 523 887 0 165395 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 665140

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29794
/proc/meminfo: memFree=26261936/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=665140 CPUtime=1182.08 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 139547 0 0 0 118132 76 0 0 20 0 1 0 340615609 681103360 162716 33554432000 4194304 7823515 140733502487120 140733502481784 6254136 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166285 162716 523 887 0 165395 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 665140

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29794
/proc/meminfo: memFree=26259952/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=665140 CPUtime=1242.07 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 139547 0 0 0 124131 76 0 0 20 0 1 0 340615609 681103360 162716 33554432000 4194304 7823515 140733502487120 140733502482456 6211707 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166285 162716 523 887 0 165395 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 665140

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29794
/proc/meminfo: memFree=26255364/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=665140 CPUtime=1302.07 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 139547 0 0 0 130129 78 0 0 20 0 1 0 340615609 681103360 162716 33554432000 4194304 7823515 140733502487120 140733502482456 6205577 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166285 162716 523 887 0 165395 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 665140

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29794
/proc/meminfo: memFree=26253884/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=665140 CPUtime=1362.06 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 139547 0 0 0 136127 79 0 0 20 0 1 0 340615609 681103360 162716 33554432000 4194304 7823515 140733502487120 140733502482456 6212422 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166285 162716 523 887 0 165395 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 665140

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29795
/proc/meminfo: memFree=26250628/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=665140 CPUtime=1422.05 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 139547 0 0 0 142125 80 0 0 20 0 1 0 340615609 681103360 162716 33554432000 4194304 7823515 140733502487120 140733502481784 6253912 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166285 162716 523 887 0 165395 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 665140

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 29795
/proc/meminfo: memFree=26249884/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1482.04 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 140740 0 0 0 148122 82 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502482456 6206144 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 666344

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29798
/proc/meminfo: memFree=26247024/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1542.02 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 140740 0 0 0 154120 82 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502482456 6175268 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 666344

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 29820
/proc/meminfo: memFree=26244540/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1602.02 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141129 0 0 0 160118 84 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502481784 6254145 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 666344

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 29820
/proc/meminfo: memFree=26243024/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1662 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141129 0 0 0 166116 84 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502482456 6216484 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 666344

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29860
/proc/meminfo: memFree=26327312/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1722 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141129 0 0 0 172115 85 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502482456 6254289 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 666344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26324460/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1781.99 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141129 0 0 0 178113 86 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502482920 6205577 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 666344

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26322832/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1785.18 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141129 0 0 0 178432 86 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502482456 6266881 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 666344

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26322832/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1788.38 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141129 0 0 0 178752 86 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502482920 6211406 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1788.38
Current children cumulated vsize (KiB) 666344

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26322212/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1791.6 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141129 0 0 0 179073 87 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502481784 6254153 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 666344

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26322212/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1793.19 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141129 0 0 0 179232 87 0 0 20 0 1 0 340615609 682336256 163017 33554432000 4194304 7823515 140733502487120 140733502482456 6212302 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163017 523 887 0 165696 0
Current children cumulated CPU time (s) 1793.19
Current children cumulated vsize (KiB) 666344

[startup+1793.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26322212/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1793.59 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141140 0 0 0 179272 87 0 0 20 0 1 0 340615609 682336256 163028 33554432000 4194304 7823515 140733502487120 140733502482872 5875797 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163028 534 887 0 165696 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (KiB) 666344

[startup+1794.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26321824/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=666344 CPUtime=1793.8 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141141 0 0 0 179293 87 0 0 20 0 1 0 340615609 682336256 163029 33554432000 4194304 7823515 140733502487120 140733502482872 4814189 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 166586 163029 535 887 0 165696 0
Current children cumulated CPU time (s) 1793.8
Current children cumulated vsize (KiB) 666344

[startup+1794.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26321824/32873648 swapFree=6852/6852
[pid=29783] ppid=29781 vsize=360812 CPUtime=1793.88 cores=0,2,4,6
/proc/29783/stat : 29783 (pbscip.linux.x8) R 29781 29783 27068 0 -1 4202496 141141 0 0 0 179301 87 0 0 20 0 1 0 340615609 369471488 89814 33554432000 4194304 7823515 140733502487120 140733502482872 6962503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29783/statm: 90203 89814 535 887 0 89313 0
Current children cumulated CPU time (s) 1793.88
Current children cumulated vsize (KiB) 360812

Child status: 0
Real time (s): 1794.21
CPU time (s): 1793.9
CPU user time (s): 1793.02
CPU system time (s): 0.880866
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 703332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.02
system time used= 0.880866
maximum resident set size= 688372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141148
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= 15
involuntary context switches= 2395

runsolver used 2.69759 second user time and 7.09392 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 19:34:48
IDJOB=3737356
IDBENCH=48225
IDSOLVER=2321
FILE ID=node115/3737356-1338744888
RUNJOBID= node115-1338714108-27084
PBS_JOBID= 14636752
Free space on /tmp= 70820 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_3.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-3737356-1338744888/watcher-3737356-1338744888 -o /tmp/evaluation-result-3737356-1338744888/solver-3737356-1338744888 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737356-1338744888.opb

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=38446795

node115.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.462
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.92
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.462
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.462
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.462
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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26953476 kB
Buffers:         1437684 kB
Cached:          3496228 kB
SwapCached:         1016 kB
Active:          2827364 kB
Inactive:        2180444 kB
Active(anon):      62812 kB
Inactive(anon):     9868 kB
Active(file):    2764552 kB
Inactive(file):  2170576 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             11856 kB
Writeback:             0 kB
AnonPages:         78532 kB
Mapped:            13908 kB
Shmem:                96 kB
Slab:             772060 kB
SReclaimable:     215500 kB
SUnreclaim:       556560 kB
KernelStack:        1464 kB
PageTables:         3756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     187412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70808 MiB
End job on node115 at 2012-06-03 20:04:43