Trace number 3741626

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? 1794.36 1794.65

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ivu52.opb
MD5SUM125c932e94e2457d1c83522659b39a64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20170239442749999993
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables157591
Total number of constraints2116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2111
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint155481
Number of terms in the objective function 157591
Biggest coefficient in the objective function 40000000000000000
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 1955699014025000001657
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 45000000000000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 2472448333291898744553
Number of bits of the biggest sum of numbers72
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-3741626-1338758164.opb>
2.59/2.69	c original problem has 157591 variables (157591 bin, 0 int, 0 impl, 0 cont) and 2116 constraints
2.59/2.69	c problem read
2.59/2.69	c presolving settings loaded
3.78/3.81	c presolving:
6.39/6.43	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2116 upgd conss, 0 impls, 2110 clqs
44.68/44.79	c (round 2) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2116 upgd conss, 0 impls, 2110 clqs
1793.40/1793.74	c    (1791.0s) probing: 275/157591 (0.2%) - 0 fixings, 0 aggregations, 27 implications, 0 bound changes
1793.40/1793.74	c    (1791.0s) probing aborted: solving stopped
1793.40/1793.75	c presolving (3 rounds):
1793.40/1793.75	c  0 deleted vars, 1 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1793.40/1793.75	c  54 implications, 2110 cliques
1793.40/1793.75	c presolved problem has 157591 variables (157591 bin, 0 int, 0 impl, 0 cont) and 2115 constraints
1793.40/1793.75	c       5 constraints of type <knapsack>
1793.40/1793.75	c    2110 constraints of type <setppc>
1793.40/1793.75	c transformed objective value is always integral (scale: 1)
1793.40/1793.75	c Presolving Time: 1790.22
1793.40/1793.75	c - non default parameters ----------------------------------------------------------------------
1793.40/1793.75	c # SCIP version 1.2.1.3
1793.40/1793.75	c 
1793.40/1793.75	c # frequency for displaying node information lines
1793.40/1793.75	c # [type: int, range: [-1,2147483647], default: 100]
1793.40/1793.75	c display/freq = 10000
1793.40/1793.75	c 
1793.40/1793.75	c # maximal time in seconds to run
1793.40/1793.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1793.40/1793.75	c limits/time = 1787.32
1793.40/1793.75	c 
1793.40/1793.75	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1793.40/1793.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1793.40/1793.75	c limits/memory = 13950
1793.40/1793.75	c 
1793.40/1793.75	c # default clock type (1: CPU user seconds, 2: wall clock time)
1793.40/1793.75	c # [type: int, range: [1,2], default: 1]
1793.40/1793.75	c timing/clocktype = 2
1793.40/1793.75	c 
1793.40/1793.75	c # should presolving try to simplify inequalities
1793.40/1793.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1793.40/1793.75	c constraints/linear/simplifyinequalities = TRUE
1793.40/1793.75	c 
1793.40/1793.75	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1793.40/1793.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1793.40/1793.75	c constraints/indicator/addCouplingCons = TRUE
1793.40/1793.75	c 
1793.40/1793.75	c # should presolving try to simplify knapsacks
1793.40/1793.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1793.40/1793.75	c constraints/knapsack/simplifyinequalities = TRUE
1793.40/1793.75	c 
1793.40/1793.75	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1793.40/1793.75	c # [type: int, range: [-1,2147483647], default: -1]
1793.40/1793.75	c separating/rapidlearning/freq = 0
1793.40/1793.75	c 
1793.40/1793.75	c -----------------------------------------------------------------------------------------------
1793.40/1793.75	c start solving
1793.40/1793.79	c 
1793.40/1793.79	c 
1793.40/1793.79	c SCIP Status        : solving was interrupted [time limit reached]
1793.40/1793.79	c Solving Time (sec) : 1791.10
1793.40/1793.79	c Solving Nodes      : 0
1793.40/1793.79	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1793.40/1793.79	c Dual Bound         : -1.00000000000000e+20
1793.40/1793.79	c Gap                : infinite
1793.40/1793.79	s UNKNOWN
1793.40/1793.79	c SCIP Status        : solving was interrupted [time limit reached]
1793.40/1793.79	c Solving Time       :    1791.10
1793.40/1793.79	c Original Problem   :
1793.40/1793.79	c   Problem name     : HOME/instance-3741626-1338758164.opb
1793.40/1793.79	c   Variables        : 157591 (157591 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.40/1793.79	c   Constraints      : 2116 initial, 2116 maximal
1793.40/1793.79	c Presolved Problem  :
1793.40/1793.79	c   Problem name     : t_HOME/instance-3741626-1338758164.opb
1793.40/1793.79	c   Variables        : 157591 (157591 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.40/1793.79	c   Constraints      : 2115 initial, 2115 maximal
1793.40/1793.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.40/1793.79	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1793.40/1793.79	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1793.40/1793.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.40/1793.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.40/1793.79	c   implics          :       0.01          0          0          0          0          0          0          0          0
1793.40/1793.79	c   probing          :    1748.85          0          0          0          0          0          0          0          0
1793.40/1793.79	c   knapsack         :      37.58          0          0          0          0          0          1          0          0
1793.40/1793.79	c   setppc           :       0.61          0          0          0          0          0          0          0          0
1793.40/1793.79	c   root node        :          -          0          -          -          0          -          -          -          -
1793.40/1793.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.40/1793.79	c   integral         :          0          0          0          0          0          0          0          0          0          0
1793.40/1793.79	c   knapsack         :          5          0        575          0          0          0          0          0          0          0
1793.40/1793.79	c   setppc           :       2110          0        575          0          0          0          0          0          0          0
1793.40/1793.79	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1793.40/1793.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.40/1793.79	c   integral         :       0.00       0.00       0.00       0.00       0.00
1793.40/1793.79	c   knapsack         :    1744.18       0.00    1744.18       0.00       0.00
1793.40/1793.79	c   setppc           :       0.04       0.00       0.04       0.00       0.00
1793.40/1793.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.40/1793.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.40/1793.79	c   vbounds          :       0.00          1          0          0
1793.40/1793.79	c   rootredcost      :       0.00          0          0          0
1793.40/1793.79	c   pseudoobj        :       0.00          0          0          0
1793.40/1793.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.40/1793.79	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1793.40/1793.79	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1793.40/1793.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.40/1793.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.40/1793.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.40/1793.79	c   applied globally :          -          -          -          0        0.0          -          -          -
1793.40/1793.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.40/1793.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.40/1793.79	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1793.40/1793.79	c   redcost          :       0.00          0          0          0          0          0
1793.40/1793.79	c   impliedbounds    :       0.00          0          0          0          0          0
1793.40/1793.79	c   intobj           :       0.00          0          0          0          0          0
1793.40/1793.79	c   cgmip            :       0.00          0          0          0          0          0
1793.40/1793.79	c   gomory           :       0.00          0          0          0          0          0
1793.40/1793.79	c   strongcg         :       0.00          0          0          0          0          0
1793.40/1793.79	c   cmir             :       0.00          0          0          0          0          0
1793.40/1793.79	c   flowcover        :       0.00          0          0          0          0          0
1793.40/1793.79	c   clique           :       0.00          0          0          0          0          0
1793.40/1793.79	c   zerohalf         :       0.00          0          0          0          0          0
1793.40/1793.79	c   mcf              :       0.00          0          0          0          0          0
1793.40/1793.79	c   rapidlearning    :       0.00          0          0          0          0          0
1793.40/1793.79	c Pricers            :       Time      Calls       Vars
1793.40/1793.79	c   problem variables:       0.00          0          0
1793.40/1793.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.40/1793.79	c   pscost           :       0.00          0          0          0          0          0          0
1793.40/1793.79	c   inference        :       0.00          0          0          0          0          0          0
1793.40/1793.79	c   mostinf          :       0.00          0          0          0          0          0          0
1793.40/1793.79	c   leastinf         :       0.00          0          0          0          0          0          0
1793.40/1793.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.40/1793.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.40/1793.79	c   random           :       0.00          0          0          0          0          0          0
1793.40/1793.79	c   relpscost        :       0.00          0          0          0          0          0          0
1793.40/1793.79	c Primal Heuristics  :       Time      Calls      Found
1793.40/1793.79	c   LP solutions     :       0.00          -          0
1793.40/1793.79	c   pseudo solutions :       0.00          -          0
1793.40/1793.79	c   trivial          :       0.11          1          0
1793.40/1793.79	c   simplerounding   :       0.00          0          0
1793.40/1793.79	c   zirounding       :       0.00          0          0
1793.40/1793.79	c   rounding         :       0.00          0          0
1793.40/1793.79	c   shifting         :       0.00          0          0
1793.40/1793.79	c   intshifting      :       0.00          0          0
1793.40/1793.79	c   oneopt           :       0.00          0          0
1793.40/1793.79	c   twoopt           :       0.00          0          0
1793.40/1793.79	c   fixandinfer      :       0.00          0          0
1793.40/1793.79	c   feaspump         :       0.00          0          0
1793.40/1793.79	c   coefdiving       :       0.00          0          0
1793.40/1793.79	c   pscostdiving     :       0.00          0          0
1793.40/1793.79	c   fracdiving       :       0.00          0          0
1793.40/1793.79	c   veclendiving     :       0.00          0          0
1793.40/1793.79	c   intdiving        :       0.00          0          0
1793.40/1793.79	c   actconsdiving    :       0.00          0          0
1793.40/1793.79	c   objpscostdiving  :       0.00          0          0
1793.40/1793.79	c   rootsoldiving    :       0.00          0          0
1793.40/1793.79	c   linesearchdiving :       0.00          0          0
1793.40/1793.79	c   guideddiving     :       0.00          0          0
1793.40/1793.79	c   octane           :       0.00          0          0
1793.40/1793.79	c   rens             :       0.00          0          0
1793.40/1793.79	c   rins             :       0.00          0          0
1793.40/1793.79	c   localbranching   :       0.00          0          0
1793.40/1793.79	c   mutation         :       0.00          0          0
1793.40/1793.79	c   crossover        :       0.00          0          0
1793.40/1793.79	c   dins             :       0.00          0          0
1793.40/1793.79	c   undercover       :       0.00          0          0
1793.40/1793.79	c   nlp              :       0.00          0          0
1793.40/1793.79	c   trysol           :       0.00          0          0
1793.40/1793.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.40/1793.79	c   primal LP        :       0.00          0          0       0.00          -
1793.40/1793.79	c   dual LP          :       0.00          0          0       0.00          -
1793.40/1793.79	c   lex dual LP      :       0.00          0          0       0.00          -
1793.40/1793.79	c   barrier LP       :       0.00          0          0       0.00          -
1793.40/1793.79	c   diving/probing LP:       0.00          0          0       0.00          -
1793.40/1793.79	c   strong branching :       0.00          0          0       0.00          -
1793.40/1793.79	c     (at root node) :          -          0          0       0.00          -
1793.40/1793.79	c   conflict analysis:       0.00          0          0       0.00          -
1793.40/1793.79	c B&B Tree           :
1793.40/1793.79	c   number of runs   :          1
1793.40/1793.79	c   nodes            :          0
1793.40/1793.79	c   nodes (total)    :          0
1793.40/1793.79	c   nodes left       :          1
1793.40/1793.79	c   max depth        :         -1
1793.40/1793.79	c   max depth (total):         -1
1793.40/1793.79	c   backtracks       :          0 (0.0%)
1793.40/1793.79	c   delayed cutoffs  :          0
1793.40/1793.79	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.40/1793.79	c   avg switch length:       0.00
1793.40/1793.79	c   switching time   :       0.00
1793.40/1793.79	c Solution           :
1793.40/1793.79	c   Solutions found  :          0 (0 improvements)
1793.40/1793.79	c   Primal Bound     :          -
1793.40/1793.79	c   Dual Bound       :          -
1793.40/1793.79	c   Gap              :   infinite
1793.40/1793.79	c   Root Dual Bound  :          -
1793.40/1793.79	c   Root Iterations  :          0
1794.30/1794.65	c Time complete: 1794.35.

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-3741626-1338758164/watcher-3741626-1338758164 -o /tmp/evaluation-result-3741626-1338758164/solver-3741626-1338758164 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741626-1338758164.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.05 2.01 2.00 3/176 30955
/proc/meminfo: memFree=26465308/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 1247 0 0 0 0 0 0 0 20 0 1 0 341945123 8105984 1194 33554432000 4194304 8395647 140735899852400 140733584475256 7385025 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 1979 1194 370 1026 0 949 0

[startup+0.105376 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 30955
/proc/meminfo: memFree=26465308/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=42980 CPUtime=0.09 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 9933 0 0 0 8 1 0 0 20 0 1 0 341945123 44011520 9874 33554432000 4194304 8395647 140735899852400 140733584475256 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 10745 9874 387 1026 0 9715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42980

[startup+0.200361 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 30955
/proc/meminfo: memFree=26465308/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=74212 CPUtime=0.19 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 17584 0 0 0 17 2 0 0 20 0 1 0 341945123 75993088 17525 33554432000 4194304 8395647 140735899852400 140733584475256 7370124 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 18553 17525 387 1026 0 17523 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 74212

[startup+0.300358 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 30955
/proc/meminfo: memFree=26465308/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=109136 CPUtime=0.29 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 25677 0 0 0 25 4 0 0 20 0 1 0 341945123 111755264 25619 33554432000 4194304 8395647 140735899852400 140733584475256 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 27284 25651 387 1026 0 26254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109136

[startup+0.700306 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 30955
/proc/meminfo: memFree=26465308/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=132660 CPUtime=0.69 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 31609 0 0 0 64 5 0 0 20 0 1 0 341945123 135843840 31550 33554432000 4194304 8395647 140735899852400 140735899717608 7370173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 33165 31550 394 1026 0 32135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132660

[startup+1.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 30956
/proc/meminfo: memFree=26332232/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=152528 CPUtime=1.48 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 35832 0 0 0 143 5 0 0 20 0 1 0 341945123 156188672 35773 33554432000 4194304 8395647 140735899852400 140735899717608 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 38132 35773 394 1026 0 37102 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 152528

[startup+3.10038 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 30956
/proc/meminfo: memFree=26313128/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=361064 CPUtime=3.09 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 87101 0 0 0 297 12 0 0 20 0 1 0 341945123 369729536 86688 33554432000 4194304 8395647 140735899852400 140735899716360 4449039 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 90266 86688 421 1026 0 89236 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 361064

[startup+6.30031 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 30956
/proc/meminfo: memFree=25881112/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=810976 CPUtime=6.29 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 195284 0 0 0 605 24 0 0 20 0 1 0 341945123 830439424 194854 33554432000 4194304 8395647 140735899852400 140735899848072 4969190 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 202744 194854 468 1026 0 201714 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 810976

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 30956
/proc/meminfo: memFree=25673932/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=826548 CPUtime=12.69 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 197746 0 0 0 1245 24 0 0 20 0 1 0 341945123 846385152 196981 33554432000 4194304 8395647 140735899852400 140735899849000 4931022 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 206637 196981 478 1026 0 205607 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 826548

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 30956
/proc/meminfo: memFree=25672388/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=826548 CPUtime=25.48 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 198350 0 0 0 2524 24 0 0 20 0 1 0 341945123 846385152 197283 33554432000 4194304 8395647 140735899852400 140735899849000 4931039 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 206637 197283 478 1026 0 205607 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 826548

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30956
/proc/meminfo: memFree=25653096/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=838696 CPUtime=51.08 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 203647 0 0 0 5083 25 0 0 20 0 1 0 341945123 858824704 201678 33554432000 4194304 8395647 140735899852400 140735899849544 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 209674 201678 494 1026 0 208644 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 838696

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30956
/proc/meminfo: memFree=25644448/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=839720 CPUtime=102.27 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204225 0 0 0 10202 25 0 0 20 0 1 0 341945123 859873280 203484 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 209930 203484 497 1026 0 208900 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 839720

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30957
/proc/meminfo: memFree=25645236/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=839720 CPUtime=162.25 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204240 0 0 0 16200 25 0 0 20 0 1 0 341945123 859873280 203493 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 209930 203493 498 1026 0 208900 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 839720

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30957
/proc/meminfo: memFree=25642768/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=840744 CPUtime=222.25 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204496 0 0 0 22200 25 0 0 20 0 1 0 341945123 860921856 203749 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210186 203749 498 1026 0 209156 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 840744

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30960
/proc/meminfo: memFree=25636604/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=840744 CPUtime=282.23 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204496 0 0 0 28198 25 0 0 20 0 1 0 341945123 860921856 205894 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210186 205894 498 1026 0 209156 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 840744

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30960
/proc/meminfo: memFree=25630624/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=840744 CPUtime=342.22 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204497 0 0 0 34197 25 0 0 20 0 1 0 341945123 860921856 207475 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210186 207475 498 1026 0 209156 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 840744

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30960
/proc/meminfo: memFree=25630096/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=840744 CPUtime=402.21 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204502 0 0 0 40196 25 0 0 20 0 1 0 341945123 860921856 207480 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210186 207480 498 1026 0 209156 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 840744

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 30961
/proc/meminfo: memFree=25633596/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=840744 CPUtime=462.2 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204502 0 0 0 46195 25 0 0 20 0 1 0 341945123 860921856 207488 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210186 207488 498 1026 0 209156 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 840744

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30961
/proc/meminfo: memFree=25630092/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=840744 CPUtime=522.19 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204503 0 0 0 52194 25 0 0 20 0 1 0 341945123 860921856 208415 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210186 208415 498 1026 0 209156 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 840744

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30961
/proc/meminfo: memFree=25627204/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=582.18 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 58193 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 841768

[startup+642.3 s]

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

/proc/meminfo: memFree=25630188/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1062.11 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 106186 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 841768

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31005
/proc/meminfo: memFree=25293780/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1122.1 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 112185 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 841768

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31005
/proc/meminfo: memFree=25292788/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1182.09 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 118184 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 841768

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31005
/proc/meminfo: memFree=25292012/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1242.08 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 124183 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 841768

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 31005
/proc/meminfo: memFree=25291856/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1302.07 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 130182 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 841768

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31006
/proc/meminfo: memFree=25106712/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1362.06 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 136181 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 841768

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31007
/proc/meminfo: memFree=25053840/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1422.06 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 142181 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 841768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31009
/proc/meminfo: memFree=25021668/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1482.04 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 148179 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 841768

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31009
/proc/meminfo: memFree=25012260/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1542.04 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 154179 25 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 841768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31009
/proc/meminfo: memFree=25009604/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1602.03 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 160177 26 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 841768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25008364/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1662.02 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 166176 26 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 841768

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25008240/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1722.01 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 172175 26 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 841768

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25008116/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1782 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 178174 26 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 841768

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25008116/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1785.3 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 178504 26 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 841768

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25008116/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1788.5 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 178824 26 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (KiB) 841768

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25008116/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1791.71 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 179145 26 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 841768

[startup+1793.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25008116/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=841768 CPUtime=1793.3 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 204759 0 0 0 179304 26 0 0 20 0 1 0 341945123 861970432 208671 33554432000 4194304 8395647 140735899852400 140735899848584 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210442 208671 498 1026 0 209412 0
Current children cumulated CPU time (s) 1793.3
Current children cumulated vsize (KiB) 841768

[startup+1794.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25007000/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=843176 CPUtime=1794.1 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 205141 0 0 0 179384 26 0 0 20 0 1 0 341945123 863412224 209053 33554432000 4194304 8395647 140735899852400 140735899848584 6075904 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 210794 209053 528 1026 0 209764 0
Current children cumulated CPU time (s) 1794.1
Current children cumulated vsize (KiB) 843176

[startup+1794.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=25007000/32873844 swapFree=7116/7116
[pid=30955] ppid=30953 vsize=824592 CPUtime=1794.3 cores=0,2,4,6
/proc/30955/stat : 30955 (pbscip.linux.x8) R 30953 30955 30273 0 -1 4202496 205141 0 0 0 179404 26 0 0 20 0 1 0 341945123 844382208 204439 33554432000 4194304 8395647 140735899852400 140735899848232 6076476 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30955/statm: 206148 204439 528 1026 0 205118 0
Current children cumulated CPU time (s) 1794.3
Current children cumulated vsize (KiB) 824592

Child status: 0
Real time (s): 1794.65
CPU time (s): 1794.36
CPU user time (s): 1794.09
CPU system time (s): 0.274958
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 843176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 0.274958
maximum resident set size= 836212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205149
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= 40
involuntary context switches= 1870

runsolver used 2.84257 second user time and 11.2093 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-03 23:16:05
IDJOB=3741626
IDBENCH=89887
IDSOLVER=2326
FILE ID=node108/3741626-1338758164
RUNJOBID= node108-1338748971-30289
PBS_JOBID= 14636793
Free space on /tmp= 71432 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-BIGINT-LIN/heinz/normalized-ivu52.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-3741626-1338758164/watcher-3741626-1338758164 -o /tmp/evaluation-result-3741626-1338758164/solver-3741626-1338758164 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741626-1338758164.opb -t 1800 -m 15500

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

MD5SUM BENCH= 125c932e94e2457d1c83522659b39a64
RANDOM SEED=1155941833

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26465688 kB
Buffers:         1776724 kB
Cached:          3636516 kB
SwapCached:          112 kB
Active:          3533548 kB
Inactive:        2020784 kB
Active(anon):     124824 kB
Inactive(anon):    13072 kB
Active(file):    3408724 kB
Inactive(file):  2007712 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:             41024 kB
Writeback:             0 kB
AnonPages:        142564 kB
Mapped:            16888 kB
Shmem:               172 kB
Slab:             716112 kB
SReclaimable:     157340 kB
SUnreclaim:       558772 kB
KernelStack:        1448 kB
PageTables:         4272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     250740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 71416 MiB
End job on node108 at 2012-06-03 23:46:00