Trace number 3743921

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.01 1799.32

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_ic.opb
MD5SUM7527e2935777236bd1dfaa057aa70f69
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark702654757
Best CPU time to get the best result obtained on this benchmark1800.73
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 168196608
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 178958626766
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 168196608
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 178958626766
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-3743921-1338797076.opb>
24.39/24.50	c original problem has 1000400 variables (1000400 bin, 0 int, 0 impl, 0 cont) and 2000307 constraints
24.39/24.50	c problem read
24.49/24.51	c presolving settings loaded
32.58/32.62	c presolving:
40.68/40.70	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
54.28/54.31	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
131.24/131.37	c    (106.9s) probing: 101/985250 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
131.24/131.37	c    (106.9s) probing aborted: 100/100 successive totally useless probings
131.34/131.43	c presolving (3 rounds):
131.34/131.43	c  15150 deleted vars, 29703 deleted constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
131.34/131.43	c  5851100 implications, 1 cliques
131.34/131.43	c presolved problem has 985250 variables (985250 bin, 0 int, 0 impl, 0 cont) and 1970604 constraints
131.34/131.43	c  985350 constraints of type <knapsack>
131.34/131.43	c     101 constraints of type <setppc>
131.34/131.43	c       3 constraints of type <linear>
131.34/131.43	c  985150 constraints of type <logicor>
131.34/131.43	c transformed objective value is always integral (scale: 1)
131.34/131.43	c Presolving Time: 101.48
131.34/131.43	c - non default parameters ----------------------------------------------------------------------
131.34/131.43	c # SCIP version 1.2.1.3
131.34/131.43	c 
131.34/131.43	c # frequency for displaying node information lines
131.34/131.43	c # [type: int, range: [-1,2147483647], default: 100]
131.34/131.43	c display/freq = 10000
131.34/131.43	c 
131.34/131.43	c # maximal time in seconds to run
131.34/131.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
131.34/131.43	c limits/time = 1765.5
131.34/131.43	c 
131.34/131.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
131.34/131.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
131.34/131.43	c limits/memory = 13950
131.34/131.43	c 
131.34/131.43	c # default clock type (1: CPU user seconds, 2: wall clock time)
131.34/131.43	c # [type: int, range: [1,2], default: 1]
131.34/131.43	c timing/clocktype = 2
131.34/131.43	c 
131.34/131.43	c # should presolving try to simplify inequalities
131.34/131.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
131.34/131.43	c constraints/linear/simplifyinequalities = TRUE
131.34/131.43	c 
131.34/131.43	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
131.34/131.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
131.34/131.43	c constraints/indicator/addCouplingCons = TRUE
131.34/131.43	c 
131.34/131.43	c # should presolving try to simplify knapsacks
131.34/131.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
131.34/131.43	c constraints/knapsack/simplifyinequalities = TRUE
131.34/131.43	c 
131.34/131.43	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
131.34/131.43	c # [type: int, range: [-1,2147483647], default: -1]
131.34/131.43	c separating/rapidlearning/freq = 0
131.34/131.43	c 
131.34/131.43	c -----------------------------------------------------------------------------------------------
131.34/131.43	c start solving
131.64/131.72	c 
790.14/790.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
790.14/790.37	c   766s|     1 |     0 |  8264 |     - |5428M|   0 |1270 | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.353488e+06 |      --      |    Inf 
1791.39/1791.73	c  1767s|     1 |     2 | 16592 |     - |5464M|   0 |   - | 985k|1970k| 985k|1970k|   0 |   0 |   0 | 1.353488e+06 |      --      |    Inf 
1791.39/1791.73	c 
1791.39/1791.73	c SCIP Status        : solving was interrupted [time limit reached]
1791.39/1791.73	c Solving Time (sec) : 1767.22
1791.39/1791.73	c Solving Nodes      : 1
1791.39/1791.73	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1791.39/1791.73	c Dual Bound         : +1.35348804653524e+06
1791.39/1791.73	c Gap                : infinite
1791.39/1791.73	s UNKNOWN
1791.39/1791.73	c SCIP Status        : solving was interrupted [time limit reached]
1791.39/1791.73	c Solving Time       :    1767.22
1791.39/1791.73	c Original Problem   :
1791.39/1791.73	c   Problem name     : HOME/instance-3743921-1338797076.opb
1791.39/1791.73	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.39/1791.73	c   Constraints      : 2000307 initial, 2000307 maximal
1791.39/1791.73	c Presolved Problem  :
1791.39/1791.73	c   Problem name     : t_HOME/instance-3743921-1338797076.opb
1791.39/1791.73	c   Variables        : 985250 (985250 binary, 0 integer, 0 implicit integer, 0 continuous)
1791.39/1791.73	c   Constraints      : 1970604 initial, 1970604 maximal
1791.39/1791.73	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1791.39/1791.73	c   trivial          :       0.19          0          0          0          0          0          0          0          0
1791.39/1791.73	c   dualfix          :       0.16          0          0          0          0          0          0          0          0
1791.39/1791.73	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1791.39/1791.73	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1791.39/1791.73	c   implics          :       0.10          0          0          0          0          0          0          0          0
1791.39/1791.73	c   probing          :      14.81          0          0          0          0          0          0          0          0
1791.39/1791.73	c   knapsack         :      60.87          0          0          0          0          0          0          0          0
1791.39/1791.73	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1791.39/1791.73	c   linear           :      16.70        300      14850          0        300          0      29703       4950      14850
1791.39/1791.73	c   logicor          :       2.65          0          0          0          0          0          0          0          0
1791.39/1791.73	c   root node        :          -          0          -          -          0          -          -          -          -
1791.39/1791.73	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1791.39/1791.73	c   integral         :          0          0          0          0          0          0          0          0          0          0
1791.39/1791.73	c   knapsack         :     985350          0        201          0          1          0          0          0          0          0
1791.39/1791.73	c   setppc           :        101          0        201          0          1          0          0          0          0          0
1791.39/1791.73	c   linear           :          3          0        201          0          0          0          0          0          0          0
1791.39/1791.73	c   logicor          :     985150          0        200          0          1          0          0          0          0          0
1791.39/1791.73	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1791.39/1791.73	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1791.39/1791.73	c   integral         :       0.00       0.00       0.00       0.00       0.00
1791.39/1791.73	c   knapsack         :       5.94       0.00       5.94       0.00       0.00
1791.39/1791.73	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1791.39/1791.73	c   linear           :       0.08       0.00       0.08       0.00       0.00
1791.39/1791.73	c   logicor          :       0.95       0.00       0.80       0.00       0.14
1791.39/1791.73	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1791.39/1791.73	c Propagators        :       Time      Calls    Cutoffs    DomReds
1791.39/1791.73	c   vbounds          :       0.00          2          0          0
1791.39/1791.73	c   rootredcost      :       0.00          0          0          0
1791.39/1791.73	c   pseudoobj        :       0.02          2          0          0
1791.39/1791.73	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1791.39/1791.73	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1791.39/1791.73	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1791.39/1791.73	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1791.39/1791.73	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1791.39/1791.73	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1791.39/1791.73	c   applied globally :          -          -          -          0        0.0          -          -          -
1791.39/1791.73	c   applied locally  :          -          -          -          0        0.0          -          -          -
1791.39/1791.73	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1791.39/1791.73	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1791.39/1791.73	c   redcost          :       0.00          0          0          0          0          0
1791.39/1791.73	c   impliedbounds    :       0.00          0          0          0          0          0
1791.39/1791.73	c   intobj           :       0.00          0          0          0          0          0
1791.39/1791.73	c   cgmip            :       0.00          0          0          0          0          0
1791.39/1791.73	c   gomory           :       0.00          0          0          0          0          0
1791.39/1791.73	c   strongcg         :       0.00          0          0          0          0          0
1791.39/1791.73	c   cmir             :       0.00          0          0          0          0          0
1791.39/1791.73	c   flowcover        :       0.00          0          0          0          0          0
1791.39/1791.73	c   clique           :       0.00          0          0          0          0          0
1791.39/1791.73	c   zerohalf         :       0.00          0          0          0          0          0
1791.39/1791.73	c   mcf              :       0.00          0          0          0          0          0
1791.39/1791.73	c   rapidlearning    :       0.00          0          0          0          0          0
1791.39/1791.73	c Pricers            :       Time      Calls       Vars
1791.39/1791.73	c   problem variables:       0.00          0          0
1791.39/1791.73	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1791.39/1791.73	c   relpscost        :       0.00          0          0          0          0          0          0
1791.39/1791.73	c   pscost           :       0.00          0          0          0          0          0          0
1791.39/1791.73	c   inference        :       0.09          1          0          0          0          0          2
1791.39/1791.73	c   mostinf          :       0.00          0          0          0          0          0          0
1791.39/1791.73	c   leastinf         :       0.00          0          0          0          0          0          0
1791.39/1791.73	c   fullstrong       :       0.00          0          0          0          0          0          0
1791.39/1791.73	c   allfullstrong    :       0.00          0          0          0          0          0          0
1791.39/1791.73	c   random           :       0.00          0          0          0          0          0          0
1791.39/1791.73	c Primal Heuristics  :       Time      Calls      Found
1791.39/1791.73	c   LP solutions     :       0.00          -          0
1791.39/1791.73	c   pseudo solutions :       0.00          -          0
1791.39/1791.73	c   oneopt           :       0.00          0          0
1791.39/1791.73	c   trivial          :       1.79          2          0
1791.39/1791.73	c   simplerounding   :       0.03          0          0
1791.39/1791.73	c   zirounding       :       0.00          0          0
1791.39/1791.73	c   rounding         :       0.07          1          0
1791.39/1791.73	c   shifting         :       0.36          1          0
1791.39/1791.73	c   intshifting      :       0.00          0          0
1791.39/1791.73	c   twoopt           :       0.00          0          0
1791.39/1791.73	c   fixandinfer      :       0.00          0          0
1791.39/1791.73	c   feaspump         :    1000.62          1          0
1791.39/1791.73	c   coefdiving       :       0.00          0          0
1791.39/1791.73	c   pscostdiving     :       0.00          0          0
1791.39/1791.73	c   fracdiving       :       0.00          0          0
1791.39/1791.73	c   veclendiving     :       0.00          0          0
1791.39/1791.73	c   intdiving        :       0.00          0          0
1791.39/1791.73	c   actconsdiving    :       0.00          0          0
1791.39/1791.73	c   objpscostdiving  :       0.00          0          0
1791.39/1791.73	c   rootsoldiving    :       0.00          0          0
1791.39/1791.73	c   linesearchdiving :       0.00          0          0
1791.39/1791.73	c   guideddiving     :       0.00          0          0
1791.39/1791.73	c   octane           :       0.00          0          0
1791.39/1791.73	c   rens             :       0.00          0          0
1791.39/1791.73	c   rins             :       0.00          0          0
1791.39/1791.73	c   localbranching   :       0.00          0          0
1791.39/1791.73	c   mutation         :       0.00          0          0
1791.39/1791.73	c   crossover        :       0.00          0          0
1791.39/1791.73	c   dins             :       0.00          0          0
1791.39/1791.73	c   undercover       :       0.00          0          0
1791.39/1791.73	c   nlp              :       0.00          0          0
1791.39/1791.73	c   trysol           :       0.00          0          0
1791.39/1791.73	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1791.39/1791.73	c   primal LP        :       0.00          0          0       0.00          -
1791.39/1791.73	c   dual LP          :     651.80          1       8264    8264.00      12.68
1791.39/1791.73	c   lex dual LP      :       0.00          0          0       0.00          -
1791.39/1791.73	c   barrier LP       :       0.00          0          0       0.00          -
1791.39/1791.73	c   diving/probing LP:    1000.32          1       8328    8328.00       8.33
1791.39/1791.73	c   strong branching :       0.00          0          0       0.00          -
1791.39/1791.73	c     (at root node) :          -          0          0       0.00          -
1791.39/1791.73	c   conflict analysis:       0.00          0          0       0.00          -
1791.39/1791.73	c B&B Tree           :
1791.39/1791.73	c   number of runs   :          1
1791.39/1791.73	c   nodes            :          1
1791.39/1791.73	c   nodes (total)    :          1
1791.39/1791.73	c   nodes left       :          2
1791.39/1791.73	c   max depth        :          0
1791.39/1791.73	c   max depth (total):          0
1791.39/1791.73	c   backtracks       :          0 (0.0%)
1791.39/1791.73	c   delayed cutoffs  :          0
1791.39/1791.73	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1791.39/1791.73	c   avg switch length:       1.00
1791.39/1791.73	c   switching time   :       0.00
1791.39/1791.73	c Solution           :
1791.39/1791.73	c   Solutions found  :          0 (0 improvements)
1791.39/1791.73	c   Primal Bound     :          -
1791.39/1791.73	c   Dual Bound       : +1.35348804653524e+06
1791.39/1791.73	c   Gap              :   infinite
1791.39/1791.73	c   Root Dual Bound  : +1.35348804653524e+06
1791.39/1791.73	c   Root Iterations  :      16592
1798.98/1799.31	c Time complete: 1799.01.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13649
/proc/meminfo: memFree=19887596/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 345833232 8105984 1195 33554432000 4194304 8395647 140734367783552 140735344059976 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1979 1195 370 1026 0 949 0

[startup+0.088247 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13649
/proc/meminfo: memFree=19887596/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=33048 CPUtime=0.08 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 7550 0 0 0 7 1 0 0 20 0 1 0 345833232 33841152 7491 33554432000 4194304 8395647 140734367783552 140735344059976 7370957 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 8262 7491 394 1026 0 7232 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33048

[startup+0.100348 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13649
/proc/meminfo: memFree=19887596/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=33532 CPUtime=0.09 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 7663 0 0 0 8 1 0 0 20 0 1 0 345833232 34336768 7604 33554432000 4194304 8395647 140734367783552 140735344059976 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 8383 7604 394 1026 0 7353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33532

[startup+0.300252 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13649
/proc/meminfo: memFree=19887596/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=45232 CPUtime=0.29 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 10539 0 0 0 28 1 0 0 20 0 1 0 345833232 46317568 10480 33554432000 4194304 8395647 140734367783552 140735344059976 5756311 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 11308 10480 394 1026 0 10278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45232

[startup+0.700269 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13649
/proc/meminfo: memFree=19887596/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=96296 CPUtime=0.69 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 23272 0 0 0 65 4 0 0 20 0 1 0 345833232 98607104 23213 33554432000 4194304 8395647 140734367783552 140734367648760 7301433 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 24074 23213 394 1026 0 23044 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96296

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13650
/proc/meminfo: memFree=19756528/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=198700 CPUtime=1.49 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 48865 0 0 0 140 9 0 0 20 0 1 0 345833232 203468800 48806 33554432000 4194304 8395647 140734367783552 140734367648760 7382056 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 49675 48806 394 1026 0 48645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198700

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13650
/proc/meminfo: memFree=19621160/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=391688 CPUtime=3.09 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 96931 0 0 0 292 17 0 0 20 0 1 0 345833232 401088512 96873 33554432000 4194304 8395647 140734367783552 140734367648760 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 97922 96909 394 1026 0 96892 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 391688

[startup+6.30028 s]
/proc/loadavg: 2.16 2.03 2.01 3/179 13650
/proc/meminfo: memFree=19232932/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=732564 CPUtime=6.29 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 182386 0 0 0 597 32 0 0 20 0 1 0 345833232 750145536 182327 33554432000 4194304 8395647 140734367783552 140734367648760 7382056 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 183141 182327 394 1026 0 182111 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 732564

[startup+12.7004 s]
/proc/loadavg: 2.15 2.03 2.01 3/179 13650
/proc/meminfo: memFree=18761144/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=1154180 CPUtime=12.69 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 287498 0 0 0 1220 49 0 0 20 0 1 0 345833232 1181880320 287439 33554432000 4194304 8395647 140734367783552 140734367648760 4327595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 288545 287439 394 1026 0 287515 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1154180

[startup+25.5069 s]
/proc/loadavg: 2.11 2.03 2.01 3/176 13678
/proc/meminfo: memFree=25620360/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=2267408 CPUtime=25.49 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 564662 0 0 0 2452 97 0 0 20 0 1 0 345833232 2321825792 565782 33554432000 4194304 8395647 140734367783552 140734367777896 4218369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 566852 565782 413 1026 0 565822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2267408

[startup+51.1002 s]
/proc/loadavg: 2.14 2.04 2.01 3/179 13688
/proc/meminfo: memFree=20834732/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=4757796 CPUtime=51.08 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1160643 0 0 0 4915 193 0 0 20 0 1 0 345833232 4871983104 1184924 33554432000 4194304 8395647 140734367783552 140734367779544 6345370 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1189449 1184924 483 1026 0 1188419 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4757796

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/179 13688
/proc/meminfo: memFree=14659596/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=5032116 CPUtime=102.25 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1216885 0 0 0 10022 203 0 0 20 0 1 0 345833232 5152886784 1240297 33554432000 4194304 8395647 140734367783552 140734367779224 4953593 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1258029 1240297 496 1026 0 1256999 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 5032116

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13688
/proc/meminfo: memFree=9557012/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7932836 CPUtime=162.23 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1529307 0 0 0 15942 281 0 0 20 0 1 0 345833232 8123224064 1894240 33554432000 4194304 8395647 140734367783552 140734367779016 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1983209 1894240 584 1026 0 1982179 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 7932836

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 13688
/proc/meminfo: memFree=5215308/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7962544 CPUtime=222.23 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1533014 0 0 0 21934 289 0 0 20 0 1 0 345833232 8153645056 1902838 33554432000 4194304 8395647 140734367783552 140734367778680 6698363 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1990636 1902838 585 1026 0 1989606 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7962544

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13689
/proc/meminfo: memFree=4563800/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7978344 CPUtime=282.22 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1536160 0 0 0 27926 296 0 0 20 0 1 0 345833232 8169824256 1908340 33554432000 4194304 8395647 140734367783552 140734367777960 6696767 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1994586 1908340 585 1026 0 1993556 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 7978344

[startup+342.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 13693
/proc/meminfo: memFree=4269600/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7978344 CPUtime=342.21 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1536733 0 0 0 33921 300 0 0 20 0 1 0 345833232 8169824256 1908393 33554432000 4194304 8395647 140734367783552 140734367778680 6697663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1994586 1908393 585 1026 0 1993556 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 7978344

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13731
/proc/meminfo: memFree=19277088/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7978344 CPUtime=402.2 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1537491 0 0 0 39912 308 0 0 20 0 1 0 345833232 8169824256 1908448 33554432000 4194304 8395647 140734367783552 140734367778680 6697808 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1994586 1908448 585 1026 0 1993556 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 7978344

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13731
/proc/meminfo: memFree=18996976/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7978344 CPUtime=462.19 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1538286 0 0 0 45903 316 0 0 20 0 1 0 345833232 8169824256 1908509 33554432000 4194304 8395647 140734367783552 140734367778680 6698218 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1994586 1908509 585 1026 0 1993556 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 7978344

[startup+522.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 13731
/proc/meminfo: memFree=18996584/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7978344 CPUtime=522.18 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1539033 0 0 0 51894 324 0 0 20 0 1 0 345833232 8169824256 1908518 33554432000 4194304 8395647 140734367783552 140734367778680 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1994586 1908518 585 1026 0 1993556 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 7978344

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13732
/proc/meminfo: memFree=18927708/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7978344 CPUtime=582.17 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1539832 0 0 0 57885 332 0 0 20 0 1 0 345833232 8169824256 1908559 33554432000 4194304 8395647 140734367783552 140734367778680 6698349 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1994586 1908559 585 1026 0 1993556 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 7978344

[startup+642.3 s]

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

/proc/meminfo: memFree=18695000/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8227664 CPUtime=1122.09 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1555201 0 0 0 111814 395 0 0 20 0 1 0 345833232 8425127936 1957187 33554432000 4194304 8395647 140734367783552 140734367778200 6697060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2056916 1957187 590 1026 0 2055886 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 8227664

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13737
/proc/meminfo: memFree=18694352/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8230768 CPUtime=1182.08 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1557170 0 0 0 117803 405 0 0 20 0 1 0 345833232 8428306432 1957399 33554432000 4194304 8395647 140734367783552 140734367777064 6708203 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2057692 1957399 590 1026 0 2056662 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 8230768

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13737
/proc/meminfo: memFree=18694256/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8233840 CPUtime=1242.07 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1558194 0 0 0 123796 411 0 0 20 0 1 0 345833232 8431452160 1957288 33554432000 4194304 8395647 140734367783552 140734367778072 6696785 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2058460 1957288 590 1026 0 2057430 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 8233840

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13737
/proc/meminfo: memFree=18685912/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8239224 CPUtime=1302.06 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1559027 0 0 0 129790 416 0 0 20 0 1 0 345833232 8436965376 1959441 33554432000 4194304 8395647 140734367783552 140734367778120 6708222 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2059806 1959441 590 1026 0 2058776 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 8239224

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13737
/proc/meminfo: memFree=18683708/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8239720 CPUtime=1362.05 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1560471 0 0 0 135782 423 0 0 20 0 1 0 345833232 8437473280 1959512 33554432000 4194304 8395647 140734367783552 140734367778376 6708025 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2059930 1959512 590 1026 0 2058900 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 8239720

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13737
/proc/meminfo: memFree=18679272/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8244808 CPUtime=1422.05 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1561535 0 0 0 141776 429 0 0 20 0 1 0 345833232 8442683392 1959641 33554432000 4194304 8395647 140734367783552 140734367778120 6697104 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2061202 1959641 590 1026 0 2060172 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 8244808

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 13738
/proc/meminfo: memFree=18678928/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8249864 CPUtime=1482.03 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1562682 0 0 0 147770 433 0 0 20 0 1 0 345833232 8447860736 1959766 33554432000 4194304 8395647 140734367783552 140734367778072 6708010 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2062466 1959766 590 1026 0 2061436 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 8249864

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 13741
/proc/meminfo: memFree=18677520/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8255944 CPUtime=1542.03 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1564055 0 0 0 153763 440 0 0 20 0 1 0 345833232 8454086656 1959538 33554432000 4194304 8395647 140734367783552 140734367778376 6708388 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2063986 1959538 590 1026 0 2062956 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 8255944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13741
/proc/meminfo: memFree=18676128/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8258312 CPUtime=1602.02 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1564943 0 0 0 159757 445 0 0 20 0 1 0 345833232 8456511488 1959853 33554432000 4194304 8395647 140734367783552 140734367778120 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2064578 1959853 590 1026 0 2063548 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 8258312

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13741
/proc/meminfo: memFree=18675908/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8258768 CPUtime=1662.01 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1565541 0 0 0 165752 449 0 0 20 0 1 0 345833232 8456978432 1959920 33554432000 4194304 8395647 140734367783552 140734367778120 6700712 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2064692 1959920 590 1026 0 2063662 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 8258768

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13741
/proc/meminfo: memFree=18675316/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8260672 CPUtime=1722 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1566640 0 0 0 171746 454 0 0 20 0 1 0 345833232 8458928128 1960144 33554432000 4194304 8395647 140734367783552 140734367778072 6502362 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2065168 1960144 590 1026 0 2064138 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 8260672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13742
/proc/meminfo: memFree=18674856/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8265392 CPUtime=1781.99 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1568719 0 0 0 177735 464 0 0 20 0 1 0 345833232 8463761408 1960233 33554432000 4194304 8395647 140734367783552 140734367778072 6697047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2066348 1960233 590 1026 0 2065318 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 8265392

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

[startup+1786.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13742
/proc/meminfo: memFree=18674832/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8265392 CPUtime=1786.49 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1568719 0 0 0 178185 464 0 0 20 0 1 0 345833232 8463761408 1960233 33554432000 4194304 8395647 140734367783552 140734367778200 6708293 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2066348 1960233 590 1026 0 2065318 0
Current children cumulated CPU time (s) 1786.49
Current children cumulated vsize (KiB) 8265392

[startup+1793.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13742
/proc/meminfo: memFree=18776684/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8112940 CPUtime=1792.89 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1569923 0 0 0 178825 464 0 0 20 0 1 0 345833232 8307650560 1934631 33554432000 4194304 8395647 140734367783552 140734367782664 6150657 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2028235 1934631 598 1026 0 2027205 0
Current children cumulated CPU time (s) 1792.89
Current children cumulated vsize (KiB) 8112940

[startup+1796.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13742
/proc/meminfo: memFree=18799940/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=8088856 CPUtime=1796.1 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1569926 0 0 0 179145 465 0 0 20 0 1 0 345833232 8282988544 1928773 33554432000 4194304 8395647 140734367783552 140734367782936 6345819 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 2022214 1928773 601 1026 0 2021184 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (KiB) 8088856

[startup+1798 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13742
/proc/meminfo: memFree=18799940/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=7198092 CPUtime=1797.69 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1569926 0 0 0 179302 467 0 0 20 0 1 0 345833232 7370846208 1763904 33554432000 4194304 8395647 140734367783552 140734367782936 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1799523 1763904 601 1026 0 1798493 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (KiB) 7198092

[startup+1798.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13742
/proc/meminfo: memFree=20087692/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=6310524 CPUtime=1798.48 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1569926 0 0 0 179375 473 0 0 20 0 1 0 345833232 6461976576 1543088 33554432000 4194304 8395647 140734367783552 140734367782744 4751240 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1577631 1543088 601 1026 0 1576601 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (KiB) 6310524

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13742
/proc/meminfo: memFree=20087692/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=5739344 CPUtime=1798.88 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1569926 0 0 0 179411 477 0 0 20 0 1 0 345833232 5877088256 1400186 33554432000 4194304 8395647 140734367783552 140734367782744 7435351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 1434836 1399674 601 1026 0 1433806 0
Current children cumulated CPU time (s) 1798.88
Current children cumulated vsize (KiB) 5739344

[startup+1799.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13742
/proc/meminfo: memFree=20087692/32873844 swapFree=7124/7124
[pid=13649] ppid=13647 vsize=1823024 CPUtime=1798.98 cores=1,3,5,7
/proc/13649/stat : 13649 (pbscip.linux.x8) R 13647 13649 12290 0 -1 4202496 1569926 0 0 0 179411 487 0 0 20 0 1 0 345833232 1866776576 53659 33554432000 4194304 8395647 140734367783552 140734367782744 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13649/statm: 455756 53659 601 1026 0 454726 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 1823024

Child status: 0
Real time (s): 1799.32
CPU time (s): 1799.01
CPU user time (s): 1794.12
CPU system time (s): 4.89126
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 8509720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 4.89126
maximum resident set size= 7960524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1569934
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= 40
involuntary context switches= 1868

runsolver used 7.12892 second user time and 17.2684 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-04 10:04:38
IDJOB=3743921
IDBENCH=92648
IDSOLVER=2326
FILE ID=node134/3743921-1338797076
RUNJOBID= node134-1338773738-12307
PBS_JOBID= 14636824
Free space on /tmp= 70156 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_4_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-3743921-1338797076/watcher-3743921-1338797076 -o /tmp/evaluation-result-3743921-1338797076/solver-3743921-1338797076 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743921-1338797076.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7527e2935777236bd1dfaa057aa70f69
RANDOM SEED=107310669

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        19887736 kB
Buffers:          511352 kB
Cached:          3686476 kB
SwapCached:           76 kB
Active:          9806296 kB
Inactive:        2253108 kB
Active(anon):    7794336 kB
Inactive(anon):    69772 kB
Active(file):    2011960 kB
Inactive(file):  2183336 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:            110288 kB
Writeback:             0 kB
AnonPages:       7870776 kB
Mapped:            13512 kB
Shmem:                96 kB
Slab:             766376 kB
SReclaimable:     207748 kB
SUnreclaim:       558628 kB
KernelStack:        1464 kB
PageTables:        19592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8377120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1544192 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= 70236 MiB
End job on node134 at 2012-06-04 10:34:38