Trace number 3743891

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? 1799.68 1799.99

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_ic.opb
MD5SUM5ed7f30965bba8f3ce61500e35e903e9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19839407
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 180815007696
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 180815007696
Number of bits of the biggest sum of numbers38
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-3743891-1338796536.opb>
24.18/24.26	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
24.18/24.26	c problem read
24.18/24.28	c presolving settings loaded
32.07/32.12	c presolving:
37.77/37.86	c (round 1) 15150 del vars, 29703 del conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 0 upgd conss, 29900 impls, 1 clqs
48.57/48.63	c (round 2) 15150 del vars, 29703 del conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 1970601 upgd conss, 29900 impls, 1 clqs
125.13/125.25	c    (101.0s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
125.13/125.25	c    (101.0s) probing aborted: 100/100 successive totally useless probings
125.23/125.31	c presolving (3 rounds):
125.23/125.31	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
125.23/125.31	c  5851100 implications, 1 cliques
125.23/125.31	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
125.23/125.31	c  985350 constraints of type <knapsack>
125.23/125.31	c     101 constraints of type <setppc>
125.23/125.31	c       3 constraints of type <linear>
125.23/125.31	c  985150 constraints of type <logicor>
125.23/125.31	c transformed objective value is always integral (scale: 1)
125.23/125.31	c Presolving Time: 95.74
125.23/125.31	c - non default parameters ----------------------------------------------------------------------
125.23/125.31	c # SCIP version 1.2.1.3
125.23/125.31	c 
125.23/125.31	c # frequency for displaying node information lines
125.23/125.31	c # [type: int, range: [-1,2147483647], default: 100]
125.23/125.31	c display/freq = 10000
125.23/125.31	c 
125.23/125.31	c # maximal time in seconds to run
125.23/125.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
125.23/125.31	c limits/time = 1765.74
125.23/125.31	c 
125.23/125.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
125.23/125.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
125.23/125.31	c limits/memory = 13950
125.23/125.31	c 
125.23/125.31	c # default clock type (1: CPU user seconds, 2: wall clock time)
125.23/125.31	c # [type: int, range: [1,2], default: 1]
125.23/125.31	c timing/clocktype = 2
125.23/125.31	c 
125.23/125.31	c # should presolving try to simplify inequalities
125.23/125.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
125.23/125.31	c constraints/linear/simplifyinequalities = TRUE
125.23/125.31	c 
125.23/125.31	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
125.23/125.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
125.23/125.31	c constraints/indicator/addCouplingCons = TRUE
125.23/125.31	c 
125.23/125.31	c # should presolving try to simplify knapsacks
125.23/125.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
125.23/125.31	c constraints/knapsack/simplifyinequalities = TRUE
125.23/125.31	c 
125.23/125.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
125.23/125.31	c # [type: int, range: [-1,2147483647], default: -1]
125.23/125.31	c separating/rapidlearning/freq = 0
125.23/125.31	c 
125.23/125.31	c -----------------------------------------------------------------------------------------------
125.23/125.31	c start solving
125.53/125.61	c 
798.13/798.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.13/798.31	c   774s|     1 |     0 |  8366 |     - |5428M|   0 |1155 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.264177e+06 |      --      |    Inf 
1791.68/1792.02	c  1768s|     1 |     2 | 15484 |     - |5452M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.264177e+06 |      --      |    Inf 
1791.68/1792.02	c 
1791.68/1792.02	c SCIP Status        : solving was interrupted [time limit reached]
1791.68/1792.02	c Solving Time (sec) : 1767.74
1791.68/1792.02	c Solving Nodes      : 1
1791.68/1792.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.68/1792.02	c Dual Bound         : +1.26417667192161e+06
1791.68/1792.02	c Gap                : infinite
1791.68/1792.02	s UNKNOWN
1791.68/1792.02	c SCIP Status        : solving was interrupted [time limit reached]
1791.68/1792.02	c Solving Time       :    1767.74
1791.68/1792.02	c Original Problem   :
1791.68/1792.02	c   Problem name     : HOME/instance-3743891-1338796536.opb
1791.68/1792.02	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.68/1792.02	c   Constraints      : 2000307 initial, 2000307 maximal
1791.68/1792.02	c Presolved Problem  :
1791.68/1792.02	c   Problem name     : t_HOME/instance-3743891-1338796536.opb
1791.68/1792.02	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.68/1792.02	c   Constraints      : 1970604 initial, 1970604 maximal
1791.68/1792.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.68/1792.02	c   trivial          :       0.19          0          0          0          0          0          0          0          0
1791.68/1792.02	c   dualfix          :       0.16          0          0          0          0          0          0          0          0
1791.68/1792.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.68/1792.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.68/1792.02	c   implics          :       0.11          0          0          0          0          0          0          0          0
1791.68/1792.02	c   probing          :      14.96          0          0          0          0          0          0          0          0
1791.68/1792.02	c   knapsack         :      60.73          0          0          0          0          0          0          0          0
1791.68/1792.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.68/1792.02	c   linear           :      12.08        300      14850          0        300          0      29703       4950      14850
1791.68/1792.02	c   logicor          :       1.64          0          0          0          0          0          0          0          0
1791.68/1792.02	c   root node        :          -          0          -          -          0          -          -          -          -
1791.68/1792.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.68/1792.02	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.68/1792.02	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.68/1792.02	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.68/1792.02	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.68/1792.02	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.68/1792.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.68/1792.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.68/1792.02	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.68/1792.02	c   knapsack         :       6.06       0.00       6.06       0.00       0.00
1791.68/1792.02	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.68/1792.02	c   linear           :       0.08       0.00       0.08       0.00       0.00
1791.68/1792.02	c   logicor          :       1.03       0.00       0.89       0.00       0.13
1791.68/1792.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.68/1792.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.68/1792.02	c   vbounds          :       0.00          2          0          0
1791.68/1792.02	c   rootredcost      :       0.00          0          0          0
1791.68/1792.02	c   pseudoobj        :       0.02          2          0          0
1791.68/1792.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.68/1792.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.68/1792.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.68/1792.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.68/1792.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.68/1792.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.68/1792.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.68/1792.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.68/1792.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.68/1792.02	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.68/1792.02	c   redcost          :       0.00          0          0          0          0          0
1791.68/1792.02	c   impliedbounds    :       0.00          0          0          0          0          0
1791.68/1792.02	c   intobj           :       0.00          0          0          0          0          0
1791.68/1792.02	c   cgmip            :       0.00          0          0          0          0          0
1791.68/1792.02	c   gomory           :       0.00          0          0          0          0          0
1791.68/1792.02	c   strongcg         :       0.00          0          0          0          0          0
1791.68/1792.02	c   cmir             :       0.00          0          0          0          0          0
1791.68/1792.02	c   flowcover        :       0.00          0          0          0          0          0
1791.68/1792.02	c   clique           :       0.00          0          0          0          0          0
1791.68/1792.02	c   zerohalf         :       0.00          0          0          0          0          0
1791.68/1792.02	c   mcf              :       0.00          0          0          0          0          0
1791.68/1792.02	c   rapidlearning    :       0.00          0          0          0          0          0
1791.68/1792.02	c Pricers            :       Time      Calls       Vars
1791.68/1792.02	c   problem variables:       0.00          0          0
1791.68/1792.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.68/1792.02	c   relpscost        :       0.00          0          0          0          0          0          0
1791.68/1792.02	c   pscost           :       0.00          0          0          0          0          0          0
1791.68/1792.02	c   inference        :       0.09          1          0          0          0          0          2
1791.68/1792.02	c   mostinf          :       0.00          0          0          0          0          0          0
1791.68/1792.02	c   leastinf         :       0.00          0          0          0          0          0          0
1791.68/1792.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.68/1792.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.68/1792.02	c   random           :       0.00          0          0          0          0          0          0
1791.68/1792.02	c Primal Heuristics  :       Time      Calls      Found
1791.68/1792.02	c   LP solutions     :       0.00          -          0
1791.68/1792.02	c   pseudo solutions :       0.00          -          0
1791.68/1792.02	c   oneopt           :       0.00          0          0
1791.68/1792.02	c   trivial          :       1.73          2          0
1791.68/1792.02	c   simplerounding   :       0.03          0          0
1791.68/1792.02	c   zirounding       :       0.00          0          0
1791.68/1792.02	c   rounding         :       0.06          1          0
1791.68/1792.02	c   shifting         :       0.30          1          0
1791.68/1792.02	c   intshifting      :       0.00          0          0
1791.68/1792.02	c   twoopt           :       0.00          0          0
1791.68/1792.02	c   fixandinfer      :       0.00          0          0
1791.68/1792.02	c   feaspump         :     993.08          1          0
1791.68/1792.02	c   coefdiving       :       0.00          0          0
1791.68/1792.02	c   pscostdiving     :       0.00          0          0
1791.68/1792.02	c   fracdiving       :       0.00          0          0
1791.68/1792.02	c   veclendiving     :       0.00          0          0
1791.68/1792.02	c   intdiving        :       0.00          0          0
1791.68/1792.02	c   actconsdiving    :       0.00          0          0
1791.68/1792.02	c   objpscostdiving  :       0.00          0          0
1791.68/1792.02	c   rootsoldiving    :       0.00          0          0
1791.68/1792.02	c   linesearchdiving :       0.00          0          0
1791.68/1792.02	c   guideddiving     :       0.00          0          0
1791.68/1792.02	c   octane           :       0.00          0          0
1791.68/1792.02	c   rens             :       0.00          0          0
1791.68/1792.02	c   rins             :       0.00          0          0
1791.68/1792.02	c   localbranching   :       0.00          0          0
1791.68/1792.02	c   mutation         :       0.00          0          0
1791.68/1792.02	c   crossover        :       0.00          0          0
1791.68/1792.02	c   dins             :       0.00          0          0
1791.68/1792.02	c   undercover       :       0.00          0          0
1791.68/1792.02	c   nlp              :       0.00          0          0
1791.68/1792.02	c   trysol           :       0.00          0          0
1791.68/1792.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.68/1792.02	c   primal LP        :       0.00          0          0       0.00          -
1791.68/1792.02	c   dual LP          :     665.96          1       8366    8366.00      12.56
1791.68/1792.02	c   lex dual LP      :       0.00          0          0       0.00          -
1791.68/1792.02	c   barrier LP       :       0.00          0          0       0.00          -
1791.68/1792.02	c   diving/probing LP:     992.74          1       7118    7118.00       7.17
1791.68/1792.02	c   strong branching :       0.00          0          0       0.00          -
1791.68/1792.02	c     (at root node) :          -          0          0       0.00          -
1791.68/1792.02	c   conflict analysis:       0.00          0          0       0.00          -
1791.68/1792.02	c B&B Tree           :
1791.68/1792.02	c   number of runs   :          1
1791.68/1792.02	c   nodes            :          1
1791.68/1792.02	c   nodes (total)    :          1
1791.68/1792.02	c   nodes left       :          2
1791.68/1792.02	c   max depth        :          0
1791.68/1792.02	c   max depth (total):          0
1791.68/1792.02	c   backtracks       :          0 (0.0%)
1791.68/1792.02	c   delayed cutoffs  :          0
1791.68/1792.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.68/1792.02	c   avg switch length:       1.00
1791.68/1792.02	c   switching time   :       0.00
1791.68/1792.02	c Solution           :
1791.68/1792.02	c   Solutions found  :          0 (0 improvements)
1791.68/1792.02	c   Primal Bound     :          -
1791.68/1792.02	c   Dual Bound       : +1.26417667192161e+06
1791.68/1792.02	c   Gap              :   infinite
1791.68/1792.02	c   Root Dual Bound  : +1.26417667192161e+06
1791.68/1792.02	c   Root Iterations  :      15484
1799.58/1799.98	c Time complete: 1799.66.

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/173 5737
/proc/meminfo: memFree=31266656/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1250 0 0 0 0 0 0 0 20 0 1 0 345782495 8105984 1196 33554432000 4194304 8395647 140736251717088 140733358760280 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1979 1196 370 1026 0 949 0

[startup+0.063508 s]
/proc/loadavg: 2.03 2.01 2.00 3/173 5737
/proc/meminfo: memFree=31266656/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=32692 CPUtime=0.05 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 7434 0 0 0 5 0 0 0 20 0 1 0 345782495 33476608 7374 33554432000 4194304 8395647 140736251717088 140733358760280 4497133 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 8173 7374 390 1026 0 7143 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32692

[startup+0.100475 s]
/proc/loadavg: 2.03 2.01 2.00 3/173 5737
/proc/meminfo: memFree=31266656/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=33532 CPUtime=0.08 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 7665 0 0 0 8 0 0 0 20 0 1 0 345782495 34336768 7605 33554432000 4194304 8395647 140736251717088 140733358760280 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 8383 7605 394 1026 0 7353 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33532

[startup+0.300281 s]
/proc/loadavg: 2.03 2.01 2.00 3/173 5737
/proc/meminfo: memFree=31266656/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=45232 CPUtime=0.29 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 10542 0 0 0 28 1 0 0 20 0 1 0 345782495 46317568 10482 33554432000 4194304 8395647 140736251717088 140733358760280 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 11308 10482 394 1026 0 10278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45232

[startup+0.700298 s]
/proc/loadavg: 2.03 2.01 2.00 3/173 5737
/proc/meminfo: memFree=31266656/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=97320 CPUtime=0.69 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 23532 0 0 0 66 3 0 0 20 0 1 0 345782495 99655680 23472 33554432000 4194304 8395647 140736251717088 140733358760280 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 24330 23472 394 1026 0 23300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97320

[startup+1.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/174 5738
/proc/meminfo: memFree=31078292/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=200752 CPUtime=1.49 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 49402 0 0 0 142 7 0 0 20 0 1 0 345782495 205570048 49342 33554432000 4194304 8395647 140736251717088 140736251582296 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 50188 49342 394 1026 0 49158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 200752

[startup+3.1003 s]
/proc/loadavg: 2.11 2.03 2.01 3/174 5738
/proc/meminfo: memFree=30880884/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=393936 CPUtime=3.09 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 97597 0 0 0 293 16 0 0 20 0 1 0 345782495 403390464 97537 33554432000 4194304 8395647 140736251717088 140736251582296 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 98484 97537 394 1026 0 97454 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 393936

[startup+6.3003 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 5748
/proc/meminfo: memFree=29814164/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=740136 CPUtime=6.29 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 183736 0 0 0 599 30 0 0 20 0 1 0 345782495 757899264 183676 33554432000 4194304 8395647 140736251717088 140736251582296 4424487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 185034 183676 394 1026 0 184004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 740136

[startup+12.7004 s]
/proc/loadavg: 2.24 2.06 2.02 3/177 5748
/proc/meminfo: memFree=28662012/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=1156240 CPUtime=12.68 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 288045 0 0 0 1224 44 0 0 20 0 1 0 345782495 1183989760 287985 33554432000 4194304 8395647 140736251717088 140736251581032 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 289060 287985 394 1026 0 288030 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1156240

[startup+25.5003 s]
/proc/loadavg: 2.20 2.06 2.01 3/177 5748
/proc/meminfo: memFree=27314492/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=2353548 CPUtime=25.48 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 585375 0 0 0 2455 93 0 0 20 0 1 0 345782495 2410033152 587024 33554432000 4194304 8395647 140736251717088 140736251711448 4216689 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 588387 587024 413 1026 0 587357 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2353548

[startup+51.1068 s]
/proc/loadavg: 2.13 2.05 2.01 3/177 5748
/proc/meminfo: memFree=23473624/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=4922596 CPUtime=51.08 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1188359 0 0 0 4918 190 0 0 20 0 1 0 345782495 5040738304 1213272 33554432000 4194304 8395647 140736251717088 140736251711320 6345887 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1230649 1213272 496 1026 0 1229619 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4922596

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/176 5748
/proc/meminfo: memFree=17578776/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=5060748 CPUtime=102.24 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1222922 0 0 0 10030 194 0 0 20 0 1 0 345782495 5182205952 1247812 33554432000 4194304 8395647 140736251717088 140736251712760 4953593 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1265187 1247812 496 1026 0 1264157 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 5060748

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/177 5749
/proc/meminfo: memFree=10542348/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7939428 CPUtime=162.23 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1522395 0 0 0 15955 268 0 0 20 0 1 0 345782495 8129974272 1896796 33554432000 4194304 8395647 140736251717088 140736251712216 6587036 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1984857 1896796 584 1026 0 1983827 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 7939428

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 5749
/proc/meminfo: memFree=8082220/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7959000 CPUtime=222.22 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1524930 0 0 0 21945 277 0 0 20 0 1 0 345782495 8150016000 1902896 33554432000 4194304 8395647 140736251717088 140736251712216 6696781 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1989750 1902896 585 1026 0 1988720 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 7959000

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 5752
/proc/meminfo: memFree=7698324/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7978060 CPUtime=282.2 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1527424 0 0 0 27939 281 0 0 20 0 1 0 345782495 8169533440 1908717 33554432000 4194304 8395647 140736251717088 140736251712216 6697703 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1994515 1908717 585 1026 0 1993485 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 7978060

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 5814
/proc/meminfo: memFree=20797184/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7985608 CPUtime=342.2 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1529242 0 0 0 33932 288 0 0 20 0 1 0 345782495 8177262592 1910228 33554432000 4194304 8395647 140736251717088 140736251712552 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1996402 1910228 585 1026 0 1995372 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7985608

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 5814
/proc/meminfo: memFree=14892180/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7996056 CPUtime=402.19 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1530906 0 0 0 39925 294 0 0 20 0 1 0 345782495 8187961344 1913890 33554432000 4194304 8395647 140736251717088 140736251712216 6697790 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1999014 1913890 585 1026 0 1997984 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 7996056

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 5815
/proc/meminfo: memFree=10320100/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7996056 CPUtime=462.18 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1531361 0 0 0 45919 299 0 0 20 0 1 0 345782495 8187961344 1913925 33554432000 4194304 8395647 140736251717088 140736251712216 6697663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1999014 1913925 585 1026 0 1997984 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 7996056

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5815
/proc/meminfo: memFree=8018708/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7996056 CPUtime=522.18 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1531648 0 0 0 51915 303 0 0 20 0 1 0 345782495 8187961344 1913936 33554432000 4194304 8395647 140736251717088 140736251712216 6698133 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1999014 1913936 585 1026 0 1997984 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 7996056

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5815
/proc/meminfo: memFree=7641516/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8020228 CPUtime=582.17 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1532678 0 0 0 57909 308 0 0 20 0 1 0 345782495 8212713472 1917949 33554432000 4194304 8395647 140736251717088 140736251712216 6636339 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2005057 1917949 585 1026 0 2004027 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 8020228

[startup+642.3 s]

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

/proc/meminfo: memFree=22239320/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8173800 CPUtime=1122.08 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1545487 0 0 0 111822 386 0 0 20 0 1 0 345782495 8369971200 1944346 33554432000 4194304 8395647 140736251717088 140736251711656 6708241 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2043450 1944346 590 1026 0 2042420 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 8173800

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5859
/proc/meminfo: memFree=22236808/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8182264 CPUtime=1182.07 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1547182 0 0 0 117813 394 0 0 20 0 1 0 345782495 8378638336 1944906 33554432000 4194304 8395647 140736251717088 140736251711656 6378447 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2045566 1944906 590 1026 0 2044536 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 8182264

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5859
/proc/meminfo: memFree=22233060/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8186072 CPUtime=1242.07 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1549037 0 0 0 123804 403 0 0 20 0 1 0 345782495 8382537728 1944872 33554432000 4194304 8395647 140736251717088 140736251711656 6707999 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2046518 1944872 590 1026 0 2045488 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 8186072

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5859
/proc/meminfo: memFree=22225904/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8187680 CPUtime=1302.05 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1550262 0 0 0 129796 409 0 0 20 0 1 0 345782495 8384184320 1946498 33554432000 4194304 8395647 140736251717088 140736251711608 6635121 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2046920 1946498 590 1026 0 2045890 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 8187680

[startup+1362.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 5860
/proc/meminfo: memFree=22205700/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8194128 CPUtime=1362.05 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1552693 0 0 0 135785 420 0 0 20 0 1 0 345782495 8390787072 1947379 33554432000 4194304 8395647 140736251717088 140736251711736 6708025 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2048532 1947379 590 1026 0 2047502 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 8194128

[startup+1422.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 5860
/proc/meminfo: memFree=22178548/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8236684 CPUtime=1422.04 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1554492 0 0 0 141777 427 0 0 20 0 1 0 345782495 8434364416 1954062 33554432000 4194304 8395647 140736251717088 140736251711656 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2059171 1954062 590 1026 0 2058141 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 8236684

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/178 5863
/proc/meminfo: memFree=22201344/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8192644 CPUtime=1482.02 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1557261 0 0 0 147766 436 0 0 20 0 1 0 345782495 8389267456 1948364 33554432000 4194304 8395647 140736251717088 140736251711608 6708238 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2048161 1948364 590 1026 0 2047131 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 8192644

[startup+1542.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 5863
/proc/meminfo: memFree=22144720/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8253176 CPUtime=1542.02 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1559070 0 0 0 153756 446 0 0 20 0 1 0 345782495 8451252224 1962468 33554432000 4194304 8395647 140736251717088 140736251711608 6697268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2063294 1962468 590 1026 0 2062264 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 8253176

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 5863
/proc/meminfo: memFree=22141400/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8265780 CPUtime=1602.01 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1561525 0 0 0 159746 455 0 0 20 0 1 0 345782495 8464158720 1963145 33554432000 4194304 8395647 140736251717088 140736251711608 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2066445 1963145 590 1026 0 2065415 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 8265780

[startup+1662.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/177 5864
/proc/meminfo: memFree=22133672/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8270016 CPUtime=1662 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1562430 0 0 0 165742 458 0 0 20 0 1 0 345782495 8468496384 1964325 33554432000 4194304 8395647 140736251717088 140736251711656 6708477 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2067504 1964325 590 1026 0 2066474 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 8270016

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 5864
/proc/meminfo: memFree=22129420/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8273192 CPUtime=1721.99 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1563836 0 0 0 171736 463 0 0 20 0 1 0 345782495 8471748608 1964898 33554432000 4194304 8395647 140736251717088 140736251711608 6708178 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2068298 1964898 590 1026 0 2067268 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 8273192

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 5864
/proc/meminfo: memFree=22096496/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8307484 CPUtime=1781.98 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1565103 0 0 0 177728 470 0 0 20 0 1 0 345782495 8506863616 1972967 33554432000 4194304 8395647 140736251717088 140736251711608 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2076871 1972967 590 1026 0 2075841 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 8307484

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

[startup+1792.41 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5864
/proc/meminfo: memFree=22254444/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8110384 CPUtime=1792.08 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1566011 0 0 0 178737 471 0 0 20 0 1 0 345782495 8305033216 1933449 33554432000 4194304 8395647 140736251717088 140736251712056 6171706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2027596 1933449 598 1026 0 2026566 0
Current children cumulated CPU time (s) 1792.08
Current children cumulated vsize (KiB) 8110384

[startup+1795.6 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5864
/proc/meminfo: memFree=22254628/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8102568 CPUtime=1795.28 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1566402 0 0 0 179057 471 0 0 20 0 1 0 345782495 8297029632 1933419 33554432000 4194304 8395647 140736251717088 140736251716424 6063744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2025642 1933419 601 1026 0 2024612 0
Current children cumulated CPU time (s) 1795.28
Current children cumulated vsize (KiB) 8102568

[startup+1797.2 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5864
/proc/meminfo: memFree=22254628/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=8086300 CPUtime=1796.88 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1566402 0 0 0 179216 472 0 0 20 0 1 0 345782495 8280371200 1929448 33554432000 4194304 8395647 140736251717088 140736251716424 6076037 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 2021575 1929448 601 1026 0 2020545 0
Current children cumulated CPU time (s) 1796.88
Current children cumulated vsize (KiB) 8086300

[startup+1798.8 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5864
/proc/meminfo: memFree=22270548/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=7122440 CPUtime=1798.48 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1566402 0 0 0 179374 474 0 0 20 0 1 0 345782495 7293378560 1747383 33554432000 4194304 8395647 140736251717088 140736251716488 6345708 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1780610 1747383 601 1026 0 1779580 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (KiB) 7122440

[startup+1799.6 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5864
/proc/meminfo: memFree=23108928/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=6131184 CPUtime=1799.28 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1566402 0 0 0 179447 481 0 0 20 0 1 0 345782495 6278332416 1499467 33554432000 4194304 8395647 140736251717088 140736251716488 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1532540 1499467 601 1026 0 1531510 0
Current children cumulated CPU time (s) 1799.28
Current children cumulated vsize (KiB) 6131184

[startup+1799.8 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5864
/proc/meminfo: memFree=23108928/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=5816816 CPUtime=1799.48 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1566402 0 0 0 179465 483 0 0 20 0 1 0 345782495 5956419584 1421131 33554432000 4194304 8395647 140736251717088 140736251716344 4749771 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1454204 1421131 601 1026 0 1453174 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 5816816

[startup+1799.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 5864
/proc/meminfo: memFree=23108928/32873844 swapFree=7116/7116
[pid=5737] ppid=5735 vsize=5610920 CPUtime=1799.58 cores=1,3,5,7
/proc/5737/stat : 5737 (pbscip.linux.x8) R 5735 5737 4984 0 -1 4202496 1566402 0 0 0 179472 486 0 0 20 0 1 0 345782495 5745582080 1241602 33554432000 4194304 8395647 140736251717088 140736251716344 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5737/statm: 1402730 1241090 601 1026 0 1401700 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 5610920

Child status: 0
Real time (s): 1799.99
CPU time (s): 1799.68
CPU user time (s): 1794.73
CPU system time (s): 4.94925
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 8520580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 4.94925
maximum resident set size= 8008920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1566410
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= 51
involuntary context switches= 1851

runsolver used 2.66559 second user time and 8.93464 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 09:55:39
IDJOB=3743891
IDBENCH=92643
IDSOLVER=2326
FILE ID=node103/3743891-1338796536
RUNJOBID= node103-1338783950-5001
PBS_JOBID= 14636845
Free space on /tmp= 70956 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/Large/normalized-minisat100_16_6_8_ic.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743891-1338796536/watcher-3743891-1338796536 -o /tmp/evaluation-result-3743891-1338796536/solver-3743891-1338796536 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743891-1338796536.opb -t 1800 -m 15500

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

MD5SUM BENCH= 5ed7f30965bba8f3ce61500e35e903e9
RANDOM SEED=902690023

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31268672 kB
Buffers:          207204 kB
Cached:           604228 kB
SwapCached:         5648 kB
Active:           284264 kB
Inactive:         537412 kB
Active(anon):       8304 kB
Inactive(anon):     4740 kB
Active(file):     275960 kB
Inactive(file):   532672 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:            190720 kB
Writeback:             0 kB
AnonPages:         13644 kB
Mapped:             8236 kB
Shmem:                 0 kB
Slab:             644596 kB
SReclaimable:      81072 kB
SUnreclaim:       563524 kB
KernelStack:        1408 kB
PageTables:         3936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     107200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71004 MiB
End job on node103 at 2012-06-04 10:25:39