Trace number 3743843

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 NameAnswerCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1799.63 1799.91

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_ic.opb
MD5SUM75f66c0c0d60319503e8e1c7599d6b0b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15556017
Best CPU time to get the best result obtained on this benchmark1801.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 149684681822
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 149684681822
Number of bits of the biggest sum of numbers38
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-3743843-1338795300.opb>
21.88/21.90	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
21.88/21.90	c problem read
21.88/21.91	c presolving settings loaded
28.17/28.23	c presolving:
35.28/35.38	c (round 1) 15150 del vars, 29703 del conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 0 upgd conss, 29900 impls, 1 clqs
47.07/47.12	c (round 2) 15150 del vars, 29703 del conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 1970601 upgd conss, 29900 impls, 1 clqs
111.67/111.76	c    (89.8s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
111.67/111.76	c    (89.8s) probing aborted: 100/100 successive totally useless probings
111.77/111.80	c presolving (3 rounds):
111.77/111.80	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
111.77/111.80	c  5851100 implications, 1 cliques
111.77/111.80	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
111.77/111.80	c  985350 constraints of type <knapsack>
111.77/111.80	c     101 constraints of type <setppc>
111.77/111.80	c       3 constraints of type <linear>
111.77/111.80	c  985150 constraints of type <logicor>
111.77/111.80	c transformed objective value is always integral (scale: 1)
111.77/111.80	c Presolving Time: 85.60
111.77/111.80	c - non default parameters ----------------------------------------------------------------------
111.77/111.80	c # SCIP version 1.2.1.3
111.77/111.80	c 
111.77/111.80	c # frequency for displaying node information lines
111.77/111.80	c # [type: int, range: [-1,2147483647], default: 100]
111.77/111.80	c display/freq = 10000
111.77/111.80	c 
111.77/111.80	c # maximal time in seconds to run
111.77/111.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
111.77/111.80	c limits/time = 1768.1
111.77/111.80	c 
111.77/111.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
111.77/111.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
111.77/111.80	c limits/memory = 13950
111.77/111.80	c 
111.77/111.80	c # default clock type (1: CPU user seconds, 2: wall clock time)
111.77/111.80	c # [type: int, range: [1,2], default: 1]
111.77/111.80	c timing/clocktype = 2
111.77/111.80	c 
111.77/111.80	c # should presolving try to simplify inequalities
111.77/111.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
111.77/111.80	c constraints/linear/simplifyinequalities = TRUE
111.77/111.80	c 
111.77/111.80	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
111.77/111.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
111.77/111.80	c constraints/indicator/addCouplingCons = TRUE
111.77/111.80	c 
111.77/111.80	c # should presolving try to simplify knapsacks
111.77/111.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
111.77/111.80	c constraints/knapsack/simplifyinequalities = TRUE
111.77/111.80	c 
111.77/111.80	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
111.77/111.80	c # [type: int, range: [-1,2147483647], default: -1]
111.77/111.80	c separating/rapidlearning/freq = 0
111.77/111.80	c 
111.77/111.80	c -----------------------------------------------------------------------------------------------
111.77/111.80	c start solving
111.97/112.03	c 
934.64/934.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
934.64/934.82	c   913s|     1 |     0 |  6991 |     - |5428M|   0 |1165 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.751105e+06 |      --      |    Inf 
1791.21/1791.56	c  1770s|     1 |     2 | 12100 |     - |5452M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.751105e+06 |      --      |    Inf 
1791.21/1791.56	c 
1791.21/1791.56	c SCIP Status        : solving was interrupted [time limit reached]
1791.21/1791.56	c Solving Time (sec) : 1769.65
1791.21/1791.56	c Solving Nodes      : 1
1791.21/1791.56	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.21/1791.56	c Dual Bound         : +1.75110454384748e+06
1791.21/1791.56	c Gap                : infinite
1791.21/1791.56	s UNKNOWN
1791.21/1791.56	c SCIP Status        : solving was interrupted [time limit reached]
1791.21/1791.56	c Solving Time       :    1769.65
1791.21/1791.56	c Original Problem   :
1791.21/1791.56	c   Problem name     : HOME/instance-3743843-1338795300.opb
1791.21/1791.56	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.21/1791.56	c   Constraints      : 2000307 initial, 2000307 maximal
1791.21/1791.56	c Presolved Problem  :
1791.21/1791.56	c   Problem name     : t_HOME/instance-3743843-1338795300.opb
1791.21/1791.56	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.21/1791.56	c   Constraints      : 1970604 initial, 1970604 maximal
1791.21/1791.56	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.21/1791.56	c   trivial          :       0.13          0          0          0          0          0          0          0          0
1791.21/1791.56	c   dualfix          :       0.11          0          0          0          0          0          0          0          0
1791.21/1791.56	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.21/1791.56	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.21/1791.56	c   implics          :       0.08          0          0          0          0          0          0          0          0
1791.21/1791.56	c   probing          :      14.23          0          0          0          0          0          0          0          0
1791.21/1791.56	c   knapsack         :      49.07          0          0          0          0          0          0          0          0
1791.21/1791.56	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.21/1791.56	c   linear           :      14.80        300      14850          0        300          0      29703       4950      14850
1791.21/1791.56	c   logicor          :       2.54          0          0          0          0          0          0          0          0
1791.21/1791.56	c   root node        :          -          0          -          -          0          -          -          -          -
1791.21/1791.56	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.21/1791.56	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.21/1791.56	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.21/1791.56	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.21/1791.56	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.21/1791.56	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.21/1791.56	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.21/1791.56	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.21/1791.56	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.21/1791.56	c   knapsack         :       6.25       0.00       6.25       0.00       0.00
1791.21/1791.56	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.21/1791.56	c   linear           :       0.06       0.00       0.06       0.00       0.00
1791.21/1791.56	c   logicor          :       0.78       0.00       0.65       0.00       0.13
1791.21/1791.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.21/1791.56	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.21/1791.56	c   vbounds          :       0.00          2          0          0
1791.21/1791.56	c   rootredcost      :       0.00          0          0          0
1791.21/1791.56	c   pseudoobj        :       0.01          2          0          0
1791.21/1791.56	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.21/1791.56	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.21/1791.56	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.21/1791.56	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.21/1791.56	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.21/1791.56	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.21/1791.56	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.21/1791.56	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.21/1791.56	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.21/1791.56	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.21/1791.56	c   redcost          :       0.00          0          0          0          0          0
1791.21/1791.56	c   impliedbounds    :       0.00          0          0          0          0          0
1791.21/1791.56	c   intobj           :       0.00          0          0          0          0          0
1791.21/1791.56	c   cgmip            :       0.00          0          0          0          0          0
1791.21/1791.56	c   gomory           :       0.00          0          0          0          0          0
1791.21/1791.56	c   strongcg         :       0.00          0          0          0          0          0
1791.21/1791.56	c   cmir             :       0.00          0          0          0          0          0
1791.21/1791.56	c   flowcover        :       0.00          0          0          0          0          0
1791.21/1791.56	c   clique           :       0.00          0          0          0          0          0
1791.21/1791.56	c   zerohalf         :       0.00          0          0          0          0          0
1791.21/1791.56	c   mcf              :       0.00          0          0          0          0          0
1791.21/1791.56	c   rapidlearning    :       0.00          0          0          0          0          0
1791.21/1791.56	c Pricers            :       Time      Calls       Vars
1791.21/1791.56	c   problem variables:       0.00          0          0
1791.21/1791.56	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.21/1791.56	c   relpscost        :       0.00          0          0          0          0          0          0
1791.21/1791.56	c   pscost           :       0.00          0          0          0          0          0          0
1791.21/1791.56	c   inference        :       0.08          1          0          0          0          0          2
1791.21/1791.56	c   mostinf          :       0.00          0          0          0          0          0          0
1791.21/1791.56	c   leastinf         :       0.00          0          0          0          0          0          0
1791.21/1791.56	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.21/1791.56	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.21/1791.56	c   random           :       0.00          0          0          0          0          0          0
1791.21/1791.56	c Primal Heuristics  :       Time      Calls      Found
1791.21/1791.56	c   LP solutions     :       0.00          -          0
1791.21/1791.56	c   pseudo solutions :       0.00          -          0
1791.21/1791.56	c   oneopt           :       0.00          0          0
1791.21/1791.56	c   trivial          :       1.44          2          0
1791.21/1791.56	c   simplerounding   :       0.03          0          0
1791.21/1791.56	c   zirounding       :       0.00          0          0
1791.21/1791.56	c   rounding         :       0.09          1          0
1791.21/1791.56	c   shifting         :       0.37          1          0
1791.21/1791.56	c   intshifting      :       0.00          0          0
1791.21/1791.56	c   twoopt           :       0.00          0          0
1791.21/1791.56	c   fixandinfer      :       0.00          0          0
1791.21/1791.56	c   feaspump         :     856.02          1          0
1791.21/1791.56	c   coefdiving       :       0.00          0          0
1791.21/1791.56	c   pscostdiving     :       0.00          0          0
1791.21/1791.56	c   fracdiving       :       0.00          0          0
1791.21/1791.56	c   veclendiving     :       0.00          0          0
1791.21/1791.56	c   intdiving        :       0.00          0          0
1791.21/1791.56	c   actconsdiving    :       0.00          0          0
1791.21/1791.56	c   objpscostdiving  :       0.00          0          0
1791.21/1791.56	c   rootsoldiving    :       0.00          0          0
1791.21/1791.56	c   linesearchdiving :       0.00          0          0
1791.21/1791.56	c   guideddiving     :       0.00          0          0
1791.21/1791.56	c   octane           :       0.00          0          0
1791.21/1791.56	c   rens             :       0.00          0          0
1791.21/1791.56	c   rins             :       0.00          0          0
1791.21/1791.56	c   localbranching   :       0.00          0          0
1791.21/1791.56	c   mutation         :       0.00          0          0
1791.21/1791.56	c   crossover        :       0.00          0          0
1791.21/1791.56	c   dins             :       0.00          0          0
1791.21/1791.56	c   undercover       :       0.00          0          0
1791.21/1791.56	c   nlp              :       0.00          0          0
1791.21/1791.56	c   trysol           :       0.00          0          0
1791.21/1791.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.21/1791.56	c   primal LP        :       0.00          0          0       0.00          -
1791.21/1791.56	c   dual LP          :     815.06          1       6991    6991.00       8.58
1791.21/1791.56	c   lex dual LP      :       0.00          0          0       0.00          -
1791.21/1791.56	c   barrier LP       :       0.00          0          0       0.00          -
1791.21/1791.56	c   diving/probing LP:     855.66          1       5109    5109.00       5.97
1791.21/1791.56	c   strong branching :       0.00          0          0       0.00          -
1791.21/1791.56	c     (at root node) :          -          0          0       0.00          -
1791.21/1791.56	c   conflict analysis:       0.00          0          0       0.00          -
1791.21/1791.56	c B&B Tree           :
1791.21/1791.56	c   number of runs   :          1
1791.21/1791.56	c   nodes            :          1
1791.21/1791.56	c   nodes (total)    :          1
1791.21/1791.56	c   nodes left       :          2
1791.21/1791.56	c   max depth        :          0
1791.21/1791.56	c   max depth (total):          0
1791.21/1791.56	c   backtracks       :          0 (0.0%)
1791.21/1791.56	c   delayed cutoffs  :          0
1791.21/1791.56	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.21/1791.56	c   avg switch length:       1.00
1791.21/1791.56	c   switching time   :       0.00
1791.21/1791.56	c Solution           :
1791.21/1791.56	c   Solutions found  :          0 (0 improvements)
1791.21/1791.56	c   Primal Bound     :          -
1791.21/1791.56	c   Dual Bound       : +1.75110454384748e+06
1791.21/1791.56	c   Gap              :   infinite
1791.21/1791.56	c   Root Dual Bound  : +1.75110454384748e+06
1791.21/1791.56	c   Root Iterations  :      12100
1799.62/1799.90	c Time complete: 1799.62.

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-3743843-1338795300/watcher-3743843-1338795300 -o /tmp/evaluation-result-3743843-1338795300/solver-3743843-1338795300 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743843-1338795300.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.01 2.00 2.00 3/178 13573
/proc/meminfo: memFree=24972728/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1250 0 0 0 0 0 0 0 20 0 1 0 345655707 8105984 1197 33554432000 4194304 8395647 140736581808016 140734074775304 7385025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13573/statm: 1979 1197 370 1026 0 949 0

[startup+0.0396099 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 13573
/proc/meminfo: memFree=24972728/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=23280 CPUtime=0.03 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 5057 0 0 0 3 0 0 0 20 0 1 0 345655707 23838720 4998 33554432000 4194304 8395647 140736581808016 140734074775304 7385808 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13573/statm: 5820 4998 387 1026 0 4790 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23280

[startup+0.100267 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 13573
/proc/meminfo: memFree=24972728/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=33320 CPUtime=0.09 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 7612 0 0 0 8 1 0 0 20 0 1 0 345655707 34119680 7553 33554432000 4194304 8395647 140736581808016 140734074775304 5758005 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13573/statm: 8330 7553 394 1026 0 7300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33320

[startup+0.300191 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 13573
/proc/meminfo: memFree=24972728/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=45228 CPUtime=0.29 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 10537 0 0 0 28 1 0 0 20 0 1 0 345655707 46313472 10478 33554432000 4194304 8395647 140736581808016 140736581673224 7301419 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13573/statm: 11307 10478 394 1026 0 10277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45228

[startup+0.700202 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 13573
/proc/meminfo: memFree=24972728/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=95072 CPUtime=0.69 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 22961 0 0 0 66 3 0 0 20 0 1 0 345655707 97353728 22902 33554432000 4194304 8395647 140736581808016 140736581673224 4729567 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13573/statm: 23768 22902 394 1026 0 22738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95072

[startup+1.50021 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13574
/proc/meminfo: memFree=24524436/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=196452 CPUtime=1.49 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 48296 0 0 0 143 6 0 0 20 0 1 0 345655707 201166848 48237 33554432000 4194304 8395647 140736581808016 140736581673224 7324936 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13573/statm: 49113 48237 394 1026 0 48083 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196452

[startup+3.10025 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13574
/proc/meminfo: memFree=24079772/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=390660 CPUtime=3.08 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 96746 0 0 0 296 12 0 0 20 0 1 0 345655707 400035840 96687 33554432000 4194304 8395647 140736581808016 140736581673224 7385022 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13573/statm: 97665 96687 394 1026 0 96635 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 390660

[startup+6.30027 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13574
/proc/meminfo: memFree=23365396/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=754176 CPUtime=6.28 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 187301 0 0 0 603 25 0 0 20 0 1 0 345655707 772276224 187242 33554432000 4194304 8395647 140736581808016 140736581673224 4685157 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 188544 187242 394 1026 0 187514 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 754176

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13574
/proc/meminfo: memFree=22648824/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=1185928 CPUtime=12.69 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 295598 0 0 0 1228 41 0 0 20 0 1 0 345655707 1214390272 295539 33554432000 4194304 8395647 140736581808016 140736581673224 7430272 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 296482 295539 394 1026 0 295452 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1185928

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 13574
/proc/meminfo: memFree=19745508/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=3397412 CPUtime=25.48 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 843153 0 0 0 2433 115 0 0 20 0 1 0 345655707 3478949888 847339 33554432000 4194304 8395647 140736581808016 140736581804248 4449009 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 849353 847339 421 1026 0 848323 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3397412

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 13574
/proc/meminfo: memFree=17889720/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=4994264 CPUtime=51.08 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1206876 0 0 0 4933 175 0 0 20 0 1 0 345655707 5114126336 1230677 33554432000 4194304 8395647 140736581808016 140736581802232 4954809 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1248566 1230677 496 1026 0 1247536 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4994264

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13574
/proc/meminfo: memFree=17563276/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=5150584 CPUtime=102.27 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1240115 0 0 0 10043 184 0 0 20 0 1 0 345655707 5274198016 1272809 33554432000 4194304 8395647 140736581808016 140736581804200 5604414 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1287646 1272809 508 1026 0 1286616 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5150584

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13574
/proc/meminfo: memFree=12568736/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7932824 CPUtime=162.26 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1521209 0 0 0 15961 265 0 0 20 0 1 0 345655707 8123211776 1894300 33554432000 4194304 8395647 140736581808016 140736581803480 6587234 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1983206 1894300 584 1026 0 1982176 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 7932824

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13575
/proc/meminfo: memFree=12520824/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7948676 CPUtime=222.25 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1522936 0 0 0 21954 271 0 0 20 0 1 0 345655707 8139444224 1899946 33554432000 4194304 8395647 140736581808016 140736581803144 6585815 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1987169 1899946 584 1026 0 1986139 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 7948676

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13575
/proc/meminfo: memFree=12480568/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7968516 CPUtime=282.24 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1526270 0 0 0 27949 275 0 0 20 0 1 0 345655707 8159760384 1905524 33554432000 4194304 8395647 140736581808016 140736581803480 6696991 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1992129 1905524 584 1026 0 1991099 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 7968516

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13578
/proc/meminfo: memFree=12475716/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7972104 CPUtime=342.23 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1527364 0 0 0 33945 278 0 0 20 0 1 0 345655707 8163434496 1906809 33554432000 4194304 8395647 140736581808016 140736581803144 6696781 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1993026 1906809 584 1026 0 1991996 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 7972104

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13578
/proc/meminfo: memFree=12467536/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7980804 CPUtime=402.22 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1527909 0 0 0 39938 284 0 0 20 0 1 0 345655707 8172343296 1907386 33554432000 4194304 8395647 140736581808016 140736581803144 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1995201 1907386 584 1026 0 1994171 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 7980804

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13578
/proc/meminfo: memFree=12460020/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7980804 CPUtime=462.21 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1528292 0 0 0 45933 288 0 0 20 0 1 0 345655707 8172343296 1907932 33554432000 4194304 8395647 140736581808016 140736581803144 6586893 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1995201 1907932 584 1026 0 1994171 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 7980804

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13579
/proc/meminfo: memFree=12454880/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7980804 CPUtime=522.2 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1528639 0 0 0 51928 292 0 0 20 0 1 0 345655707 8172343296 1908459 33554432000 4194304 8395647 140736581808016 140736581803144 6697804 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1995201 1908459 584 1026 0 1994171 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 7980804

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 13579
/proc/meminfo: memFree=12452656/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=7980804 CPUtime=582.2 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1528990 0 0 0 57924 296 0 0 20 0 1 0 345655707 8172343296 1908464 33554432000 4194304 8395647 140736581808016 140736581803144 6697663 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1995201 1908464 584 1026 0 1994171 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 7980804

[startup+642.3 s]

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

/proc/meminfo: memFree=12159940/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8123908 CPUtime=1062.12 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1539845 0 0 0 105870 342 0 0 20 0 1 0 345655707 8318881792 1941273 33554432000 4194304 8395647 140736581808016 140736581802664 6635121 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2030977 1941273 590 1026 0 2029947 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 8123908

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13584
/proc/meminfo: memFree=12222980/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8123908 CPUtime=1122.11 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1540063 0 0 0 111866 345 0 0 20 0 1 0 345655707 8318881792 1941281 33554432000 4194304 8395647 140736581808016 140736581802584 6696675 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2030977 1941281 590 1026 0 2029947 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 8123908

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13584
/proc/meminfo: memFree=12221768/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8123908 CPUtime=1182.11 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1540901 0 0 0 117855 356 0 0 20 0 1 0 345655707 8318881792 1941291 33554432000 4194304 8395647 140736581808016 140736581802536 6708393 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2030977 1941291 590 1026 0 2029947 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 8123908

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13584
/proc/meminfo: memFree=12215636/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8128556 CPUtime=1242.1 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1542130 0 0 0 123849 361 0 0 20 0 1 0 345655707 8323641344 1942608 33554432000 4194304 8395647 140736581808016 140736581802584 6709509 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2032139 1942608 590 1026 0 2031109 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 8128556

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13584
/proc/meminfo: memFree=12207976/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8157480 CPUtime=1302.09 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1542585 0 0 0 129843 366 0 0 20 0 1 0 345655707 8353259520 1943132 33554432000 4194304 8395647 140736581808016 140736581802584 6708489 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2039370 1943132 590 1026 0 2038340 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 8157480

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13584
/proc/meminfo: memFree=12201052/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8157480 CPUtime=1362.08 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1543270 0 0 0 135834 374 0 0 20 0 1 0 345655707 8353259520 1944166 33554432000 4194304 8395647 140736581808016 140736581802584 6708218 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2039370 1944166 590 1026 0 2038340 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 8157480

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13585
/proc/meminfo: memFree=12170928/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8228992 CPUtime=1422.07 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1544656 0 0 0 141829 378 0 0 20 0 1 0 345655707 8426487808 1959122 33554432000 4194304 8395647 140736581808016 140736581802664 7386069 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2057248 1959122 590 1026 0 2056218 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 8228992

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 13585
/proc/meminfo: memFree=12138368/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8195744 CPUtime=1482.06 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1545373 0 0 0 147820 386 0 0 20 0 1 0 345655707 8392441856 1958283 33554432000 4194304 8395647 140736581808016 140736581802584 6664884 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2048936 1958283 590 1026 0 2047906 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 8195744

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 13588
/proc/meminfo: memFree=12114124/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8195744 CPUtime=1542.05 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1546342 0 0 0 153809 396 0 0 20 0 1 0 345655707 8392441856 1958288 33554432000 4194304 8395647 140736581808016 140736581802584 6708398 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2048936 1958288 590 1026 0 2047906 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 8195744

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 13611
/proc/meminfo: memFree=12111732/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8195912 CPUtime=1602.04 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1546586 0 0 0 159805 399 0 0 20 0 1 0 345655707 8392613888 1958289 33554432000 4194304 8395647 140736581808016 140736581802536 6696991 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2048978 1958289 590 1026 0 2047948 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 8195912

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13611
/proc/meminfo: memFree=12090484/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8243120 CPUtime=1662.03 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1548422 0 0 0 165798 405 0 0 20 0 1 0 345655707 8440954880 1963163 33554432000 4194304 8395647 140736581808016 140736581802536 7382157 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2060780 1963163 590 1026 0 2059750 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 8243120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13611
/proc/meminfo: memFree=12086292/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8245920 CPUtime=1722.02 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1548796 0 0 0 171794 408 0 0 20 0 1 0 345655707 8443822080 1963017 33554432000 4194304 8395647 140736581808016 140736581802536 6752903 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2061480 1963017 590 1026 0 2060450 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 8245920

[startup+1782.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/179 13650
/proc/meminfo: memFree=19127044/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8254576 CPUtime=1782.01 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1549608 0 0 0 177787 414 0 0 20 0 1 0 345655707 8452685824 1963100 33554432000 4194304 8395647 140736581808016 140736581802536 6637037 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2063644 1963100 590 1026 0 2062614 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 8254576

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

[startup+1791.91 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 13650
/proc/meminfo: memFree=18741172/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8093320 CPUtime=1791.62 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1550374 0 0 0 178748 414 0 0 20 0 1 0 345655707 8287559680 1930995 33554432000 4194304 8395647 140736581808016 140736581803848 6171051 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2023330 1930995 598 1026 0 2022300 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 8093320

[startup+1795.1 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 13650
/proc/meminfo: memFree=18639556/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8085504 CPUtime=1794.82 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1550376 0 0 0 179068 414 0 0 20 0 1 0 345655707 8279556096 1929043 33554432000 4194304 8395647 140736581808016 140736581807352 6063744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2021376 1929043 600 1026 0 2020346 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 8085504

[startup+1798.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 13650
/proc/meminfo: memFree=18638424/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=8069236 CPUtime=1798.01 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1550377 0 0 0 179387 414 0 0 20 0 1 0 345655707 8262897664 1925139 33554432000 4194304 8395647 140736581808016 140736581807400 6345173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 2017309 1925139 601 1026 0 2016279 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 8069236

[startup+1799.1 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 13650
/proc/meminfo: memFree=18629744/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=6701444 CPUtime=1798.81 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1550377 0 0 0 179462 419 0 0 20 0 1 0 345655707 6862278656 1639946 33554432000 4194304 8395647 140736581808016 140736581807400 6345859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1675361 1639946 601 1026 0 1674331 0
Current children cumulated CPU time (s) 1798.81
Current children cumulated vsize (KiB) 6701444

[startup+1799.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 13650
/proc/meminfo: memFree=20486476/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=5960696 CPUtime=1799.21 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1550377 0 0 0 179498 423 0 0 20 0 1 0 345655707 6103752704 1454919 33554432000 4194304 8395647 140736581808016 140736581807400 7435351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 1490174 1454919 601 1026 0 1489144 0
Current children cumulated CPU time (s) 1799.21
Current children cumulated vsize (KiB) 5960696

[startup+1799.9 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 13650
/proc/meminfo: memFree=20486476/32873844 swapFree=7124/7124
[pid=13573] ppid=13571 vsize=155096 CPUtime=1799.62 cores=0,2,4,6
/proc/13573/stat : 13573 (pbscip.linux.x8) R 13571 13573 12290 0 -1 4202496 1550378 0 0 0 179510 452 0 0 20 0 1 0 345655707 158818304 36367 33554432000 4194304 8395647 140736581808016 140736581807448 7435351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13573/statm: 38774 35855 602 1026 0 37744 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 155096

Child status: 0
Real time (s): 1799.91
CPU time (s): 1799.63
CPU user time (s): 1795.1
CPU system time (s): 4.52831
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 8498304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.1
system time used= 4.52831
maximum resident set size= 7974276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1550385
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= 3
involuntary context switches= 1947

runsolver used 3.08853 second user time and 7.59984 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-04 09:35:03
IDJOB=3743843
IDBENCH=92635
IDSOLVER=2326
FILE ID=node134/3743843-1338795300
RUNJOBID= node134-1338773738-12306
PBS_JOBID= 14636824
Free space on /tmp= 70156 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= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_0_ic.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-3743843-1338795300/watcher-3743843-1338795300 -o /tmp/evaluation-result-3743843-1338795300/solver-3743843-1338795300 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743843-1338795300.opb -t 1800 -m 15500

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

MD5SUM BENCH= 75f66c0c0d60319503e8e1c7599d6b0b
RANDOM SEED=392639797

node134.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		: 2667.278
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	: 5334.55
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		: 2667.278
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	: 5332.56
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.59
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.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		: 2667.278
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	: 5332.57
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		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24977936 kB
Buffers:          511048 kB
Cached:          3676056 kB
SwapCached:           76 kB
Active:          4798612 kB
Inactive:        2183680 kB
Active(anon):    2787152 kB
Inactive(anon):    10496 kB
Active(file):    2011460 kB
Inactive(file):  2173184 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:            220488 kB
Writeback:             0 kB
AnonPages:       2804172 kB
Mapped:            12804 kB
Shmem:                96 kB
Slab:             769360 kB
SReclaimable:     207768 kB
SUnreclaim:       561592 kB
KernelStack:        1464 kB
PageTables:         9272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2913584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 70144 MiB
End job on node134 at 2012-06-04 10:05:03