Trace number 3744263

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? 1794 1794.29

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_4_mh.opb
MD5SUMe26037534ca85468c1cdb9d8f58c6c52
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3385478
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 148877000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 69830910074
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 148877000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 69830910074
Number of bits of the biggest sum of numbers37
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-3744263-1338803538.opb>
4.59/4.63	c original problem has 250200 variables (250200 bin, 0 int, 0 impl, 0 cont) and 605407 constraints
4.59/4.63	c problem read
4.59/4.63	c presolving settings loaded
5.99/6.00	c presolving:
8.38/8.42	c (round 1) 10000 del vars, 4903 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 1188350 impls, 1 clqs
12.99/13.02	c (round 2) 10000 del vars, 6128 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 1188350 impls, 1 clqs
123.67/123.71	c    (119.1s) probing: 1000/240200 (0.4%) - 0 fixings, 0 aggregations, 357821 implications, 0 bound changes
230.66/230.78	c    (226.1s) probing: 2000/240200 (0.8%) - 0 fixings, 0 aggregations, 414549 implications, 0 bound changes
230.76/230.89	c    (226.3s) probing: 2001/240200 (0.8%) - 0 fixings, 0 aggregations, 414586 implications, 0 bound changes
230.76/230.89	c    (226.3s) probing aborted: 2000/2000 successive useless probings
230.86/230.90	c presolving (3 rounds):
230.86/230.90	c  10000 deleted vars, 6128 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
230.86/230.90	c  36969234 implications, 1 cliques
230.86/230.90	c presolved problem has 240200 variables (240200 bin, 0 int, 0 impl, 0 cont) and 599279 constraints
230.86/230.90	c  121425 constraints of type <knapsack>
230.86/230.90	c  356526 constraints of type <setppc>
230.86/230.90	c       3 constraints of type <linear>
230.86/230.90	c  121325 constraints of type <logicor>
230.86/230.90	c transformed objective value is always integral (scale: 1)
230.86/230.90	c Presolving Time: 225.31
230.86/230.90	c - non default parameters ----------------------------------------------------------------------
230.86/230.90	c # SCIP version 1.2.1.3
230.86/230.90	c 
230.86/230.90	c # frequency for displaying node information lines
230.86/230.90	c # [type: int, range: [-1,2147483647], default: 100]
230.86/230.90	c display/freq = 10000
230.86/230.90	c 
230.86/230.90	c # maximal time in seconds to run
230.86/230.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
230.86/230.90	c limits/time = 1785.38
230.86/230.90	c 
230.86/230.90	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
230.86/230.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
230.86/230.90	c limits/memory = 13950
230.86/230.90	c 
230.86/230.90	c # default clock type (1: CPU user seconds, 2: wall clock time)
230.86/230.90	c # [type: int, range: [1,2], default: 1]
230.86/230.90	c timing/clocktype = 2
230.86/230.90	c 
230.86/230.90	c # should presolving try to simplify inequalities
230.86/230.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
230.86/230.90	c constraints/linear/simplifyinequalities = TRUE
230.86/230.90	c 
230.86/230.90	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
230.86/230.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
230.86/230.90	c constraints/indicator/addCouplingCons = TRUE
230.86/230.90	c 
230.86/230.90	c # should presolving try to simplify knapsacks
230.86/230.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
230.86/230.90	c constraints/knapsack/simplifyinequalities = TRUE
230.86/230.90	c 
230.86/230.90	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
230.86/230.90	c # [type: int, range: [-1,2147483647], default: -1]
230.86/230.90	c separating/rapidlearning/freq = 0
230.86/230.90	c 
230.86/230.90	c -----------------------------------------------------------------------------------------------
230.86/230.90	c start solving
230.86/230.97	c 
287.05/287.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.05/287.15	c   283s|     1 |     0 |  5710 |     - |2412M|   0 | 828 | 240k| 599k| 240k| 599k|   0 |   0 |   0 | 9.390122e+05 |      --      |    Inf 
977.04/977.28	c   973s|     1 |     0 | 17084 |     - |2442M|   0 | 961 | 240k| 599k| 240k| 599k|  43 |   0 |   0 | 1.032841e+06 |      --      |    Inf 
1789.71/1790.03	c  1785s|     1 |     0 | 17084 |     - |2442M|   0 |   - | 240k| 599k| 240k| 599k|  63 |   0 |   0 | 1.032841e+06 |      --      |    Inf 
1790.00/1790.30	c  1786s|     1 |     2 | 17084 |     - |2442M|   0 |   - | 240k| 599k| 240k| 599k|  63 |   0 |   0 | 1.032841e+06 |      --      |    Inf 
1790.00/1790.30	c 
1790.00/1790.30	c SCIP Status        : solving was interrupted [time limit reached]
1790.00/1790.30	c Solving Time (sec) : 1785.67
1790.00/1790.30	c Solving Nodes      : 1
1790.00/1790.30	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.00/1790.30	c Dual Bound         : +1.03284144448939e+06
1790.00/1790.30	c Gap                : infinite
1790.00/1790.30	s UNKNOWN
1790.00/1790.30	c SCIP Status        : solving was interrupted [time limit reached]
1790.00/1790.30	c Solving Time       :    1785.67
1790.00/1790.30	c Original Problem   :
1790.00/1790.30	c   Problem name     : HOME/instance-3744263-1338803538.opb
1790.00/1790.30	c   Variables        : 250200 (250200 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.00/1790.30	c   Constraints      : 605407 initial, 605407 maximal
1790.00/1790.30	c Presolved Problem  :
1790.00/1790.30	c   Problem name     : t_HOME/instance-3744263-1338803538.opb
1790.00/1790.30	c   Variables        : 240200 (240200 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.00/1790.30	c   Constraints      : 599279 initial, 599279 maximal
1790.00/1790.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.00/1790.30	c   trivial          :       0.03          0          0          0          0          0          0          0          0
1790.00/1790.30	c   dualfix          :       0.03       7400          0          0          0          0          0          0          0
1790.00/1790.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.00/1790.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.00/1790.30	c   implics          :       0.03          0          0          0          0          0          0          0          0
1790.00/1790.30	c   probing          :     196.72          0          0          0          0          0          0          0          0
1790.00/1790.30	c   knapsack         :      20.28          0          0          0          0          0          0          0          0
1790.00/1790.30	c   setppc           :       0.70          0          0          0          0          0          0          0          0
1790.00/1790.30	c   linear           :       6.33        150       2450          0        150          0       6128       1225       3675
1790.00/1790.30	c   logicor          :       0.28          0          0          0          0          0          0          0          0
1790.00/1790.30	c   root node        :          -          0          -          -          0          -          -          -          -
1790.00/1790.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.00/1790.30	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.00/1790.30	c   knapsack         :     121425          2       6050          0          1          0          0        113          0          0
1790.00/1790.30	c   setppc           :     356526          2       6050          0          1          0          0          0          0          0
1790.00/1790.30	c   linear           :          3          2       6050          0          0          0          0          0          0          0
1790.00/1790.30	c   logicor          :     121325          2       4051          0          1          0          0          0          0          0
1790.00/1790.30	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.00/1790.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.00/1790.30	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.00/1790.30	c   knapsack         :      52.86       0.42      52.43       0.00       0.00
1790.00/1790.30	c   setppc           :      99.19       0.06      98.99       0.00       0.13
1790.00/1790.30	c   linear           :      39.31      38.41       0.90       0.00       0.00
1790.00/1790.30	c   logicor          :       0.67       0.02       0.60       0.00       0.05
1790.00/1790.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.00/1790.30	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.00/1790.30	c   vbounds          :       0.01          2          0          0
1790.00/1790.30	c   rootredcost      :       0.00          0          0          0
1790.00/1790.30	c   pseudoobj        :       0.02          3          0          0
1790.00/1790.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.00/1790.30	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.00/1790.30	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.00/1790.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.00/1790.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.00/1790.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.00/1790.30	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.00/1790.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.00/1790.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.00/1790.30	c   cut pool         :       0.01          1          -          -          6          -    (maximal pool size: 576)
1790.00/1790.30	c   redcost          :       0.02          2          0          0          0          0
1790.00/1790.30	c   impliedbounds    :       0.06          2          0          0         54          0
1790.00/1790.30	c   intobj           :       0.00          0          0          0          0          0
1790.00/1790.30	c   cgmip            :       0.00          0          0          0          0          0
1790.00/1790.30	c   gomory           :     831.56          2          0          0        500          0
1790.00/1790.30	c   strongcg         :       6.17          1          0          0        500          0
1790.00/1790.30	c   cmir             :      52.08          1          0          0          0          0
1790.00/1790.30	c   flowcover        :     248.46          1          0          0         59          0
1790.00/1790.30	c   clique           :      47.05          1          0          0          6          0
1790.00/1790.30	c   zerohalf         :       0.00          0          0          0          0          0
1790.00/1790.30	c   mcf              :       0.42          1          0          0          0          0
1790.00/1790.30	c   rapidlearning    :       0.00          0          0          0          0          0
1790.00/1790.30	c Pricers            :       Time      Calls       Vars
1790.00/1790.30	c   problem variables:       0.00          0          0
1790.00/1790.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.00/1790.30	c   relpscost        :       0.00          0          0          0          0          0          0
1790.00/1790.30	c   pscost           :       0.00          0          0          0          0          0          0
1790.00/1790.30	c   inference        :       0.07          1          0          0          0          0          2
1790.00/1790.30	c   mostinf          :       0.00          0          0          0          0          0          0
1790.00/1790.30	c   leastinf         :       0.00          0          0          0          0          0          0
1790.00/1790.30	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.00/1790.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.00/1790.30	c   random           :       0.00          0          0          0          0          0          0
1790.00/1790.30	c Primal Heuristics  :       Time      Calls      Found
1790.00/1790.30	c   LP solutions     :       0.00          -          0
1790.00/1790.30	c   pseudo solutions :       0.00          -          0
1790.00/1790.30	c   oneopt           :       0.00          0          0
1790.00/1790.30	c   trivial          :       0.24          2          0
1790.00/1790.30	c   simplerounding   :       0.01          0          0
1790.00/1790.30	c   zirounding       :       0.00          0          0
1790.00/1790.30	c   rounding         :       0.04          2          0
1790.00/1790.30	c   shifting         :       0.11          2          0
1790.00/1790.30	c   intshifting      :       0.00          0          0
1790.00/1790.30	c   twoopt           :       0.00          0          0
1790.00/1790.30	c   fixandinfer      :       0.00          0          0
1790.00/1790.30	c   feaspump         :     247.63          1          0
1790.00/1790.30	c   coefdiving       :       0.00          0          0
1790.00/1790.30	c   pscostdiving     :       0.00          0          0
1790.00/1790.30	c   fracdiving       :       0.00          0          0
1790.00/1790.30	c   veclendiving     :       0.00          0          0
1790.00/1790.30	c   intdiving        :       0.00          0          0
1790.00/1790.30	c   actconsdiving    :       0.00          0          0
1790.00/1790.30	c   objpscostdiving  :       0.00          0          0
1790.00/1790.30	c   rootsoldiving    :       0.00          0          0
1790.00/1790.30	c   linesearchdiving :       0.00          0          0
1790.00/1790.30	c   guideddiving     :       0.00          0          0
1790.00/1790.30	c   octane           :       0.00          0          0
1790.00/1790.30	c   rens             :       0.00          0          0
1790.00/1790.30	c   rins             :       0.00          0          0
1790.00/1790.30	c   localbranching   :       0.00          0          0
1790.00/1790.30	c   mutation         :       0.00          0          0
1790.00/1790.30	c   crossover        :       0.00          0          0
1790.00/1790.30	c   dins             :       0.00          0          0
1790.00/1790.30	c   undercover       :       0.00          0          0
1790.00/1790.30	c   nlp              :       0.00          0          0
1790.00/1790.30	c   trysol           :       0.00          0          0
1790.00/1790.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.00/1790.30	c   primal LP        :       0.00          0          0       0.00          -
1790.00/1790.30	c   dual LP          :      84.92          2       7743    3871.50      91.18
1790.00/1790.30	c   lex dual LP      :       0.00          0          0       0.00          -
1790.00/1790.30	c   barrier LP       :       0.00          0          0       0.00          -
1790.00/1790.30	c   diving/probing LP:     247.20          3       9341    3113.67      37.79
1790.00/1790.30	c   strong branching :       0.00          0          0       0.00          -
1790.00/1790.30	c     (at root node) :          -          0          0       0.00          -
1790.00/1790.30	c   conflict analysis:       0.00          0          0       0.00          -
1790.00/1790.30	c B&B Tree           :
1790.00/1790.30	c   number of runs   :          1
1790.00/1790.30	c   nodes            :          1
1790.00/1790.30	c   nodes (total)    :          1
1790.00/1790.30	c   nodes left       :          2
1790.00/1790.30	c   max depth        :          0
1790.00/1790.30	c   max depth (total):          0
1790.00/1790.30	c   backtracks       :          0 (0.0%)
1790.00/1790.30	c   delayed cutoffs  :          0
1790.00/1790.30	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.00/1790.30	c   avg switch length:       1.00
1790.00/1790.30	c   switching time   :       0.00
1790.00/1790.30	c Solution           :
1790.00/1790.30	c   Solutions found  :          0 (0 improvements)
1790.00/1790.30	c   Primal Bound     :          -
1790.00/1790.30	c   Dual Bound       : +1.03284144448939e+06
1790.00/1790.30	c   Gap              :   infinite
1790.00/1790.30	c   Root Dual Bound  : +1.03284144448939e+06
1790.00/1790.30	c   Root Iterations  :      17084
1793.91/1794.28	c Time complete: 1793.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-3744263-1338803538/watcher-3744263-1338803538 -o /tmp/evaluation-result-3744263-1338803538/solver-3744263-1338803538 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744263-1338803538.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3810
/proc/meminfo: memFree=28336808/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 1253 0 0 0 0 0 0 0 20 0 1 0 346480667 8105984 1200 33554432000 4194304 8395647 140735458597552 140737418363352 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 1979 1201 370 1026 0 949 0

[startup+0.102183 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3810
/proc/meminfo: memFree=28336808/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=48356 CPUtime=0.09 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 11293 0 0 0 8 1 0 0 20 0 1 0 346480667 49516544 11234 33554432000 4194304 8395647 140735458597552 140735458461192 7439152 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 12089 11234 387 1026 0 11059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48356

[startup+0.200361 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3810
/proc/meminfo: memFree=28336808/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=89268 CPUtime=0.19 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 21435 0 0 0 16 3 0 0 20 0 1 0 346480667 91410432 21376 33554432000 4194304 8395647 140735458597552 140735458461192 5759075 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 22317 21376 387 1026 0 21287 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 89268

[startup+0.300338 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3810
/proc/meminfo: memFree=28336808/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=104572 CPUtime=0.29 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 25287 0 0 0 26 3 0 0 20 0 1 0 346480667 107081728 25228 33554432000 4194304 8395647 140735458597552 140735458461192 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 26143 25228 394 1026 0 25113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104572

[startup+0.700296 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 3810
/proc/meminfo: memFree=28336808/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=150740 CPUtime=0.69 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 36768 0 0 0 64 5 0 0 20 0 1 0 346480667 154357760 36709 33554432000 4194304 8395647 140735458597552 140735458461192 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 37685 36709 394 1026 0 36655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150740

[startup+1.50029 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3811
/proc/meminfo: memFree=28131928/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=245396 CPUtime=1.49 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 60380 0 0 0 140 9 0 0 20 0 1 0 346480667 251285504 60321 33554432000 4194304 8395647 140735458597552 140735458462760 4423932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 61349 60321 394 1026 0 60319 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 245396

[startup+3.10029 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 3811
/proc/meminfo: memFree=28057776/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=323996 CPUtime=3.09 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 80081 0 0 0 297 12 0 0 20 0 1 0 346480667 331771904 80022 33554432000 4194304 8395647 140735458597552 140735458462312 4423932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 80999 80022 394 1026 0 79969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323996

[startup+6.30029 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 3811
/proc/meminfo: memFree=27348372/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=1047456 CPUtime=6.28 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 258806 0 0 0 593 35 0 0 20 0 1 0 346480667 1072594944 258393 33554432000 4194304 8395647 140735458597552 140735458593352 18446744073699066235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 261864 258393 475 1026 0 260834 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1047456

[startup+12.7003 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 3811
/proc/meminfo: memFree=26991444/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=1366948 CPUtime=12.69 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 336378 0 0 0 1224 45 0 0 20 0 1 0 346480667 1399754752 336150 33554432000 4194304 8395647 140735458597552 140735458593496 4448743 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 341737 336150 483 1026 0 340707 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1366948

[startup+25.5003 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3811
/proc/meminfo: memFree=26318416/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=2152984 CPUtime=25.49 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 532618 0 0 0 2478 71 0 0 20 0 1 0 346480667 2204655616 532313 33554432000 4194304 8395647 140735458597552 140735458593016 4953593 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 538246 532313 496 1026 0 537216 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2152984

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 3811
/proc/meminfo: memFree=25785116/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=2569120 CPUtime=51.09 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 634803 0 0 0 5027 82 0 0 20 0 1 0 346480667 2630778880 636657 33554432000 4194304 8395647 140735458597552 140735458593416 5604533 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 642280 636657 508 1026 0 641250 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2569120

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3812
/proc/meminfo: memFree=25772628/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=2578328 CPUtime=102.27 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 637105 0 0 0 10145 82 0 0 20 0 1 0 346480667 2640207872 638959 33554432000 4194304 8395647 140735458597552 140735458593624 5210648 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 644582 638959 508 1026 0 643552 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2578328

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=25862268/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=2583448 CPUtime=162.26 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 638410 0 0 0 16144 82 0 0 20 0 1 0 346480667 2645450752 640264 33554432000 4194304 8395647 140735458597552 140735458593336 5604533 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 645862 640264 514 1026 0 644832 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2583448

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=25792608/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=2652032 CPUtime=222.26 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 655556 0 0 0 22141 85 0 0 20 0 1 0 346480667 2715680768 657410 33554432000 4194304 8395647 140735458597552 140735458593416 5210648 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 663008 657410 514 1026 0 661978 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2652032

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=25012508/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3532052 CPUtime=282.24 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 779091 0 0 0 28105 119 0 0 20 0 1 0 346480667 3616821248 850536 33554432000 4194304 8395647 140735458597552 140735458592680 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 883013 850536 584 1026 0 881983 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3532052

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3812
/proc/meminfo: memFree=24946076/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3590444 CPUtime=342.23 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 784371 0 0 0 34095 128 0 0 20 0 1 0 346480667 3676614656 866836 33554432000 4194304 8395647 140735458597552 140735458592200 6708218 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 897611 866836 590 1026 0 896581 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3590444

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3813
/proc/meminfo: memFree=24932520/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3592568 CPUtime=402.23 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 784794 0 0 0 40093 130 0 0 20 0 1 0 346480667 3678789632 868792 33554432000 4194304 8395647 140735458597552 140735458592072 6708187 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 898142 868792 590 1026 0 897112 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3592568

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3813
/proc/meminfo: memFree=24905308/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3601444 CPUtime=462.22 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 785162 0 0 0 46091 131 0 0 20 0 1 0 346480667 3687878656 874781 33554432000 4194304 8395647 140735458597552 140735458592072 6708222 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 900361 874781 590 1026 0 899331 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3601444

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3838
/proc/meminfo: memFree=24897568/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3604792 CPUtime=522.2 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 785911 0 0 0 52087 133 0 0 20 0 1 0 346480667 3691307008 876041 33554432000 4194304 8395647 140735458597552 140735458592376 6709493 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 901198 876041 590 1026 0 900168 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3604792

[startup+582.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3838
/proc/meminfo: memFree=24846632/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3489200 CPUtime=582.2 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 786001 0 0 0 58084 136 0 0 20 0 1 0 346480667 3572940800 851656 33554432000 4194304 8395647 140735458597552 140735458592744 6440503 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 872300 851656 605 1026 0 871270 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3489200

[startup+642.3 s]

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

/proc/meminfo: memFree=24528884/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1122.11 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801311 0 0 0 112058 153 0 0 20 0 1 0 346480667 3834941440 912614 33554432000 4194304 8395647 140735458597552 140735458592792 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912614 626 1026 0 935235 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3745060

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 3843
/proc/meminfo: memFree=24529040/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1182.1 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801311 0 0 0 118055 155 0 0 20 0 1 0 346480667 3834941440 912614 33554432000 4194304 8395647 140735458597552 140735458592792 6197309 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912614 626 1026 0 935235 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3745060

[startup+1242.31 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 3843
/proc/meminfo: memFree=24528584/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1242.1 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801311 0 0 0 124052 158 0 0 20 0 1 0 346480667 3834941440 912614 33554432000 4194304 8395647 140735458597552 140735458592744 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912614 626 1026 0 935235 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3745060

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3844
/proc/meminfo: memFree=24527124/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1302.08 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801311 0 0 0 130047 161 0 0 20 0 1 0 346480667 3834941440 912614 33554432000 4194304 8395647 140735458597552 140735458592792 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912614 626 1026 0 935235 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3745060

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24527340/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1362.08 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801311 0 0 0 136043 165 0 0 20 0 1 0 346480667 3834941440 912614 33554432000 4194304 8395647 140735458597552 140735458592744 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912614 626 1026 0 935235 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3745060

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3844
/proc/meminfo: memFree=24527312/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1422.06 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801311 0 0 0 142038 168 0 0 20 0 1 0 346480667 3834941440 912614 33554432000 4194304 8395647 140735458597552 140735458592744 6440477 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912614 626 1026 0 935235 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3745060

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3882
/proc/meminfo: memFree=28045620/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1482.05 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801316 0 0 0 148034 171 0 0 20 0 1 0 346480667 3834941440 912622 33554432000 4194304 8395647 140735458597552 140735458592744 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912622 626 1026 0 935235 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3745060

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3882
/proc/meminfo: memFree=28029904/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1542.05 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801317 0 0 0 154031 174 0 0 20 0 1 0 346480667 3834941440 912622 33554432000 4194304 8395647 140735458597552 140735458592792 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912622 626 1026 0 935235 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3745060

[startup+1602.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/177 3883
/proc/meminfo: memFree=28028448/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1602.03 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801320 0 0 0 160026 177 0 0 20 0 1 0 346480667 3834941440 912622 33554432000 4194304 8395647 140735458597552 140735458592744 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912622 626 1026 0 935235 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3745060

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 3883
/proc/meminfo: memFree=28028476/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1662.03 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801320 0 0 0 166023 180 0 0 20 0 1 0 346480667 3834941440 912622 33554432000 4194304 8395647 140735458597552 140735458592744 4270532 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912622 626 1026 0 935235 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3745060

[startup+1722.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/178 3886
/proc/meminfo: memFree=28028228/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1722.02 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801321 0 0 0 172019 183 0 0 20 0 1 0 346480667 3834941440 912682 33554432000 4194304 8395647 140735458597552 140735458592792 6197315 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912682 626 1026 0 935235 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3745060

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 3886
/proc/meminfo: memFree=28027028/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1782.01 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801322 0 0 0 178016 185 0 0 20 0 1 0 346480667 3834941440 912950 33554432000 4194304 8395647 140735458597552 140735458592744 6153349 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 912950 626 1026 0 935235 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3745060

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

[startup+1785.9 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 3886
/proc/meminfo: memFree=28025896/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1785.61 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801322 0 0 0 178376 185 0 0 20 0 1 0 346480667 3834941440 913203 33554432000 4194304 8395647 140735458597552 140735458592744 7385972 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 913203 626 1026 0 935235 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (KiB) 3745060

[startup+1789.1 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 3886
/proc/meminfo: memFree=28026144/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3745060 CPUtime=1788.8 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801322 0 0 0 178695 185 0 0 20 0 1 0 346480667 3834941440 913203 33554432000 4194304 8395647 140735458597552 140735458592792 7385934 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 936265 913203 626 1026 0 935235 0
Current children cumulated CPU time (s) 1788.8
Current children cumulated vsize (KiB) 3745060

[startup+1792.31 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 3886
/proc/meminfo: memFree=28144308/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3616144 CPUtime=1792.01 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801704 0 0 0 179015 186 0 0 20 0 1 0 346480667 3702931456 883730 33554432000 4194304 8395647 140735458597552 140735458596888 6063840 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 904036 883730 635 1026 0 903006 0
Current children cumulated CPU time (s) 1792.01
Current children cumulated vsize (KiB) 3616144

[startup+1793.1 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 3886
/proc/meminfo: memFree=28144308/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3616144 CPUtime=1792.8 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801704 0 0 0 179094 186 0 0 20 0 1 0 346480667 3702931456 883730 33554432000 4194304 8395647 140735458597552 140735458596888 6063821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 904036 883730 635 1026 0 903006 0
Current children cumulated CPU time (s) 1792.8
Current children cumulated vsize (KiB) 3616144

[startup+1793.9 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 3886
/proc/meminfo: memFree=28144432/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3610696 CPUtime=1793.6 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801704 0 0 0 179174 186 0 0 20 0 1 0 346480667 3697352704 882547 33554432000 4194304 8395647 140735458597552 140735458596888 6066693 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 902674 882547 635 1026 0 901644 0
Current children cumulated CPU time (s) 1793.6
Current children cumulated vsize (KiB) 3610696

[startup+1794.1 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 3886
/proc/meminfo: memFree=28144432/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=3186328 CPUtime=1793.8 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801704 0 0 0 179192 188 0 0 20 0 1 0 346480667 3262799872 789123 33554432000 4194304 8395647 140735458597552 140735458596792 6345219 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 796582 789123 635 1026 0 795552 0
Current children cumulated CPU time (s) 1793.8
Current children cumulated vsize (KiB) 3186328

[startup+1794.2 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 3886
/proc/meminfo: memFree=28144432/32873648 swapFree=6860/6860
[pid=3810] ppid=3808 vsize=2430336 CPUtime=1793.91 cores=0,2,4,6
/proc/3810/stat : 3810 (pbscip.linux.x8) R 3808 3810 1632 0 -1 4202496 801704 0 0 0 179198 193 0 0 20 0 1 0 346480667 2488664064 531777 33554432000 4194304 8395647 140735458597552 140735458596792 7602442 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3810/statm: 607584 531265 635 1026 0 606554 0
Current children cumulated CPU time (s) 1793.91
Current children cumulated vsize (KiB) 2430336

Child status: 0
Real time (s): 1794.29
CPU time (s): 1794
CPU user time (s): 1791.98
CPU system time (s): 2.01769
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 3786508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.98
system time used= 2.01769
maximum resident set size= 3681428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 801710
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= 14
involuntary context switches= 1911

runsolver used 2.98955 second user time and 8.20675 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 11:52:19
IDJOB=3744263
IDBENCH=92715
IDSOLVER=2326
FILE ID=node115/3744263-1338803538
RUNJOBID= node115-1338772354-1649
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-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_4_mh.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744263-1338803538/watcher-3744263-1338803538 -o /tmp/evaluation-result-3744263-1338803538/solver-3744263-1338803538 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744263-1338803538.opb -t 1800 -m 15500

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

MD5SUM BENCH= e26037534ca85468c1cdb9d8f58c6c52
RANDOM SEED=1737120507

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:        28337552 kB
Buffers:          105816 kB
Cached:           146116 kB
SwapCached:         1016 kB
Active:          3563124 kB
Inactive:         189204 kB
Active(anon):    3469448 kB
Inactive(anon):    33548 kB
Active(file):      93676 kB
Inactive(file):   155656 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             36040 kB
Writeback:             0 kB
AnonPages:       3506228 kB
Mapped:            10372 kB
Shmem:                96 kB
Slab:             639636 kB
SReclaimable:      83692 kB
SUnreclaim:       555944 kB
KernelStack:        1464 kB
PageTables:        11144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3717524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 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= 70784 MiB
End job on node115 at 2012-06-04 12:22:13