Trace number 3744275

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_0_mh.opb
MD5SUM52afec4ffbbd6f0999256966f3f490ed
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4664822
Best CPU time to get the best result obtained on this benchmark1800.89
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 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3744275-1338804048.opb>
4.59/4.65	c original problem has 250200 variables (250200 bin, 0 int, 0 impl, 0 cont) and 605407 constraints
4.59/4.65	c problem read
4.59/4.65	c presolving settings loaded
6.08/6.15	c presolving:
8.58/8.61	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
13.78/13.80	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
124.27/124.34	c    (119.7s) probing: 1000/240200 (0.4%) - 0 fixings, 0 aggregations, 357821 implications, 0 bound changes
234.34/234.42	c    (229.8s) probing: 2000/240200 (0.8%) - 0 fixings, 0 aggregations, 414549 implications, 0 bound changes
234.44/234.54	c    (229.9s) probing: 2001/240200 (0.8%) - 0 fixings, 0 aggregations, 414586 implications, 0 bound changes
234.44/234.54	c    (229.9s) probing aborted: 2000/2000 successive useless probings
234.44/234.55	c presolving (3 rounds):
234.44/234.55	c  10000 deleted vars, 6128 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
234.44/234.55	c  36969234 implications, 1 cliques
234.44/234.55	c presolved problem has 240200 variables (240200 bin, 0 int, 0 impl, 0 cont) and 599279 constraints
234.44/234.55	c  121425 constraints of type <knapsack>
234.44/234.55	c  356526 constraints of type <setppc>
234.44/234.55	c       3 constraints of type <linear>
234.44/234.55	c  121325 constraints of type <logicor>
234.44/234.55	c transformed objective value is always integral (scale: 1)
234.44/234.55	c Presolving Time: 228.90
234.44/234.55	c - non default parameters ----------------------------------------------------------------------
234.44/234.55	c # SCIP version 1.2.1.3
234.44/234.55	c 
234.44/234.55	c # frequency for displaying node information lines
234.44/234.55	c # [type: int, range: [-1,2147483647], default: 100]
234.44/234.55	c display/freq = 10000
234.44/234.55	c 
234.44/234.55	c # maximal time in seconds to run
234.44/234.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
234.44/234.55	c limits/time = 1785.36
234.44/234.55	c 
234.44/234.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
234.44/234.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
234.44/234.55	c limits/memory = 13950
234.44/234.55	c 
234.44/234.55	c # default clock type (1: CPU user seconds, 2: wall clock time)
234.44/234.55	c # [type: int, range: [1,2], default: 1]
234.44/234.55	c timing/clocktype = 2
234.44/234.55	c 
234.44/234.55	c # should presolving try to simplify inequalities
234.44/234.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
234.44/234.55	c constraints/linear/simplifyinequalities = TRUE
234.44/234.55	c 
234.44/234.55	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
234.44/234.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
234.44/234.55	c constraints/indicator/addCouplingCons = TRUE
234.44/234.55	c 
234.44/234.55	c # should presolving try to simplify knapsacks
234.44/234.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
234.44/234.55	c constraints/knapsack/simplifyinequalities = TRUE
234.44/234.55	c 
234.44/234.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
234.44/234.55	c # [type: int, range: [-1,2147483647], default: -1]
234.44/234.55	c separating/rapidlearning/freq = 0
234.44/234.55	c 
234.44/234.55	c -----------------------------------------------------------------------------------------------
234.44/234.55	c start solving
234.55/234.63	c 
304.54/304.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.54/304.62	c   300s|     1 |     0 |  5925 |     - |2412M|   0 | 694 | 240k| 599k| 240k| 599k|   0 |   0 |   0 | 1.158855e+06 |      --      |    Inf 
1073.81/1074.08	c  1069s|     1 |     0 | 16231 |     - |2438M|   0 | 756 | 240k| 599k| 240k| 599k|  34 |   0 |   0 | 1.288012e+06 |      --      |    Inf 
1510.64/1510.98	c  1506s|     1 |     0 | 17149 |     - |2457M|   0 | 745 | 240k| 599k| 240k| 599k|  54 |   0 |   0 | 1.372303e+06 |      --      |    Inf 
1789.69/1790.06	c  1785s|     1 |     0 | 17149 |     - |2476M|   0 |   - | 240k| 599k| 240k| 599k|  67 |   0 |   0 | 1.372303e+06 |      --      |    Inf 
1789.89/1790.26	c  1786s|     1 |     2 | 17149 |     - |2476M|   0 |   - | 240k| 599k| 240k| 599k|  67 |   0 |   0 | 1.372303e+06 |      --      |    Inf 
1789.89/1790.26	c 
1789.89/1790.26	c SCIP Status        : solving was interrupted [time limit reached]
1789.89/1790.26	c Solving Time (sec) : 1785.61
1789.89/1790.26	c Solving Nodes      : 1
1789.89/1790.26	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.89/1790.26	c Dual Bound         : +1.37230258645183e+06
1789.89/1790.26	c Gap                : infinite
1789.89/1790.26	s UNKNOWN
1789.89/1790.26	c SCIP Status        : solving was interrupted [time limit reached]
1789.89/1790.26	c Solving Time       :    1785.61
1789.89/1790.26	c Original Problem   :
1789.89/1790.26	c   Problem name     : HOME/instance-3744275-1338804048.opb
1789.89/1790.26	c   Variables        : 250200 (250200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.89/1790.26	c   Constraints      : 605407 initial, 605407 maximal
1789.89/1790.26	c Presolved Problem  :
1789.89/1790.26	c   Problem name     : t_HOME/instance-3744275-1338804048.opb
1789.89/1790.26	c   Variables        : 240200 (240200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.89/1790.26	c   Constraints      : 599279 initial, 599279 maximal
1789.89/1790.26	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.89/1790.26	c   trivial          :       0.04          0          0          0          0          0          0          0          0
1789.89/1790.26	c   dualfix          :       0.04       7400          0          0          0          0          0          0          0
1789.89/1790.26	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.89/1790.26	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.89/1790.26	c   implics          :       0.03          0          0          0          0          0          0          0          0
1789.89/1790.26	c   probing          :     199.23          0          0          0          0          0          0          0          0
1789.89/1790.26	c   knapsack         :      20.63          0          0          0          0          0          0          0          0
1789.89/1790.26	c   setppc           :       0.71          0          0          0          0          0          0          0          0
1789.89/1790.26	c   linear           :       6.93        150       2450          0        150          0       6128       1225       3675
1789.89/1790.26	c   logicor          :       0.28          0          0          0          0          0          0          0          0
1789.89/1790.26	c   root node        :          -          0          -          -          0          -          -          -          -
1789.89/1790.26	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.89/1790.26	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.89/1790.26	c   knapsack         :     121425          3       6050          0          1          0          0        117          0          0
1789.89/1790.26	c   setppc           :     356526          3       6050          0          1          0          0          0          0          0
1789.89/1790.26	c   linear           :          3          3       6050          0          0          0          0          0          0          0
1789.89/1790.26	c   logicor          :     121325          3       4051          0          1          0          0          0          0          0
1789.89/1790.26	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.89/1790.26	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.89/1790.26	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.89/1790.26	c   knapsack         :      54.07       0.59      53.47       0.00       0.00
1789.89/1790.26	c   setppc           :      99.61       0.08      99.43       0.00       0.10
1789.89/1790.26	c   linear           :      50.82      49.92       0.90       0.00       0.00
1789.89/1790.26	c   logicor          :       0.67       0.03       0.61       0.00       0.04
1789.89/1790.26	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.89/1790.26	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.89/1790.26	c   vbounds          :       0.01          2          0          0
1789.89/1790.26	c   rootredcost      :       0.00          0          0          0
1789.89/1790.26	c   pseudoobj        :       0.03          4          0          0
1789.89/1790.26	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.89/1790.26	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.89/1790.26	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.89/1790.26	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.89/1790.26	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.89/1790.26	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.89/1790.26	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.89/1790.26	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.89/1790.26	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.89/1790.26	c   cut pool         :       0.01          2          -          -          4          -    (maximal pool size: 1447)
1789.89/1790.26	c   redcost          :       0.03          3          0          0          0          0
1789.89/1790.26	c   impliedbounds    :       0.07          3          0          0         38          0
1789.89/1790.26	c   intobj           :       0.00          0          0          0          0          0
1789.89/1790.26	c   cgmip            :       0.00          0          0          0          0          0
1789.89/1790.26	c   gomory           :     265.76          3          0          0       1500          0
1789.89/1790.26	c   strongcg         :      17.94          3          0          0       1500          0
1789.89/1790.26	c   cmir             :     181.15          3          0          0          0          0
1789.89/1790.26	c   flowcover        :     591.15          3          0          0         83          0
1789.89/1790.26	c   clique           :      39.70          2          0          0         13          0
1789.89/1790.26	c   zerohalf         :       0.00          0          0          0          0          0
1789.89/1790.26	c   mcf              :       0.41          1          0          0          0          0
1789.89/1790.26	c   rapidlearning    :       0.00          0          0          0          0          0
1789.89/1790.26	c Pricers            :       Time      Calls       Vars
1789.89/1790.26	c   problem variables:       0.00          0          0
1789.89/1790.26	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.89/1790.26	c   relpscost        :       0.00          0          0          0          0          0          0
1789.89/1790.26	c   pscost           :       0.00          0          0          0          0          0          0
1789.89/1790.26	c   inference        :       0.05          1          0          0          0          0          2
1789.89/1790.26	c   mostinf          :       0.00          0          0          0          0          0          0
1789.89/1790.26	c   leastinf         :       0.00          0          0          0          0          0          0
1789.89/1790.26	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.89/1790.26	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.89/1790.26	c   random           :       0.00          0          0          0          0          0          0
1789.89/1790.26	c Primal Heuristics  :       Time      Calls      Found
1789.89/1790.26	c   LP solutions     :       0.00          -          0
1789.89/1790.26	c   pseudo solutions :       0.00          -          0
1789.89/1790.26	c   oneopt           :       0.00          0          0
1789.89/1790.26	c   trivial          :       0.26          2          0
1789.89/1790.26	c   simplerounding   :       0.01          0          0
1789.89/1790.26	c   zirounding       :       0.00          0          0
1789.89/1790.26	c   rounding         :       0.05          3          0
1789.89/1790.26	c   shifting         :       0.15          3          0
1789.89/1790.26	c   intshifting      :       0.00          0          0
1789.89/1790.26	c   twoopt           :       0.00          0          0
1789.89/1790.26	c   fixandinfer      :       0.00          0          0
1789.89/1790.26	c   feaspump         :     300.01          1          0
1789.89/1790.26	c   coefdiving       :       0.00          0          0
1789.89/1790.26	c   pscostdiving     :       0.00          0          0
1789.89/1790.26	c   fracdiving       :       0.00          0          0
1789.89/1790.26	c   veclendiving     :       0.00          0          0
1789.89/1790.26	c   intdiving        :       0.00          0          0
1789.89/1790.26	c   actconsdiving    :       0.00          0          0
1789.89/1790.26	c   objpscostdiving  :       0.00          0          0
1789.89/1790.26	c   rootsoldiving    :       0.00          0          0
1789.89/1790.26	c   linesearchdiving :       0.00          0          0
1789.89/1790.26	c   guideddiving     :       0.00          0          0
1789.89/1790.26	c   octane           :       0.00          0          0
1789.89/1790.26	c   rens             :       0.00          0          0
1789.89/1790.26	c   rins             :       0.00          0          0
1789.89/1790.26	c   localbranching   :       0.00          0          0
1789.89/1790.26	c   mutation         :       0.00          0          0
1789.89/1790.26	c   crossover        :       0.00          0          0
1789.89/1790.26	c   dins             :       0.00          0          0
1789.89/1790.26	c   undercover       :       0.00          0          0
1789.89/1790.26	c   nlp              :       0.00          0          0
1789.89/1790.26	c   trysol           :       0.00          0          0
1789.89/1790.26	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.89/1790.26	c   primal LP        :       0.00          0          0       0.00          -
1789.89/1790.26	c   dual LP          :     106.51          3       8321    2773.67      78.13
1789.89/1790.26	c   lex dual LP      :       0.00          0          0       0.00          -
1789.89/1790.26	c   barrier LP       :       0.00          0          0       0.00          -
1789.89/1790.26	c   diving/probing LP:     299.63          3       8828    2942.67      29.46
1789.89/1790.26	c   strong branching :       0.00          0          0       0.00          -
1789.89/1790.26	c     (at root node) :          -          0          0       0.00          -
1789.89/1790.26	c   conflict analysis:       0.00          0          0       0.00          -
1789.89/1790.26	c B&B Tree           :
1789.89/1790.26	c   number of runs   :          1
1789.89/1790.26	c   nodes            :          1
1789.89/1790.26	c   nodes (total)    :          1
1789.89/1790.26	c   nodes left       :          2
1789.89/1790.26	c   max depth        :          0
1789.89/1790.26	c   max depth (total):          0
1789.89/1790.26	c   backtracks       :          0 (0.0%)
1789.89/1790.26	c   delayed cutoffs  :          0
1789.89/1790.26	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.89/1790.26	c   avg switch length:       1.00
1789.89/1790.26	c   switching time   :       0.00
1789.89/1790.26	c Solution           :
1789.89/1790.26	c   Solutions found  :          0 (0 improvements)
1789.89/1790.26	c   Primal Bound     :          -
1789.89/1790.26	c   Dual Bound       : +1.37230258645183e+06
1789.89/1790.26	c   Gap              :   infinite
1789.89/1790.26	c   Root Dual Bound  : +1.37230258645183e+06
1789.89/1790.26	c   Root Iterations  :      17149
1793.59/1793.97	c Time complete: 1793.67.

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-3744275-1338804048/watcher-3744275-1338804048 -o /tmp/evaluation-result-3744275-1338804048/solver-3744275-1338804048 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744275-1338804048.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.04 2.02 2.00 3/177 3601
/proc/meminfo: memFree=24595304/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/3601/stat : 3601 (runsolver) D 3599 3601 2230 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 346533475 12095488 50 33554432000 4194304 5436572 140736225138432 140736225134728 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/3601/statm: 2953 50 31 304 0 2645 0

[startup+0.017429 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3601
/proc/meminfo: memFree=24595304/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=11132 CPUtime=0 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 1963 0 0 0 0 0 0 0 20 0 1 0 346533475 11399168 1908 33554432000 4194304 8395647 140735269901616 140736225134616 7356438 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 2783 1931 387 1026 0 1753 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11132

[startup+0.100289 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3601
/proc/meminfo: memFree=24595304/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=46316 CPUtime=0.09 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 10756 0 0 0 8 1 0 0 20 0 1 0 346533475 47427584 10696 33554432000 4194304 8395647 140735269901616 140736225134616 5759075 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 11579 10696 387 1026 0 10549 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46316

[startup+0.300289 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3601
/proc/meminfo: memFree=24595304/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=104580 CPUtime=0.28 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 25248 0 0 0 25 3 0 0 20 0 1 0 346533475 107089920 25188 33554432000 4194304 8395647 140735269901616 140736225134616 4327595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 26145 25188 394 1026 0 25115 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104580

[startup+0.700281 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3601
/proc/meminfo: memFree=24595304/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=150556 CPUtime=0.68 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 36716 0 0 0 64 4 0 0 20 0 1 0 346533475 154169344 36656 33554432000 4194304 8395647 140735269901616 140736225134616 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 37639 36656 394 1026 0 36609 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 150556

[startup+1.50028 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 3602
/proc/meminfo: memFree=24406304/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=245404 CPUtime=1.49 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 60378 0 0 0 141 8 0 0 20 0 1 0 346533475 251293696 60318 33554432000 4194304 8395647 140735269901616 140735269766824 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 61351 60318 394 1026 0 60321 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 245404

[startup+3.10028 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 3602
/proc/meminfo: memFree=24321364/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=322976 CPUtime=3.08 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 79805 0 0 0 298 10 0 0 20 0 1 0 346533475 330727424 79745 33554432000 4194304 8395647 140735269901616 140735269766824 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 80744 79745 394 1026 0 79714 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 322976

[startup+6.3003 s]
/proc/loadavg: 2.12 2.03 2.01 3/178 3602
/proc/meminfo: memFree=23723916/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=1033260 CPUtime=6.28 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 255257 0 0 0 593 35 0 0 20 0 1 0 346533475 1058058240 254843 33554432000 4194304 8395647 140735269901616 140735269899288 4966759 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 258315 254843 475 1026 0 257285 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1033260

[startup+12.7003 s]
/proc/loadavg: 2.11 2.03 2.01 3/178 3602
/proc/meminfo: memFree=23453248/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=1300244 CPUtime=12.68 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 320939 0 0 0 1224 44 0 0 20 0 1 0 346533475 1331449856 319688 33554432000 4194304 8395647 140735269901616 140735269898376 4218369 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 325061 319688 483 1026 0 324031 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1300244

[startup+25.5003 s]
/proc/loadavg: 2.16 2.05 2.01 3/178 3625
/proc/meminfo: memFree=22594004/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=2040372 CPUtime=25.48 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 505487 0 0 0 2481 67 0 0 20 0 1 0 346533475 2089340928 504159 33554432000 4194304 8395647 140735269901616 140735269897080 6080679 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 510093 504159 496 1026 0 509063 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2040372

[startup+51.1003 s]
/proc/loadavg: 2.10 2.04 2.01 3/178 3625
/proc/meminfo: memFree=22046144/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=2569128 CPUtime=51.07 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 635827 0 0 0 5022 85 0 0 20 0 1 0 346533475 2630787072 636658 33554432000 4194304 8395647 140735269901616 140735269897480 5210338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 642282 636658 508 1026 0 641252 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2569128

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 3625
/proc/meminfo: memFree=22036648/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=2578336 CPUtime=102.28 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 638129 0 0 0 10142 86 0 0 20 0 1 0 346533475 2640216064 638960 33554432000 4194304 8395647 140735269901616 140735269897688 5210321 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 644584 638960 508 1026 0 643554 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2578336

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 3625
/proc/meminfo: memFree=22031104/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=2583456 CPUtime=162.26 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 639434 0 0 0 16140 86 0 0 20 0 1 0 346533475 2645458944 640265 33554432000 4194304 8395647 140735269901616 140735269897400 5604414 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 645864 640265 514 1026 0 644834 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2583456

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3626
/proc/meminfo: memFree=21970736/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=2643852 CPUtime=222.25 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 654533 0 0 0 22137 88 0 0 20 0 1 0 346533475 2707304448 655364 33554432000 4194304 8395647 140735269901616 140735269897480 4910737 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 660963 655364 514 1026 0 659933 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2643852

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3664
/proc/meminfo: memFree=24824308/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3456436 CPUtime=282.24 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 777344 0 0 0 28107 117 0 0 20 0 1 0 346533475 3539390464 843446 33554432000 4194304 8395647 140735269901616 140735269896744 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 864109 843446 584 1026 0 863079 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3456436

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3664
/proc/meminfo: memFree=24777608/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3503492 CPUtime=342.23 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 782270 0 0 0 34096 127 0 0 20 0 1 0 346533475 3587575808 854965 33554432000 4194304 8395647 140735269901616 140735269896136 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 875873 854965 590 1026 0 874843 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3503492

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3664
/proc/meminfo: memFree=24704720/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3597876 CPUtime=402.22 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 785335 0 0 0 40090 132 0 0 20 0 1 0 346533475 3684225024 873391 33554432000 4194304 8395647 140735269901616 140735269896184 6708208 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 899469 873391 590 1026 0 898439 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3597876

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3664
/proc/meminfo: memFree=24701336/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3600704 CPUtime=462.21 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 785822 0 0 0 46087 134 0 0 20 0 1 0 346533475 3687120896 874230 33554432000 4194304 8395647 140735269901616 140735269896136 6664892 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 900176 874230 590 1026 0 899146 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3600704

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3665
/proc/meminfo: memFree=24698696/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3601484 CPUtime=522.21 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 785900 0 0 0 52085 136 0 0 20 0 1 0 346533475 3687919616 874879 33554432000 4194304 8395647 140735269901616 140735269896136 6708317 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 900371 874879 590 1026 0 899341 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3601484

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3668
/proc/meminfo: memFree=24681592/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3613860 CPUtime=582.19 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 787102 0 0 0 58082 137 0 0 20 0 1 0 346533475 3700592640 879160 33554432000 4194304 8395647 140735269901616 140735269896136 6378455 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 903465 879160 590 1026 0 902435 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3613860

[startup+642.3 s]

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

/proc/meminfo: memFree=24553388/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3733520 CPUtime=1062.12 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 801667 0 0 0 106063 149 0 0 20 0 1 0 346533475 3823124480 910981 33554432000 4194304 8395647 140735269901616 140735269896744 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 933380 910981 626 1026 0 932350 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3733520

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3670
/proc/meminfo: memFree=24553168/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3733700 CPUtime=1122.1 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 802076 0 0 0 112058 152 0 0 20 0 1 0 346533475 3823308800 911008 33554432000 4194304 8395647 140735269901616 140735269896808 6197309 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 933425 911008 626 1026 0 932395 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 3733700

[startup+1182.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/178 3673
/proc/meminfo: memFree=24552692/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3733700 CPUtime=1182.09 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 802097 0 0 0 118054 155 0 0 20 0 1 0 346533475 3823308800 911029 33554432000 4194304 8395647 140735269901616 140735269896856 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 933425 911029 626 1026 0 932395 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3733700

[startup+1242.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3673
/proc/meminfo: memFree=24551984/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3733700 CPUtime=1242.09 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 802266 0 0 0 124053 156 0 0 20 0 1 0 346533475 3823308800 911198 33554432000 4194304 8395647 140735269901616 140735269896904 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 933425 911198 626 1026 0 932395 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3733700

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3673
/proc/meminfo: memFree=24552012/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3733700 CPUtime=1302.08 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 802268 0 0 0 130052 156 0 0 20 0 1 0 346533475 3823308800 911200 33554432000 4194304 8395647 140735269901616 140735269896904 5849694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 933425 911200 626 1026 0 932395 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3733700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3673
/proc/meminfo: memFree=24551668/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3733700 CPUtime=1362.07 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 802360 0 0 0 136051 156 0 0 20 0 1 0 346533475 3823308800 911292 33554432000 4194304 8395647 140735269901616 140735269896904 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 933425 911292 626 1026 0 932395 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3733700

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3674
/proc/meminfo: memFree=24551572/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3733700 CPUtime=1422.07 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 802360 0 0 0 142051 156 0 0 20 0 1 0 346533475 3823308800 911292 33554432000 4194304 8395647 140735269901616 140735269896904 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 933425 911292 626 1026 0 932395 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3733700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3674
/proc/meminfo: memFree=24551612/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3733700 CPUtime=1482.05 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 802360 0 0 0 148049 156 0 0 20 0 1 0 346533475 3823308800 911292 33554432000 4194304 8395647 140735269901616 140735269896904 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 933425 911292 626 1026 0 932395 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3733700

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3674
/proc/meminfo: memFree=24517764/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3774784 CPUtime=1542.04 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 804549 0 0 0 154044 160 0 0 20 0 1 0 346533475 3865378816 919705 33554432000 4194304 8395647 140735269901616 140735269896856 6197326 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 943696 919705 626 1026 0 942666 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3774784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3712
/proc/meminfo: memFree=24509484/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3774784 CPUtime=1602.03 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 804549 0 0 0 160040 163 0 0 20 0 1 0 346533475 3865378816 919705 33554432000 4194304 8395647 140735269901616 140735269896808 6197330 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 943696 919705 626 1026 0 942666 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3774784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3712
/proc/meminfo: memFree=24429344/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3774784 CPUtime=1662.02 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 804550 0 0 0 166038 164 0 0 20 0 1 0 346533475 3865378816 919782 33554432000 4194304 8395647 140735269901616 140735269896904 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 943696 919782 626 1026 0 942666 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3774784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3713
/proc/meminfo: memFree=24426648/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3774784 CPUtime=1722.01 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 804552 0 0 0 172037 164 0 0 20 0 1 0 346533475 3865378816 919782 33554432000 4194304 8395647 140735269901616 140735269896904 5849682 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 943696 919782 626 1026 0 942666 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3774784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3716
/proc/meminfo: memFree=24426140/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3774784 CPUtime=1782 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 804554 0 0 0 178036 164 0 0 20 0 1 0 346533475 3865378816 919888 33554432000 4194304 8395647 140735269901616 140735269896904 5849694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 943696 919888 626 1026 0 942666 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3774784

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3716
/proc/meminfo: memFree=24426140/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3774784 CPUtime=1785.19 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 804554 0 0 0 178355 164 0 0 20 0 1 0 346533475 3865378816 919888 33554432000 4194304 8395647 140735269901616 140735269896904 5849682 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 943696 919888 626 1026 0 942666 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 3774784

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3716
/proc/meminfo: memFree=24426128/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3774784 CPUtime=1788.39 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 804554 0 0 0 178675 164 0 0 20 0 1 0 346533475 3865378816 919888 33554432000 4194304 8395647 140735269901616 140735269896904 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 943696 919888 626 1026 0 942666 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 3774784

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3716
/proc/meminfo: memFree=24536224/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3645868 CPUtime=1791.6 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 805054 0 0 0 178995 165 0 0 20 0 1 0 346533475 3733368832 892336 33554432000 4194304 8395647 140735269901616 140735269900952 6063821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 911467 892336 635 1026 0 910437 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 3645868

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3716
/proc/meminfo: memFree=24536224/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3645868 CPUtime=1792.39 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 805054 0 0 0 179074 165 0 0 20 0 1 0 346533475 3733368832 892336 33554432000 4194304 8395647 140735269901616 140735269900952 6063840 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 911467 892336 635 1026 0 910437 0
Current children cumulated CPU time (s) 1792.39
Current children cumulated vsize (KiB) 3645868

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3716
/proc/meminfo: memFree=24536224/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3640420 CPUtime=1793.19 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 805054 0 0 0 179154 165 0 0 20 0 1 0 346533475 3727790080 891153 33554432000 4194304 8395647 140735269901616 140735269900952 6345224 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 910105 891153 635 1026 0 909075 0
Current children cumulated CPU time (s) 1793.19
Current children cumulated vsize (KiB) 3640420

[startup+1793.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3716
/proc/meminfo: memFree=24536224/32873844 swapFree=7372/7372
[pid=3601] ppid=3599 vsize=3158716 CPUtime=1793.59 cores=0,2,4,6
/proc/3601/stat : 3601 (pbscip.linux.x8) R 3599 3601 2230 0 -1 4202496 805054 0 0 0 179192 167 0 0 20 0 1 0 346533475 3234525184 782268 33554432000 4194304 8395647 140735269901616 140735269900952 6345173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3601/statm: 789679 782268 635 1026 0 788649 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (KiB) 3158716

Child status: 0
Real time (s): 1793.98
CPU time (s): 1793.68
CPU user time (s): 1791.97
CPU system time (s): 1.70474
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 3830972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.97
system time used= 1.70474
maximum resident set size= 3712196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 805060
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= 25
involuntary context switches= 1878

runsolver used 2.82657 second user time and 7.2119 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 12:00:49
IDJOB=3744275
IDBENCH=92717
IDSOLVER=2326
FILE ID=node109/3744275-1338804048
RUNJOBID= node109-1338782366-2246
PBS_JOBID= 14636835
Free space on /tmp= 70656 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_0_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-3744275-1338804048/watcher-3744275-1338804048 -o /tmp/evaluation-result-3744275-1338804048/solver-3744275-1338804048 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744275-1338804048.opb -t 1800 -m 15500

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

MD5SUM BENCH= 52afec4ffbbd6f0999256966f3f490ed
RANDOM SEED=1770702443

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24595568 kB
Buffers:         1877748 kB
Cached:          1841256 kB
SwapCached:          988 kB
Active:          6171176 kB
Inactive:        1219392 kB
Active(anon):    3652012 kB
Inactive(anon):    18096 kB
Active(file):    2519164 kB
Inactive(file):  1201296 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:             36004 kB
Writeback:             0 kB
AnonPages:       3673956 kB
Mapped:            12704 kB
Shmem:                 4 kB
Slab:             741560 kB
SReclaimable:     183560 kB
SUnreclaim:       558000 kB
KernelStack:        1448 kB
PageTables:        11436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3882704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1968128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70668 MiB
End job on node109 at 2012-06-04 12:30:43