Trace number 3741263

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1793.98 1794.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-mspp16.opb
MD5SUM141454b66937b2c93528081cb91f0e55
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark190.345
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29280
Total number of constraints561657
Number of constraints which are clauses1695
Number of constraints which are cardinality constraints (but not clauses)559482
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint960
Number of terms in the objective function 4065
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 4065
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 4065
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3741263-1338752036.opb>
24.78/24.83	c original problem has 29280 variables (29280 bin, 0 int, 0 impl, 0 cont) and 561657 constraints
24.78/24.83	c problem read
24.78/24.83	c presolving settings loaded
31.28/31.30	c presolving:
37.48/37.58	c (round 1) 25215 del vars, 36781 del conss, 25215 chg bounds, 991 chg sides, 0 chg coeffs, 0 upgd conss, 3360 impls, 46 clqs
50.98/51.06	c (round 2) 25215 del vars, 36843 del conss, 25215 chg bounds, 991 chg sides, 0 chg coeffs, 524798 upgd conss, 3360 impls, 46 clqs
204.55/204.60	c (round 3) 25215 del vars, 37053 del conss, 25215 chg bounds, 1201 chg sides, 3360 chg coeffs, 524798 upgd conss, 3360 impls, 255 clqs
1336.78/1337.11	c    (1312.3s) probing: 1000/4065 (24.6%) - 0 fixings, 0 aggregations, 230693 implications, 0 bound changes
1790.05/1790.50	c    (1765.7s) probing: 1452/4065 (35.7%) - 0 fixings, 0 aggregations, 334820 implications, 0 bound changes
1790.05/1790.50	c    (1765.7s) probing aborted: solving stopped
1790.05/1790.50	c presolving (4 rounds):
1790.05/1790.50	c  25215 deleted vars, 37053 deleted constraints, 25215 tightened bounds, 0 added holes, 1201 changed sides, 3360 changed coefficients
1790.05/1790.50	c  673000 implications, 255 cliques
1790.05/1790.50	c presolved problem has 4065 variables (4065 bin, 0 int, 0 impl, 0 cont) and 524814 constraints
1790.05/1790.50	c  522862 constraints of type <knapsack>
1790.05/1790.50	c    1936 constraints of type <setppc>
1790.05/1790.50	c      16 constraints of type <linear>
1790.05/1790.50	c transformed objective value is always integral (scale: 1)
1790.05/1790.50	c Presolving Time: 1759.26
1790.05/1790.50	c - non default parameters ----------------------------------------------------------------------
1790.05/1790.50	c # SCIP version 1.2.1.3
1790.05/1790.50	c 
1790.05/1790.50	c # frequency for displaying node information lines
1790.05/1790.50	c # [type: int, range: [-1,2147483647], default: 100]
1790.05/1790.50	c display/freq = 10000
1790.05/1790.50	c 
1790.05/1790.50	c # maximal time in seconds to run
1790.05/1790.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1790.05/1790.50	c limits/time = 1765.18
1790.05/1790.50	c 
1790.05/1790.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1790.05/1790.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1790.05/1790.50	c limits/memory = 13950
1790.05/1790.50	c 
1790.05/1790.50	c # default clock type (1: CPU user seconds, 2: wall clock time)
1790.05/1790.50	c # [type: int, range: [1,2], default: 1]
1790.05/1790.50	c timing/clocktype = 2
1790.05/1790.50	c 
1790.05/1790.50	c # should presolving try to simplify inequalities
1790.05/1790.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1790.05/1790.50	c constraints/linear/simplifyinequalities = TRUE
1790.05/1790.50	c 
1790.05/1790.50	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1790.05/1790.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1790.05/1790.50	c constraints/indicator/addCouplingCons = TRUE
1790.05/1790.50	c 
1790.05/1790.50	c # should presolving try to simplify knapsacks
1790.05/1790.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1790.05/1790.50	c constraints/knapsack/simplifyinequalities = TRUE
1790.05/1790.50	c 
1790.05/1790.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1790.05/1790.50	c # [type: int, range: [-1,2147483647], default: -1]
1790.05/1790.50	c separating/rapidlearning/freq = 0
1790.05/1790.50	c 
1790.05/1790.50	c -----------------------------------------------------------------------------------------------
1790.05/1790.50	c start solving
1790.05/1790.51	c 
1790.05/1790.51	c 
1790.05/1790.51	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.51	c Solving Time (sec) : 1765.68
1790.05/1790.51	c Solving Nodes      : 0
1790.05/1790.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.05/1790.51	c Dual Bound         : -1.00000000000000e+20
1790.05/1790.51	c Gap                : infinite
1790.05/1790.51	s UNKNOWN
1790.05/1790.51	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.51	c Solving Time       :    1765.68
1790.05/1790.51	c Original Problem   :
1790.05/1790.51	c   Problem name     : HOME/instance-3741263-1338752036.opb
1790.05/1790.51	c   Variables        : 29280 (29280 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.05/1790.51	c   Constraints      : 561657 initial, 561657 maximal
1790.05/1790.51	c Presolved Problem  :
1790.05/1790.51	c   Problem name     : t_HOME/instance-3741263-1338752036.opb
1790.05/1790.51	c   Variables        : 4065 (4065 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.05/1790.51	c   Constraints      : 524814 initial, 524814 maximal
1790.05/1790.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.51	c   probing          :    1472.15          0          0          0          0          0          0          0          0
1790.05/1790.51	c   knapsack         :     264.52          0          0          0          0          0        210        210       3360
1790.05/1790.51	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.51	c   linear           :      16.19      25215          0          0      25215          0      36843        991          0
1790.05/1790.51	c   root node        :          -          0          -          -          0          -          -          -          -
1790.05/1790.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.05/1790.51	c   knapsack         :     522862          0       4353          0          0          0          0          0          0          0
1790.05/1790.51	c   setppc           :       1936          0       4353          0          0          0          0          0          0          0
1790.05/1790.51	c   linear           :         16          0       4353          0          0          0          0          0          0          0
1790.05/1790.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1790.05/1790.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.51	c   knapsack         :     579.09       0.00     579.09       0.00       0.00
1790.05/1790.51	c   setppc           :       0.36       0.00       0.36       0.00       0.00
1790.05/1790.51	c   linear           :       1.20       0.00       1.20       0.00       0.00
1790.05/1790.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.51	c   vbounds          :       0.00          1          0          0
1790.05/1790.51	c   rootredcost      :       0.00          0          0          0
1790.05/1790.51	c   pseudoobj        :       0.00          0          0          0
1790.05/1790.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.51	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.51	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.05/1790.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1790.05/1790.51	c   redcost          :       0.00          0          0          0          0          0
1790.05/1790.51	c   impliedbounds    :       0.00          0          0          0          0          0
1790.05/1790.51	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.51	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.51	c   gomory           :       0.00          0          0          0          0          0
1790.05/1790.51	c   strongcg         :       0.00          0          0          0          0          0
1790.05/1790.51	c   cmir             :       0.00          0          0          0          0          0
1790.05/1790.51	c   flowcover        :       0.00          0          0          0          0          0
1790.05/1790.51	c   clique           :       0.00          0          0          0          0          0
1790.05/1790.51	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.51	c   mcf              :       0.00          0          0          0          0          0
1790.05/1790.51	c   rapidlearning    :       0.00          0          0          0          0          0
1790.05/1790.51	c Pricers            :       Time      Calls       Vars
1790.05/1790.51	c   problem variables:       0.00          0          0
1790.05/1790.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.51	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.51	c   inference        :       0.00          0          0          0          0          0          0
1790.05/1790.51	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.51	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.51	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.51	c   relpscost        :       0.00          0          0          0          0          0          0
1790.05/1790.51	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.51	c   LP solutions     :       0.00          -          0
1790.05/1790.51	c   pseudo solutions :       0.00          -          0
1790.05/1790.51	c   trivial          :       0.02          1          0
1790.05/1790.51	c   simplerounding   :       0.00          0          0
1790.05/1790.51	c   zirounding       :       0.00          0          0
1790.05/1790.51	c   rounding         :       0.00          0          0
1790.05/1790.51	c   shifting         :       0.00          0          0
1790.05/1790.51	c   intshifting      :       0.00          0          0
1790.05/1790.51	c   oneopt           :       0.00          0          0
1790.05/1790.51	c   twoopt           :       0.00          0          0
1790.05/1790.51	c   fixandinfer      :       0.00          0          0
1790.05/1790.51	c   feaspump         :       0.00          0          0
1790.05/1790.51	c   coefdiving       :       0.00          0          0
1790.05/1790.51	c   pscostdiving     :       0.00          0          0
1790.05/1790.51	c   fracdiving       :       0.00          0          0
1790.05/1790.51	c   veclendiving     :       0.00          0          0
1790.05/1790.51	c   intdiving        :       0.00          0          0
1790.05/1790.51	c   actconsdiving    :       0.00          0          0
1790.05/1790.51	c   objpscostdiving  :       0.00          0          0
1790.05/1790.51	c   rootsoldiving    :       0.00          0          0
1790.05/1790.51	c   linesearchdiving :       0.00          0          0
1790.05/1790.51	c   guideddiving     :       0.00          0          0
1790.05/1790.51	c   octane           :       0.00          0          0
1790.05/1790.51	c   rens             :       0.00          0          0
1790.05/1790.51	c   rins             :       0.00          0          0
1790.05/1790.51	c   localbranching   :       0.00          0          0
1790.05/1790.51	c   mutation         :       0.00          0          0
1790.05/1790.51	c   crossover        :       0.00          0          0
1790.05/1790.51	c   dins             :       0.00          0          0
1790.05/1790.51	c   undercover       :       0.00          0          0
1790.05/1790.51	c   nlp              :       0.00          0          0
1790.05/1790.51	c   trysol           :       0.00          0          0
1790.05/1790.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.51	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.51	c   dual LP          :       0.00          0          0       0.00          -
1790.05/1790.51	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.51	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.51	c   diving/probing LP:       0.00          0          0       0.00          -
1790.05/1790.51	c   strong branching :       0.00          0          0       0.00          -
1790.05/1790.51	c     (at root node) :          -          0          0       0.00          -
1790.05/1790.51	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.51	c B&B Tree           :
1790.05/1790.51	c   number of runs   :          1
1790.05/1790.51	c   nodes            :          0
1790.05/1790.51	c   nodes (total)    :          0
1790.05/1790.51	c   nodes left       :          1
1790.05/1790.51	c   max depth        :         -1
1790.05/1790.51	c   max depth (total):         -1
1790.05/1790.51	c   backtracks       :          0 (0.0%)
1790.05/1790.51	c   delayed cutoffs  :          0
1790.05/1790.51	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.05/1790.51	c   avg switch length:       0.00
1790.05/1790.51	c   switching time   :       0.00
1790.05/1790.51	c Solution           :
1790.05/1790.51	c   Solutions found  :          0 (0 improvements)
1790.05/1790.51	c   Primal Bound     :          -
1790.05/1790.51	c   Dual Bound       :          -
1790.05/1790.51	c   Gap              :   infinite
1790.05/1790.51	c   Root Dual Bound  :          -
1790.05/1790.51	c   Root Iterations  :          0
1793.95/1794.41	c Time complete: 1793.97.

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

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.16 2.03 1.93 3/176 19097
/proc/meminfo: memFree=27528772/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 341329964 8105984 1195 33554432000 4194304 8395647 140736621101888 140736762127112 7385025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19097/statm: 1979 1195 370 1026 0 949 0

[startup+0.0626559 s]
/proc/loadavg: 2.16 2.03 1.93 3/176 19097
/proc/meminfo: memFree=27528772/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=20596 CPUtime=0.05 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 4421 0 0 0 5 0 0 0 20 0 1 0 341329964 21090304 4367 33554432000 4194304 8395647 140736621101888 140736762127112 4511051 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19097/statm: 5149 4367 393 1026 0 4119 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20596

[startup+0.100274 s]
/proc/loadavg: 2.16 2.03 1.93 3/176 19097
/proc/meminfo: memFree=27528772/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=25040 CPUtime=0.09 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 5512 0 0 0 9 0 0 0 20 0 1 0 341329964 25640960 5458 33554432000 4194304 8395647 140736621101888 140736620967096 7382036 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19097/statm: 6260 5458 393 1026 0 5230 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25040

[startup+0.300221 s]
/proc/loadavg: 2.16 2.03 1.93 3/176 19097
/proc/meminfo: memFree=27528772/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=47464 CPUtime=0.29 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 11103 0 0 0 28 1 0 0 20 0 1 0 341329964 48603136 11049 33554432000 4194304 8395647 140736621101888 140736620967096 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19097/statm: 11866 11049 393 1026 0 10836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47464

[startup+0.700196 s]
/proc/loadavg: 2.16 2.03 1.93 3/176 19097
/proc/meminfo: memFree=27528772/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=62084 CPUtime=0.69 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 14745 0 0 0 67 2 0 0 20 0 1 0 341329964 63574016 14691 33554432000 4194304 8395647 140736621101888 140736620967096 7382051 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19097/statm: 15521 14691 393 1026 0 14491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62084

[startup+1.50019 s]
/proc/loadavg: 2.16 2.03 1.93 3/177 19098
/proc/meminfo: memFree=27466400/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=86028 CPUtime=1.49 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 20772 0 0 0 146 3 0 0 20 0 1 0 341329964 88092672 20718 33554432000 4194304 8395647 140736621101888 140736620967096 4245991 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19097/statm: 21507 20718 393 1026 0 20477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86028

[startup+3.10019 s]
/proc/loadavg: 2.16 2.03 1.93 3/177 19098
/proc/meminfo: memFree=27434788/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=129732 CPUtime=3.09 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 31616 0 0 0 304 5 0 0 20 0 1 0 341329964 132845568 31562 33554432000 4194304 8395647 140736621101888 140736620967096 7370187 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19097/statm: 32433 31562 393 1026 0 31403 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129732

[startup+6.30019 s]
/proc/loadavg: 2.15 2.03 1.93 3/177 19098
/proc/meminfo: memFree=27345268/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=210036 CPUtime=6.29 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 51701 0 0 0 620 9 0 0 20 0 1 0 341329964 215076864 51647 33554432000 4194304 8395647 140736621101888 140736620967096 5753744 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19097/statm: 52509 51647 393 1026 0 51479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 210036

[startup+12.7002 s]
/proc/loadavg: 2.13 2.03 1.93 3/177 19098
/proc/meminfo: memFree=27183944/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=364400 CPUtime=12.69 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 90322 0 0 0 1252 17 0 0 20 0 1 0 341329964 373145600 90268 33554432000 4194304 8395647 140736621101888 140736620967096 7430272 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 91100 90268 393 1026 0 90070 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 364400

[startup+25.5003 s]
/proc/loadavg: 2.10 2.03 1.93 3/177 19098
/proc/meminfo: memFree=26568400/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=977280 CPUtime=25.49 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 243144 0 0 0 2511 38 0 0 20 0 1 0 341329964 1000734720 242736 33554432000 4194304 8395647 140736621101888 140736621098120 4219455 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 244320 242743 412 1026 0 243290 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 977280

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 1.93 3/177 19098
/proc/meminfo: memFree=22114900/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=51.08 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352258 0 0 0 4930 178 0 0 20 0 1 0 341329964 5578641408 1353072 33554432000 4194304 8395647 140736621101888 140736621097864 4954558 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353072 486 1026 0 1360943 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5447892

[startup+102.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/177 19099
/proc/meminfo: memFree=22113440/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=102.27 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352265 0 0 0 10049 178 0 0 20 0 1 0 341329964 5578641408 1353081 33554432000 4194304 8395647 140736621101888 140736621097688 4954452 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353081 488 1026 0 1360943 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5447892

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/177 19137
/proc/meminfo: memFree=22127892/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=162.26 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352265 0 0 0 16048 178 0 0 20 0 1 0 341329964 5578641408 1353081 33554432000 4194304 8395647 140736621101888 140736621097688 4954827 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353081 488 1026 0 1360943 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 5447892

[startup+222.3 s]
/proc/loadavg: 2.07 2.04 1.94 3/177 19137
/proc/meminfo: memFree=22097184/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=222.25 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352268 0 0 0 22047 178 0 0 20 0 1 0 341329964 5578641408 1353084 33554432000 4194304 8395647 140736621101888 140736621097688 4914485 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353084 491 1026 0 1360943 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5447892

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 1.94 3/177 19137
/proc/meminfo: memFree=22096716/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=282.24 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352268 0 0 0 28046 178 0 0 20 0 1 0 341329964 5578641408 1353084 33554432000 4194304 8395647 140736621101888 140736621097688 4954612 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353084 491 1026 0 1360943 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5447892

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/177 19137
/proc/meminfo: memFree=22096992/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=342.24 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352289 0 0 0 34046 178 0 0 20 0 1 0 341329964 5578641408 1353105 33554432000 4194304 8395647 140736621101888 140736621097688 4918225 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353105 500 1026 0 1360943 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5447892

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 19141
/proc/meminfo: memFree=22097012/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=402.22 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352290 0 0 0 40044 178 0 0 20 0 1 0 341329964 5578641408 1353105 33554432000 4194304 8395647 140736621101888 140736621097688 4918185 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353105 500 1026 0 1360943 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5447892

[startup+462.307 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 19141
/proc/meminfo: memFree=22097296/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=462.22 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352295 0 0 0 46044 178 0 0 20 0 1 0 341329964 5578641408 1353136 33554432000 4194304 8395647 140736621101888 140736621097688 4918181 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353136 500 1026 0 1360943 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5447892

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 19179
/proc/meminfo: memFree=22053056/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=522.2 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352295 0 0 0 52042 178 0 0 20 0 1 0 341329964 5578641408 1353136 33554432000 4194304 8395647 140736621101888 140736621097688 4918185 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353136 500 1026 0 1360943 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 5447892

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/177 19179
/proc/meminfo: memFree=21991392/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=582.19 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352300 0 0 0 58041 178 0 0 20 0 1 0 341329964 5578641408 1353145 33554432000 4194304 8395647 140736621101888 140736621097688 4918229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353145 500 1026 0 1360943 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 5447892

[startup+642.3 s]

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

/proc/meminfo: memFree=21923656/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1062.06 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352370 0 0 0 106028 178 0 0 20 0 1 0 341329964 5578641408 1353517 33554432000 4194304 8395647 140736621101888 140736621097688 7382036 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353517 500 1026 0 1360943 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 5447892

[startup+1122.31 s]
/proc/loadavg: 2.18 2.07 1.99 3/177 19185
/proc/meminfo: memFree=21917772/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1122.05 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352378 0 0 0 112027 178 0 0 20 0 1 0 341329964 5578641408 1353517 33554432000 4194304 8395647 140736621101888 140736621097688 4918229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353517 500 1026 0 1360943 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 5447892

[startup+1182.3 s]
/proc/loadavg: 2.06 2.06 1.99 3/177 19185
/proc/meminfo: memFree=21921472/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1182.03 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352383 0 0 0 118025 178 0 0 20 0 1 0 341329964 5578641408 1353517 33554432000 4194304 8395647 140736621101888 140736621097688 4918185 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353517 500 1026 0 1360943 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 5447892

[startup+1242.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/177 19185
/proc/meminfo: memFree=21914224/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1242.01 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352398 0 0 0 124023 178 0 0 20 0 1 0 341329964 5578641408 1353517 33554432000 4194304 8395647 140736621101888 140736621097688 4918229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353517 500 1026 0 1360943 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 5447892

[startup+1302.3 s]
/proc/loadavg: 2.17 2.08 2.01 3/177 19186
/proc/meminfo: memFree=21918296/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1301.99 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352418 0 0 0 130021 178 0 0 20 0 1 0 341329964 5578641408 1353517 33554432000 4194304 8395647 140736621101888 140736621097688 4918185 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353517 500 1026 0 1360943 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 5447892

[startup+1362.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/177 19186
/proc/meminfo: memFree=21915844/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1361.96 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352454 0 0 0 136018 178 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4912125 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 5447892

[startup+1422.3 s]
/proc/loadavg: 2.09 2.06 2.00 3/177 19186
/proc/meminfo: memFree=21915624/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1421.94 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352489 0 0 0 142015 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4918181 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 5447892

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 19186
/proc/meminfo: memFree=21915900/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1481.92 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352515 0 0 0 148013 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4918185 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 5447892

[startup+1542.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/177 19186
/proc/meminfo: memFree=21915928/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1541.91 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352529 0 0 0 154012 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4918181 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 5447892

[startup+1602.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/178 19190
/proc/meminfo: memFree=21915824/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1601.89 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352548 0 0 0 160010 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 6068889 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 5447892

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 19213
/proc/meminfo: memFree=21915712/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1661.89 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352557 0 0 0 166010 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4918229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 5447892

[startup+1722.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 19213
/proc/meminfo: memFree=21915640/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1721.87 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352572 0 0 0 172008 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4918181 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 5447892

[startup+1782.31 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 19213
/proc/meminfo: memFree=21915296/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1781.86 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352580 0 0 0 178007 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4918229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 5447892

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

[startup+1785.8 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 19213
/proc/meminfo: memFree=21915280/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1785.35 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352580 0 0 0 178356 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4912145 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1785.35
Current children cumulated vsize (KiB) 5447892

[startup+1789 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 19213
/proc/meminfo: memFree=21915280/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1788.55 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352580 0 0 0 178676 179 0 0 20 0 1 0 341329964 5578641408 1353522 33554432000 4194304 8395647 140736621101888 140736621096824 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353522 505 1026 0 1360943 0
Current children cumulated CPU time (s) 1788.55
Current children cumulated vsize (KiB) 5447892

[startup+1792.21 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 19213
/proc/meminfo: memFree=21915404/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5447892 CPUtime=1791.76 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352604 0 0 0 178997 179 0 0 20 0 1 0 341329964 5578641408 1353546 33554432000 4194304 8395647 140736621101888 140736621097720 6063768 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1361973 1353546 529 1026 0 1360943 0
Current children cumulated CPU time (s) 1791.76
Current children cumulated vsize (KiB) 5447892

[startup+1793.8 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 19213
/proc/meminfo: memFree=21915140/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=5375200 CPUtime=1793.35 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352604 0 0 0 179156 179 0 0 20 0 1 0 341329964 5504204800 1335405 33554432000 4194304 8395647 140736621101888 140736621097720 4448773 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1343800 1335405 529 1026 0 1342770 0
Current children cumulated CPU time (s) 1793.35
Current children cumulated vsize (KiB) 5375200

[startup+1794.2 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 19213
/proc/meminfo: memFree=21915140/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=4214404 CPUtime=1793.74 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352604 0 0 0 179189 185 0 0 20 0 1 0 341329964 4315549696 1051920 33554432000 4194304 8395647 140736621101888 140736621100952 6345829 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 1053601 1051920 529 1026 0 1052571 0
Current children cumulated CPU time (s) 1793.74
Current children cumulated vsize (KiB) 4214404

[startup+1794.41 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 19213
/proc/meminfo: memFree=23431040/32873844 swapFree=7632/7632
[pid=19097] ppid=19095 vsize=3757920 CPUtime=1793.95 cores=0,2,4,6
/proc/19097/stat : 19097 (pbscip.linux.x8) R 19095 19097 18846 0 -1 4202496 1352604 0 0 0 179202 193 0 0 20 0 1 0 341329964 3848110080 495400 33554432000 4194304 8395647 140736621101888 140736621100952 7602442 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19097/statm: 939480 494888 529 1026 0 938450 0
Current children cumulated CPU time (s) 1793.95
Current children cumulated vsize (KiB) 3757920

Child status: 0
Real time (s): 1794.42
CPU time (s): 1793.98
CPU user time (s): 1792.03
CPU system time (s): 1.9517
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 5447892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.03
system time used= 1.9517
maximum resident set size= 5414184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1352612
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= 293
involuntary context switches= 1852

runsolver used 2.56161 second user time and 7.2409 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 21:34:04
IDJOB=3741263
IDBENCH=89824
IDSOLVER=2326
FILE ID=node130/3741263-1338752036
RUNJOBID= node130-1338748441-18862
PBS_JOBID= 14636787
Free space on /tmp= 70740 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-mspp16.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741263-1338752036/watcher-3741263-1338752036 -o /tmp/evaluation-result-3741263-1338752036/solver-3741263-1338752036 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741263-1338752036.opb -t 1800 -m 15500

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

MD5SUM BENCH= 141454b66937b2c93528081cb91f0e55
RANDOM SEED=723856934

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27529292 kB
Buffers:         1693084 kB
Cached:          2684748 kB
SwapCached:         4316 kB
Active:          2727404 kB
Inactive:        1738056 kB
Active(anon):      76276 kB
Inactive(anon):     8188 kB
Active(file):    2651128 kB
Inactive(file):  1729868 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099288 kB
Dirty:            260964 kB
Writeback:             0 kB
AnonPages:         87032 kB
Mapped:            11996 kB
Shmem:                 4 kB
Slab:             738932 kB
SReclaimable:     178832 kB
SUnreclaim:       560100 kB
KernelStack:        1448 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     202296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70728 MiB
End job on node130 at 2012-06-03 22:03:58