Trace number 3744593

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? 1790.7 1790.98

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_6_ic.opb
MD5SUMb4594275dd418145ecf4ec914c196844
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23421403
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 53555449284
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 53555449284
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-3744593-1338807835.opb>
1.98/2.09	c original problem has 125200 variables (125200 bin, 0 int, 0 impl, 0 cont) and 250157 constraints
1.98/2.09	c problem read
1.98/2.09	c presolving settings loaded
2.99/3.00	c presolving:
3.58/3.61	c (round 1) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 7450 impls, 1 clqs
4.69/4.75	c (round 2) 3825 del vars, 7353 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 242801 upgd conss, 7450 impls, 1 clqs
9.79/9.88	c    (7.8s) probing: 101/121375 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
9.79/9.88	c    (7.8s) probing aborted: 100/100 successive totally useless probings
9.79/9.89	c presolving (3 rounds):
9.79/9.89	c  3825 deleted vars, 7353 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
9.79/9.89	c  713050 implications, 1 cliques
9.79/9.89	c presolved problem has 121375 variables (121375 bin, 0 int, 0 impl, 0 cont) and 242804 constraints
9.79/9.89	c  121425 constraints of type <knapsack>
9.79/9.89	c      51 constraints of type <setppc>
9.79/9.89	c       3 constraints of type <linear>
9.79/9.89	c  121325 constraints of type <logicor>
9.79/9.89	c transformed objective value is always integral (scale: 1)
9.79/9.89	c Presolving Time: 7.19
9.79/9.89	c - non default parameters ----------------------------------------------------------------------
9.79/9.89	c # SCIP version 1.2.1.3
9.79/9.89	c 
9.79/9.89	c # frequency for displaying node information lines
9.79/9.89	c # [type: int, range: [-1,2147483647], default: 100]
9.79/9.89	c display/freq = 10000
9.79/9.89	c 
9.79/9.89	c # maximal time in seconds to run
9.79/9.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.79/9.89	c limits/time = 1787.91
9.79/9.89	c 
9.79/9.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.79/9.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.79/9.89	c limits/memory = 13950
9.79/9.89	c 
9.79/9.89	c # default clock type (1: CPU user seconds, 2: wall clock time)
9.79/9.89	c # [type: int, range: [1,2], default: 1]
9.79/9.89	c timing/clocktype = 2
9.79/9.89	c 
9.79/9.89	c # should presolving try to simplify inequalities
9.79/9.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.79/9.89	c constraints/linear/simplifyinequalities = TRUE
9.79/9.89	c 
9.79/9.89	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
9.79/9.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.79/9.89	c constraints/indicator/addCouplingCons = TRUE
9.79/9.89	c 
9.79/9.89	c # should presolving try to simplify knapsacks
9.79/9.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.79/9.89	c constraints/knapsack/simplifyinequalities = TRUE
9.79/9.89	c 
9.79/9.89	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.79/9.89	c # [type: int, range: [-1,2147483647], default: -1]
9.79/9.89	c separating/rapidlearning/freq = 0
9.79/9.89	c 
9.79/9.89	c -----------------------------------------------------------------------------------------------
9.79/9.89	c start solving
9.89/9.92	c 
60.68/60.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.68/60.74	c  58.7s|     1 |     0 |  4414 |     - | 679M|   0 | 433 | 121k| 242k| 121k| 242k|   0 |   0 |   0 | 1.213395e+06 |      --      |    Inf 
736.67/736.90	c   735s|     1 |     0 | 15558 |     - | 688M|   0 | 367 | 121k| 242k| 121k| 242k| 146 |   0 |   0 | 1.371608e+06 |      --      |    Inf 
1180.40/1180.65	c  1179s|     1 |     0 | 16814 |     - | 692M|   0 | 285 | 121k| 242k| 121k| 243k| 218 |   0 |   0 | 1.450076e+06 |      --      |    Inf 
1350.67/1350.90	c  1349s|     1 |     0 | 17851 |     - | 697M|   0 | 351 | 121k| 242k| 121k| 243k| 232 |   0 |   0 | 1.508441e+06 |      --      |    Inf 
1789.71/1790.01	c  1788s|     1 |     0 | 17851 |     - | 697M|   0 |   - | 121k| 242k| 121k| 243k| 266 |   0 |   0 | 1.508441e+06 |      --      |    Inf 
1789.71/1790.06	c  1788s|     1 |     2 | 17851 |     - | 697M|   0 |   - | 121k| 242k| 121k| 243k| 266 |   0 |   0 | 1.508441e+06 |      --      |    Inf 
1789.71/1790.06	c 
1789.71/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.06	c Solving Time (sec) : 1787.97
1789.71/1790.06	c Solving Nodes      : 1
1789.71/1790.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.71/1790.06	c Dual Bound         : +1.50844117620147e+06
1789.71/1790.06	c Gap                : infinite
1789.71/1790.06	s UNKNOWN
1789.71/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1789.71/1790.06	c Solving Time       :    1787.97
1789.71/1790.06	c Original Problem   :
1789.71/1790.06	c   Problem name     : HOME/instance-3744593-1338807835.opb
1789.71/1790.06	c   Variables        : 125200 (125200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.06	c   Constraints      : 250157 initial, 250157 maximal
1789.71/1790.06	c Presolved Problem  :
1789.71/1790.06	c   Problem name     : t_HOME/instance-3744593-1338807835.opb
1789.71/1790.06	c   Variables        : 121375 (121375 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.71/1790.06	c   Constraints      : 242804 initial, 242804 maximal
1789.71/1790.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.71/1790.06	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1789.71/1790.06	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1789.71/1790.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.06	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.71/1790.06	c   probing          :       2.18          0          0          0          0          0          0          0          0
1789.71/1790.06	c   knapsack         :       2.84          0          0          0          0          0          0          0          0
1789.71/1790.06	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.71/1790.06	c   linear           :       1.34        150       3675          0        150          0       7353       1225       3675
1789.71/1790.06	c   logicor          :       0.17          0          0          0          0          0          0          0          0
1789.71/1790.06	c   root node        :          -          0          -          -          0          -          -          -          -
1789.71/1790.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.06	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.71/1790.06	c   knapsack         :     121425          4        201          0          1          0          0        412          0          0
1789.71/1790.06	c   setppc           :         51          4        201          0          1          0          0          0          0          0
1789.71/1790.06	c   linear           :          3          4        201          0          0          0          0          0          0          0
1789.71/1790.06	c   logicor          :     121325          4        200          0          1          0          0          0          0          0
1789.71/1790.06	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.71/1790.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.71/1790.06	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.06	c   knapsack         :       1.21       0.31       0.90       0.00       0.00
1789.71/1790.06	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.06	c   linear           :       5.38       5.36       0.02       0.00       0.00
1789.71/1790.06	c   logicor          :       0.16       0.03       0.11       0.00       0.02
1789.71/1790.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.71/1790.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.71/1790.06	c   vbounds          :       0.00          2          0          0
1789.71/1790.06	c   rootredcost      :       0.00          0          0          0
1789.71/1790.06	c   pseudoobj        :       0.00          5          0          0
1789.71/1790.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.71/1790.06	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.06	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.71/1790.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.71/1790.06	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.71/1790.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.71/1790.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.71/1790.06	c   cut pool         :       0.01          3          -          -         17          -    (maximal pool size: 941)
1789.71/1790.06	c   redcost          :       0.03          4          0          0          0          0
1789.71/1790.06	c   impliedbounds    :       0.04          4          0          0        391          0
1789.71/1790.06	c   intobj           :       0.00          0          0          0          0          0
1789.71/1790.06	c   cgmip            :       0.00          0          0          0          0          0
1789.71/1790.06	c   gomory           :     928.17          4          0          0        573          0
1789.71/1790.06	c   strongcg         :     126.26          4          0          0       1500          0
1789.71/1790.06	c   cmir             :     162.95          3          0          0          9          0
1789.71/1790.06	c   flowcover        :     247.13          3          0          0        271          0
1789.71/1790.06	c   clique           :       0.23          3          0          0          0          0
1789.71/1790.06	c   zerohalf         :       0.00          0          0          0          0          0
1789.71/1790.06	c   mcf              :       0.23          1          0          0          0          0
1789.71/1790.06	c   rapidlearning    :       0.00          0          0          0          0          0
1789.71/1790.06	c Pricers            :       Time      Calls       Vars
1789.71/1790.06	c   problem variables:       0.00          0          0
1789.71/1790.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.71/1790.06	c   relpscost        :       0.00          0          0          0          0          0          0
1789.71/1790.06	c   pscost           :       0.00          0          0          0          0          0          0
1789.71/1790.06	c   inference        :       0.02          1          0          0          0          0          2
1789.71/1790.06	c   mostinf          :       0.00          0          0          0          0          0          0
1789.71/1790.06	c   leastinf         :       0.00          0          0          0          0          0          0
1789.71/1790.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.71/1790.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.71/1790.06	c   random           :       0.00          0          0          0          0          0          0
1789.71/1790.06	c Primal Heuristics  :       Time      Calls      Found
1789.71/1790.06	c   LP solutions     :       0.00          -          0
1789.71/1790.06	c   pseudo solutions :       0.00          -          0
1789.71/1790.06	c   oneopt           :       0.00          0          0
1789.71/1790.06	c   trivial          :       0.20          2          0
1789.71/1790.06	c   simplerounding   :       0.01          0          0
1789.71/1790.06	c   zirounding       :       0.00          0          0
1789.71/1790.06	c   rounding         :       0.05          4          0
1789.71/1790.06	c   shifting         :       0.15          4          0
1789.71/1790.06	c   intshifting      :       0.00          0          0
1789.71/1790.06	c   twoopt           :       0.00          0          0
1789.71/1790.06	c   fixandinfer      :       0.00          0          0
1789.71/1790.06	c   feaspump         :     208.74          1          0
1789.71/1790.06	c   coefdiving       :       0.00          0          0
1789.71/1790.06	c   pscostdiving     :       0.00          0          0
1789.71/1790.06	c   fracdiving       :       0.00          0          0
1789.71/1790.06	c   veclendiving     :       0.00          0          0
1789.71/1790.06	c   intdiving        :       0.00          0          0
1789.71/1790.06	c   actconsdiving    :       0.00          0          0
1789.71/1790.06	c   objpscostdiving  :       0.00          0          0
1789.71/1790.06	c   rootsoldiving    :       0.00          0          0
1789.71/1790.06	c   linesearchdiving :       0.00          0          0
1789.71/1790.06	c   guideddiving     :       0.00          0          0
1789.71/1790.06	c   octane           :       0.00          0          0
1789.71/1790.06	c   rens             :       0.00          0          0
1789.71/1790.06	c   rins             :       0.00          0          0
1789.71/1790.06	c   localbranching   :       0.00          0          0
1789.71/1790.06	c   mutation         :       0.00          0          0
1789.71/1790.06	c   crossover        :       0.00          0          0
1789.71/1790.06	c   dins             :       0.00          0          0
1789.71/1790.06	c   undercover       :       0.00          0          0
1789.71/1790.06	c   nlp              :       0.00          0          0
1789.71/1790.06	c   trysol           :       0.00          0          0
1789.71/1790.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.71/1790.06	c   primal LP        :       0.00          0          0       0.00          -
1789.71/1790.06	c   dual LP          :      99.15          4       8063    2015.75      81.32
1789.71/1790.06	c   lex dual LP      :       0.00          0          0       0.00          -
1789.71/1790.06	c   barrier LP       :       0.00          0          0       0.00          -
1789.71/1790.06	c   diving/probing LP:     208.34          6       9788    1631.33      46.98
1789.71/1790.06	c   strong branching :       0.00          0          0       0.00          -
1789.71/1790.06	c     (at root node) :          -          0          0       0.00          -
1789.71/1790.06	c   conflict analysis:       0.00          0          0       0.00          -
1789.71/1790.06	c B&B Tree           :
1789.71/1790.06	c   number of runs   :          1
1789.71/1790.06	c   nodes            :          1
1789.71/1790.06	c   nodes (total)    :          1
1789.71/1790.06	c   nodes left       :          2
1789.71/1790.06	c   max depth        :          0
1789.71/1790.06	c   max depth (total):          0
1789.71/1790.06	c   backtracks       :          0 (0.0%)
1789.71/1790.06	c   delayed cutoffs  :          0
1789.71/1790.06	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.71/1790.06	c   avg switch length:       1.00
1789.71/1790.06	c   switching time   :       0.00
1789.71/1790.06	c Solution           :
1789.71/1790.06	c   Solutions found  :          0 (0 improvements)
1789.71/1790.06	c   Primal Bound     :          -
1789.71/1790.06	c   Dual Bound       : +1.50844117620147e+06
1789.71/1790.06	c   Gap              :   infinite
1789.71/1790.06	c   Root Dual Bound  : +1.50844117620147e+06
1789.71/1790.06	c   Root Iterations  :      17851
1790.60/1790.98	c Time complete: 1790.69.

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-3744593-1338807835/watcher-3744593-1338807835 -o /tmp/evaluation-result-3744593-1338807835/solver-3744593-1338807835 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744593-1338807835.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.02 2.01 2.00 3/176 6698
/proc/meminfo: memFree=31254856/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 1246 0 0 0 0 0 0 0 20 0 1 0 346912097 8105984 1192 33554432000 4194304 8395647 140733956203088 140735087487144 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 1979 1192 370 1026 0 949 0

[startup+0.080704 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 6698
/proc/meminfo: memFree=31254856/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=20712 CPUtime=0.07 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 4477 0 0 0 7 0 0 0 20 0 1 0 346912097 21209088 4422 33554432000 4194304 8395647 140733956203088 140735087487144 7382061 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 5178 4422 394 1026 0 4148 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20712

[startup+0.100352 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 6698
/proc/meminfo: memFree=31254856/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=23184 CPUtime=0.08 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 5063 0 0 0 8 0 0 0 20 0 1 0 346912097 23740416 5008 33554432000 4194304 8395647 140733956203088 140735087487144 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 5796 5008 394 1026 0 4766 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23184

[startup+0.300302 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 6698
/proc/meminfo: memFree=31254856/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=49464 CPUtime=0.29 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 11644 0 0 0 28 1 0 0 20 0 1 0 346912097 50651136 11589 33554432000 4194304 8395647 140733956203088 140735087487144 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 12366 11589 394 1026 0 11336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49464

[startup+0.700303 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 6698
/proc/meminfo: memFree=31254856/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=104540 CPUtime=0.69 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 25413 0 0 0 65 4 0 0 20 0 1 0 346912097 107048960 25358 33554432000 4194304 8395647 140733956203088 140735087487144 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 26135 25358 394 1026 0 25105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104540

[startup+1.50029 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6699
/proc/meminfo: memFree=31116216/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=168916 CPUtime=1.49 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 41424 0 0 0 142 7 0 0 20 0 1 0 346912097 172969984 41369 33554432000 4194304 8395647 140733956203088 140733956068296 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 42229 41369 394 1026 0 41199 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 168916

[startup+3.10033 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6699
/proc/meminfo: memFree=31062276/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=506176 CPUtime=3.09 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 124102 0 0 0 289 20 0 0 20 0 1 0 346912097 518324224 123693 33554432000 4194304 8395647 140733956203088 140733956200712 4999306 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 126544 123693 475 1026 0 125514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 506176

[startup+6.30032 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 6699
/proc/meminfo: memFree=30580836/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=687428 CPUtime=6.29 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 167207 0 0 0 603 26 0 0 20 0 1 0 346912097 703926272 168762 33554432000 4194304 8395647 140733956203088 140733956198664 4953632 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 171857 168762 496 1026 0 170827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 687428

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 6699
/proc/meminfo: memFree=30235020/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1086508 CPUtime=12.68 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 229780 0 0 0 1231 37 0 0 20 0 1 0 346912097 1112584192 257760 33554432000 4194304 8395647 140733956203088 140733956198552 6696781 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 271627 257760 580 1026 0 270597 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1086508

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 6699
/proc/meminfo: memFree=30200272/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1109496 CPUtime=25.48 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 231162 0 0 0 2509 39 0 0 20 0 1 0 346912097 1136123904 263682 33554432000 4194304 8395647 140733956203088 140733956198216 6585869 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 277374 263682 584 1026 0 276344 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1109496

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6699
/proc/meminfo: memFree=30190340/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1118268 CPUtime=51.08 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 233213 0 0 0 5067 41 0 0 20 0 1 0 346912097 1145106432 266209 33554432000 4194304 8395647 140733956203088 140733956198216 6698214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 279567 266209 584 1026 0 278537 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1118268

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6700
/proc/meminfo: memFree=30161416/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1144420 CPUtime=102.28 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 236851 0 0 0 10182 46 0 0 20 0 1 0 346912097 1171886080 273326 33554432000 4194304 8395647 140733956203088 140733956197656 6667655 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 286105 273326 590 1026 0 285075 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1144420

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 6700
/proc/meminfo: memFree=30138372/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1162304 CPUtime=162.27 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 241070 0 0 0 16176 51 0 0 20 0 1 0 346912097 1190199296 279088 33554432000 4194304 8395647 140733956203088 140733956197656 6636731 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 290576 279088 590 1026 0 289546 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1162304

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 6700
/proc/meminfo: memFree=30128104/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1170996 CPUtime=222.25 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 241968 0 0 0 22171 54 0 0 20 0 1 0 346912097 1199099904 281703 33554432000 4194304 8395647 140733956203088 140733956197608 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 292749 281703 590 1026 0 291719 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1170996

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 6700
/proc/meminfo: memFree=30179868/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1126268 CPUtime=282.24 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 243157 0 0 0 28166 58 0 0 20 0 1 0 346912097 1153298432 268821 33554432000 4194304 8395647 140733956203088 140733956198280 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 281567 268821 604 1026 0 280537 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1126268

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 6700
/proc/meminfo: memFree=30179224/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1126268 CPUtime=342.24 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 243158 0 0 0 34162 62 0 0 20 0 1 0 346912097 1153298432 269021 33554432000 4194304 8395647 140733956203088 140733956198328 7385920 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 281567 269021 604 1026 0 280537 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1126268

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 6704
/proc/meminfo: memFree=30179008/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1126268 CPUtime=402.22 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 243174 0 0 0 40154 68 0 0 20 0 1 0 346912097 1153298432 269047 33554432000 4194304 8395647 140733956203088 140733956198280 6440503 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 281567 269047 604 1026 0 280537 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1126268

[startup+462.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 6704
/proc/meminfo: memFree=30177700/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1126268 CPUtime=462.2 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 243181 0 0 0 46147 73 0 0 20 0 1 0 346912097 1153298432 269379 33554432000 4194304 8395647 140733956203088 140733956198280 6197330 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 281567 269379 604 1026 0 280537 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 1126268

[startup+522.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 6704
/proc/meminfo: memFree=30175808/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1126268 CPUtime=522.2 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 243181 0 0 0 52141 79 0 0 20 0 1 0 346912097 1153298432 269875 33554432000 4194304 8395647 140733956203088 140733956198328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 281567 269875 604 1026 0 280537 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1126268

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 6704
/proc/meminfo: memFree=30165704/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1126268 CPUtime=582.19 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 243689 0 0 0 58135 84 0 0 20 0 1 0 346912097 1153298432 272415 33554432000 4194304 8395647 140733956203088 140733956198376 5827857 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 281567 272415 607 1026 0 280537 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1126268

[startup+642.3 s]

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

/proc/meminfo: memFree=27802392/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1190148 CPUtime=1002.12 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 247489 0 0 0 100102 110 0 0 20 0 1 0 346912097 1218711552 289901 33554432000 4194304 8395647 140733956203088 140733956198328 6201022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 297537 289901 625 1026 0 296507 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 1190148

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 6747
/proc/meminfo: memFree=27778884/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1190148 CPUtime=1062.11 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 247489 0 0 0 106099 112 0 0 20 0 1 0 346912097 1218711552 289901 33554432000 4194304 8395647 140733956203088 140733956198376 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 297537 289901 625 1026 0 296507 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1190148

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 6747
/proc/meminfo: memFree=27734204/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1190148 CPUtime=1122.1 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 247489 0 0 0 112098 112 0 0 20 0 1 0 346912097 1218711552 289901 33554432000 4194304 8395647 140733956203088 140733956198376 7382116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 297537 289901 625 1026 0 296507 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1190148

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6747
/proc/meminfo: memFree=27703248/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1211792 CPUtime=1182.1 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 249502 0 0 0 118096 114 0 0 20 0 1 0 346912097 1240875008 296002 33554432000 4194304 8395647 140733956203088 140733956197704 7386069 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 302948 296002 625 1026 0 301918 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1211792

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6747
/proc/meminfo: memFree=27700456/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1211792 CPUtime=1242.09 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 249502 0 0 0 124093 116 0 0 20 0 1 0 346912097 1240875008 296002 33554432000 4194304 8395647 140733956203088 140733956198376 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 302948 296002 625 1026 0 301918 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1211792

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6747
/proc/meminfo: memFree=27697984/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1211792 CPUtime=1302.09 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 249502 0 0 0 130093 116 0 0 20 0 1 0 346912097 1240875008 296002 33554432000 4194304 8395647 140733956203088 140733956198376 5852511 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 302948 296002 625 1026 0 301918 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1211792

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6748
/proc/meminfo: memFree=27688980/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1362.06 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250005 0 0 0 136089 117 0 0 20 0 1 0 346912097 1246859264 298166 33554432000 4194304 8395647 140733956203088 140733956198280 7382041 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298166 625 1026 0 303379 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1217636

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6748
/proc/meminfo: memFree=27686972/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1422.07 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 142084 123 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198328 7385964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1217636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6748
/proc/meminfo: memFree=27686972/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1482.05 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 148078 127 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198280 7385934 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1217636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6748
/proc/meminfo: memFree=27687236/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1542.04 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 154071 133 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198280 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1217636

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 6751
/proc/meminfo: memFree=27686512/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1602.03 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 160064 139 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198328 6197315 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1217636

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6752
/proc/meminfo: memFree=27686672/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1662.02 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 166058 144 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198280 6197364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1217636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6752
/proc/meminfo: memFree=27686576/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1722.01 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 172052 149 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198328 7386049 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1217636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6752
/proc/meminfo: memFree=27686108/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1782.01 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 178046 155 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198376 6440490 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1217636

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6752
/proc/meminfo: memFree=27686108/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1785.2 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 178365 155 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198328 7386059 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 1217636

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6752
/proc/meminfo: memFree=27686092/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1788.4 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250006 0 0 0 178685 155 0 0 20 0 1 0 346912097 1246859264 298677 33554432000 4194304 8395647 140733956203088 140733956198376 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298677 625 1026 0 303379 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 1217636

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6752
/proc/meminfo: memFree=27686092/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1217636 CPUtime=1790.01 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250013 0 0 0 178845 156 0 0 20 0 1 0 346912097 1246859264 298684 33554432000 4194304 8395647 140733956203088 140733956198328 6150524 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 304409 298684 632 1026 0 303379 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 1217636

[startup+1790.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6752
/proc/meminfo: memFree=27687208/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1215444 CPUtime=1790.41 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250015 0 0 0 178885 156 0 0 20 0 1 0 346912097 1244614656 298197 33554432000 4194304 8395647 140733956203088 140733956198328 6076037 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 303861 298197 634 1026 0 302831 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 1215444

[startup+1790.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6752
/proc/meminfo: memFree=27687208/32873844 swapFree=7116/7116
[pid=6698] ppid=6696 vsize=1082484 CPUtime=1790.6 cores=1,3,5,7
/proc/6698/stat : 6698 (pbscip.linux.x8) R 6696 6698 4984 0 -1 4202496 250015 0 0 0 178904 156 0 0 20 0 1 0 346912097 1108463616 266717 33554432000 4194304 8395647 140733956203088 140733956202472 4423659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6698/statm: 270621 266717 634 1026 0 269591 0
Current children cumulated CPU time (s) 1790.6
Current children cumulated vsize (KiB) 1082484

Child status: 0
Real time (s): 1790.98
CPU time (s): 1790.7
CPU user time (s): 1789.11
CPU system time (s): 1.58676
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 1217636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.11
system time used= 1.58676
maximum resident set size= 1194744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250021
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= 29
involuntary context switches= 1841

runsolver used 2.99654 second user time and 8.82466 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 13:03:55
IDJOB=3744593
IDBENCH=92780
IDSOLVER=2326
FILE ID=node103/3744593-1338807835
RUNJOBID= node103-1338783950-5001
PBS_JOBID= 14636845
Free space on /tmp= 71104 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/IC/normalized-minisat50_6_9_6_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-3744593-1338807835/watcher-3744593-1338807835 -o /tmp/evaluation-result-3744593-1338807835/solver-3744593-1338807835 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744593-1338807835.opb -t 1800 -m 15500

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

MD5SUM BENCH= b4594275dd418145ecf4ec914c196844
RANDOM SEED=377576346

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:        31255004 kB
Buffers:          212828 kB
Cached:           484896 kB
SwapCached:         5648 kB
Active:           347472 kB
Inactive:         496704 kB
Active(anon):     144284 kB
Inactive(anon):     4740 kB
Active(file):     203188 kB
Inactive(file):   491964 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             22336 kB
Writeback:             0 kB
AnonPages:        207036 kB
Mapped:            11708 kB
Shmem:                 0 kB
Slab:             634768 kB
SReclaimable:      75212 kB
SUnreclaim:       559556 kB
KernelStack:        1448 kB
PageTables:         4544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     264784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71036 MiB
End job on node103 at 2012-06-04 13:33:46