Trace number 3744065

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.15 1796.43

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_0_mh_ic.opb
MD5SUM69c3f35ff6da259885813cb008cfe4d1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3507933
Best CPU time to get the best result obtained on this benchmark1801.09
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 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 66235433706
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 66235433706
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-3744065-1338800132.opb>
7.09/7.10	c original problem has 370300 variables (370300 bin, 0 int, 0 impl, 0 cont) and 847958 constraints
7.09/7.10	c problem read
7.09/7.10	c presolving settings loaded
9.90/9.94	c presolving:
12.48/12.52	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
19.49/19.52	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
249.46/249.59	c    (242.5s) probing: 1000/359025 (0.3%) - 0 fixings, 0 aggregations, 357821 implications, 0 bound changes
451.93/452.08	c    (445.0s) probing: 2000/359025 (0.6%) - 0 fixings, 0 aggregations, 414549 implications, 0 bound changes
452.12/452.28	c    (445.2s) probing: 2001/359025 (0.6%) - 0 fixings, 0 aggregations, 414586 implications, 0 bound changes
452.12/452.28	c    (445.2s) probing aborted: 2000/2000 successive useless probings
452.22/452.31	c presolving (3 rounds):
452.22/452.31	c  11275 deleted vars, 8579 deleted constraints, 200 tightened bounds, 0 added holes, 1225 changed sides, 84525 changed coefficients
452.22/452.31	c  68723684 implications, 1 cliques
452.22/452.31	c presolved problem has 359025 variables (359025 bin, 0 int, 0 impl, 0 cont) and 839379 constraints
452.22/452.31	c  241475 constraints of type <knapsack>
452.22/452.31	c  356526 constraints of type <setppc>
452.22/452.31	c       3 constraints of type <linear>
452.22/452.31	c  241375 constraints of type <logicor>
452.22/452.31	c transformed objective value is always integral (scale: 1)
452.22/452.31	c Presolving Time: 443.39
452.22/452.31	c - non default parameters ----------------------------------------------------------------------
452.22/452.31	c # SCIP version 1.2.1.3
452.22/452.31	c 
452.22/452.31	c # frequency for displaying node information lines
452.22/452.31	c # [type: int, range: [-1,2147483647], default: 100]
452.22/452.31	c display/freq = 10000
452.22/452.31	c 
452.22/452.31	c # maximal time in seconds to run
452.22/452.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
452.22/452.31	c limits/time = 1782.9
452.22/452.31	c 
452.22/452.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
452.22/452.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
452.22/452.31	c limits/memory = 13950
452.22/452.31	c 
452.22/452.31	c # default clock type (1: CPU user seconds, 2: wall clock time)
452.22/452.31	c # [type: int, range: [1,2], default: 1]
452.22/452.31	c timing/clocktype = 2
452.22/452.31	c 
452.22/452.31	c # should presolving try to simplify inequalities
452.22/452.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
452.22/452.31	c constraints/linear/simplifyinequalities = TRUE
452.22/452.31	c 
452.22/452.31	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
452.22/452.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
452.22/452.31	c constraints/indicator/addCouplingCons = TRUE
452.22/452.31	c 
452.22/452.31	c # should presolving try to simplify knapsacks
452.22/452.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
452.22/452.31	c constraints/knapsack/simplifyinequalities = TRUE
452.22/452.31	c 
452.22/452.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
452.22/452.31	c # [type: int, range: [-1,2147483647], default: -1]
452.22/452.31	c separating/rapidlearning/freq = 0
452.22/452.31	c 
452.22/452.31	c -----------------------------------------------------------------------------------------------
452.22/452.31	c start solving
452.32/452.44	c 
603.60/603.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
603.60/603.71	c   597s|     1 |     0 |  6790 |     - |3906M|   0 | 855 | 359k| 839k| 359k| 839k|   0 |   0 |   0 | 6.404459e+05 |      --      |    Inf 
1789.81/1790.13	c  1783s|     1 |     0 | 19120 |     - |3937M|   0 |   - | 359k| 839k| 359k| 839k|  27 |   0 |   0 | 6.404459e+05 |      --      |    Inf 
1790.22/1790.56	c  1783s|     1 |     2 | 19120 |     - |3937M|   0 |   - | 359k| 839k| 359k| 839k|  27 |   0 |   0 | 6.404459e+05 |      --      |    Inf 
1790.22/1790.56	c 
1790.22/1790.56	c SCIP Status        : solving was interrupted [time limit reached]
1790.22/1790.56	c Solving Time (sec) : 1783.45
1790.22/1790.56	c Solving Nodes      : 1
1790.22/1790.56	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.22/1790.56	c Dual Bound         : +6.40445906772814e+05
1790.22/1790.56	c Gap                : infinite
1790.22/1790.56	s UNKNOWN
1790.22/1790.56	c SCIP Status        : solving was interrupted [time limit reached]
1790.22/1790.56	c Solving Time       :    1783.45
1790.22/1790.56	c Original Problem   :
1790.22/1790.56	c   Problem name     : HOME/instance-3744065-1338800132.opb
1790.22/1790.56	c   Variables        : 370300 (370300 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.22/1790.56	c   Constraints      : 847958 initial, 847958 maximal
1790.22/1790.56	c Presolved Problem  :
1790.22/1790.56	c   Problem name     : t_HOME/instance-3744065-1338800132.opb
1790.22/1790.56	c   Variables        : 359025 (359025 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.22/1790.56	c   Constraints      : 839379 initial, 839379 maximal
1790.22/1790.56	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.22/1790.56	c   trivial          :       0.08          0          0          0          0          0          0          0          0
1790.22/1790.56	c   dualfix          :       0.07       7400          0          0          0          0          0          0          0
1790.22/1790.56	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.56	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.22/1790.56	c   implics          :       0.06          0          0          0          0          0          0          0          0
1790.22/1790.56	c   probing          :     372.02          0          0          0          0          0          0          0          0
1790.22/1790.56	c   knapsack         :      60.09          0          0          0          0          0          0          0      78400
1790.22/1790.56	c   setppc           :       0.39          0          0          0          0          0          0          0          0
1790.22/1790.56	c   linear           :       8.26        200       3675          0        200          0       8579       1225       6125
1790.22/1790.56	c   logicor          :       0.37          0          0          0          0          0          0          0          0
1790.22/1790.56	c   root node        :          -          0          -          -          0          -          -          -          -
1790.22/1790.56	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.22/1790.56	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.22/1790.56	c   knapsack         :     241475          1       6050          0          1          0          0         36          0          0
1790.22/1790.56	c   setppc           :     356526          1       6050          0          1          0          0          0          0          0
1790.22/1790.56	c   linear           :          3          1       6050          0          0          0          0          0          0          0
1790.22/1790.56	c   logicor          :     241375          1       4051          0          1          0          0          0          0          0
1790.22/1790.56	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.22/1790.56	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.22/1790.56	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.22/1790.56	c   knapsack         :     123.01       0.33     122.67       0.00       0.01
1790.22/1790.56	c   setppc           :     147.08       0.05     146.86       0.00       0.17
1790.22/1790.56	c   linear           :      17.77      16.50       1.27       0.00       0.00
1790.22/1790.56	c   logicor          :       1.96       0.04       1.79       0.00       0.13
1790.22/1790.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.22/1790.56	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.22/1790.56	c   vbounds          :       0.00          2          0          0
1790.22/1790.56	c   rootredcost      :       0.00          0          0          0
1790.22/1790.56	c   pseudoobj        :       0.02          2          0          0
1790.22/1790.56	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.22/1790.56	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.22/1790.56	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.56	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.56	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.22/1790.56	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.22/1790.56	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.22/1790.56	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.22/1790.56	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.22/1790.56	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 651)
1790.22/1790.56	c   redcost          :       0.03          1          0          0          0          0
1790.22/1790.56	c   impliedbounds    :       0.06          1          0          0         24          0
1790.22/1790.56	c   intobj           :       0.00          0          0          0          0          0
1790.22/1790.56	c   cgmip            :       0.00          0          0          0          0          0
1790.22/1790.56	c   gomory           :      36.27          1          0          0        500          0
1790.22/1790.56	c   strongcg         :      10.23          1          0          0        500          0
1790.22/1790.56	c   cmir             :     166.05          1          0          0          0          0
1790.22/1790.56	c   flowcover        :     330.54          1          0          0         25          0
1790.22/1790.56	c   clique           :       0.00          0          0          0          0          0
1790.22/1790.56	c   zerohalf         :       0.00          0          0          0          0          0
1790.22/1790.56	c   mcf              :       0.00          0          0          0          0          0
1790.22/1790.56	c   rapidlearning    :       0.00          0          0          0          0          0
1790.22/1790.56	c Pricers            :       Time      Calls       Vars
1790.22/1790.56	c   problem variables:       0.00          0          0
1790.22/1790.56	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.22/1790.56	c   relpscost        :       0.00          0          0          0          0          0          0
1790.22/1790.56	c   pscost           :       0.00          0          0          0          0          0          0
1790.22/1790.56	c   inference        :       0.11          1          0          0          0          0          2
1790.22/1790.56	c   mostinf          :       0.00          0          0          0          0          0          0
1790.22/1790.56	c   leastinf         :       0.00          0          0          0          0          0          0
1790.22/1790.56	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.22/1790.56	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.22/1790.56	c   random           :       0.00          0          0          0          0          0          0
1790.22/1790.56	c Primal Heuristics  :       Time      Calls      Found
1790.22/1790.56	c   LP solutions     :       0.00          -          0
1790.22/1790.56	c   pseudo solutions :       0.00          -          0
1790.22/1790.56	c   oneopt           :       0.00          0          0
1790.22/1790.56	c   trivial          :       0.56          2          0
1790.22/1790.56	c   simplerounding   :       0.02          0          0
1790.22/1790.56	c   zirounding       :       0.00          0          0
1790.22/1790.56	c   rounding         :       0.05          1          0
1790.22/1790.56	c   shifting         :       0.14          1          0
1790.22/1790.56	c   intshifting      :       0.00          0          0
1790.22/1790.56	c   twoopt           :       0.00          0          0
1790.22/1790.56	c   fixandinfer      :       0.00          0          0
1790.22/1790.56	c   feaspump         :     625.99          1          0
1790.22/1790.56	c   coefdiving       :       0.00          0          0
1790.22/1790.56	c   pscostdiving     :       0.00          0          0
1790.22/1790.56	c   fracdiving       :       0.00          0          0
1790.22/1790.56	c   veclendiving     :       0.00          0          0
1790.22/1790.56	c   intdiving        :       0.00          0          0
1790.22/1790.56	c   actconsdiving    :       0.00          0          0
1790.22/1790.56	c   objpscostdiving  :       0.00          0          0
1790.22/1790.56	c   rootsoldiving    :       0.00          0          0
1790.22/1790.56	c   linesearchdiving :       0.00          0          0
1790.22/1790.56	c   guideddiving     :       0.00          0          0
1790.22/1790.56	c   octane           :       0.00          0          0
1790.22/1790.56	c   rens             :       0.00          0          0
1790.22/1790.56	c   rins             :       0.00          0          0
1790.22/1790.56	c   localbranching   :       0.00          0          0
1790.22/1790.56	c   mutation         :       0.00          0          0
1790.22/1790.56	c   crossover        :       0.00          0          0
1790.22/1790.56	c   dins             :       0.00          0          0
1790.22/1790.56	c   undercover       :       0.00          0          0
1790.22/1790.56	c   nlp              :       0.00          0          0
1790.22/1790.56	c   trysol           :       0.00          0          0
1790.22/1790.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.22/1790.56	c   primal LP        :       0.00          0          0       0.00          -
1790.22/1790.56	c   dual LP          :     148.38          1       6790    6790.00      45.76
1790.22/1790.56	c   lex dual LP      :       0.00          0          0       0.00          -
1790.22/1790.56	c   barrier LP       :       0.00          0          0       0.00          -
1790.22/1790.56	c   diving/probing LP:     625.03          3      12330    4110.00      19.73
1790.22/1790.56	c   strong branching :       0.00          0          0       0.00          -
1790.22/1790.56	c     (at root node) :          -          0          0       0.00          -
1790.22/1790.56	c   conflict analysis:       0.00          0          0       0.00          -
1790.22/1790.56	c B&B Tree           :
1790.22/1790.56	c   number of runs   :          1
1790.22/1790.56	c   nodes            :          1
1790.22/1790.56	c   nodes (total)    :          1
1790.22/1790.56	c   nodes left       :          2
1790.22/1790.56	c   max depth        :          0
1790.22/1790.56	c   max depth (total):          0
1790.22/1790.56	c   backtracks       :          0 (0.0%)
1790.22/1790.56	c   delayed cutoffs  :          0
1790.22/1790.56	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.22/1790.56	c   avg switch length:       1.00
1790.22/1790.56	c   switching time   :       0.00
1790.22/1790.56	c Solution           :
1790.22/1790.56	c   Solutions found  :          0 (0 improvements)
1790.22/1790.56	c   Primal Bound     :          -
1790.22/1790.56	c   Dual Bound       : +6.40445906772814e+05
1790.22/1790.56	c   Gap              :   infinite
1790.22/1790.56	c   Root Dual Bound  : +6.40445906772814e+05
1790.22/1790.56	c   Root Iterations  :      19120
1796.10/1796.43	c Time complete: 1796.14.

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-3744065-1338800132/watcher-3744065-1338800132 -o /tmp/evaluation-result-3744065-1338800132/solver-3744065-1338800132 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744065-1338800132.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.06 2.02 2.00 3/176 6032
/proc/meminfo: memFree=29268952/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 1 0 346141865 8105984 1197 33554432000 4194304 8395647 140737315104288 140737315103240 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1979 1197 370 1026 0 949 0

[startup+0.05919 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 6032
/proc/meminfo: memFree=29268952/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=30708 CPUtime=0.05 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 6925 0 0 0 4 1 0 0 20 0 1 0 346141865 31444992 6865 33554432000 4194304 8395647 140737315104288 140737314966776 5759075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 7677 6865 387 1026 0 6647 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30708

[startup+0.100396 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 6032
/proc/meminfo: memFree=29268952/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=47336 CPUtime=0.09 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 10928 0 0 0 8 1 0 0 20 0 1 0 346141865 48472064 10868 33554432000 4194304 8395647 140737315104288 140737314966776 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 11834 10904 387 1026 0 10804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47336

[startup+0.300265 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 6032
/proc/meminfo: memFree=29268952/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=108120 CPUtime=0.29 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 25488 0 0 0 26 3 0 0 20 0 1 0 346141865 110714880 25428 33554432000 4194304 8395647 140737315104288 140737314966776 5756200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 27030 25428 394 1026 0 26000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 108120

[startup+0.70027 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 6032
/proc/meminfo: memFree=29268952/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=150816 CPUtime=0.69 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 36171 0 0 0 64 5 0 0 20 0 1 0 346141865 154435584 36111 33554432000 4194304 8395647 140737315104288 140737314966776 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 37704 36111 394 1026 0 36674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150816

[startup+1.50027 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6033
/proc/meminfo: memFree=29082184/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=246364 CPUtime=1.49 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 60086 0 0 0 140 9 0 0 20 0 1 0 346141865 252276736 60026 33554432000 4194304 8395647 140737315104288 140737314969496 7382031 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 61591 60026 394 1026 0 60561 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 246364

[startup+3.10027 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6033
/proc/meminfo: memFree=28994144/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=321804 CPUtime=3.09 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 78849 0 0 0 297 12 0 0 20 0 1 0 346141865 329527296 78789 33554432000 4194304 8395647 140737315104288 140737314969496 7324936 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 80451 78789 394 1026 0 79421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 321804

[startup+6.30027 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 6033
/proc/meminfo: memFree=28800332/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=547800 CPUtime=6.29 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 135303 0 0 0 607 22 0 0 20 0 1 0 346141865 560947200 135243 33554432000 4194304 8395647 140737315104288 140737314969496 4245998 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 136950 135243 394 1026 0 135920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 547800

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 6033
/proc/meminfo: memFree=27683340/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=1652332 CPUtime=12.69 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 406296 0 0 0 1205 64 0 0 20 0 1 0 346141865 1691987968 407926 33554432000 4194304 8395647 140737315104288 140737315100904 5038985 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 413083 407926 475 1026 0 412053 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1652332

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6033
/proc/meminfo: memFree=26972360/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=2356588 CPUtime=25.48 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 578717 0 0 0 2457 91 0 0 20 0 1 0 346141865 2413146112 580918 33554432000 4194304 8395647 140737315104288 140737315099576 4953593 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 589147 580918 495 1026 0 588117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2356588

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6033
/proc/meminfo: memFree=25890180/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=3406820 CPUtime=51.08 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 841288 0 0 0 4979 129 0 0 20 0 1 0 346141865 3488583680 843489 33554432000 4194304 8395647 140737315104288 140737315099752 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 851705 843489 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.07 2.02 2.00 3/177 6033
/proc/meminfo: memFree=25272988/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=4019084 CPUtime=102.28 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 989036 0 0 0 10078 150 0 0 20 0 1 0 346141865 4115542016 997311 33554432000 4194304 8395647 140737315104288 140737315100472 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1004771 997311 507 1026 0 1003741 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4019084

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 6033
/proc/meminfo: memFree=25150296/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=4042616 CPUtime=162.26 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 994914 0 0 0 16075 151 0 0 20 0 1 0 346141865 4139638784 1003189 33554432000 4194304 8395647 140737315104288 140737315100072 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1010654 1003189 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 6034
/proc/meminfo: memFree=25129184/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=4062056 CPUtime=222.26 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 999790 0 0 0 22073 153 0 0 20 0 1 0 346141865 4159545344 1008065 33554432000 4194304 8395647 140737315104288 140737315100472 5210321 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1015514 1008065 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/178 6037
/proc/meminfo: memFree=25111960/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=4075352 CPUtime=282.25 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1003177 0 0 0 28072 153 0 0 20 0 1 0 346141865 4173160448 1011452 33554432000 4194304 8395647 140737315104288 140737315100472 4911224 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1018838 1011452 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 6060
/proc/meminfo: memFree=25111484/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=4075352 CPUtime=342.24 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1003196 0 0 0 34071 153 0 0 20 0 1 0 346141865 4173160448 1011471 33554432000 4194304 8395647 140737315104288 140737315100472 5604541 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1018838 1011471 513 1026 0 1017808 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 4075352

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6060
/proc/meminfo: memFree=25037136/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=4151112 CPUtime=402.23 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1022136 0 0 0 40067 156 0 0 20 0 1 0 346141865 4250738688 1030411 33554432000 4194304 8395647 140737315104288 140737315100152 4910737 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1037778 1030411 513 1026 0 1036748 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 4151112

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6060
/proc/meminfo: memFree=24046092/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5241844 CPUtime=462.22 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1165967 0 0 0 46032 190 0 0 20 0 1 0 346141865 5367648256 1277281 33554432000 4194304 8395647 140737315104288 140737315099752 6585853 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1310461 1277281 579 1026 0 1309431 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5241844

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 6061
/proc/meminfo: memFree=23951264/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5325008 CPUtime=522.21 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1177089 0 0 0 52021 200 0 0 20 0 1 0 346141865 5452808192 1297336 33554432000 4194304 8395647 140737315104288 140737315099752 6696650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1331252 1297336 583 1026 0 1330222 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5325008

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6061
/proc/meminfo: memFree=23919272/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5351188 CPUtime=582.21 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1181542 0 0 0 58008 213 0 0 20 0 1 0 346141865 5479616512 1305302 33554432000 4194304 8395647 140737315104288 140737315099416 6697941 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1337797 1305302 583 1026 0 1336767 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 5351188

[startup+642.3 s]

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

/proc/meminfo: memFree=23791004/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5478128 CPUtime=1122.12 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1199591 0 0 0 111934 278 0 0 20 0 1 0 346141865 5609603072 1329361 33554432000 4194304 8395647 140737315104288 140737315098936 6664550 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1369532 1329361 589 1026 0 1368502 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 5478128

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23766088/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5501068 CPUtime=1182.11 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1203165 0 0 0 117921 290 0 0 20 0 1 0 346141865 5633093632 1335648 33554432000 4194304 8395647 140737315104288 140737315098808 6708206 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1375267 1335648 589 1026 0 1374237 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 5501068

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23864864/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5365032 CPUtime=1242.1 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1205258 0 0 0 123914 296 0 0 20 0 1 0 346141865 5493792768 1309865 33554432000 4194304 8395647 140737315104288 140737315099176 6013880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1341258 1309865 598 1026 0 1340228 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 5365032

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23862628/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5365032 CPUtime=1302.1 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206081 0 0 0 129913 297 0 0 20 0 1 0 346141865 5493792768 1310512 33554432000 4194304 8395647 140737315104288 140737315099576 5827869 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1341258 1310512 606 1026 0 1340228 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 5365032

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6066
/proc/meminfo: memFree=23861360/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5366444 CPUtime=1362.08 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206315 0 0 0 135911 297 0 0 20 0 1 0 346141865 5495238656 1310746 33554432000 4194304 8395647 140737315104288 140737315098696 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1341611 1310746 606 1026 0 1340581 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 5366444

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6067
/proc/meminfo: memFree=23861212/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5366444 CPUtime=1422.08 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206337 0 0 0 141911 297 0 0 20 0 1 0 346141865 5495238656 1310774 33554432000 4194304 8395647 140737315104288 140737315098696 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1341611 1310774 606 1026 0 1340581 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 5366444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6070
/proc/meminfo: memFree=23856260/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5373728 CPUtime=1482.06 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206480 0 0 0 147909 297 0 0 20 0 1 0 346141865 5502697472 1311939 33554432000 4194304 8395647 140737315104288 140737315099816 5849694 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1343432 1311939 608 1026 0 1342402 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 5373728

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6108
/proc/meminfo: memFree=25422612/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5373728 CPUtime=1542.05 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206480 0 0 0 153908 297 0 0 20 0 1 0 346141865 5502697472 1311939 33554432000 4194304 8395647 140737315104288 140737315099816 5849694 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1343432 1311939 608 1026 0 1342402 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 5373728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6108
/proc/meminfo: memFree=25267312/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5373728 CPUtime=1602.04 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206480 0 0 0 159907 297 0 0 20 0 1 0 346141865 5502697472 1311939 33554432000 4194304 8395647 140737315104288 140737315099816 5849682 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1343432 1311939 608 1026 0 1342402 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 5373728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6108
/proc/meminfo: memFree=25212064/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5373728 CPUtime=1662.03 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206480 0 0 0 165906 297 0 0 20 0 1 0 346141865 5502697472 1311939 33554432000 4194304 8395647 140737315104288 140737315099816 5849640 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1343432 1311939 608 1026 0 1342402 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 5373728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25191192/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5390260 CPUtime=1722.03 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206871 0 0 0 171905 298 0 0 20 0 1 0 346141865 5519626240 1313861 33554432000 4194304 8395647 140737315104288 140737315098184 5852534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1347565 1313861 611 1026 0 1346535 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 5390260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25180060/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5390260 CPUtime=1782.02 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206906 0 0 0 177904 298 0 0 20 0 1 0 346141865 5519626240 1314147 33554432000 4194304 8395647 140737315104288 140737315098184 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1347565 1314147 611 1026 0 1346535 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 5390260

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25177828/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5390260 CPUtime=1785.22 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1206907 0 0 0 178224 298 0 0 20 0 1 0 346141865 5519626240 1314148 33554432000 4194304 8395647 140737315104288 140737315098184 5852534 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1347565 1314148 611 1026 0 1346535 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 5390260

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25129908/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5438228 CPUtime=1791.62 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1209782 0 0 0 178863 299 0 0 20 0 1 0 346141865 5568745472 1325985 33554432000 4194304 8395647 140737315104288 140737315100120 4721227 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1359557 1325985 621 1026 0 1358527 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 5438228

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25130032/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5438228 CPUtime=1793.22 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1209782 0 0 0 179023 299 0 0 20 0 1 0 346141865 5568745472 1325985 33554432000 4194304 8395647 140737315104288 140737315103624 6063836 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1359557 1325985 621 1026 0 1358527 0
Current children cumulated CPU time (s) 1793.22
Current children cumulated vsize (KiB) 5438228

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25136728/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5430380 CPUtime=1794.82 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1209782 0 0 0 179183 299 0 0 20 0 1 0 346141865 5560709120 1324328 33554432000 4194304 8395647 140737315104288 140737315103672 6066710 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1357595 1324328 621 1026 0 1356565 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 5430380

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25136728/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=5053020 CPUtime=1795.62 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1209782 0 0 0 179261 301 0 0 20 0 1 0 346141865 5174292480 1247600 33554432000 4194304 8395647 140737315104288 140737315103672 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 1262998 1247600 621 1026 0 1261968 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (KiB) 5053020

[startup+1796.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25861340/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=3265252 CPUtime=1796.01 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1209783 0 0 0 179289 312 0 0 20 0 1 0 346141865 3343618048 546750 33554432000 4194304 8395647 140737315104288 140737315103768 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 816313 546750 622 1026 0 815283 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 3265252

[startup+1796.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6109
/proc/meminfo: memFree=25861340/32873844 swapFree=7116/7116
[pid=6032] ppid=6030 vsize=3265252 CPUtime=1796.1 cores=1,3,5,7
/proc/6032/stat : 6032 (pbscip.linux.x8) R 6030 6032 4984 0 -1 4202496 1209783 0 0 0 179289 321 0 0 20 0 1 0 346141865 3343618048 137213 33554432000 4194304 8395647 140737315104288 140737315103768 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6032/statm: 816313 137213 622 1026 0 815283 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (KiB) 3265252

Child status: 0
Real time (s): 1796.43
CPU time (s): 1796.15
CPU user time (s): 1792.9
CPU system time (s): 3.24851
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 5583380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.9
system time used= 3.24851
maximum resident set size= 5390636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1209789
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= 19
involuntary context switches= 1853

runsolver used 3.52146 second user time and 12.0102 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 10:55:33
IDJOB=3744065
IDBENCH=92680
IDSOLVER=2326
FILE ID=node103/3744065-1338800132
RUNJOBID= node103-1338783950-5001
PBS_JOBID= 14636845
Free space on /tmp= 71068 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_0_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-3744065-1338800132/watcher-3744065-1338800132 -o /tmp/evaluation-result-3744065-1338800132/solver-3744065-1338800132 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744065-1338800132.opb -t 1800 -m 15500

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

MD5SUM BENCH= 69c3f35ff6da259885813cb008cfe4d1
RANDOM SEED=974131448

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29268952 kB
Buffers:          209344 kB
Cached:           515780 kB
SwapCached:         5648 kB
Active:          2337512 kB
Inactive:         488936 kB
Active(anon):    2099288 kB
Inactive(anon):     4740 kB
Active(file):     238224 kB
Inactive(file):   484196 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             47936 kB
Writeback:             0 kB
AnonPages:       2104908 kB
Mapped:            11284 kB
Shmem:                 0 kB
Slab:             635364 kB
SReclaimable:      75852 kB
SUnreclaim:       559512 kB
KernelStack:        1456 kB
PageTables:         8260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2265560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71068 MiB
End job on node103 at 2012-06-04 11:25:29