Trace number 3744077

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1796.01 1796.3

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_6_mh_ic.opb
MD5SUM10217e17cbd04c0c5cd10efd0fff5914
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5942333
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 53972678158
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 53972678158
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-3744077-1338800686.opb>
7.09/7.12	c original problem has 370300 variables (370300 bin, 0 int, 0 impl, 0 cont) and 847958 constraints
7.09/7.12	c problem read
7.09/7.12	c presolving settings loaded
9.79/9.85	c presolving:
13.39/13.43	c (round 1) 11275 del vars, 7354 del conss, 200 chg bounds, 1225 chg sides, 6125 chg coeffs, 0 upgd conss, 1190800 impls, 1 clqs
21.39/21.46	c (round 2) 11275 del vars, 8579 del conss, 200 chg bounds, 1225 chg sides, 6125 chg coeffs, 839376 upgd conss, 1190800 impls, 1 clqs
246.75/246.87	c    (239.7s) probing: 1000/359025 (0.3%) - 0 fixings, 0 aggregations, 357821 implications, 0 bound changes
443.42/443.57	c    (436.4s) probing: 2000/359025 (0.6%) - 0 fixings, 0 aggregations, 414549 implications, 0 bound changes
443.62/443.77	c    (436.7s) probing: 2001/359025 (0.6%) - 0 fixings, 0 aggregations, 414586 implications, 0 bound changes
443.62/443.77	c    (436.7s) probing aborted: 2000/2000 successive useless probings
443.73/443.80	c presolving (3 rounds):
443.73/443.80	c  11275 deleted vars, 8579 deleted constraints, 200 tightened bounds, 0 added holes, 1225 changed sides, 84525 changed coefficients
443.73/443.80	c  68723684 implications, 1 cliques
443.73/443.80	c presolved problem has 359025 variables (359025 bin, 0 int, 0 impl, 0 cont) and 839379 constraints
443.73/443.80	c  241475 constraints of type <knapsack>
443.73/443.80	c  356526 constraints of type <setppc>
443.73/443.80	c       3 constraints of type <linear>
443.73/443.80	c  241375 constraints of type <logicor>
443.73/443.80	c transformed objective value is always integral (scale: 1)
443.73/443.80	c Presolving Time: 434.90
443.73/443.80	c - non default parameters ----------------------------------------------------------------------
443.73/443.80	c # SCIP version 1.2.1.3
443.73/443.80	c 
443.73/443.80	c # frequency for displaying node information lines
443.73/443.80	c # [type: int, range: [-1,2147483647], default: 100]
443.73/443.80	c display/freq = 10000
443.73/443.80	c 
443.73/443.80	c # maximal time in seconds to run
443.73/443.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
443.73/443.80	c limits/time = 1782.89
443.73/443.80	c 
443.73/443.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
443.73/443.80	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
443.73/443.80	c limits/memory = 13950
443.73/443.80	c 
443.73/443.80	c # default clock type (1: CPU user seconds, 2: wall clock time)
443.73/443.80	c # [type: int, range: [1,2], default: 1]
443.73/443.80	c timing/clocktype = 2
443.73/443.80	c 
443.73/443.80	c # should presolving try to simplify inequalities
443.73/443.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
443.73/443.80	c constraints/linear/simplifyinequalities = TRUE
443.73/443.80	c 
443.73/443.80	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
443.73/443.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
443.73/443.80	c constraints/indicator/addCouplingCons = TRUE
443.73/443.80	c 
443.73/443.80	c # should presolving try to simplify knapsacks
443.73/443.80	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
443.73/443.80	c constraints/knapsack/simplifyinequalities = TRUE
443.73/443.80	c 
443.73/443.80	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
443.73/443.80	c # [type: int, range: [-1,2147483647], default: -1]
443.73/443.80	c separating/rapidlearning/freq = 0
443.73/443.80	c 
443.73/443.80	c -----------------------------------------------------------------------------------------------
443.73/443.80	c start solving
443.82/443.94	c 
580.61/580.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
580.61/580.77	c   574s|     1 |     0 |  6262 |     - |3906M|   0 | 927 | 359k| 839k| 359k| 839k|   0 |   0 |   0 | 4.647818e+05 |      --      |    Inf 
1789.81/1790.13	c  1783s|     1 |     0 | 17136 |     - |3941M|   0 |   - | 359k| 839k| 359k| 839k|  25 |   0 |   0 | 4.647818e+05 |      --      |    Inf 
1790.22/1790.54	c  1783s|     1 |     2 | 17136 |     - |3941M|   0 |   - | 359k| 839k| 359k| 839k|  25 |   0 |   0 | 4.647818e+05 |      --      |    Inf 
1790.22/1790.54	c 
1790.22/1790.54	c SCIP Status        : solving was interrupted [time limit reached]
1790.22/1790.54	c Solving Time (sec) : 1783.42
1790.22/1790.54	c Solving Nodes      : 1
1790.22/1790.54	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.22/1790.54	c Dual Bound         : +4.64781821899762e+05
1790.22/1790.54	c Gap                : infinite
1790.22/1790.54	s UNKNOWN
1790.22/1790.54	c SCIP Status        : solving was interrupted [time limit reached]
1790.22/1790.54	c Solving Time       :    1783.42
1790.22/1790.54	c Original Problem   :
1790.22/1790.54	c   Problem name     : HOME/instance-3744077-1338800686.opb
1790.22/1790.54	c   Variables        : 370300 (370300 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.22/1790.54	c   Constraints      : 847958 initial, 847958 maximal
1790.22/1790.54	c Presolved Problem  :
1790.22/1790.54	c   Problem name     : t_HOME/instance-3744077-1338800686.opb
1790.22/1790.54	c   Variables        : 359025 (359025 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.22/1790.54	c   Constraints      : 839379 initial, 839379 maximal
1790.22/1790.54	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.22/1790.54	c   trivial          :       0.08          0          0          0          0          0          0          0          0
1790.22/1790.54	c   dualfix          :       0.07       7400          0          0          0          0          0          0          0
1790.22/1790.54	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.54	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.54	c   implics          :       0.06          0          0          0          0          0          0          0          0
1790.22/1790.54	c   probing          :     360.10          0          0          0          0          0          0          0          0
1790.22/1790.54	c   knapsack         :      61.03          0          0          0          0          0          0          0      78400
1790.22/1790.54	c   setppc           :       0.79          0          0          0          0          0          0          0          0
1790.22/1790.54	c   linear           :      10.09        200       3675          0        200          0       8579       1225       6125
1790.22/1790.54	c   logicor          :       0.65          0          0          0          0          0          0          0          0
1790.22/1790.54	c   root node        :          -          0          -          -          0          -          -          -          -
1790.22/1790.54	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.22/1790.54	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.22/1790.54	c   knapsack         :     241475          1       6050          0          1          0          0         27          0          0
1790.22/1790.54	c   setppc           :     356526          1       6050          0          1          0          0          0          0          0
1790.22/1790.54	c   linear           :          3          1       6050          0          0          0          0          0          0          0
1790.22/1790.54	c   logicor          :     241375          1       4051          0          1          0          0          0          0          0
1790.22/1790.54	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.22/1790.54	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.22/1790.54	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.22/1790.54	c   knapsack         :     119.10       0.46     118.64       0.00       0.01
1790.22/1790.54	c   setppc           :     143.85       0.05     143.64       0.00       0.16
1790.22/1790.54	c   linear           :      18.90      17.66       1.24       0.00       0.00
1790.22/1790.54	c   logicor          :       1.93       0.04       1.77       0.00       0.12
1790.22/1790.54	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.22/1790.54	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.22/1790.54	c   vbounds          :       0.01          2          0          0
1790.22/1790.54	c   rootredcost      :       0.00          0          0          0
1790.22/1790.54	c   pseudoobj        :       0.03          2          0          0
1790.22/1790.54	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.22/1790.54	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.22/1790.54	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.54	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.54	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.54	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.22/1790.54	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.22/1790.54	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.22/1790.54	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.22/1790.54	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 481)
1790.22/1790.54	c   redcost          :       0.03          1          0          0          0          0
1790.22/1790.54	c   impliedbounds    :       0.06          1          0          0         22          0
1790.22/1790.54	c   intobj           :       0.00          0          0          0          0          0
1790.22/1790.54	c   cgmip            :       0.00          0          0          0          0          0
1790.22/1790.54	c   gomory           :     106.67          1          0          0        500          0
1790.22/1790.54	c   strongcg         :      12.18          1          0          0        500          0
1790.22/1790.54	c   cmir             :     168.21          1          0          0          0          0
1790.22/1790.54	c   flowcover        :     278.74          1          0          0         17          0
1790.22/1790.54	c   clique           :       0.00          0          0          0          0          0
1790.22/1790.54	c   zerohalf         :       0.00          0          0          0          0          0
1790.22/1790.54	c   mcf              :       0.00          0          0          0          0          0
1790.22/1790.54	c   rapidlearning    :       0.00          0          0          0          0          0
1790.22/1790.54	c Pricers            :       Time      Calls       Vars
1790.22/1790.54	c   problem variables:       0.00          0          0
1790.22/1790.54	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.22/1790.54	c   relpscost        :       0.00          0          0          0          0          0          0
1790.22/1790.54	c   pscost           :       0.00          0          0          0          0          0          0
1790.22/1790.54	c   inference        :       0.11          1          0          0          0          0          2
1790.22/1790.54	c   mostinf          :       0.00          0          0          0          0          0          0
1790.22/1790.54	c   leastinf         :       0.00          0          0          0          0          0          0
1790.22/1790.54	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.22/1790.54	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.22/1790.54	c   random           :       0.00          0          0          0          0          0          0
1790.22/1790.54	c Primal Heuristics  :       Time      Calls      Found
1790.22/1790.54	c   LP solutions     :       0.00          -          0
1790.22/1790.54	c   pseudo solutions :       0.00          -          0
1790.22/1790.54	c   oneopt           :       0.00          0          0
1790.22/1790.54	c   trivial          :       0.55          2          0
1790.22/1790.54	c   simplerounding   :       0.02          0          0
1790.22/1790.54	c   zirounding       :       0.00          0          0
1790.22/1790.54	c   rounding         :       0.05          1          0
1790.22/1790.54	c   shifting         :       0.14          1          0
1790.22/1790.54	c   intshifting      :       0.00          0          0
1790.22/1790.54	c   twoopt           :       0.00          0          0
1790.22/1790.54	c   fixandinfer      :       0.00          0          0
1790.22/1790.54	c   feaspump         :     624.93          1          0
1790.22/1790.54	c   coefdiving       :       0.00          0          0
1790.22/1790.54	c   pscostdiving     :       0.00          0          0
1790.22/1790.54	c   fracdiving       :       0.00          0          0
1790.22/1790.54	c   veclendiving     :       0.00          0          0
1790.22/1790.54	c   intdiving        :       0.00          0          0
1790.22/1790.54	c   actconsdiving    :       0.00          0          0
1790.22/1790.54	c   objpscostdiving  :       0.00          0          0
1790.22/1790.54	c   rootsoldiving    :       0.00          0          0
1790.22/1790.54	c   linesearchdiving :       0.00          0          0
1790.22/1790.54	c   guideddiving     :       0.00          0          0
1790.22/1790.54	c   octane           :       0.00          0          0
1790.22/1790.54	c   rens             :       0.00          0          0
1790.22/1790.54	c   rins             :       0.00          0          0
1790.22/1790.54	c   localbranching   :       0.00          0          0
1790.22/1790.54	c   mutation         :       0.00          0          0
1790.22/1790.54	c   crossover        :       0.00          0          0
1790.22/1790.54	c   dins             :       0.00          0          0
1790.22/1790.54	c   undercover       :       0.00          0          0
1790.22/1790.54	c   nlp              :       0.00          0          0
1790.22/1790.54	c   trysol           :       0.00          0          0
1790.22/1790.54	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.22/1790.54	c   primal LP        :       0.00          0          0       0.00          -
1790.22/1790.54	c   dual LP          :     133.91          1       6262    6262.00      46.76
1790.22/1790.54	c   lex dual LP      :       0.00          0          0       0.00          -
1790.22/1790.54	c   barrier LP       :       0.00          0          0       0.00          -
1790.22/1790.54	c   diving/probing LP:     624.10          3      10874    3624.67      17.42
1790.22/1790.54	c   strong branching :       0.00          0          0       0.00          -
1790.22/1790.54	c     (at root node) :          -          0          0       0.00          -
1790.22/1790.54	c   conflict analysis:       0.00          0          0       0.00          -
1790.22/1790.54	c B&B Tree           :
1790.22/1790.54	c   number of runs   :          1
1790.22/1790.54	c   nodes            :          1
1790.22/1790.54	c   nodes (total)    :          1
1790.22/1790.54	c   nodes left       :          2
1790.22/1790.54	c   max depth        :          0
1790.22/1790.54	c   max depth (total):          0
1790.22/1790.54	c   backtracks       :          0 (0.0%)
1790.22/1790.54	c   delayed cutoffs  :          0
1790.22/1790.54	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.22/1790.54	c   avg switch length:       1.00
1790.22/1790.54	c   switching time   :       0.00
1790.22/1790.54	c Solution           :
1790.22/1790.54	c   Solutions found  :          0 (0 improvements)
1790.22/1790.54	c   Primal Bound     :          -
1790.22/1790.54	c   Dual Bound       : +4.64781821899762e+05
1790.22/1790.54	c   Gap              :   infinite
1790.22/1790.54	c   Root Dual Bound  : +4.64781821899762e+05
1790.22/1790.54	c   Root Iterations  :      17136
1795.91/1796.29	c Time complete: 1796.

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-3744077-1338800686/watcher-3744077-1338800686 -o /tmp/evaluation-result-3744077-1338800686/solver-3744077-1338800686 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744077-1338800686.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.07 2.02 2.00 3/176 3380
/proc/meminfo: memFree=26996500/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1241 0 0 0 0 0 0 0 20 0 1 0 346197328 8105984 1188 33554432000 4194304 8395647 140734596552352 140734541051256 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1979 1189 370 1026 0 949 0

[startup+0.0458281 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3380
/proc/meminfo: memFree=26996500/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=25332 CPUtime=0.03 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 5582 0 0 0 3 0 0 0 20 0 1 0 346197328 25939968 5523 33554432000 4194304 8395647 140734596552352 140734541051256 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 6333 5523 387 1026 0 5303 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25332

[startup+0.100379 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3380
/proc/meminfo: memFree=26996500/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=46312 CPUtime=0.09 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 10764 0 0 0 8 1 0 0 20 0 1 0 346197328 47423488 10705 33554432000 4194304 8395647 140734596552352 140734541051256 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 11578 10705 387 1026 0 10548 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46312

[startup+0.300337 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3380
/proc/meminfo: memFree=26996500/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=108120 CPUtime=0.29 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 25487 0 0 0 25 4 0 0 20 0 1 0 346197328 110714880 25428 33554432000 4194304 8395647 140734596552352 140734541051256 4685157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 27030 25428 394 1026 0 26000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 108120

[startup+0.700308 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3380
/proc/meminfo: memFree=26996500/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=150816 CPUtime=0.69 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 36170 0 0 0 64 5 0 0 20 0 1 0 346197328 154435584 36111 33554432000 4194304 8395647 140734596552352 140734596417560 4424487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 37704 36111 394 1026 0 36674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150816

[startup+1.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3381
/proc/meminfo: memFree=26810368/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=246364 CPUtime=1.48 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 60084 0 0 0 139 9 0 0 20 0 1 0 346197328 252276736 60025 33554432000 4194304 8395647 140734596552352 140734596417560 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 61591 60025 394 1026 0 60561 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 246364

[startup+3.10031 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3381
/proc/meminfo: memFree=26724676/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=321612 CPUtime=3.08 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 78832 0 0 0 296 12 0 0 20 0 1 0 346197328 329330688 78773 33554432000 4194304 8395647 140734596552352 140734596417560 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 80403 78773 394 1026 0 79373 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 321612

[startup+6.30031 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 3381
/proc/meminfo: memFree=26530980/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=547412 CPUtime=6.28 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 135232 0 0 0 606 22 0 0 20 0 1 0 346197328 560549888 135173 33554432000 4194304 8395647 140734596552352 140734596417560 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 136853 135173 394 1026 0 135823 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 547412

[startup+12.7003 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 3381
/proc/meminfo: memFree=25433276/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=1606220 CPUtime=12.69 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 394304 0 0 0 1207 62 0 0 20 0 1 0 346197328 1644769280 396446 33554432000 4194304 8395647 140734596552352 140734596548968 4986034 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 401555 396446 475 1026 0 400525 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1606220

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3381
/proc/meminfo: memFree=24880084/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=2174324 CPUtime=25.48 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 532681 0 0 0 2464 84 0 0 20 0 1 0 346197328 2226507776 535394 33554432000 4194304 8395647 140734596552352 140734596547640 4918185 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 543581 535394 495 1026 0 542551 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2174324

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3381
/proc/meminfo: memFree=23615312/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=3406820 CPUtime=51.08 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 840818 0 0 0 4979 129 0 0 20 0 1 0 346197328 3488583680 843531 33554432000 4194304 8395647 140734596552352 140734596547816 4247653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 851705 843531 495 1026 0 850675 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3406820

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 3381
/proc/meminfo: memFree=22997252/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=4017036 CPUtime=102.28 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 987611 0 0 0 10075 153 0 0 20 0 1 0 346197328 4113444864 996909 33554432000 4194304 8395647 140734596552352 140734596548536 5211819 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1004259 996909 507 1026 0 1003229 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4017036

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3381
/proc/meminfo: memFree=22952944/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=4042616 CPUtime=162.26 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 993920 0 0 0 16072 154 0 0 20 0 1 0 346197328 4139638784 1003218 33554432000 4194304 8395647 140734596552352 140734596548536 5210321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1010654 1003218 507 1026 0 1009624 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4042616

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3382
/proc/meminfo: memFree=22933256/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=4062056 CPUtime=222.26 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 998815 0 0 0 22070 156 0 0 20 0 1 0 346197328 4159545344 1008113 33554432000 4194304 8395647 140734596552352 140734596548536 5210648 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1015514 1008113 507 1026 0 1014484 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 4062056

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3382
/proc/meminfo: memFree=22918032/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=4075352 CPUtime=282.25 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1002196 0 0 0 28068 157 0 0 20 0 1 0 346197328 4173160448 1011494 33554432000 4194304 8395647 140734596552352 140734596548536 5210321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1018838 1011494 513 1026 0 1017808 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 4075352

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3385
/proc/meminfo: memFree=22916564/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=4076376 CPUtime=342.24 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1002471 0 0 0 34067 157 0 0 20 0 1 0 346197328 4174209024 1011769 33554432000 4194304 8395647 140734596552352 140734596548216 5210338 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1019094 1011769 513 1026 0 1018064 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 4076376

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3385
/proc/meminfo: memFree=22827756/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=4165444 CPUtime=402.23 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1024738 0 0 0 40063 160 0 0 20 0 1 0 346197328 4265414656 1034036 33554432000 4194304 8395647 140734596552352 140734596548216 5210338 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1041361 1034036 513 1026 0 1040331 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 4165444

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3385
/proc/meminfo: memFree=21796432/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5294940 CPUtime=462.22 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1169956 0 0 0 46026 196 0 0 20 0 1 0 346197328 5422018560 1291409 33554432000 4194304 8395647 140734596552352 140734596547480 6585853 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1323735 1291409 583 1026 0 1322705 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5294940

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3386
/proc/meminfo: memFree=21762084/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5330696 CPUtime=522.21 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1173882 0 0 0 52014 207 0 0 20 0 1 0 346197328 5458632704 1300018 33554432000 4194304 8395647 140734596552352 140734596547816 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1332674 1300018 583 1026 0 1331644 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5330696

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3386
/proc/meminfo: memFree=21702368/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5375632 CPUtime=582.2 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1178468 0 0 0 57999 221 0 0 20 0 1 0 346197328 5504647168 1310402 33554432000 4194304 8395647 140734596552352 140734596546920 6708178 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1343908 1310402 589 1026 0 1342878 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5375632

[startup+642.3 s]

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

/proc/meminfo: memFree=21615124/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5484600 CPUtime=1122.12 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1198150 0 0 0 111913 299 0 0 20 0 1 0 346197328 5616230400 1330244 33554432000 4194304 8395647 140734596552352 140734596546920 6708222 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1371150 1330244 589 1026 0 1370120 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 5484600

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3392
/proc/meminfo: memFree=21614468/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5488460 CPUtime=1182.11 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1199017 0 0 0 117908 303 0 0 20 0 1 0 346197328 5620183040 1330301 33554432000 4194304 8395647 140734596552352 140734596546872 6708178 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1372115 1330301 589 1026 0 1371085 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 5488460

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3392
/proc/meminfo: memFree=21708732/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5362544 CPUtime=1242.1 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1202249 0 0 0 123902 308 0 0 20 0 1 0 346197328 5491245056 1306449 33554432000 4194304 8395647 140734596552352 140734596547592 6196528 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1340636 1306449 603 1026 0 1339606 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 5362544

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3392
/proc/meminfo: memFree=21702000/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5362544 CPUtime=1302.1 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1202252 0 0 0 129900 310 0 0 20 0 1 0 346197328 5491245056 1306626 33554432000 4194304 8395647 140734596552352 140734596547544 5863153 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1340636 1306626 603 1026 0 1339606 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 5362544

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3392
/proc/meminfo: memFree=21684784/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5362544 CPUtime=1362.08 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1202509 0 0 0 135897 311 0 0 20 0 1 0 346197328 5491245056 1307077 33554432000 4194304 8395647 140734596552352 140734596547640 5827831 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1340636 1307077 606 1026 0 1339606 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 5362544

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3393
/proc/meminfo: memFree=21679416/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5379940 CPUtime=1422.07 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1203298 0 0 0 141896 311 0 0 20 0 1 0 346197328 5509058560 1308329 33554432000 4194304 8395647 140734596552352 140734596546760 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1344985 1308329 606 1026 0 1343955 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 5379940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3431
/proc/meminfo: memFree=22881728/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5379940 CPUtime=1482.06 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1203359 0 0 0 147895 311 0 0 20 0 1 0 346197328 5509058560 1309089 33554432000 4194304 8395647 140734596552352 140734596546760 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1344985 1309089 606 1026 0 1343955 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 5379940

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3434
/proc/meminfo: memFree=22871204/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5387224 CPUtime=1542.06 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1204216 0 0 0 153894 312 0 0 20 0 1 0 346197328 5516517376 1310383 33554432000 4194304 8395647 140734596552352 140734596547880 5849675 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1346806 1310383 608 1026 0 1345776 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 5387224

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3472
/proc/meminfo: memFree=22362716/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5387224 CPUtime=1602.05 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1204216 0 0 0 159893 312 0 0 20 0 1 0 346197328 5516517376 1310383 33554432000 4194304 8395647 140734596552352 140734596547880 5849640 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1346806 1310383 608 1026 0 1345776 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 5387224

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3472
/proc/meminfo: memFree=22172700/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5387224 CPUtime=1662.04 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1204216 0 0 0 165892 312 0 0 20 0 1 0 346197328 5516517376 1310383 33554432000 4194304 8395647 140734596552352 140734596547880 5849658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1346806 1310383 608 1026 0 1345776 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 5387224

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 3473
/proc/meminfo: memFree=22109644/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5387224 CPUtime=1722.03 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1204216 0 0 0 171891 312 0 0 20 0 1 0 346197328 5516517376 1310383 33554432000 4194304 8395647 140734596552352 140734596547880 5849640 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1346806 1310383 608 1026 0 1345776 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 5387224

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3473
/proc/meminfo: memFree=22078660/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5404448 CPUtime=1782.01 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1207683 0 0 0 177889 312 0 0 20 0 1 0 346197328 5534154752 1315366 33554432000 4194304 8395647 140734596552352 140734596546248 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1351112 1315366 611 1026 0 1350082 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 5404448

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3473
/proc/meminfo: memFree=22077792/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5404448 CPUtime=1785.21 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1207692 0 0 0 178209 312 0 0 20 0 1 0 346197328 5534154752 1315375 33554432000 4194304 8395647 140734596552352 140734596546248 5852502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1351112 1315375 611 1026 0 1350082 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 5404448

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3473
/proc/meminfo: memFree=22029936/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5452416 CPUtime=1791.62 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1211028 0 0 0 178848 314 0 0 20 0 1 0 346197328 5583273984 1327163 33554432000 4194304 8395647 140734596552352 140734596548184 6345759 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1363104 1327163 621 1026 0 1362074 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 5452416

[startup+1793.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3473
/proc/meminfo: memFree=22030184/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5452416 CPUtime=1793.21 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1211028 0 0 0 179007 314 0 0 20 0 1 0 346197328 5583273984 1327163 33554432000 4194304 8395647 140734596552352 140734596551688 6063821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1363104 1327163 621 1026 0 1362074 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 5452416

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3473
/proc/meminfo: memFree=22036508/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=5444568 CPUtime=1794.82 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1211028 0 0 0 179168 314 0 0 20 0 1 0 346197328 5575237632 1325506 33554432000 4194304 8395647 140734596552352 140734596551688 6345196 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1361142 1325506 621 1026 0 1360112 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 5444568

[startup+1795.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3473
/proc/meminfo: memFree=22036508/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=4998528 CPUtime=1795.61 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1211033 0 0 0 179245 316 0 0 20 0 1 0 346197328 5118492672 1231693 33554432000 4194304 8395647 140734596552352 140734596551736 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1249632 1231693 621 1026 0 1248602 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 4998528

[startup+1796.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3473
/proc/meminfo: memFree=22036508/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=4717000 CPUtime=1795.81 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1211033 0 0 0 179263 318 0 0 20 0 1 0 346197328 4830208000 1161616 33554432000 4194304 8395647 140734596552352 140734596551736 6345887 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 1179250 1161616 621 1026 0 1178220 0
Current children cumulated CPU time (s) 1795.81
Current children cumulated vsize (KiB) 4717000

[startup+1796.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3473
/proc/meminfo: memFree=24800500/32873844 swapFree=7372/7372
[pid=3380] ppid=3378 vsize=3265252 CPUtime=1795.91 cores=1,3,5,7
/proc/3380/stat : 3380 (pbscip.linux.x8) R 3378 3380 2230 0 -1 4202496 1211034 0 0 0 179266 325 0 0 20 0 1 0 346197328 3343618048 392813 33554432000 4194304 8395647 140734596552352 140734596551736 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3380/statm: 816313 392813 622 1026 0 815283 0
Current children cumulated CPU time (s) 1795.91
Current children cumulated vsize (KiB) 3265252

Child status: 0
Real time (s): 1796.3
CPU time (s): 1796.01
CPU user time (s): 1792.67
CPU system time (s): 3.34849
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 5593008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.67
system time used= 3.34849
maximum resident set size= 5372376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1211040
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= 12
involuntary context switches= 1848

runsolver used 2.83857 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 11:04:47
IDJOB=3744077
IDBENCH=92683
IDSOLVER=2326
FILE ID=node109/3744077-1338800686
RUNJOBID= node109-1338782366-2247
PBS_JOBID= 14636835
Free space on /tmp= 70664 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_6_mh_ic.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744077-1338800686/watcher-3744077-1338800686 -o /tmp/evaluation-result-3744077-1338800686/solver-3744077-1338800686 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744077-1338800686.opb -t 1800 -m 15500

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

MD5SUM BENCH= 10217e17cbd04c0c5cd10efd0fff5914
RANDOM SEED=600014025

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26996772 kB
Buffers:         1876516 kB
Cached:          1831160 kB
SwapCached:          988 kB
Active:          3780656 kB
Inactive:        1212580 kB
Active(anon):    1276600 kB
Inactive(anon):     7876 kB
Active(file):    2504056 kB
Inactive(file):  1204704 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:             48136 kB
Writeback:             0 kB
AnonPages:       1231308 kB
Mapped:            12760 kB
Shmem:                 4 kB
Slab:             741952 kB
SReclaimable:     183716 kB
SUnreclaim:       558236 kB
KernelStack:        1448 kB
PageTables:         6480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1416164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 70656 MiB
End job on node109 at 2012-06-04 11:34:44