Trace number 3737378

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.73 1794.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_4.opb
MD5SUM49512b8058c62182b32b06ac219e7167
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.11
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)150968
Sum of products size (including duplicates)301936
Number of different products75484
Sum of products size150968

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29897
/proc/meminfo: memFree=26972860/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 1469 0 0 0 0 0 0 0 20 0 1 0 340795061 9367552 1423 33554432000 4194304 7823515 140734196552544 140734734235352 6884213 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 2287 1429 349 887 0 1397 0

[startup+0.0462629 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29897
/proc/meminfo: memFree=26972860/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=23780 CPUtime=0.04 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 5161 0 0 0 3 1 0 0 20 0 1 0 340795061 24350720 5114 33554432000 4194304 7823515 140734196552544 140734734235352 5536292 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 5945 5114 354 887 0 5055 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23780

[startup+0.100345 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29897
/proc/meminfo: memFree=26972860/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=39544 CPUtime=0.08 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 9136 0 0 0 7 1 0 0 20 0 1 0 340795061 40493056 9089 33554432000 4194304 7823515 140734196552544 140734196418216 6883856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 9886 9089 354 887 0 8996 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39544

[startup+0.300288 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29897
/proc/meminfo: memFree=26972860/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=82096 CPUtime=0.29 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 19861 0 0 0 26 3 0 0 20 0 1 0 340795061 84066304 19814 33554432000 4194304 7823515 140734196552544 140734196418216 6883856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 20524 19814 354 887 0 19634 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82096

[startup+0.700309 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29897
/proc/meminfo: memFree=26972860/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=196068 CPUtime=0.69 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 48498 0 0 0 62 7 0 0 20 0 1 0 340795061 200773632 47949 33554432000 4194304 7823515 140734196552544 140734196418216 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 49017 47949 404 887 0 48127 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 196068

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26775296/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=214448 CPUtime=1.49 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 53112 0 0 0 140 9 0 0 20 0 1 0 340795061 219594752 52563 33554432000 4194304 7823515 140734196552544 140734196549800 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 53612 52563 404 887 0 52722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 214448

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26735368/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=249124 CPUtime=3.09 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 62359 0 0 0 294 15 0 0 20 0 1 0 340795061 255102976 61227 33554432000 4194304 7823515 140734196552544 140734196549800 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 62281 61227 436 887 0 61391 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 249124

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26473260/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=551976 CPUtime=6.28 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 122571 0 0 0 602 26 0 0 20 0 1 0 340795061 565223424 127764 33554432000 4194304 7823515 140734196552544 140734196547880 6263024 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 137994 127764 523 887 0 137104 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 551976

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26440164/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=561668 CPUtime=12.69 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 125402 0 0 0 1241 28 0 0 20 0 1 0 340795061 575148032 133058 33554432000 4194304 7823515 140734196552544 140734196547880 6151335 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 140417 133058 523 887 0 139527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 561668

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26435692/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=563424 CPUtime=25.48 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 126490 0 0 0 2519 29 0 0 20 0 1 0 340795061 576946176 134140 33554432000 4194304 7823515 140734196552544 140734196548232 6151365 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 140856 134140 523 887 0 139966 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 563424

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26430852/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=569980 CPUtime=51.08 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 127929 0 0 0 5077 31 0 0 20 0 1 0 340795061 583659520 136601 33554432000 4194304 7823515 140734196552544 140734196548344 6179764 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 142495 136601 523 887 0 141605 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 569980

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26412168/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=583152 CPUtime=102.28 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 129657 0 0 0 10194 34 0 0 20 0 1 0 340795061 597147648 139586 33554432000 4194304 7823515 140734196552544 140734196547880 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 145788 139586 523 887 0 144898 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 583152

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26405440/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=585144 CPUtime=162.27 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 130237 0 0 0 16189 38 0 0 20 0 1 0 340795061 599187456 140682 33554432000 4194304 7823515 140734196552544 140734196548296 6212678 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 146286 140682 523 887 0 145396 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 585144

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 29899
/proc/meminfo: memFree=26391024/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=596972 CPUtime=222.26 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 132273 0 0 0 22185 41 0 0 20 0 1 0 340795061 611299328 143926 33554432000 4194304 7823515 140734196552544 140734196548296 6211707 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 149243 143926 523 887 0 148353 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 596972

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29899
/proc/meminfo: memFree=26371292/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=609968 CPUtime=282.24 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 133317 0 0 0 28180 44 0 0 20 0 1 0 340795061 624607232 148372 33554432000 4194304 7823515 140734196552544 140734196547880 6211711 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 152492 148372 523 887 0 151602 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 609968

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 29902
/proc/meminfo: memFree=26369352/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=609968 CPUtime=342.23 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 133320 0 0 0 34177 46 0 0 20 0 1 0 340795061 624607232 148644 33554432000 4194304 7823515 140734196552544 140734196547208 6254145 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 152492 148644 523 887 0 151602 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 609968

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26360916/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=624580 CPUtime=402.22 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 133977 0 0 0 40174 48 0 0 20 0 1 0 340795061 639569920 150834 33554432000 4194304 7823515 140734196552544 140734196547880 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 156145 150834 523 887 0 155255 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 624580

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29940
/proc/meminfo: memFree=26312876/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=638864 CPUtime=462.21 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 134939 0 0 0 46171 50 0 0 20 0 1 0 340795061 654196736 155821 33554432000 4194304 7823515 140734196552544 140734196548344 6211707 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 159716 155821 523 887 0 158826 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 638864

[startup+522.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 29941
/proc/meminfo: memFree=26313008/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=638864 CPUtime=522.2 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 134941 0 0 0 52169 51 0 0 20 0 1 0 340795061 654196736 155823 33554432000 4194304 7823515 140734196552544 140734196547880 6213584 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 159716 155823 523 887 0 158826 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 638864

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 29941
/proc/meminfo: memFree=26299424/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=638864 CPUtime=582.19 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 134942 0 0 0 58167 52 0 0 20 0 1 0 340795061 654196736 155824 33554432000 4194304 7823515 140734196552544 140734196547880 6212353 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 159716 155824 523 887 0 158826 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 638864

[startup+642.3 s]

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

/proc/meminfo: memFree=26281484/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=652024 CPUtime=1122.11 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 137305 0 0 0 112148 63 0 0 20 0 1 0 340795061 667672576 159428 33554432000 4194304 7823515 140734196552544 140734196547880 6211346 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 163006 159428 523 887 0 162116 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 652024

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29946
/proc/meminfo: memFree=26280732/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=652024 CPUtime=1182.1 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 137308 0 0 0 118145 65 0 0 20 0 1 0 340795061 667672576 159429 33554432000 4194304 7823515 140734196552544 140734196547208 6254153 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 163006 159429 523 887 0 162116 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 652024

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29946
/proc/meminfo: memFree=26263684/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1242.09 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138210 0 0 0 124143 66 0 0 20 0 1 0 340795061 686018560 163908 33554432000 4194304 7823515 140734196552544 140734196547880 6206185 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163908 523 887 0 166595 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 669940

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29946
/proc/meminfo: memFree=26263188/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1302.09 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138211 0 0 0 130142 67 0 0 20 0 1 0 340795061 686018560 163909 33554432000 4194304 7823515 140734196552544 140734196547880 6205446 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163909 523 887 0 166595 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 669940

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29946
/proc/meminfo: memFree=26263436/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1362.08 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138212 0 0 0 136139 69 0 0 20 0 1 0 340795061 686018560 163910 33554432000 4194304 7823515 140734196552544 140734196547208 6253912 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163910 523 887 0 166595 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 669940

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29947
/proc/meminfo: memFree=26263312/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1422.07 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138212 0 0 0 142137 70 0 0 20 0 1 0 340795061 686018560 163910 33554432000 4194304 7823515 140734196552544 140734196547880 6216477 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163910 523 887 0 166595 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 669940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29947
/proc/meminfo: memFree=26263192/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1482.05 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138213 0 0 0 148134 71 0 0 20 0 1 0 340795061 686018560 163911 33554432000 4194304 7823515 140734196552544 140734196547208 6254149 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163911 523 887 0 166595 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 669940

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29950
/proc/meminfo: memFree=26263796/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1542.05 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138214 0 0 0 154133 72 0 0 20 0 1 0 340795061 686018560 163912 33554432000 4194304 7823515 140734196552544 140734196547880 6216219 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163912 523 887 0 166595 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 669940

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29950
/proc/meminfo: memFree=26263804/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1602.03 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138214 0 0 0 160130 73 0 0 20 0 1 0 340795061 686018560 163912 33554432000 4194304 7823515 140734196552544 140734196547880 6211711 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163912 523 887 0 166595 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 669940

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29950
/proc/meminfo: memFree=26263680/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1662.02 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138215 0 0 0 166128 74 0 0 20 0 1 0 340795061 686018560 163912 33554432000 4194304 7823515 140734196552544 140734196548344 6177559 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163912 523 887 0 166595 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 669940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29952
/proc/meminfo: memFree=26263924/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1722.02 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138215 0 0 0 172126 76 0 0 20 0 1 0 340795061 686018560 163912 33554432000 4194304 7823515 140734196552544 140734196547208 6254097 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163912 523 887 0 166595 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 669940

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29952
/proc/meminfo: memFree=26263560/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1782.01 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138215 0 0 0 178124 77 0 0 20 0 1 0 340795061 686018560 163912 33554432000 4194304 7823515 140734196552544 140734196547880 6211692 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163912 523 887 0 166595 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 669940

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 29952
/proc/meminfo: memFree=26263932/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1785.21 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138216 0 0 0 178444 77 0 0 20 0 1 0 340795061 686018560 163913 33554432000 4194304 7823515 140734196552544 140734196547880 6254076 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163913 523 887 0 166595 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 669940

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29952
/proc/meminfo: memFree=26263932/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1788.41 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138216 0 0 0 178764 77 0 0 20 0 1 0 340795061 686018560 163913 33554432000 4194304 7823515 140734196552544 140734196548344 6216469 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163913 523 887 0 166595 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 669940

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29952
/proc/meminfo: memFree=26263932/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1791.61 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138216 0 0 0 179084 77 0 0 20 0 1 0 340795061 686018560 163913 33554432000 4194304 7823515 140734196552544 140734196547880 6206185 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163913 523 887 0 166595 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 669940

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29952
/proc/meminfo: memFree=26263932/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1792.41 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138216 0 0 0 179164 77 0 0 20 0 1 0 340795061 686018560 163913 33554432000 4194304 7823515 140734196552544 140734196547880 6263160 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163913 523 887 0 166595 0
Current children cumulated CPU time (s) 1792.41
Current children cumulated vsize (KiB) 669940

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29952
/proc/meminfo: memFree=26263932/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1793.21 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138225 0 0 0 179244 77 0 0 20 0 1 0 340795061 686018560 163922 33554432000 4194304 7823515 140734196552544 140734196547880 4333688 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163922 532 887 0 166595 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 669940

[startup+1793.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29952
/proc/meminfo: memFree=26263932/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=669940 CPUtime=1793.61 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138228 0 0 0 179284 77 0 0 20 0 1 0 340795061 686018560 163925 33554432000 4194304 7823515 140734196552544 140734196547880 5875797 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 167485 163925 535 887 0 166595 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (KiB) 669940

[startup+1794 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29952
/proc/meminfo: memFree=26542296/32873648 swapFree=6852/6852
[pid=29897] ppid=29895 vsize=368352 CPUtime=1793.72 cores=0,2,4,6
/proc/29897/stat : 29897 (pbscip.linux.x8) R 29895 29897 27068 0 -1 4202496 138228 0 0 0 179294 78 0 0 20 0 1 0 340795061 377192448 91700 33554432000 4194304 7823515 140734196552544 140734196547880 5875900 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29897/statm: 92088 91700 535 887 0 91198 0
Current children cumulated CPU time (s) 1793.72
Current children cumulated vsize (KiB) 368352

Child status: 0
Real time (s): 1794.02
CPU time (s): 1793.73
CPU user time (s): 1792.95
CPU system time (s): 0.78488
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 673196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.95
system time used= 0.78488
maximum resident set size= 655700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138235
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= 18
involuntary context switches= 1886

runsolver used 2.6506 second user time and 7.14291 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 20:04:43
IDJOB=3737378
IDBENCH=48229
IDSOLVER=2321
FILE ID=node115/3737378-1338746683
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_4.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-3737378-1338746683/watcher-3737378-1338746683 -o /tmp/evaluation-result-3737378-1338746683/solver-3737378-1338746683 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737378-1338746683.opb

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

MD5SUM BENCH= 49512b8058c62182b32b06ac219e7167
RANDOM SEED=780766696

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:        26973388 kB
Buffers:         1437864 kB
Cached:          3495988 kB
SwapCached:         1016 kB
Active:          2811372 kB
Inactive:        2180164 kB
Active(anon):      46200 kB
Inactive(anon):     9868 kB
Active(file):    2765172 kB
Inactive(file):  2170296 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             11656 kB
Writeback:             0 kB
AnonPages:        271952 kB
Mapped:            14148 kB
Shmem:                96 kB
Slab:             771404 kB
SReclaimable:     215472 kB
SUnreclaim:       555932 kB
KernelStack:        1472 kB
PageTables:         3856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     168188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:34:37