Trace number 3744239

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? 1793.99 1794.3

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_8_mh.opb
MD5SUM8a0357f27d5f5de0e126f33d36b976d2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2441959
Best CPU time to get the best result obtained on this benchmark1800.98
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 130323843
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 60462692152
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 130323843
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 60462692152
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-3744239-1338803379.opb>
4.69/4.78	c original problem has 250200 variables (250200 bin, 0 int, 0 impl, 0 cont) and 605407 constraints
4.69/4.78	c problem read
4.69/4.78	c presolving settings loaded
6.39/6.48	c presolving:
8.99/9.01	c (round 1) 10000 del vars, 4903 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 1188350 impls, 1 clqs
14.89/14.93	c (round 2) 10000 del vars, 6128 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 1188350 impls, 1 clqs
167.64/167.74	c    (163.0s) probing: 1000/240200 (0.4%) - 0 fixings, 0 aggregations, 357821 implications, 0 bound changes
320.82/320.92	c    (316.1s) probing: 2000/240200 (0.8%) - 0 fixings, 0 aggregations, 414549 implications, 0 bound changes
320.92/321.08	c    (316.3s) probing: 2001/240200 (0.8%) - 0 fixings, 0 aggregations, 414586 implications, 0 bound changes
320.92/321.08	c    (316.3s) probing aborted: 2000/2000 successive useless probings
320.92/321.10	c presolving (3 rounds):
320.92/321.10	c  10000 deleted vars, 6128 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
320.92/321.10	c  36969234 implications, 1 cliques
320.92/321.10	c presolved problem has 240200 variables (240200 bin, 0 int, 0 impl, 0 cont) and 599279 constraints
320.92/321.10	c  121425 constraints of type <knapsack>
320.92/321.10	c  356526 constraints of type <setppc>
320.92/321.10	c       3 constraints of type <linear>
320.92/321.10	c  121325 constraints of type <logicor>
320.92/321.10	c transformed objective value is always integral (scale: 1)
320.92/321.10	c Presolving Time: 315.17
320.92/321.10	c - non default parameters ----------------------------------------------------------------------
320.92/321.10	c # SCIP version 1.2.1.3
320.92/321.10	c 
320.92/321.10	c # frequency for displaying node information lines
320.92/321.10	c # [type: int, range: [-1,2147483647], default: 100]
320.92/321.10	c display/freq = 10000
320.92/321.10	c 
320.92/321.10	c # maximal time in seconds to run
320.92/321.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
320.92/321.10	c limits/time = 1785.23
320.92/321.10	c 
320.92/321.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
320.92/321.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
320.92/321.10	c limits/memory = 13950
320.92/321.10	c 
320.92/321.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
320.92/321.10	c # [type: int, range: [1,2], default: 1]
320.92/321.10	c timing/clocktype = 2
320.92/321.10	c 
320.92/321.10	c # should presolving try to simplify inequalities
320.92/321.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
320.92/321.10	c constraints/linear/simplifyinequalities = TRUE
320.92/321.10	c 
320.92/321.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
320.92/321.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
320.92/321.10	c constraints/indicator/addCouplingCons = TRUE
320.92/321.10	c 
320.92/321.10	c # should presolving try to simplify knapsacks
320.92/321.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
320.92/321.10	c constraints/knapsack/simplifyinequalities = TRUE
320.92/321.10	c 
320.92/321.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
320.92/321.10	c # [type: int, range: [-1,2147483647], default: -1]
320.92/321.10	c separating/rapidlearning/freq = 0
320.92/321.10	c 
320.92/321.10	c -----------------------------------------------------------------------------------------------
320.92/321.10	c start solving
321.12/321.21	c 
403.00/403.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
403.00/403.16	c   398s|     1 |     0 |  5446 |     - |2412M|   0 | 560 | 240k| 599k| 240k| 599k|   0 |   0 |   0 | 9.361954e+05 |      --      |    Inf 
1309.46/1309.71	c  1305s|     1 |     0 | 18349 |     - |2437M|   0 | 671 | 240k| 599k| 240k| 599k|  40 |   0 |   0 | 1.052691e+06 |      --      |    Inf 
1789.68/1790.03	c  1785s|     1 |     0 | 19014 |     - |2439M|   0 |   - | 240k| 599k| 240k| 599k|  65 |   0 |   0 | 1.052691e+06 |      --      |    Inf 
1789.88/1790.29	c  1786s|     1 |     2 | 19014 |     - |2439M|   0 |   - | 240k| 599k| 240k| 599k|  65 |   0 |   0 | 1.052691e+06 |      --      |    Inf 
1789.88/1790.29	c 
1789.88/1790.29	c SCIP Status        : solving was interrupted [time limit reached]
1789.88/1790.29	c Solving Time (sec) : 1785.51
1789.88/1790.29	c Solving Nodes      : 1
1789.88/1790.29	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.88/1790.29	c Dual Bound         : +1.05269054687712e+06
1789.88/1790.29	c Gap                : infinite
1789.88/1790.29	s UNKNOWN
1789.88/1790.29	c SCIP Status        : solving was interrupted [time limit reached]
1789.88/1790.29	c Solving Time       :    1785.51
1789.88/1790.29	c Original Problem   :
1789.88/1790.29	c   Problem name     : HOME/instance-3744239-1338803379.opb
1789.88/1790.29	c   Variables        : 250200 (250200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.88/1790.29	c   Constraints      : 605407 initial, 605407 maximal
1789.88/1790.29	c Presolved Problem  :
1789.88/1790.29	c   Problem name     : t_HOME/instance-3744239-1338803379.opb
1789.88/1790.29	c   Variables        : 240200 (240200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.88/1790.29	c   Constraints      : 599279 initial, 599279 maximal
1789.88/1790.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.88/1790.29	c   trivial          :       0.05          0          0          0          0          0          0          0          0
1789.88/1790.29	c   dualfix          :       0.05       7400          0          0          0          0          0          0          0
1789.88/1790.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.88/1790.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.88/1790.29	c   implics          :       0.04          0          0          0          0          0          0          0          0
1789.88/1790.29	c   probing          :     283.07          0          0          0          0          0          0          0          0
1789.88/1790.29	c   knapsack         :      22.09          0          0          0          0          0          0          0          0
1789.88/1790.29	c   setppc           :       0.78          0          0          0          0          0          0          0          0
1789.88/1790.29	c   linear           :       7.58        150       2450          0        150          0       6128       1225       3675
1789.88/1790.29	c   logicor          :       0.31          0          0          0          0          0          0          0          0
1789.88/1790.29	c   root node        :          -          0          -          -          0          -          -          -          -
1789.88/1790.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.88/1790.29	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.88/1790.29	c   knapsack         :     121425          2       6050          0          1          0          0        104          0          0
1789.88/1790.29	c   setppc           :     356526          2       6050          0          1          0          0          0          0          0
1789.88/1790.29	c   linear           :          3          2       6050          0          0          0          0          0          0          0
1789.88/1790.29	c   logicor          :     121325          2       4051          0          1          0          0          0          0          0
1789.88/1790.29	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.88/1790.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.88/1790.29	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.88/1790.29	c   knapsack         :      77.65       0.44      77.21       0.00       0.01
1789.88/1790.29	c   setppc           :     145.86       0.06     145.66       0.00       0.13
1789.88/1790.29	c   linear           :      32.45      31.25       1.20       0.00       0.00
1789.88/1790.29	c   logicor          :       0.97       0.02       0.90       0.00       0.05
1789.88/1790.29	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.88/1790.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.88/1790.29	c   vbounds          :       0.01          2          0          0
1789.88/1790.29	c   rootredcost      :       0.00          0          0          0
1789.88/1790.29	c   pseudoobj        :       0.03          3          0          0
1789.88/1790.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.88/1790.29	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.88/1790.29	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.88/1790.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.88/1790.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.88/1790.29	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.88/1790.29	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.88/1790.29	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.88/1790.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.88/1790.29	c   cut pool         :       0.00          1          -          -         45          -    (maximal pool size: 780)
1789.88/1790.29	c   redcost          :       0.03          2          0          0          0          0
1789.88/1790.29	c   impliedbounds    :       0.07          2          0          0         22          0
1789.88/1790.29	c   intobj           :       0.00          0          0          0          0          0
1789.88/1790.29	c   cgmip            :       0.00          0          0          0          0          0
1789.88/1790.29	c   gomory           :      44.65          2          0          0       1000          0
1789.88/1790.29	c   strongcg         :      27.33          2          0          0       1000          0
1789.88/1790.29	c   cmir             :     225.21          2          0          0          1          0
1789.88/1790.29	c   flowcover        :     618.82          2          0          0         72          0
1789.88/1790.29	c   clique           :      44.17          2          0          0         13          0
1789.88/1790.29	c   zerohalf         :       0.00          0          0          0          0          0
1789.88/1790.29	c   mcf              :       0.60          1          0          0          0          0
1789.88/1790.29	c   rapidlearning    :       0.00          0          0          0          0          0
1789.88/1790.29	c Pricers            :       Time      Calls       Vars
1789.88/1790.29	c   problem variables:       0.00          0          0
1789.88/1790.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.88/1790.29	c   relpscost        :       0.00          0          0          0          0          0          0
1789.88/1790.29	c   pscost           :       0.00          0          0          0          0          0          0
1789.88/1790.29	c   inference        :       0.07          1          0          0          0          0          2
1789.88/1790.29	c   mostinf          :       0.00          0          0          0          0          0          0
1789.88/1790.29	c   leastinf         :       0.00          0          0          0          0          0          0
1789.88/1790.29	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.88/1790.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.88/1790.29	c   random           :       0.00          0          0          0          0          0          0
1789.88/1790.29	c Primal Heuristics  :       Time      Calls      Found
1789.88/1790.29	c   LP solutions     :       0.00          -          0
1789.88/1790.29	c   pseudo solutions :       0.00          -          0
1789.88/1790.29	c   oneopt           :       0.00          0          0
1789.88/1790.29	c   trivial          :       0.30          2          0
1789.88/1790.29	c   simplerounding   :       0.01          0          0
1789.88/1790.29	c   zirounding       :       0.00          0          0
1789.88/1790.29	c   rounding         :       0.05          2          0
1789.88/1790.29	c   shifting         :       0.16          2          0
1789.88/1790.29	c   intshifting      :       0.00          0          0
1789.88/1790.29	c   twoopt           :       0.00          0          0
1789.88/1790.29	c   fixandinfer      :       0.00          0          0
1789.88/1790.29	c   feaspump         :     342.06          1          0
1789.88/1790.29	c   coefdiving       :       0.00          0          0
1789.88/1790.29	c   pscostdiving     :       0.00          0          0
1789.88/1790.29	c   fracdiving       :       0.00          0          0
1789.88/1790.29	c   veclendiving     :       0.00          0          0
1789.88/1790.29	c   intdiving        :       0.00          0          0
1789.88/1790.29	c   actconsdiving    :       0.00          0          0
1789.88/1790.29	c   objpscostdiving  :       0.00          0          0
1789.88/1790.29	c   rootsoldiving    :       0.00          0          0
1789.88/1790.29	c   linesearchdiving :       0.00          0          0
1789.88/1790.29	c   guideddiving     :       0.00          0          0
1789.88/1790.29	c   octane           :       0.00          0          0
1789.88/1790.29	c   rens             :       0.00          0          0
1789.88/1790.29	c   rins             :       0.00          0          0
1789.88/1790.29	c   localbranching   :       0.00          0          0
1789.88/1790.29	c   mutation         :       0.00          0          0
1789.88/1790.29	c   crossover        :       0.00          0          0
1789.88/1790.29	c   dins             :       0.00          0          0
1789.88/1790.29	c   undercover       :       0.00          0          0
1789.88/1790.29	c   nlp              :       0.00          0          0
1789.88/1790.29	c   trysol           :       0.00          0          0
1789.88/1790.29	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.88/1790.29	c   primal LP        :       0.00          0          0       0.00          -
1789.88/1790.29	c   dual LP          :     131.64          3       7784    2594.67      59.13
1789.88/1790.29	c   lex dual LP      :       0.00          0          0       0.00          -
1789.88/1790.29	c   barrier LP       :       0.00          0          0       0.00          -
1789.88/1790.29	c   diving/probing LP:     341.40          4      11230    2807.50      32.89
1789.88/1790.29	c   strong branching :       0.00          0          0       0.00          -
1789.88/1790.29	c     (at root node) :          -          0          0       0.00          -
1789.88/1790.29	c   conflict analysis:       0.00          0          0       0.00          -
1789.88/1790.29	c B&B Tree           :
1789.88/1790.29	c   number of runs   :          1
1789.88/1790.29	c   nodes            :          1
1789.88/1790.29	c   nodes (total)    :          1
1789.88/1790.29	c   nodes left       :          2
1789.88/1790.29	c   max depth        :          0
1789.88/1790.29	c   max depth (total):          0
1789.88/1790.29	c   backtracks       :          0 (0.0%)
1789.88/1790.29	c   delayed cutoffs  :          0
1789.88/1790.29	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.88/1790.29	c   avg switch length:       1.00
1789.88/1790.29	c   switching time   :       0.00
1789.88/1790.29	c Solution           :
1789.88/1790.29	c   Solutions found  :          0 (0 improvements)
1789.88/1790.29	c   Primal Bound     :          -
1789.88/1790.29	c   Dual Bound       : +1.05269054687712e+06
1789.88/1790.29	c   Gap              :   infinite
1789.88/1790.29	c   Root Dual Bound  : +1.05269054687712e+06
1789.88/1790.29	c   Root Iterations  :      19014
1793.98/1794.30	c Time complete: 1793.98.

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-3744239-1338803379/watcher-3744239-1338803379 -o /tmp/evaluation-result-3744239-1338803379/solver-3744239-1338803379 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744239-1338803379.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.00 2.00 3/176 14847
/proc/meminfo: memFree=27392908/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 1249 0 0 0 0 0 0 0 20 0 1 0 346404940 8105984 1195 33554432000 4194304 8395647 140736362482720 140736362478120 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 1979 1195 370 1026 0 949 0

[startup+0.0916481 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14847
/proc/meminfo: memFree=27392908/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=44008 CPUtime=0.08 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 10193 0 0 0 7 1 0 0 20 0 1 0 346404940 45064192 10133 33554432000 4194304 8395647 140736362482720 140736362478120 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 11002 10133 387 1026 0 9972 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44008

[startup+0.100314 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14847
/proc/meminfo: memFree=27392908/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=47336 CPUtime=0.09 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 11023 0 0 0 8 1 0 0 20 0 1 0 346404940 48472064 10963 33554432000 4194304 8395647 140736362482720 140736362478120 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 11834 10963 387 1026 0 10804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47336

[startup+0.300253 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14847
/proc/meminfo: memFree=27392908/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=104384 CPUtime=0.28 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 25207 0 0 0 24 4 0 0 20 0 1 0 346404940 106889216 25147 33554432000 4194304 8395647 140736362482720 140736362347928 6348904 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 26096 25147 394 1026 0 25066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104384

[startup+0.700258 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14847
/proc/meminfo: memFree=27392908/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=148240 CPUtime=0.69 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 36163 0 0 0 63 6 0 0 20 0 1 0 346404940 151797760 36103 33554432000 4194304 8395647 140736362482720 140736362347928 6765612 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 37060 36103 394 1026 0 36030 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148240

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14848
/proc/meminfo: memFree=27205156/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=243088 CPUtime=1.49 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 59821 0 0 0 140 9 0 0 20 0 1 0 346404940 248922112 59761 33554432000 4194304 8395647 140736362482720 140736362347928 7382041 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 60772 59761 394 1026 0 59742 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 243088

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14848
/proc/meminfo: memFree=27122556/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=318656 CPUtime=3.09 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 78685 0 0 0 297 12 0 0 20 0 1 0 346404940 326303744 78625 33554432000 4194304 8395647 140736362482720 140736362347928 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 79664 78625 394 1026 0 78634 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 318656

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14848
/proc/meminfo: memFree=26630648/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=1000948 CPUtime=6.28 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 247400 0 0 0 592 36 0 0 20 0 1 0 346404940 1024970752 246986 33554432000 4194304 8395647 140736362482720 140736362480392 4601782 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 250237 246986 431 1026 0 249207 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1000948

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14848
/proc/meminfo: memFree=26285696/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=1126900 CPUtime=12.68 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 279248 0 0 0 1226 42 0 0 20 0 1 0 346404940 1153945600 277997 33554432000 4194304 8395647 140736362482720 140736362479752 4220299 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 281725 277997 483 1026 0 280695 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1126900

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14851
/proc/meminfo: memFree=25483864/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=1942068 CPUtime=25.49 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 480911 0 0 0 2477 72 0 0 20 0 1 0 346404940 1988677632 479583 33554432000 4194304 8395647 140736362482720 140736362478184 6080665 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 485517 479583 496 1026 0 484487 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1942068

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14851
/proc/meminfo: memFree=24841888/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=2569124 CPUtime=51.09 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 635826 0 0 0 5012 97 0 0 20 0 1 0 346404940 2630782976 636657 33554432000 4194304 8395647 140736362482720 140736362478584 5604533 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 642281 636657 508 1026 0 641251 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2569124

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14889
/proc/meminfo: memFree=24273304/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=2574240 CPUtime=102.28 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 637113 0 0 0 10131 97 0 0 20 0 1 0 346404940 2636021760 638020 33554432000 4194304 8395647 140736362482720 140736362478648 5210338 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 643560 638020 508 1026 0 642530 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2574240

[startup+162.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 14889
/proc/meminfo: memFree=24131832/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=2580380 CPUtime=162.24 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 638670 0 0 0 16127 97 0 0 20 0 1 0 346404940 2642309120 639555 33554432000 4194304 8395647 140736362482720 140736362478648 5210321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 645095 639555 508 1026 0 644065 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2580380

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 14889
/proc/meminfo: memFree=24071500/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=2583452 CPUtime=222.23 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 639463 0 0 0 22126 97 0 0 20 0 1 0 346404940 2645454848 640348 33554432000 4194304 8395647 140736362482720 140736362478504 4910737 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 645863 640348 514 1026 0 644833 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2583452

[startup+282.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 14890
/proc/meminfo: memFree=24002396/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=2614160 CPUtime=282.23 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 647142 0 0 0 28124 99 0 0 20 0 1 0 346404940 2676899840 648025 33554432000 4194304 8395647 140736362482720 140736362478584 6349013 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 653540 648025 514 1026 0 652510 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2614160

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 14890
/proc/meminfo: memFree=23211084/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3446644 CPUtime=342.21 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 771716 0 0 0 34094 127 0 0 20 0 1 0 346404940 3529363456 840536 33554432000 4194304 8395647 140736362482720 140736362478184 6585983 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 861661 840536 584 1026 0 860631 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 3446644

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 14890
/proc/meminfo: memFree=23150428/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3532408 CPUtime=402.2 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 774851 0 0 0 40087 133 0 0 20 0 1 0 346404940 3617185792 852456 33554432000 4194304 8395647 140736362482720 140736362477848 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 883102 852456 584 1026 0 882072 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 3532408

[startup+462.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 14890
/proc/meminfo: memFree=23103856/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3541720 CPUtime=462.2 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 778415 0 0 0 46080 140 0 0 20 0 1 0 346404940 3626721280 863991 33554432000 4194304 8395647 140736362482720 140736362477368 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 885430 863991 590 1026 0 884400 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 3541720

[startup+522.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/177 14890
/proc/meminfo: memFree=23035392/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3616720 CPUtime=522.19 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 779990 0 0 0 52075 144 0 0 20 0 1 0 346404940 3703521280 879980 33554432000 4194304 8395647 140736362482720 140736362477368 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 904180 879980 590 1026 0 903150 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 3616720

[startup+582.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/176 14890
/proc/meminfo: memFree=23031768/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3616720 CPUtime=582.18 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 780303 0 0 0 58071 147 0 0 20 0 1 0 346404940 3703521280 880896 33554432000 4194304 8395647 140736362482720 140736362477240 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 904180 880896 590 1026 0 903150 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 3616720

[startup+642.3 s]

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

/proc/meminfo: memFree=23115272/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3506704 CPUtime=1062.11 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 791957 0 0 0 106051 160 0 0 20 0 1 0 346404940 3590864896 856291 33554432000 4194304 8395647 140736362482720 140736362476616 5852502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 876676 856291 613 1026 0 875646 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3506704

[startup+1122.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 14918
/proc/meminfo: memFree=23109224/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3506704 CPUtime=1122.1 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 791957 0 0 0 112050 160 0 0 20 0 1 0 346404940 3590864896 856291 33554432000 4194304 8395647 140736362482720 140736362476616 5852527 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 876676 856291 613 1026 0 875646 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 3506704

[startup+1182.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 14918
/proc/meminfo: memFree=23104912/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3506704 CPUtime=1182.09 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 791957 0 0 0 118049 160 0 0 20 0 1 0 346404940 3590864896 856291 33554432000 4194304 8395647 140736362482720 140736362476616 5852534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 876676 856291 613 1026 0 875646 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3506704

[startup+1242.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/178 14922
/proc/meminfo: memFree=23089428/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3516088 CPUtime=1242.07 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 793149 0 0 0 124047 160 0 0 20 0 1 0 346404940 3600474112 857994 33554432000 4194304 8395647 140736362482720 140736362478744 5792673 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 879022 857994 614 1026 0 877992 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 3516088

[startup+1302.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 14922
/proc/meminfo: memFree=22859644/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3747468 CPUtime=1302.06 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 803863 0 0 0 130037 169 0 0 20 0 1 0 346404940 3837407232 914408 33554432000 4194304 8395647 140736362482720 140736362477848 6585809 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 936867 914408 626 1026 0 935837 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 3747468

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 14922
/proc/meminfo: memFree=22857752/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3747476 CPUtime=1362.05 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 804075 0 0 0 136032 173 0 0 20 0 1 0 346404940 3837415424 914789 33554432000 4194304 8395647 140736362482720 140736362477960 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 936869 914789 626 1026 0 935839 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 3747476

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 14922
/proc/meminfo: memFree=22857968/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3747476 CPUtime=1422.05 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 804075 0 0 0 142032 173 0 0 20 0 1 0 346404940 3837415424 914789 33554432000 4194304 8395647 140736362482720 140736362478008 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 936869 914789 626 1026 0 935839 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 3747476

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 14922
/proc/meminfo: memFree=22853284/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3747476 CPUtime=1482.03 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 804079 0 0 0 148030 173 0 0 20 0 1 0 346404940 3837415424 914869 33554432000 4194304 8395647 140736362482720 140736362478008 5849677 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 936869 914869 626 1026 0 935839 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 3747476

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14923
/proc/meminfo: memFree=22853384/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3747476 CPUtime=1542.02 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 804081 0 0 0 154029 173 0 0 20 0 1 0 346404940 3837415424 914869 33554432000 4194304 8395647 140736362482720 140736362478008 5849658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 936869 914869 626 1026 0 935839 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 3747476

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 14923
/proc/meminfo: memFree=22853072/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3747476 CPUtime=1602.01 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 804283 0 0 0 160028 173 0 0 20 0 1 0 346404940 3837415424 914984 33554432000 4194304 8395647 140736362482720 140736362478008 5852502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 936869 914984 626 1026 0 935839 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 3747476

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14923
/proc/meminfo: memFree=22850920/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3747476 CPUtime=1662 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 804283 0 0 0 166027 173 0 0 20 0 1 0 346404940 3837415424 915206 33554432000 4194304 8395647 140736362482720 140736362478008 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 936869 915206 626 1026 0 935839 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 3747476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14923
/proc/meminfo: memFree=22846308/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3747476 CPUtime=1721.99 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 804283 0 0 0 172026 173 0 0 20 0 1 0 346404940 3837415424 915368 33554432000 4194304 8395647 140736362482720 140736362478008 5852527 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 936869 915368 626 1026 0 935839 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 3747476

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 14923
/proc/meminfo: memFree=22810280/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3770888 CPUtime=1781.98 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 805080 0 0 0 178024 174 0 0 20 0 1 0 346404940 3861389312 923636 33554432000 4194304 8395647 140736362482720 140736362478184 6587087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 942722 923636 626 1026 0 941692 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 3770888

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

[startup+1785.5 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 14923
/proc/meminfo: memFree=22805440/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3783212 CPUtime=1785.18 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 805425 0 0 0 178343 175 0 0 20 0 1 0 346404940 3874009088 924952 33554432000 4194304 8395647 140736362482720 140736362478184 6698051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 945803 924952 626 1026 0 944773 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 3783212

[startup+1788.7 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 14923
/proc/meminfo: memFree=22805304/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3783212 CPUtime=1788.38 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 805425 0 0 0 178663 175 0 0 20 0 1 0 346404940 3874009088 924952 33554432000 4194304 8395647 140736362482720 140736362477848 6723046 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 945803 924952 626 1026 0 944773 0
Current children cumulated CPU time (s) 1788.38
Current children cumulated vsize (KiB) 3783212

[startup+1791.91 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 14923
/proc/meminfo: memFree=22948044/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3630884 CPUtime=1791.59 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 805492 0 0 0 178983 176 0 0 20 0 1 0 346404940 3718025216 888894 33554432000 4194304 8395647 140736362482720 140736362482056 6063840 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 907721 888894 635 1026 0 906691 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 3630884

[startup+1793.5 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 14923
/proc/meminfo: memFree=22948044/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3625436 CPUtime=1793.18 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 805492 0 0 0 179142 176 0 0 20 0 1 0 346404940 3712446464 887711 33554432000 4194304 8395647 140736362482720 140736362482056 4750745 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 906359 887711 635 1026 0 905329 0
Current children cumulated CPU time (s) 1793.18
Current children cumulated vsize (KiB) 3625436

[startup+1793.9 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 14923
/proc/meminfo: memFree=22948044/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=3625436 CPUtime=1793.58 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 805492 0 0 0 179182 176 0 0 20 0 1 0 346404940 3712446464 887711 33554432000 4194304 8395647 140736362482720 140736362482056 6076037 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 906359 887711 635 1026 0 905329 0
Current children cumulated CPU time (s) 1793.58
Current children cumulated vsize (KiB) 3625436

[startup+1794.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 14923
/proc/meminfo: memFree=23116304/32873844 swapFree=7128/7128
[pid=14847] ppid=14845 vsize=69624 CPUtime=1793.98 cores=1,3,5,7
/proc/14847/stat : 14847 (pbscip.linux.x8) R 14845 14847 13572 0 -1 4202496 805495 0 0 0 179216 182 0 0 20 0 1 0 346404940 71294976 16726 33554432000 4194304 8395647 140736362482720 140736362482152 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14847/statm: 17150 16578 638 1026 0 16120 0
Current children cumulated CPU time (s) 1793.98
Current children cumulated vsize (KiB) 69624

Child status: 0
Real time (s): 1794.3
CPU time (s): 1793.99
CPU user time (s): 1792.17
CPU system time (s): 1.82472
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 3822388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.17
system time used= 1.82472
maximum resident set size= 3716392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 805498
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= 50
involuntary context switches= 1843

runsolver used 2.98455 second user time and 7.99978 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 11:49:39
IDJOB=3744239
IDBENCH=92711
IDSOLVER=2326
FILE ID=node105/3744239-1338803379
RUNJOBID= node105-1338785386-13589
PBS_JOBID= 14636855
Free space on /tmp= 71240 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/Multihop/normalized-minisat50_6_9_8_mh.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-3744239-1338803379/watcher-3744239-1338803379 -o /tmp/evaluation-result-3744239-1338803379/solver-3744239-1338803379 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744239-1338803379.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8a0357f27d5f5de0e126f33d36b976d2
RANDOM SEED=766969915

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.882
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27393288 kB
Buffers:          578748 kB
Cached:          3856812 kB
SwapCached:         1700 kB
Active:          1299632 kB
Inactive:        3294364 kB
Active(anon):     152756 kB
Inactive(anon):     6844 kB
Active(file):    1146876 kB
Inactive(file):  3287520 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             47212 kB
Writeback:             8 kB
AnonPages:        163048 kB
Mapped:            11440 kB
Shmem:                 0 kB
Slab:             745408 kB
SReclaimable:     186820 kB
SUnreclaim:       558588 kB
KernelStack:        1448 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     283580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71228 MiB
End job on node105 at 2012-06-04 12:19:34