Trace number 3743999

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? 1796.12 1796.4

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_8_mh_ic.opb
MD5SUM3780f03c87bd5cb45e7b4d8342759bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4291485
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 78886374094
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 78886374094
Number of bits of the biggest sum of numbers37
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-3743999-1338798889.opb>
7.09/7.13	c original problem has 370300 variables (370300 bin, 0 int, 0 impl, 0 cont) and 847958 constraints
7.09/7.13	c problem read
7.09/7.13	c presolving settings loaded
9.79/9.89	c presolving:
13.39/13.45	c (round 1) 11275 del vars, 7354 del conss, 200 chg bounds, 1225 chg sides, 6125 chg coeffs, 0 upgd conss, 1190800 impls, 1 clqs
21.58/21.64	c (round 2) 11275 del vars, 8579 del conss, 200 chg bounds, 1225 chg sides, 6125 chg coeffs, 839376 upgd conss, 1190800 impls, 1 clqs
247.55/247.65	c    (240.5s) probing: 1000/359025 (0.3%) - 0 fixings, 0 aggregations, 357821 implications, 0 bound changes
445.02/445.12	c    (438.0s) probing: 2000/359025 (0.6%) - 0 fixings, 0 aggregations, 414549 implications, 0 bound changes
445.22/445.33	c    (438.2s) probing: 2001/359025 (0.6%) - 0 fixings, 0 aggregations, 414586 implications, 0 bound changes
445.22/445.33	c    (438.2s) probing aborted: 2000/2000 successive useless probings
445.22/445.36	c presolving (3 rounds):
445.22/445.36	c  11275 deleted vars, 8579 deleted constraints, 200 tightened bounds, 0 added holes, 1225 changed sides, 84525 changed coefficients
445.22/445.36	c  68723684 implications, 1 cliques
445.22/445.36	c presolved problem has 359025 variables (359025 bin, 0 int, 0 impl, 0 cont) and 839379 constraints
445.22/445.36	c  241475 constraints of type <knapsack>
445.22/445.36	c  356526 constraints of type <setppc>
445.22/445.36	c       3 constraints of type <linear>
445.22/445.36	c  241375 constraints of type <logicor>
445.22/445.36	c transformed objective value is always integral (scale: 1)
445.22/445.36	c Presolving Time: 436.42
445.22/445.36	c - non default parameters ----------------------------------------------------------------------
445.22/445.36	c # SCIP version 1.2.1.3
445.22/445.36	c 
445.22/445.36	c # frequency for displaying node information lines
445.22/445.36	c # [type: int, range: [-1,2147483647], default: 100]
445.22/445.36	c display/freq = 10000
445.22/445.36	c 
445.22/445.36	c # maximal time in seconds to run
445.22/445.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
445.22/445.36	c limits/time = 1782.88
445.22/445.36	c 
445.22/445.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
445.22/445.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
445.22/445.36	c limits/memory = 13950
445.22/445.36	c 
445.22/445.36	c # default clock type (1: CPU user seconds, 2: wall clock time)
445.22/445.36	c # [type: int, range: [1,2], default: 1]
445.22/445.36	c timing/clocktype = 2
445.22/445.36	c 
445.22/445.36	c # should presolving try to simplify inequalities
445.22/445.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
445.22/445.36	c constraints/linear/simplifyinequalities = TRUE
445.22/445.36	c 
445.22/445.36	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
445.22/445.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
445.22/445.36	c constraints/indicator/addCouplingCons = TRUE
445.22/445.36	c 
445.22/445.36	c # should presolving try to simplify knapsacks
445.22/445.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
445.22/445.36	c constraints/knapsack/simplifyinequalities = TRUE
445.22/445.36	c 
445.22/445.36	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
445.22/445.36	c # [type: int, range: [-1,2147483647], default: -1]
445.22/445.36	c separating/rapidlearning/freq = 0
445.22/445.36	c 
445.22/445.36	c -----------------------------------------------------------------------------------------------
445.22/445.36	c start solving
445.32/445.50	c 
613.79/613.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
613.79/613.96	c   607s|     1 |     0 |  7878 |     - |3906M|   0 | 733 | 359k| 839k| 359k| 839k|   0 |   0 |   0 | 7.517976e+05 |      --      |    Inf 
1789.81/1790.15	c  1783s|     1 |     0 | 18909 |     - |3931M|   0 |   - | 359k| 839k| 359k| 839k|  29 |   0 |   0 | 7.517976e+05 |      --      |    Inf 
1790.21/1790.56	c  1783s|     1 |     2 | 18909 |     - |3931M|   0 |   - | 359k| 839k| 359k| 839k|  29 |   0 |   0 | 7.517976e+05 |      --      |    Inf 
1790.21/1790.56	c 
1790.21/1790.56	c SCIP Status        : solving was interrupted [time limit reached]
1790.21/1790.56	c Solving Time (sec) : 1783.43
1790.21/1790.56	c Solving Nodes      : 1
1790.21/1790.56	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.21/1790.56	c Dual Bound         : +7.51797570655528e+05
1790.21/1790.56	c Gap                : infinite
1790.21/1790.56	s UNKNOWN
1790.21/1790.56	c SCIP Status        : solving was interrupted [time limit reached]
1790.21/1790.56	c Solving Time       :    1783.43
1790.21/1790.56	c Original Problem   :
1790.21/1790.56	c   Problem name     : HOME/instance-3743999-1338798889.opb
1790.21/1790.56	c   Variables        : 370300 (370300 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.21/1790.56	c   Constraints      : 847958 initial, 847958 maximal
1790.21/1790.56	c Presolved Problem  :
1790.21/1790.56	c   Problem name     : t_HOME/instance-3743999-1338798889.opb
1790.21/1790.56	c   Variables        : 359025 (359025 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.21/1790.56	c   Constraints      : 839379 initial, 839379 maximal
1790.21/1790.56	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.21/1790.56	c   trivial          :       0.08          0          0          0          0          0          0          0          0
1790.21/1790.56	c   dualfix          :       0.07       7400          0          0          0          0          0          0          0
1790.21/1790.56	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.21/1790.56	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.21/1790.56	c   implics          :       0.06          0          0          0          0          0          0          0          0
1790.21/1790.56	c   probing          :     361.42          0          0          0          0          0          0          0          0
1790.21/1790.56	c   knapsack         :      61.10          0          0          0          0          0          0          0      78400
1790.21/1790.56	c   setppc           :       0.79          0          0          0          0          0          0          0          0
1790.21/1790.56	c   linear           :      10.29        200       3675          0        200          0       8579       1225       6125
1790.21/1790.56	c   logicor          :       0.64          0          0          0          0          0          0          0          0
1790.21/1790.56	c   root node        :          -          0          -          -          0          -          -          -          -
1790.21/1790.56	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.21/1790.56	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.21/1790.56	c   knapsack         :     241475          1       6050          0          1          0          0         61          0          0
1790.21/1790.56	c   setppc           :     356526          1       6050          0          1          0          0          0          0          0
1790.21/1790.56	c   linear           :          3          1       6050          0          0          0          0          0          0          0
1790.21/1790.56	c   logicor          :     241375          1       4051          0          1          0          0          0          0          0
1790.21/1790.56	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.21/1790.56	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.21/1790.56	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.21/1790.56	c   knapsack         :     119.31       0.46     118.84       0.00       0.01
1790.21/1790.56	c   setppc           :     145.06       0.05     144.85       0.00       0.16
1790.21/1790.56	c   linear           :      18.33      17.09       1.24       0.00       0.00
1790.21/1790.56	c   logicor          :       1.93       0.04       1.77       0.00       0.12
1790.21/1790.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.21/1790.56	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.21/1790.56	c   vbounds          :       0.01          2          0          0
1790.21/1790.56	c   rootredcost      :       0.00          0          0          0
1790.21/1790.56	c   pseudoobj        :       0.03          2          0          0
1790.21/1790.56	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.21/1790.56	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.21/1790.56	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.21/1790.56	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.21/1790.56	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.21/1790.56	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.21/1790.56	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.21/1790.56	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.21/1790.56	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.21/1790.56	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 518)
1790.21/1790.56	c   redcost          :       0.02          1          0          0          0          0
1790.21/1790.56	c   impliedbounds    :       0.05          1          0          0         24          0
1790.21/1790.56	c   intobj           :       0.00          0          0          0          0          0
1790.21/1790.56	c   cgmip            :       0.00          0          0          0          0          0
1790.21/1790.56	c   gomory           :      41.25          1          0          0        500          0
1790.21/1790.56	c   strongcg         :       9.44          1          0          0        500          0
1790.21/1790.56	c   cmir             :     150.24          1          0          0          0          0
1790.21/1790.56	c   flowcover        :     311.89          1          0          0         41          0
1790.21/1790.56	c   clique           :       0.00          0          0          0          0          0
1790.21/1790.56	c   zerohalf         :       0.00          0          0          0          0          0
1790.21/1790.56	c   mcf              :       0.00          0          0          0          0          0
1790.21/1790.56	c   rapidlearning    :       0.00          0          0          0          0          0
1790.21/1790.56	c Pricers            :       Time      Calls       Vars
1790.21/1790.56	c   problem variables:       0.00          0          0
1790.21/1790.56	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.21/1790.56	c   relpscost        :       0.00          0          0          0          0          0          0
1790.21/1790.56	c   pscost           :       0.00          0          0          0          0          0          0
1790.21/1790.56	c   inference        :       0.12          1          0          0          0          0          2
1790.21/1790.56	c   mostinf          :       0.00          0          0          0          0          0          0
1790.21/1790.56	c   leastinf         :       0.00          0          0          0          0          0          0
1790.21/1790.56	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.21/1790.56	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.21/1790.56	c   random           :       0.00          0          0          0          0          0          0
1790.21/1790.56	c Primal Heuristics  :       Time      Calls      Found
1790.21/1790.56	c   LP solutions     :       0.00          -          0
1790.21/1790.56	c   pseudo solutions :       0.00          -          0
1790.21/1790.56	c   oneopt           :       0.00          0          0
1790.21/1790.56	c   trivial          :       0.55          2          0
1790.21/1790.56	c   simplerounding   :       0.02          0          0
1790.21/1790.56	c   zirounding       :       0.00          0          0
1790.21/1790.56	c   rounding         :       0.04          1          0
1790.21/1790.56	c   shifting         :       0.13          1          0
1790.21/1790.56	c   intshifting      :       0.00          0          0
1790.21/1790.56	c   twoopt           :       0.00          0          0
1790.21/1790.56	c   fixandinfer      :       0.00          0          0
1790.21/1790.56	c   feaspump         :     645.31          1          0
1790.21/1790.56	c   coefdiving       :       0.00          0          0
1790.21/1790.56	c   pscostdiving     :       0.00          0          0
1790.21/1790.56	c   fracdiving       :       0.00          0          0
1790.21/1790.56	c   veclendiving     :       0.00          0          0
1790.21/1790.56	c   intdiving        :       0.00          0          0
1790.21/1790.56	c   actconsdiving    :       0.00          0          0
1790.21/1790.56	c   objpscostdiving  :       0.00          0          0
1790.21/1790.56	c   rootsoldiving    :       0.00          0          0
1790.21/1790.56	c   linesearchdiving :       0.00          0          0
1790.21/1790.56	c   guideddiving     :       0.00          0          0
1790.21/1790.56	c   octane           :       0.00          0          0
1790.21/1790.56	c   rens             :       0.00          0          0
1790.21/1790.56	c   rins             :       0.00          0          0
1790.21/1790.56	c   localbranching   :       0.00          0          0
1790.21/1790.56	c   mutation         :       0.00          0          0
1790.21/1790.56	c   crossover        :       0.00          0          0
1790.21/1790.56	c   dins             :       0.00          0          0
1790.21/1790.56	c   undercover       :       0.00          0          0
1790.21/1790.56	c   nlp              :       0.00          0          0
1790.21/1790.56	c   trysol           :       0.00          0          0
1790.21/1790.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.21/1790.56	c   primal LP        :       0.00          0          0       0.00          -
1790.21/1790.56	c   dual LP          :     165.56          1       7878    7878.00      47.58
1790.21/1790.56	c   lex dual LP      :       0.00          0          0       0.00          -
1790.21/1790.56	c   barrier LP       :       0.00          0          0       0.00          -
1790.21/1790.56	c   diving/probing LP:     644.38          3      11031    3677.00      17.12
1790.21/1790.56	c   strong branching :       0.00          0          0       0.00          -
1790.21/1790.56	c     (at root node) :          -          0          0       0.00          -
1790.21/1790.56	c   conflict analysis:       0.00          0          0       0.00          -
1790.21/1790.56	c B&B Tree           :
1790.21/1790.56	c   number of runs   :          1
1790.21/1790.56	c   nodes            :          1
1790.21/1790.56	c   nodes (total)    :          1
1790.21/1790.56	c   nodes left       :          2
1790.21/1790.56	c   max depth        :          0
1790.21/1790.56	c   max depth (total):          0
1790.21/1790.56	c   backtracks       :          0 (0.0%)
1790.21/1790.56	c   delayed cutoffs  :          0
1790.21/1790.56	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.21/1790.56	c   avg switch length:       1.00
1790.21/1790.56	c   switching time   :       0.00
1790.21/1790.56	c Solution           :
1790.21/1790.56	c   Solutions found  :          0 (0 improvements)
1790.21/1790.56	c   Primal Bound     :          -
1790.21/1790.56	c   Dual Bound       : +7.51797570655528e+05
1790.21/1790.56	c   Gap              :   infinite
1790.21/1790.56	c   Root Dual Bound  : +7.51797570655528e+05
1790.21/1790.56	c   Root Iterations  :      18909
1796.01/1796.39	c Time complete: 1796.1.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3266
/proc/meminfo: memFree=27004820/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1245 0 0 0 0 0 0 0 20 0 1 0 346017572 8105984 1191 33554432000 4194304 8395647 140735996600016 140736646114984 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1979 1192 370 1026 0 949 0

[startup+0.0927309 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3266
/proc/meminfo: memFree=27004820/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=44004 CPUtime=0.08 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 9976 0 0 0 7 1 0 0 20 0 1 0 346017572 45060096 9918 33554432000 4194304 8395647 140735996600016 140736646114984 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 11001 9952 387 1026 0 9971 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44004

[startup+0.10037 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3266
/proc/meminfo: memFree=27004820/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=46308 CPUtime=0.09 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 10758 0 0 0 8 1 0 0 20 0 1 0 346017572 47419392 10698 33554432000 4194304 8395647 140735996600016 140736646114984 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 11577 10698 387 1026 0 10547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46308

[startup+0.300309 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3266
/proc/meminfo: memFree=27004820/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=107476 CPUtime=0.28 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 25446 0 0 0 25 3 0 0 20 0 1 0 346017572 110055424 25386 33554432000 4194304 8395647 140735996600016 140736646114984 5754373 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 26869 25386 394 1026 0 25839 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 107476

[startup+0.700306 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 3266
/proc/meminfo: memFree=27004820/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=149592 CPUtime=0.69 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 35895 0 0 0 64 5 0 0 20 0 1 0 346017572 153182208 35835 33554432000 4194304 8395647 140735996600016 140736646114984 4424487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 37398 35835 394 1026 0 36368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149592

[startup+1.50031 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3267
/proc/meminfo: memFree=26819680/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=246360 CPUtime=1.49 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 60082 0 0 0 138 11 0 0 20 0 1 0 346017572 252272640 60022 33554432000 4194304 8395647 140735996600016 140735996465224 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 61590 60022 394 1026 0 60560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 246360

[startup+3.10032 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3267
/proc/meminfo: memFree=26733116/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=320772 CPUtime=3.09 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 78587 0 0 0 295 14 0 0 20 0 1 0 346017572 328470528 78527 33554432000 4194304 8395647 140735996600016 140735996465224 7370140 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 80193 78527 394 1026 0 79163 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 320772

[startup+6.3003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3267
/proc/meminfo: memFree=26541432/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=547408 CPUtime=6.29 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 135230 0 0 0 605 24 0 0 20 0 1 0 346017572 560545792 135170 33554432000 4194304 8395647 140735996600016 140735996465224 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 136852 135170 394 1026 0 135822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 547408

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3267
/proc/meminfo: memFree=25444580/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=1605960 CPUtime=12.69 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 395221 0 0 0 1206 63 0 0 20 0 1 0 346017572 1644503040 396340 33554432000 4194304 8395647 140735996600016 140735996595768 5039072 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 401490 396340 475 1026 0 400460 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1605960

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3267
/proc/meminfo: memFree=24904676/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=2162032 CPUtime=25.49 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 531454 0 0 0 2466 83 0 0 20 0 1 0 346017572 2213920768 532122 33554432000 4194304 8395647 140735996600016 140735996595304 6348958 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 540508 532122 495 1026 0 539478 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2162032

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3267
/proc/meminfo: memFree=23613660/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=3406816 CPUtime=51.08 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 842663 0 0 0 4981 127 0 0 20 0 1 0 346017572 3488579584 843331 33554432000 4194304 8395647 140735996600016 140735996595480 4955620 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 851704 843331 495 1026 0 850674 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3406816

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3267
/proc/meminfo: memFree=22979904/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=4017032 CPUtime=102.28 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 989967 0 0 0 10077 151 0 0 20 0 1 0 346017572 4113440768 996709 33554432000 4194304 8395647 140735996600016 140735996596200 5210338 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1004258 996709 507 1026 0 1003228 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4017032

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3268
/proc/meminfo: memFree=22949924/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=4042612 CPUtime=162.27 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 996271 0 0 0 16075 152 0 0 20 0 1 0 346017572 4139634688 1003013 33554432000 4194304 8395647 140735996600016 140735996596200 5210338 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1010653 1003013 507 1026 0 1009623 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 4042612

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3268
/proc/meminfo: memFree=22910444/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=4062052 CPUtime=222.26 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1001170 0 0 0 22073 153 0 0 20 0 1 0 346017572 4159541248 1007912 33554432000 4194304 8395647 140735996600016 140735996596200 4910737 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1015513 1007912 507 1026 0 1014483 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 4062052

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3268
/proc/meminfo: memFree=22891808/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=4075348 CPUtime=282.25 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1004552 0 0 0 28071 154 0 0 20 0 1 0 346017572 4173156352 1011294 33554432000 4194304 8395647 140735996600016 140735996596200 5210321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1018837 1011294 513 1026 0 1017807 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 4075348

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3271
/proc/meminfo: memFree=22894000/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=4076372 CPUtime=342.24 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1004827 0 0 0 34070 154 0 0 20 0 1 0 346017572 4174204928 1011569 33554432000 4194304 8395647 140735996600016 140735996596200 4910737 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1019093 1011569 513 1026 0 1018063 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 4076372

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3271
/proc/meminfo: memFree=22805876/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=4164416 CPUtime=402.22 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1026838 0 0 0 40065 157 0 0 20 0 1 0 346017572 4264361984 1033580 33554432000 4194304 8395647 140735996600016 140735996595880 5210338 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1041104 1033580 513 1026 0 1040074 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 4164416

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3272
/proc/meminfo: memFree=21772980/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5291968 CPUtime=462.22 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1165549 0 0 0 46028 194 0 0 20 0 1 0 346017572 5418975232 1291435 33554432000 4194304 8395647 140735996600016 140735996595480 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1322992 1291435 583 1026 0 1321962 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5291968

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3272
/proc/meminfo: memFree=21733116/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5329516 CPUtime=522.21 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1171217 0 0 0 52016 205 0 0 20 0 1 0 346017572 5457424384 1300499 33554432000 4194304 8395647 140735996600016 140735996595480 6698001 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1332379 1300499 583 1026 0 1331349 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5329516

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3272
/proc/meminfo: memFree=21707580/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5344112 CPUtime=582.2 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1175690 0 0 0 58003 217 0 0 20 0 1 0 346017572 5472370688 1304939 33554432000 4194304 8395647 140735996600016 140735996595480 7382147 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1336028 1304939 583 1026 0 1334998 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5344112

[startup+642.3 s]

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

/proc/meminfo: memFree=21597080/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5458396 CPUtime=1062.12 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1197829 0 0 0 105939 273 0 0 20 0 1 0 346017572 5589397504 1331517 33554432000 4194304 8395647 140735996600016 140735996594536 6708451 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1364599 1331517 589 1026 0 1363569 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 5458396

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3277
/proc/meminfo: memFree=21635392/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5444764 CPUtime=1122.12 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1198564 0 0 0 111935 277 0 0 20 0 1 0 346017572 5575438336 1321855 33554432000 4194304 8395647 140735996600016 140735996594536 6697092 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1361191 1321855 589 1026 0 1360161 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 5444764

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3277
/proc/meminfo: memFree=21634924/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5446612 CPUtime=1182.11 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1199516 0 0 0 117928 283 0 0 20 0 1 0 346017572 5577330688 1322055 33554432000 4194304 8395647 140735996600016 140735996594584 6707999 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1361653 1322055 589 1026 0 1360623 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 5446612

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3277
/proc/meminfo: memFree=21630980/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5450560 CPUtime=1242.1 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1201271 0 0 0 123919 291 0 0 20 0 1 0 346017572 5581373440 1322986 33554432000 4194304 8395647 140735996600016 140735996594584 6697104 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1362640 1322986 589 1026 0 1361610 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 5450560

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3277
/proc/meminfo: memFree=21689932/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5357192 CPUtime=1302.09 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1202064 0 0 0 129913 296 0 0 20 0 1 0 346017572 5485764608 1308310 33554432000 4194304 8395647 140735996600016 140735996595208 7385992 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1339298 1308310 603 1026 0 1338268 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 5357192

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3278
/proc/meminfo: memFree=21678112/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5357192 CPUtime=1362.08 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1202105 0 0 0 135910 298 0 0 20 0 1 0 346017572 5485764608 1308720 33554432000 4194304 8395647 140735996600016 140735996595304 5827855 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1339298 1308720 606 1026 0 1338268 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 5357192

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3278
/proc/meminfo: memFree=21675536/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5365872 CPUtime=1422.08 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1202386 0 0 0 141910 298 0 0 20 0 1 0 346017572 5494652928 1308915 33554432000 4194304 8395647 140735996600016 140735996594424 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1341468 1308915 606 1026 0 1340438 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 5365872

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3316
/proc/meminfo: memFree=22208564/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5373160 CPUtime=1482.06 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1202866 0 0 0 147908 298 0 0 20 0 1 0 346017572 5502115840 1310599 33554432000 4194304 8395647 140735996600016 140735996595544 5849682 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1343290 1310599 608 1026 0 1342260 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 5373160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3319
/proc/meminfo: memFree=21841188/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5373160 CPUtime=1542.05 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1202866 0 0 0 153907 298 0 0 20 0 1 0 346017572 5502115840 1310605 33554432000 4194304 8395647 140735996600016 140735996595544 5849694 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1343290 1310605 608 1026 0 1342260 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 5373160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3342
/proc/meminfo: memFree=21826520/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5373160 CPUtime=1602.04 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1202866 0 0 0 159906 298 0 0 20 0 1 0 346017572 5502115840 1310605 33554432000 4194304 8395647 140735996600016 140735996595544 5849658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1343290 1310605 608 1026 0 1342260 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 5373160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3343
/proc/meminfo: memFree=21826556/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5373160 CPUtime=1662.03 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1202866 0 0 0 165905 298 0 0 20 0 1 0 346017572 5502115840 1310605 33554432000 4194304 8395647 140735996600016 140735996595544 5849658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1343290 1310605 608 1026 0 1342260 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 5373160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3343
/proc/meminfo: memFree=21744380/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5390384 CPUtime=1722.02 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1205466 0 0 0 171904 298 0 0 20 0 1 0 346017572 5519753216 1314237 33554432000 4194304 8395647 140735996600016 140735996593912 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1347596 1314237 611 1026 0 1346566 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 5390384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3343
/proc/meminfo: memFree=21735352/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5390384 CPUtime=1782.01 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1205522 0 0 0 177903 298 0 0 20 0 1 0 346017572 5519753216 1314293 33554432000 4194304 8395647 140735996600016 140735996593912 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1347596 1314293 611 1026 0 1346566 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 5390384

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3343
/proc/meminfo: memFree=21735724/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5390384 CPUtime=1785.21 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1205526 0 0 0 178223 298 0 0 20 0 1 0 346017572 5519753216 1314297 33554432000 4194304 8395647 140735996600016 140735996593912 5852502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1347596 1314297 611 1026 0 1346566 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 5390384

[startup+1791.91 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3343
/proc/meminfo: memFree=21689856/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5438348 CPUtime=1791.61 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1208814 0 0 0 178861 300 0 0 20 0 1 0 346017572 5568868352 1325526 33554432000 4194304 8395647 140735996600016 140735996595848 6063762 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1359587 1325526 621 1026 0 1358557 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 5438348

[startup+1793.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3343
/proc/meminfo: memFree=21690228/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5438348 CPUtime=1793.21 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1208814 0 0 0 179021 300 0 0 20 0 1 0 346017572 5568868352 1325526 33554432000 4194304 8395647 140735996600016 140735996599352 6063821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1359587 1325526 621 1026 0 1358557 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 5438348

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3343
/proc/meminfo: memFree=21697048/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5430500 CPUtime=1794.81 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1208814 0 0 0 179181 300 0 0 20 0 1 0 346017572 5560832000 1323869 33554432000 4194304 8395647 140735996600016 140735996599400 6076037 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1357625 1323869 621 1026 0 1356595 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 5430500

[startup+1795.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3343
/proc/meminfo: memFree=21697048/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=5096908 CPUtime=1795.61 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1208814 0 0 0 179259 302 0 0 20 0 1 0 346017572 5219233792 1258110 33554432000 4194304 8395647 140735996600016 140735996599400 4220275 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 1274227 1258110 621 1026 0 1273197 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 5096908

[startup+1796.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3343
/proc/meminfo: memFree=22372532/32873844 swapFree=7372/7372
[pid=3266] ppid=3264 vsize=3265248 CPUtime=1796.01 cores=1,3,5,7
/proc/3266/stat : 3266 (pbscip.linux.x8) R 3264 3266 2230 0 -1 4202496 1208815 0 0 0 179288 313 0 0 20 0 1 0 346017572 3343613952 380275 33554432000 4194304 8395647 140735996600016 140735996599208 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3266/statm: 816312 380104 622 1026 0 815282 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 3265248

Child status: 0
Real time (s): 1796.4
CPU time (s): 1796.12
CPU user time (s): 1792.89
CPU system time (s): 3.22651
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 5551624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.89
system time used= 3.22651
maximum resident set size= 5358024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1208821
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= 11
involuntary context switches= 1848

runsolver used 2.98655 second user time and 8.22175 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 10:34:50
IDJOB=3743999
IDBENCH=92665
IDSOLVER=2326
FILE ID=node109/3743999-1338798889
RUNJOBID= node109-1338782366-2247
PBS_JOBID= 14636835
Free space on /tmp= 70664 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/MH+IC/normalized-minisat50_4_16_8_mh_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-3743999-1338798889/watcher-3743999-1338798889 -o /tmp/evaluation-result-3743999-1338798889/solver-3743999-1338798889 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743999-1338798889.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3780f03c87bd5cb45e7b4d8342759bc6
RANDOM SEED=1171028782

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27005084 kB
Buffers:         1875896 kB
Cached:          1826916 kB
SwapCached:          988 kB
Active:          3771536 kB
Inactive:        1208408 kB
Active(anon):    1267800 kB
Inactive(anon):     7876 kB
Active(file):    2503736 kB
Inactive(file):  1200532 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:             48064 kB
Writeback:             0 kB
AnonPages:       1279740 kB
Mapped:            12540 kB
Shmem:                 4 kB
Slab:             742240 kB
SReclaimable:     184004 kB
SUnreclaim:       558236 kB
KernelStack:        1440 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1409460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 70652 MiB
End job on node109 at 2012-06-04 11:04:46