Trace number 3743403

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1796.89 1797.3

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM3b8362af58c9130644833689fa0f2100
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 6694
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 62779
Number of bits of the biggest sum of numbers16
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-3743403-1338783113.opb>
4.49/4.53	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.49/4.53	c problem read
4.49/4.54	c presolving settings loaded
6.28/6.33	c presolving:
9.58/9.69	c (round 1) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
10.59/10.65	c (round 2) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1977 clqs
95.36/95.49	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12261460 impls, 1977 clqs
95.76/95.89	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12265462 impls, 1977 clqs
96.26/96.36	c presolving (5 rounds):
96.26/96.36	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
96.26/96.36	c  12265462 implications, 1977 cliques
96.26/96.36	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
96.26/96.36	c       1 constraints of type <knapsack>
96.26/96.36	c   26425 constraints of type <setppc>
96.26/96.36	c  373684 constraints of type <logicor>
96.26/96.36	c transformed objective value is always integral (scale: 1)
96.26/96.36	c Presolving Time: 90.69
96.26/96.36	c - non default parameters ----------------------------------------------------------------------
96.26/96.36	c # SCIP version 1.2.1.3
96.26/96.36	c 
96.26/96.36	c # frequency for displaying node information lines
96.26/96.36	c # [type: int, range: [-1,2147483647], default: 100]
96.26/96.36	c display/freq = 10000
96.26/96.36	c 
96.26/96.36	c # maximal time in seconds to run
96.26/96.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
96.26/96.36	c limits/time = 1785.47
96.26/96.36	c 
96.26/96.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
96.26/96.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
96.26/96.36	c limits/memory = 13950
96.26/96.36	c 
96.26/96.36	c # default clock type (1: CPU user seconds, 2: wall clock time)
96.26/96.36	c # [type: int, range: [1,2], default: 1]
96.26/96.36	c timing/clocktype = 2
96.26/96.36	c 
96.26/96.36	c # should presolving try to simplify inequalities
96.26/96.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
96.26/96.36	c constraints/linear/simplifyinequalities = TRUE
96.26/96.36	c 
96.26/96.36	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
96.26/96.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
96.26/96.36	c constraints/indicator/addCouplingCons = TRUE
96.26/96.36	c 
96.26/96.36	c # should presolving try to simplify knapsacks
96.26/96.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
96.26/96.36	c constraints/knapsack/simplifyinequalities = TRUE
96.26/96.36	c 
96.26/96.36	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
96.26/96.36	c # [type: int, range: [-1,2147483647], default: -1]
96.26/96.36	c separating/rapidlearning/freq = 0
96.26/96.36	c 
96.26/96.36	c -----------------------------------------------------------------------------------------------
96.26/96.36	c start solving
96.36/96.49	c 
214.65/214.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.65/214.79	c   210s|     1 |     0 | 19929 |     - |2041M|   0 |2225 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-1.999638e+03 |      --      |    Inf 
840.44/840.64	c   836s|     1 |     0 | 53134 |     - |2047M|   0 |2941 | 400k| 395k| 400k| 395k|  12 |   0 |   0 |-1.998757e+03 |      --      |    Inf 
1063.60/1063.82	c  1059s|     1 |     0 | 53496 |     - |2047M|   0 |3119 | 400k| 395k| 400k| 395k|  13 |   0 |   0 |-1.998749e+03 |      --      |    Inf 
1250.67/1250.98	c  1246s|     1 |     0 | 53728 |     - |2047M|   0 |3232 | 400k| 395k| 400k| 395k|  17 |   0 |   0 |-1.998740e+03 |      --      |    Inf 
1461.04/1461.34	c  1457s|     1 |     0 | 55226 |     - |2047M|   0 |3284 | 400k| 395k| 400k| 395k|  20 |   0 |   0 |-1.998729e+03 |      --      |    Inf 
1631.51/1631.85	c  1627s|     1 |     0 | 55500 |     - |2047M|   0 |3310 | 400k| 395k| 400k| 395k|  23 |   0 |   0 |-1.998711e+03 |      --      |    Inf 
1794.58/1794.97	c  1790s|     1 |     0 | 55500 |     - |2047M|   0 |   - | 400k| 395k| 400k| 395k|  24 |   0 |   0 |-1.998711e+03 |      --      |    Inf 
1794.79/1795.13	c  1791s|     1 |     2 | 55500 |     - |2047M|   0 |   - | 400k| 395k| 400k| 395k|  24 |   0 |   0 |-1.998711e+03 |      --      |    Inf 
1794.79/1795.13	c 
1794.79/1795.13	c SCIP Status        : solving was interrupted [time limit reached]
1794.79/1795.13	c Solving Time (sec) : 1790.59
1794.79/1795.13	c Solving Nodes      : 1
1794.79/1795.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.79/1795.13	c Dual Bound         : -1.99871075551810e+03
1794.79/1795.13	c Gap                : infinite
1794.79/1795.13	s UNKNOWN
1794.79/1795.13	c SCIP Status        : solving was interrupted [time limit reached]
1794.79/1795.13	c Solving Time       :    1790.59
1794.79/1795.13	c Original Problem   :
1794.79/1795.13	c   Problem name     : HOME/instance-3743403-1338783113.opb
1794.79/1795.13	c   Variables        : 400896 (400896 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.79/1795.13	c   Constraints      : 402763 initial, 402763 maximal
1794.79/1795.13	c Presolved Problem  :
1794.79/1795.13	c   Problem name     : t_HOME/instance-3743403-1338783113.opb
1794.79/1795.13	c   Variables        : 400220 (400220 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.79/1795.13	c   Constraints      : 400110 initial, 400110 maximal
1794.79/1795.13	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.79/1795.13	c   trivial          :       0.09          0          0          0          0          0          0          0          0
1794.79/1795.13	c   dualfix          :       0.07          0          0          0          0          0          0          0          0
1794.79/1795.13	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.79/1795.13	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.79/1795.13	c   implics          :       0.05          0          0          0          0          0          0          0          0
1794.79/1795.13	c   probing          :      84.22        676          0          0          0          0          0          0          0
1794.79/1795.13	c   knapsack         :       0.06          0          0          0          0          0          0          0          0
1794.79/1795.13	c   setppc           :       0.26          0          0          0          0          0          0          0          0
1794.79/1795.13	c   linear           :       2.72          0          0          0          0          0       1977          0          0
1794.79/1795.13	c   logicor          :       1.83          0          0          0          0          0        676          0          0
1794.79/1795.13	c   root node        :          -       5263          -          -       5263          -          -          -          -
1794.79/1795.13	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.79/1795.13	c   integral         :          0          0          0          0          0          0          0          0          0          0
1794.79/1795.13	c   knapsack         :          1          6      19667          0          1          0          0          0          0          0
1794.79/1795.13	c   setppc           :      26425          6      19667          0          1          9        578          0          0          0
1794.79/1795.13	c   logicor          :     373684          6       5977          0          1          0       4404          0          0          0
1794.79/1795.13	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1794.79/1795.13	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.79/1795.13	c   integral         :       0.00       0.00       0.00       0.00       0.00
1794.79/1795.13	c   knapsack         :      32.15       0.35      31.80       0.00       0.00
1794.79/1795.13	c   setppc           :       8.40       0.01       8.37       0.00       0.02
1794.79/1795.13	c   logicor          :       7.28       0.14       7.07       0.00       0.07
1794.79/1795.13	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.79/1795.13	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.79/1795.13	c   vbounds          :       0.01          2          0          0
1794.79/1795.13	c   rootredcost      :       0.01          0          0          0
1794.79/1795.13	c   pseudoobj        :       0.02         13          0          0
1794.79/1795.13	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.79/1795.13	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.79/1795.13	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.79/1795.13	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.79/1795.13	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.79/1795.13	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.79/1795.13	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.79/1795.13	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.79/1795.13	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.79/1795.13	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 61)
1794.79/1795.13	c   redcost          :       0.08          6          0        281          0          0
1794.79/1795.13	c   impliedbounds    :       0.19          6          0          0          1          0
1794.79/1795.13	c   intobj           :       0.00          0          0          0          0          0
1794.79/1795.13	c   cgmip            :       0.00          0          0          0          0          0
1794.79/1795.13	c   gomory           :     184.50          6          0          0        500          0
1794.79/1795.13	c   strongcg         :     163.73          6          0          0        500          0
1794.79/1795.13	c   cmir             :     277.55          6          0          0          0          0
1794.79/1795.13	c   flowcover        :     424.02          6          0          0          0          0
1794.79/1795.13	c   clique           :      10.30          5          0          0         35          0
1794.79/1795.13	c   zerohalf         :       0.00          0          0          0          0          0
1794.79/1795.13	c   mcf              :       0.42          1          0          0          0          0
1794.79/1795.13	c   rapidlearning    :       0.00          0          0          0          0          0
1794.79/1795.13	c Pricers            :       Time      Calls       Vars
1794.79/1795.13	c   problem variables:       0.00          0          0
1794.79/1795.13	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.79/1795.13	c   relpscost        :       0.00          0          0          0          0          0          0
1794.79/1795.13	c   pscost           :       0.00          0          0          0          0          0          0
1794.79/1795.13	c   inference        :       0.07          1          0          0          0          0          2
1794.79/1795.13	c   mostinf          :       0.00          0          0          0          0          0          0
1794.79/1795.13	c   leastinf         :       0.00          0          0          0          0          0          0
1794.79/1795.13	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.79/1795.13	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.79/1795.13	c   random           :       0.00          0          0          0          0          0          0
1794.79/1795.13	c Primal Heuristics  :       Time      Calls      Found
1794.79/1795.13	c   LP solutions     :       0.00          -          0
1794.79/1795.13	c   pseudo solutions :       0.00          -          0
1794.79/1795.13	c   oneopt           :       0.00          0          0
1794.79/1795.13	c   trivial          :       0.36          2          0
1794.79/1795.13	c   simplerounding   :       0.01          0          0
1794.79/1795.13	c   zirounding       :       0.00          0          0
1794.79/1795.13	c   rounding         :       0.09          6          0
1794.79/1795.13	c   shifting         :       0.47          6          0
1794.79/1795.13	c   intshifting      :       0.00          0          0
1794.79/1795.13	c   twoopt           :       0.00          0          0
1794.79/1795.13	c   fixandinfer      :       0.00          0          0
1794.79/1795.13	c   feaspump         :     240.89          1          0
1794.79/1795.13	c   coefdiving       :       0.00          0          0
1794.79/1795.13	c   pscostdiving     :       0.00          0          0
1794.79/1795.13	c   fracdiving       :       0.00          0          0
1794.79/1795.13	c   veclendiving     :       0.00          0          0
1794.79/1795.13	c   intdiving        :       0.00          0          0
1794.79/1795.13	c   actconsdiving    :       0.00          0          0
1794.79/1795.13	c   objpscostdiving  :       0.00          0          0
1794.79/1795.13	c   rootsoldiving    :       0.00          0          0
1794.79/1795.13	c   linesearchdiving :       0.00          0          0
1794.79/1795.13	c   guideddiving     :       0.00          0          0
1794.79/1795.13	c   octane           :       0.00          0          0
1794.79/1795.13	c   rens             :       0.00          0          0
1794.79/1795.13	c   rins             :       0.00          0          0
1794.79/1795.13	c   localbranching   :       0.00          0          0
1794.79/1795.13	c   mutation         :       0.00          0          0
1794.79/1795.13	c   crossover        :       0.00          0          0
1794.79/1795.13	c   dins             :       0.00          0          0
1794.79/1795.13	c   undercover       :       0.00          0          0
1794.79/1795.13	c   nlp              :       0.00          0          0
1794.79/1795.13	c   trysol           :       0.00          0          0
1794.79/1795.13	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.79/1795.13	c   primal LP        :       0.00          0          0       0.00          -
1794.79/1795.13	c   dual LP          :     393.62          6      37224    6204.00      94.57
1794.79/1795.13	c   lex dual LP      :       0.00          0          0       0.00          -
1794.79/1795.13	c   barrier LP       :       0.00          0          0       0.00          -
1794.79/1795.13	c   diving/probing LP:     238.59         17      18276    1075.06      76.60
1794.79/1795.13	c   strong branching :       0.00          0          0       0.00          -
1794.79/1795.13	c     (at root node) :          -          0          0       0.00          -
1794.79/1795.13	c   conflict analysis:       0.00          0          0       0.00          -
1794.79/1795.13	c B&B Tree           :
1794.79/1795.13	c   number of runs   :          1
1794.79/1795.13	c   nodes            :          1
1794.79/1795.13	c   nodes (total)    :          1
1794.79/1795.13	c   nodes left       :          2
1794.79/1795.13	c   max depth        :          0
1794.79/1795.13	c   max depth (total):          0
1794.79/1795.13	c   backtracks       :          0 (0.0%)
1794.79/1795.13	c   delayed cutoffs  :          0
1794.79/1795.13	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.79/1795.13	c   avg switch length:       1.00
1794.79/1795.13	c   switching time   :       0.00
1794.79/1795.13	c Solution           :
1794.79/1795.13	c   Solutions found  :          0 (0 improvements)
1794.79/1795.13	c   Primal Bound     :          -
1794.79/1795.13	c   Dual Bound       : -1.99871075551810e+03
1794.79/1795.13	c   Gap              :   infinite
1794.79/1795.13	c   Root Dual Bound  : -1.99871075551810e+03
1794.79/1795.13	c   Root Iterations  :      55500
1796.89/1797.30	c Time complete: 1796.99.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2483
/proc/meminfo: memFree=24090044/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 1502 0 0 0 0 0 0 0 20 0 1 0 344438160 9158656 1447 33554432000 4194304 8395647 140736179568400 140736920460408 7382157 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 2236 1457 374 1026 0 1206 0

[startup+0.0399779 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2483
/proc/meminfo: memFree=24090044/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=20156 CPUtime=0.03 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 4289 0 0 0 3 0 0 0 20 0 1 0 344438160 20639744 4234 33554432000 4194304 8395647 140736179568400 140736920460408 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 5039 4234 393 1026 0 4009 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20156

[startup+0.100321 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2483
/proc/meminfo: memFree=24090044/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=29672 CPUtime=0.09 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 6694 0 0 0 9 0 0 0 20 0 1 0 344438160 30384128 6639 33554432000 4194304 8395647 140736179568400 140736179433608 5758032 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 7418 6639 393 1026 0 6388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29672

[startup+0.300296 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2483
/proc/meminfo: memFree=24090044/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=54008 CPUtime=0.29 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 12738 0 0 0 28 1 0 0 20 0 1 0 344438160 55304192 12683 33554432000 4194304 8395647 140736179568400 140736179433608 4975309 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 13502 12683 393 1026 0 12472 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54008

[startup+0.700289 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2483
/proc/meminfo: memFree=24090044/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=88504 CPUtime=0.69 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 21359 0 0 0 67 2 0 0 20 0 1 0 344438160 90628096 21304 33554432000 4194304 8395647 140736179568400 140736179433608 5757902 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 22126 21304 393 1026 0 21096 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88504

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 2485
/proc/meminfo: memFree=26667000/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=189740 CPUtime=1.49 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 46395 0 0 0 143 6 0 0 20 0 1 0 344438160 194293760 46341 33554432000 4194304 8395647 140736179568400 140736179433608 6347101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 47435 46382 393 1026 0 46405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189740

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 2485
/proc/meminfo: memFree=26528508/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=382904 CPUtime=3.09 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 94765 0 0 0 296 13 0 0 20 0 1 0 344438160 392093696 94710 33554432000 4194304 8395647 140736179568400 140736179433608 4245985 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 95726 94710 393 1026 0 94696 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 382904

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2523
/proc/meminfo: memFree=25609644/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=1137936 CPUtime=6.28 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 281574 0 0 0 591 37 0 0 20 0 1 0 344438160 1165246464 282220 33554432000 4194304 8395647 140736179568400 140736179566248 4601338 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 284484 282220 444 1026 0 283454 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1137936

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2523
/proc/meminfo: memFree=23902512/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=1553708 CPUtime=12.68 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 386599 0 0 0 1216 52 0 0 20 0 1 0 344438160 1590996992 385566 33554432000 4194304 8395647 140736179568400 140736179565544 5608304 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 388427 385566 501 1026 0 387397 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1553708

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2523
/proc/meminfo: memFree=23698616/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=1553708 CPUtime=25.47 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 386723 0 0 0 2495 52 0 0 20 0 1 0 344438160 1590996992 385726 33554432000 4194304 8395647 140736179568400 140736179565544 4911307 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 388427 385726 501 1026 0 387397 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1553708

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2524
/proc/meminfo: memFree=23367256/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=1740836 CPUtime=51.07 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 432655 0 0 0 5049 58 0 0 20 0 1 0 344438160 1782616064 431653 33554432000 4194304 8395647 140736179568400 140736179564264 4706433 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 435209 431653 501 1026 0 434179 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1740836

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2524
/proc/meminfo: memFree=22328084/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2621396 CPUtime=102.26 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 598224 0 0 0 10138 88 0 0 20 0 1 0 344438160 2684309504 634217 33554432000 4194304 8395647 140736179568400 140736179563960 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 655349 634217 577 1026 0 654319 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2621396

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2524
/proc/meminfo: memFree=21635680/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2703176 CPUtime=162.25 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 620010 0 0 0 16122 103 0 0 20 0 1 0 344438160 2768052224 649218 33554432000 4194304 8395647 140736179568400 140736179563960 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 675794 649218 579 1026 0 674764 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2703176

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2524
/proc/meminfo: memFree=21579688/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2768100 CPUtime=222.24 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 638712 0 0 0 22101 123 0 0 20 0 1 0 344438160 2834534400 656351 33554432000 4194304 8395647 140736179568400 140736179562920 6697416 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 692025 656351 585 1026 0 690995 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2768100

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2524
/proc/meminfo: memFree=21544156/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2774524 CPUtime=282.22 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 639601 0 0 0 28096 126 0 0 20 0 1 0 344438160 2841112576 660817 33554432000 4194304 8395647 140736179568400 140736179562920 6636731 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 693631 660817 585 1026 0 692601 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2774524

[startup+342.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 2524
/proc/meminfo: memFree=21482880/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2809940 CPUtime=342.22 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 643232 0 0 0 34090 132 0 0 20 0 1 0 344438160 2877378560 674422 33554432000 4194304 8395647 140736179568400 140736179563048 6708477 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 702485 674422 585 1026 0 701455 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 2809940

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2525
/proc/meminfo: memFree=21477948/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2809940 CPUtime=402.21 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 643437 0 0 0 40086 135 0 0 20 0 1 0 344438160 2877378560 675547 33554432000 4194304 8395647 140736179568400 140736179562920 6708203 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 702485 675547 585 1026 0 701455 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2809940

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2525
/proc/meminfo: memFree=21533684/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2758268 CPUtime=462.2 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 644176 0 0 0 46081 139 0 0 20 0 1 0 344438160 2824466432 665214 33554432000 4194304 8395647 140736179568400 140736179563640 6440503 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 689567 665214 600 1026 0 688537 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2758268

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2528
/proc/meminfo: memFree=21524004/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2758268 CPUtime=522.19 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 644232 0 0 0 52079 140 0 0 20 0 1 0 344438160 2824466432 666803 33554432000 4194304 8395647 140736179568400 140736179563688 5827831 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 689567 666803 603 1026 0 688537 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 2758268

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2528
/proc/meminfo: memFree=21509828/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2759816 CPUtime=582.18 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 644847 0 0 0 58078 140 0 0 20 0 1 0 344438160 2826051584 669973 33554432000 4194304 8395647 140736179568400 140736179563928 5849694 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 689954 669973 605 1026 0 688924 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 2759816

[startup+642.3 s]

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

/proc/2483/statm: 739842 719407 621 1026 0 738812 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 2959368

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2535
/proc/meminfo: memFree=21243056/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2959368 CPUtime=1422.05 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 662394 0 0 0 142030 175 0 0 20 0 1 0 344438160 3030392832 720025 33554432000 4194304 8395647 140736179568400 140736179563688 5849682 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739842 720025 621 1026 0 738812 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 2959368

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2535
/proc/meminfo: memFree=21232428/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2957576 CPUtime=1482.04 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 665223 0 0 0 148024 180 0 0 20 0 1 0 344438160 3028557824 722669 33554432000 4194304 8395647 140736179568400 140736179563592 4270238 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739394 722669 621 1026 0 738364 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2957576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2535
/proc/meminfo: memFree=21232300/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2957576 CPUtime=1542.03 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 665224 0 0 0 154021 182 0 0 20 0 1 0 344438160 3028557824 722723 33554432000 4194304 8395647 140736179568400 140736179563688 5827831 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739394 722723 621 1026 0 738364 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 2957576

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2536
/proc/meminfo: memFree=21232328/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2957576 CPUtime=1602.02 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 665224 0 0 0 160020 182 0 0 20 0 1 0 344438160 3028557824 722723 33554432000 4194304 8395647 140736179568400 140736179563688 5849694 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739394 722723 621 1026 0 738364 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2957576

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2536
/proc/meminfo: memFree=21234836/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2958472 CPUtime=1662.01 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666931 0 0 0 166016 185 0 0 20 0 1 0 344438160 3029475328 722117 33554432000 4194304 8395647 140736179568400 140736179563688 6440644 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739618 722117 621 1026 0 738588 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 2958472

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2539
/proc/meminfo: memFree=21234844/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2958472 CPUtime=1722 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666931 0 0 0 172015 185 0 0 20 0 1 0 344438160 3029475328 722118 33554432000 4194304 8395647 140736179568400 140736179563688 5823737 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739618 722118 621 1026 0 738588 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 2958472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2539
/proc/meminfo: memFree=21205716/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2958472 CPUtime=1781.99 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666931 0 0 0 178014 185 0 0 20 0 1 0 344438160 3029475328 722118 33554432000 4194304 8395647 140736179568400 140736179563688 5849694 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739618 722118 621 1026 0 738588 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 2958472

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1796.89 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1796.89 s) to the 'lost time'.

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2539
/proc/meminfo: memFree=21536340/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2393012 CPUtime=1796.89 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666940 0 0 0 179500 189 0 0 20 0 1 0 344438160 2450444288 596221 33554432000 4194304 8395647 140736179568400 140736179567592 6345173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 598253 596221 630 1026 0 597223 0
Current children cumulated CPU time (s) 1796.89
Current children cumulated vsize (KiB) 2393012

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2577
/proc/meminfo: memFree=26677052/32873648 swapFree=6852/6852
[pid=2483] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/2483/stat : -- couldn't open stat file --/proc/2483/statm: 22 1632 0 -1 4202496 791232 0 0 0 178900 316 0 0 20 0 1 0 344438536 2509189120 602007 33554432000 4194304 8395647 140733683298464 140733683297848 7435351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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 2539
/proc/meminfo: memFree=21233828/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2958472 CPUtime=1785.19 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666931 0 0 0 178334 185 0 0 20 0 1 0 344438160 3029475328 722118 33554432000 4194304 8395647 140736179568400 140736179563688 5849658 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739618 722118 621 1026 0 738588 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 2958472

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2539
/proc/meminfo: memFree=21233564/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2958472 CPUtime=1791.59 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666931 0 0 0 178974 185 0 0 20 0 1 0 344438160 3029475328 722118 33554432000 4194304 8395647 140736179568400 140736179563688 5849682 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739618 722118 621 1026 0 738588 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 2958472

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2539
/proc/meminfo: memFree=21253224/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2958472 CPUtime=1794.79 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666933 0 0 0 179294 185 0 0 20 0 1 0 344438160 3029475328 722120 33554432000 4194304 8395647 140736179568400 140736179563016 4688072 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 739618 722120 623 1026 0 738588 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 2958472

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2539
/proc/meminfo: memFree=21536340/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2895400 CPUtime=1796.38 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666940 0 0 0 179453 185 0 0 20 0 1 0 344438160 2964889600 706783 33554432000 4194304 8395647 140736179568400 140736179567736 6076037 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 723850 706783 630 1026 0 722820 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 2895400

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2539
/proc/meminfo: memFree=21536340/32873648 swapFree=6852/6852
[pid=2483] ppid=2481 vsize=2562288 CPUtime=1796.79 cores=1,3,5,7
/proc/2483/stat : 2483 (pbscip.linux.x8) R 2481 2483 1632 0 -1 4202496 666940 0 0 0 179492 187 0 0 20 0 1 0 344438160 2623782912 638538 33554432000 4194304 8395647 140736179568400 140736179567592 4969582 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2483/statm: 640572 638538 630 1026 0 639542 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 2562288

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2577
/proc/meminfo: memFree=26677052/32873648 swapFree=6852/6852
[pid=2483] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/2483/stat : -- couldn't open stat file --/proc/2483/statm: 22 1632 0 -1 4202496 791232 0 0 0 178900 316 0 0 20 0 1 0 344438536 2509189120 602007 33554432000 4194304 8395647 140733683298464 140733683297848 7435351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2483 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=81106
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=916708
# CPU time returned by wait4() is 1797
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1796.89
#  lost CPU user time (s): 1795
#  lost CPU system time (s): 1.89

Real time (s): 1797.3
CPU time (s): 1796.89
CPU user time (s): 1795
CPU system time (s): 1.89
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 2981192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 1.91671
maximum resident set size= 2907900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666946
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= 48
involuntary context switches= 1849

runsolver used 4.6323 second user time and 15.4377 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 06:11:54
IDJOB=3743403
IDBENCH=91083
IDSOLVER=2326
FILE ID=node115/3743403-1338783113
RUNJOBID= node115-1338772354-1650
PBS_JOBID= 14636818
Free space on /tmp= 70768 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-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.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-3743403-1338783113/watcher-3743403-1338783113 -o /tmp/evaluation-result-3743403-1338783113/solver-3743403-1338783113 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743403-1338783113.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3b8362af58c9130644833689fa0f2100
RANDOM SEED=1698806591

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:       32873648 kB
MemFree:        24090688 kB
Buffers:         1445952 kB
Cached:          3713216 kB
SwapCached:         1016 kB
Active:          5551536 kB
Inactive:        2315240 kB
Active(anon):    2688076 kB
Inactive(anon):    18044 kB
Active(file):    2863460 kB
Inactive(file):  2297196 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             37668 kB
Writeback:             0 kB
AnonPages:       2715264 kB
Mapped:            13968 kB
Shmem:                96 kB
Slab:             772956 kB
SReclaimable:     217208 kB
SUnreclaim:       555748 kB
KernelStack:        1456 kB
PageTables:         9456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2984972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70780 MiB
End job on node115 at 2012-06-04 06:41:51