Trace number 3744551

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? 1790.52 1790.83

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_3_ic.opb
MD5SUM63c4e0568f91ae4bdd1fa7b5cc0b98cf
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18759965
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45563322036
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45563322036
Number of bits of the biggest sum of numbers36
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-3744551-1338807421.opb>
2.10/2.16	c original problem has 125200 variables (125200 bin, 0 int, 0 impl, 0 cont) and 250157 constraints
2.10/2.16	c problem read
2.10/2.16	c presolving settings loaded
2.88/2.92	c presolving:
3.39/3.48	c (round 1) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 7450 impls, 1 clqs
4.39/4.43	c (round 2) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 242801 upgd conss, 7450 impls, 1 clqs
8.69/8.79	c    (6.6s) probing: 101/121375 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
8.69/8.79	c    (6.6s) probing aborted: 100/100 successive totally useless probings
8.69/8.80	c presolving (3 rounds):
8.69/8.80	c  3825 deleted vars, 7353 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
8.69/8.80	c  713050 implications, 1 cliques
8.69/8.80	c presolved problem has 121375 variables (121375 bin, 0 int, 0 impl, 0 cont) and 242804 constraints
8.69/8.80	c  121425 constraints of type <knapsack>
8.69/8.80	c      51 constraints of type <setppc>
8.69/8.80	c       3 constraints of type <linear>
8.69/8.80	c  121325 constraints of type <logicor>
8.69/8.80	c transformed objective value is always integral (scale: 1)
8.69/8.80	c Presolving Time: 6.12
8.69/8.80	c - non default parameters ----------------------------------------------------------------------
8.69/8.80	c # SCIP version 1.2.1.3
8.69/8.80	c 
8.69/8.80	c # frequency for displaying node information lines
8.69/8.80	c # [type: int, range: [-1,2147483647], default: 100]
8.69/8.80	c display/freq = 10000
8.69/8.80	c 
8.69/8.80	c # maximal time in seconds to run
8.69/8.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.69/8.80	c limits/time = 1787.84
8.69/8.80	c 
8.69/8.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.69/8.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.69/8.80	c limits/memory = 13950
8.69/8.80	c 
8.69/8.80	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.69/8.80	c # [type: int, range: [1,2], default: 1]
8.69/8.80	c timing/clocktype = 2
8.69/8.80	c 
8.69/8.80	c # should presolving try to simplify inequalities
8.69/8.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.69/8.80	c constraints/linear/simplifyinequalities = TRUE
8.69/8.80	c 
8.69/8.80	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
8.69/8.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.69/8.80	c constraints/indicator/addCouplingCons = TRUE
8.69/8.80	c 
8.69/8.80	c # should presolving try to simplify knapsacks
8.69/8.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.69/8.80	c constraints/knapsack/simplifyinequalities = TRUE
8.69/8.80	c 
8.69/8.80	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.69/8.80	c # [type: int, range: [-1,2147483647], default: -1]
8.69/8.80	c separating/rapidlearning/freq = 0
8.69/8.80	c 
8.69/8.80	c -----------------------------------------------------------------------------------------------
8.69/8.80	c start solving
8.79/8.83	c 
41.28/41.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.28/41.37	c  39.2s|     1 |     0 |  4199 |     - | 679M|   0 | 429 | 121k| 242k| 121k| 242k|   0 |   0 |   0 | 1.222242e+06 |      --      |    Inf 
561.97/562.19	c   560s|     1 |     0 | 13353 |     - | 698M|   0 | 326 | 121k| 242k| 121k| 242k| 122 |   0 |   0 | 1.356447e+06 |      --      |    Inf 
753.14/753.39	c   751s|     1 |     0 | 14458 |     - | 710M|   0 | 299 | 121k| 242k| 121k| 242k| 178 |   0 |   0 | 1.401478e+06 |      --      |    Inf 
884.93/885.18	c   883s|     1 |     0 | 15637 |     - | 718M|   0 | 335 | 121k| 242k| 121k| 243k| 211 |   0 |   0 | 1.444611e+06 |      --      |    Inf 
1265.46/1265.79	c  1264s|     1 |     0 | 16026 |     - | 729M|   0 | 334 | 121k| 242k| 121k| 243k| 237 |   0 |   0 | 1.457918e+06 |      --      |    Inf 
1415.45/1415.72	c  1414s|     1 |     0 | 17083 |     - | 731M|   0 | 343 | 121k| 242k| 121k| 243k| 248 |   0 |   0 | 1.480772e+06 |      --      |    Inf 
1789.69/1790.04	c  1788s|     1 |     0 | 17083 |     - | 734M|   0 |   - | 121k| 242k| 121k| 243k| 267 |   0 |   0 | 1.480772e+06 |      --      |    Inf 
1789.69/1790.07	c  1788s|     1 |     2 | 17083 |     - | 734M|   0 |   - | 121k| 242k| 121k| 243k| 267 |   0 |   0 | 1.480772e+06 |      --      |    Inf 
1789.69/1790.07	c 
1789.69/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.07	c Solving Time (sec) : 1787.91
1789.69/1790.07	c Solving Nodes      : 1
1789.69/1790.07	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.69/1790.07	c Dual Bound         : +1.48077227413651e+06
1789.69/1790.07	c Gap                : infinite
1789.69/1790.07	s UNKNOWN
1789.69/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.07	c Solving Time       :    1787.91
1789.69/1790.07	c Original Problem   :
1789.69/1790.07	c   Problem name     : HOME/instance-3744551-1338807421.opb
1789.69/1790.07	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.07	c   Constraints      : 250157 initial, 250157 maximal
1789.69/1790.07	c Presolved Problem  :
1789.69/1790.07	c   Problem name     : t_HOME/instance-3744551-1338807421.opb
1789.69/1790.07	c   Variables        : 121375 (121375 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.07	c   Constraints      : 242804 initial, 242804 maximal
1789.69/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.07	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.69/1790.07	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1789.69/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.07	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.69/1790.07	c   probing          :       1.64          0          0          0          0          0          0          0          0
1789.69/1790.07	c   knapsack         :       2.64          0          0          0          0          0          0          0          0
1789.69/1790.07	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.07	c   linear           :       1.18        150       3675          0        150          0       7353       1225       3675
1789.69/1790.07	c   logicor          :       0.14          0          0          0          0          0          0          0          0
1789.69/1790.07	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.07	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.69/1790.07	c   knapsack         :     121425          6        201          0          1          0          0        413          0          0
1789.69/1790.07	c   setppc           :         51          6        201          0          1          0          0          0          0          0
1789.69/1790.07	c   linear           :          3          6        201          0          0          0          0          0          0          0
1789.69/1790.07	c   logicor          :     121325          6        200          0          1          0          0          0          0          0
1789.69/1790.07	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.69/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.07	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.07	c   knapsack         :       1.10       0.43       0.67       0.00       0.00
1789.69/1790.07	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.07	c   linear           :       8.18       8.17       0.02       0.00       0.00
1789.69/1790.07	c   logicor          :       0.13       0.03       0.08       0.00       0.02
1789.69/1790.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.07	c   vbounds          :       0.00          2          0          0
1789.69/1790.07	c   rootredcost      :       0.00          0          0          0
1789.69/1790.07	c   pseudoobj        :       0.00          7          0          0
1789.69/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.07	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.07	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.07	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.69/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.07	c   cut pool         :       0.04          5          -          -         19          -    (maximal pool size: 1875)
1789.69/1790.07	c   redcost          :       0.03          6          0          0          0          0
1789.69/1790.07	c   impliedbounds    :       0.04          6          0          0        286          0
1789.69/1790.07	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.07	c   gomory           :     890.18          6          0          0       1500          0
1789.69/1790.07	c   strongcg         :      65.88          6          0          0       3000          0
1789.69/1790.07	c   cmir             :     207.64          6          0          0          7          0
1789.69/1790.07	c   flowcover        :     364.13          6          0          0        350          0
1789.69/1790.07	c   clique           :       0.19          5          0          0          0          0
1789.69/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.07	c   mcf              :       0.16          1          0          0          0          0
1789.69/1790.07	c   rapidlearning    :       0.00          0          0          0          0          0
1789.69/1790.07	c Pricers            :       Time      Calls       Vars
1789.69/1790.07	c   problem variables:       0.00          0          0
1789.69/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.07	c   relpscost        :       0.00          0          0          0          0          0          0
1789.69/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.07	c   inference        :       0.01          1          0          0          0          0          2
1789.69/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.07	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.07	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.07	c   LP solutions     :       0.00          -          0
1789.69/1790.07	c   pseudo solutions :       0.00          -          0
1789.69/1790.07	c   oneopt           :       0.00          0          0
1789.69/1790.07	c   trivial          :       0.17          2          0
1789.69/1790.07	c   simplerounding   :       0.00          0          0
1789.69/1790.07	c   zirounding       :       0.00          0          0
1789.69/1790.07	c   rounding         :       0.05          6          0
1789.69/1790.07	c   shifting         :       0.16          6          0
1789.69/1790.07	c   intshifting      :       0.00          0          0
1789.69/1790.07	c   twoopt           :       0.00          0          0
1789.69/1790.07	c   fixandinfer      :       0.00          0          0
1789.69/1790.07	c   feaspump         :     155.04          1          0
1789.69/1790.07	c   coefdiving       :       0.00          0          0
1789.69/1790.07	c   pscostdiving     :       0.00          0          0
1789.69/1790.07	c   fracdiving       :       0.00          0          0
1789.69/1790.07	c   veclendiving     :       0.00          0          0
1789.69/1790.07	c   intdiving        :       0.00          0          0
1789.69/1790.07	c   actconsdiving    :       0.00          0          0
1789.69/1790.07	c   objpscostdiving  :       0.00          0          0
1789.69/1790.07	c   rootsoldiving    :       0.00          0          0
1789.69/1790.07	c   linesearchdiving :       0.00          0          0
1789.69/1790.07	c   guideddiving     :       0.00          0          0
1789.69/1790.07	c   octane           :       0.00          0          0
1789.69/1790.07	c   rens             :       0.00          0          0
1789.69/1790.07	c   rins             :       0.00          0          0
1789.69/1790.07	c   localbranching   :       0.00          0          0
1789.69/1790.07	c   mutation         :       0.00          0          0
1789.69/1790.07	c   crossover        :       0.00          0          0
1789.69/1790.07	c   dins             :       0.00          0          0
1789.69/1790.07	c   undercover       :       0.00          0          0
1789.69/1790.07	c   nlp              :       0.00          0          0
1789.69/1790.07	c   trysol           :       0.00          0          0
1789.69/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1789.69/1790.07	c   dual LP          :      87.71          6       9304    1550.67     106.07
1789.69/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.07	c   diving/probing LP:     154.70          6       7779    1296.50      50.29
1789.69/1790.07	c   strong branching :       0.00          0          0       0.00          -
1789.69/1790.07	c     (at root node) :          -          0          0       0.00          -
1789.69/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.07	c B&B Tree           :
1789.69/1790.07	c   number of runs   :          1
1789.69/1790.07	c   nodes            :          1
1789.69/1790.07	c   nodes (total)    :          1
1789.69/1790.07	c   nodes left       :          2
1789.69/1790.07	c   max depth        :          0
1789.69/1790.07	c   max depth (total):          0
1789.69/1790.07	c   backtracks       :          0 (0.0%)
1789.69/1790.07	c   delayed cutoffs  :          0
1789.69/1790.07	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.69/1790.07	c   avg switch length:       1.00
1789.69/1790.07	c   switching time   :       0.00
1789.69/1790.07	c Solution           :
1789.69/1790.07	c   Solutions found  :          0 (0 improvements)
1789.69/1790.07	c   Primal Bound     :          -
1789.69/1790.07	c   Dual Bound       : +1.48077227413651e+06
1789.69/1790.07	c   Gap              :   infinite
1789.69/1790.07	c   Root Dual Bound  : +1.48077227413651e+06
1789.69/1790.07	c   Root Iterations  :      17083
1790.49/1790.82	c Time complete: 1790.51.

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-3744551-1338807421/watcher-3744551-1338807421 -o /tmp/evaluation-result-3744551-1338807421/solver-3744551-1338807421 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744551-1338807421.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.00 1.99 1.91 2/174 11969
/proc/meminfo: memFree=26829988/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 1245 0 0 0 0 0 0 0 20 0 1 0 346867569 8105984 1191 33554432000 4194304 8395647 140735438663584 140734776471640 7385022 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 1979 1192 370 1026 0 949 0

[startup+0.086347 s]
/proc/loadavg: 2.00 1.99 1.91 2/174 11969
/proc/meminfo: memFree=26829988/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=20716 CPUtime=0.07 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 4478 0 0 0 7 0 0 0 20 0 1 0 346867569 21213184 4423 33554432000 4194304 8395647 140735438663584 140735438528792 7385073 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 5179 4423 394 1026 0 4149 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20716

[startup+0.100301 s]
/proc/loadavg: 2.00 1.99 1.91 2/174 11969
/proc/meminfo: memFree=26829988/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=21328 CPUtime=0.09 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 4596 0 0 0 9 0 0 0 20 0 1 0 346867569 21839872 4541 33554432000 4194304 8395647 140735438663584 140735438528792 7382016 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 5332 4541 394 1026 0 4302 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21328

[startup+0.300225 s]
/proc/loadavg: 2.00 1.99 1.91 2/174 11969
/proc/meminfo: memFree=26829988/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=48444 CPUtime=0.29 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 11381 0 0 0 28 1 0 0 20 0 1 0 346867569 49606656 11326 33554432000 4194304 8395647 140735438663584 140735438528792 7382056 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 12111 11326 394 1026 0 11081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48444

[startup+0.700222 s]
/proc/loadavg: 2.00 1.99 1.91 2/174 11969
/proc/meminfo: memFree=26829988/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=100248 CPUtime=0.69 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 24308 0 0 0 65 4 0 0 20 0 1 0 346867569 102653952 24253 33554432000 4194304 8395647 140735438663584 140735438528792 6766140 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 25062 24253 394 1026 0 24032 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100248

[startup+1.50021 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 11970
/proc/meminfo: memFree=26696192/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=165332 CPUtime=1.49 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 40572 0 0 0 143 6 0 0 20 0 1 0 346867569 169299968 40517 33554432000 4194304 8395647 140735438663584 140735438528792 7382051 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 41333 40517 394 1026 0 40303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 165332

[startup+3.10023 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 11970
/proc/meminfo: memFree=26644708/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=520968 CPUtime=3.09 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 127768 0 0 0 293 16 0 0 20 0 1 0 346867569 533471232 127359 33554432000 4194304 8395647 140735438663584 140735438660200 4684086 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 130242 127359 475 1026 0 129212 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 520968

[startup+6.30023 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 11970
/proc/meminfo: memFree=26154960/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=690504 CPUtime=6.29 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 167976 0 0 0 606 23 0 0 20 0 1 0 346867569 707076096 169531 33554432000 4194304 8395647 140735438663584 140735438659256 4914485 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 172626 169531 496 1026 0 171596 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 690504

[startup+12.7002 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 11970
/proc/meminfo: memFree=25792804/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1088964 CPUtime=12.69 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 230067 0 0 0 1234 35 0 0 20 0 1 0 346867569 1115099136 259405 33554432000 4194304 8395647 140735438663584 140735438659048 6391411 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11969/statm: 272241 259405 580 1026 0 271211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1088964

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 11970
/proc/meminfo: memFree=25772028/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1111736 CPUtime=25.48 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 232038 0 0 0 2513 35 0 0 20 0 1 0 346867569 1138417664 264658 33554432000 4194304 8395647 140735438663584 140735438658712 7382162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 277934 264658 585 1026 0 276904 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1111736

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 11970
/proc/meminfo: memFree=25753820/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1133424 CPUtime=51.07 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 235049 0 0 0 5070 37 0 0 20 0 1 0 346867569 1160626176 269232 33554432000 4194304 8395647 140735438663584 140735438658152 6708019 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 283356 269232 590 1026 0 282326 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1133424

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 11970
/proc/meminfo: memFree=25725704/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1149056 CPUtime=102.28 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 237633 0 0 0 10188 40 0 0 20 0 1 0 346867569 1176633344 274900 33554432000 4194304 8395647 140735438663584 140735438658104 6697376 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 287264 274900 590 1026 0 286234 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1149056

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 11970
/proc/meminfo: memFree=25708180/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1164560 CPUtime=162.26 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 240391 0 0 0 16182 44 0 0 20 0 1 0 346867569 1192509440 278899 33554432000 4194304 8395647 140735438663584 140735438658104 6708206 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 291140 278899 590 1026 0 290110 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1164560

[startup+222.3 s]
/proc/loadavg: 2.05 2.00 1.92 3/176 11973
/proc/meminfo: memFree=25735436/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1129152 CPUtime=222.25 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 241235 0 0 0 22178 47 0 0 20 0 1 0 346867569 1156251648 272156 33554432000 4194304 8395647 140735438663584 140735438658776 6440477 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 282288 272156 604 1026 0 281258 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1129152

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/176 11997
/proc/meminfo: memFree=25735712/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1129152 CPUtime=282.24 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 241240 0 0 0 28172 52 0 0 20 0 1 0 346867569 1156251648 272189 33554432000 4194304 8395647 140735438663584 140735438658824 6197315 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 282288 272189 604 1026 0 281258 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1129152

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/175 11997
/proc/meminfo: memFree=25734972/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1129152 CPUtime=342.23 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 241243 0 0 0 34166 57 0 0 20 0 1 0 346867569 1156251648 272389 33554432000 4194304 8395647 140735438663584 140735438658776 7385934 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 282288 272389 604 1026 0 281258 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1129152

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/175 11997
/proc/meminfo: memFree=25735000/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1129152 CPUtime=402.2 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 241261 0 0 0 40158 62 0 0 20 0 1 0 346867569 1156251648 272415 33554432000 4194304 8395647 140735438663584 140735438658824 6440880 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 282288 272415 604 1026 0 281258 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 1129152

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 11997
/proc/meminfo: memFree=25731332/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1129152 CPUtime=462.19 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 241416 0 0 0 46153 66 0 0 20 0 1 0 346867569 1156251648 273417 33554432000 4194304 8395647 140735438663584 140735438658872 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 282288 273417 607 1026 0 281258 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 1129152

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/175 11997
/proc/meminfo: memFree=25727024/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1129152 CPUtime=522.18 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 241773 0 0 0 52152 66 0 0 20 0 1 0 346867569 1156251648 274468 33554432000 4194304 8395647 140735438663584 140735438658872 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 282288 274468 612 1026 0 281258 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 1129152

[startup+582.3 s]
/proc/loadavg: 2.11 2.04 1.94 3/175 11998
/proc/meminfo: memFree=25661016/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1191824 CPUtime=582.17 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 245271 0 0 0 58147 70 0 0 20 0 1 0 346867569 1220427776 291004 33554432000 4194304 8395647 140735438663584 140735438658776 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 297956 291004 625 1026 0 296926 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 1191824

[startup+642.3 s]

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

/proc/meminfo: memFree=24651032/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1250940 CPUtime=1062.09 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 247583 0 0 0 106120 89 0 0 20 0 1 0 346867569 1280962560 304100 33554432000 4194304 8395647 140735438663584 140735438658776 7385934 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 312735 304100 625 1026 0 311705 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 1250940

[startup+1122.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/175 12040
/proc/meminfo: memFree=24676840/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1250940 CPUtime=1122.08 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 247583 0 0 0 112115 93 0 0 20 0 1 0 346867569 1280962560 304100 33554432000 4194304 8395647 140735438663584 140735438658824 6440503 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 312735 304100 625 1026 0 311705 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1250940

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 12041
/proc/meminfo: memFree=24676220/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1250940 CPUtime=1182.07 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 247729 0 0 0 118110 97 0 0 20 0 1 0 346867569 1280962560 304246 33554432000 4194304 8395647 140735438663584 140735438658872 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 312735 304246 625 1026 0 311705 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 1250940

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/175 12041
/proc/meminfo: memFree=24676220/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1250940 CPUtime=1242.07 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 247729 0 0 0 124109 98 0 0 20 0 1 0 346867569 1280962560 304246 33554432000 4194304 8395647 140735438663584 140735438658872 5852527 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 312735 304246 625 1026 0 311705 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1250940

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/175 12041
/proc/meminfo: memFree=24663564/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1260168 CPUtime=1302.06 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 248795 0 0 0 130106 100 0 0 20 0 1 0 346867569 1290412032 307356 33554432000 4194304 8395647 140735438663584 140735438658872 5827855 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 315042 307356 625 1026 0 314012 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1260168

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12041
/proc/meminfo: memFree=24663812/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1260168 CPUtime=1362.05 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 248795 0 0 0 136105 100 0 0 20 0 1 0 346867569 1290412032 307356 33554432000 4194304 8395647 140735438663584 140735438658872 5852527 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 315042 307356 625 1026 0 314012 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1260168

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 12044
/proc/meminfo: memFree=24657848/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1422.04 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250131 0 0 0 142103 101 0 0 20 0 1 0 346867569 1300975616 308692 33554432000 4194304 8395647 140735438663584 140735438658824 6197330 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 308692 625 1026 0 316591 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1270484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12045
/proc/meminfo: memFree=24649008/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1482.03 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 148097 106 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658776 6440888 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1270484

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12045
/proc/meminfo: memFree=24649008/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1542.02 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 154092 110 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658776 6440490 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1270484

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12045
/proc/meminfo: memFree=24636404/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1602.01 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 160085 116 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658776 6198218 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1270484

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 12045
/proc/meminfo: memFree=24634696/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1662 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 166078 122 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658824 6440894 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1270484

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/175 12045
/proc/meminfo: memFree=24574292/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1721.99 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 172072 127 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658824 6125393 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1270484

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/174 12045
/proc/meminfo: memFree=24567632/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1781.99 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 178071 128 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658872 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1270484

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12046
/proc/meminfo: memFree=24567872/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1785.19 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 178391 128 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658872 5852511 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 1270484

[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12046
/proc/meminfo: memFree=24567980/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1788.39 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 178711 128 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658872 7382137 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 1270484

[startup+1789.5 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12046
/proc/meminfo: memFree=24567980/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1789.19 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250132 0 0 0 178791 128 0 0 20 0 1 0 346867569 1300975616 310943 33554432000 4194304 8395647 140735438663584 140735438658872 5852534 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 310943 625 1026 0 316591 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 1270484

[startup+1790.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12046
/proc/meminfo: memFree=24567980/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1270484 CPUtime=1789.99 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250141 0 0 0 178871 128 0 0 20 0 1 0 346867569 1300975616 311974 33554432000 4194304 8395647 140735438663584 140735438658872 6345904 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317621 311974 632 1026 0 316591 0
Current children cumulated CPU time (s) 1789.99
Current children cumulated vsize (KiB) 1270484

[startup+1790.7 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12046
/proc/meminfo: memFree=24565000/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1268292 CPUtime=1790.39 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250143 0 0 0 178911 128 0 0 20 0 1 0 346867569 1298731008 311487 33554432000 4194304 8395647 140735438663584 140735438658872 4288158 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 317073 311487 634 1026 0 316043 0
Current children cumulated CPU time (s) 1790.39
Current children cumulated vsize (KiB) 1268292

[startup+1790.81 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12046
/proc/meminfo: memFree=24565000/32873852 swapFree=7624/7624
[pid=11969] ppid=11967 vsize=1085840 CPUtime=1790.49 cores=0,2,4,6
/proc/11969/stat : 11969 (pbscip.linux.x8) R 11967 11969 5924 0 -1 4202496 250143 0 0 0 178920 129 0 0 20 0 1 0 346867569 1111900160 266725 33554432000 4194304 8395647 140735438663584 140735438658872 6345173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11969/statm: 271460 266725 634 1026 0 270430 0
Current children cumulated CPU time (s) 1790.49
Current children cumulated vsize (KiB) 1085840

Child status: 0
Real time (s): 1790.83
CPU time (s): 1790.52
CPU user time (s): 1789.22
CPU system time (s): 1.3038
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 1270484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.22
system time used= 1.3038
maximum resident set size= 1247904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250149
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= 42
involuntary context switches= 2333

runsolver used 5.04223 second user time and 15.5466 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 12:57:01
IDJOB=3744551
IDBENCH=92773
IDSOLVER=2326
FILE ID=node131/3744551-1338807421
RUNJOBID= node131-1338804666-11805
PBS_JOBID= 14636826
Free space on /tmp= 71380 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/IC/normalized-minisat50_6_9_3_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-3744551-1338807421/watcher-3744551-1338807421 -o /tmp/evaluation-result-3744551-1338807421/solver-3744551-1338807421 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744551-1338807421.opb -t 1800 -m 15500

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

MD5SUM BENCH= 63c4e0568f91ae4bdd1fa7b5cc0b98cf
RANDOM SEED=453611918

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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:       32873852 kB
MemFree:        26830624 kB
Buffers:         1767420 kB
Cached:          3223784 kB
SwapCached:         2348 kB
Active:          2853832 kB
Inactive:        2296796 kB
Active(anon):     150412 kB
Inactive(anon):     3664 kB
Active(file):    2703420 kB
Inactive(file):  2293132 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             22136 kB
Writeback:             0 kB
AnonPages:        240664 kB
Mapped:            17016 kB
Shmem:                 0 kB
Slab:             753108 kB
SReclaimable:     195144 kB
SUnreclaim:       557964 kB
KernelStack:        1456 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     274812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 71360 MiB
End job on node131 at 2012-06-04 13:26:52