Trace number 3744731

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? 1792.41 1792.7

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb10-0.01-5.opb
MD5SUMa790f652addb363b399514db95e6c8e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark124485
Best CPU time to get the best result obtained on this benchmark1800.36
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables208271
Total number of constraints1687459
Number of constraints which are clauses1687459
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
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-3744731-1338809683.opb>
10.69/10.71	c original problem has 208271 variables (208271 bin, 0 int, 0 impl, 0 cont) and 1687459 constraints
10.69/10.71	c problem read
10.69/10.72	c presolving settings loaded
13.39/13.42	c presolving:
26.08/26.15	c (round 1) 131906 del vars, 1157016 del conss, 125259 chg bounds, 13 chg sides, 22 chg coeffs, 0 upgd conss, 12482708 impls, 0 clqs
28.48/28.58	c (round 2) 141183 del vars, 1290755 del conss, 125543 chg bounds, 16 chg sides, 26 chg coeffs, 0 upgd conss, 12496323 impls, 0 clqs
29.58/29.60	c (round 3) 146748 del vars, 1328917 del conss, 125544 chg bounds, 32 chg sides, 59 chg coeffs, 0 upgd conss, 12496345 impls, 0 clqs
29.98/30.02	c (round 4) 148078 del vars, 1337893 del conss, 125544 chg bounds, 32 chg sides, 59 chg coeffs, 0 upgd conss, 12496349 impls, 0 clqs
35.99/36.01	c    (25.3s) probing: 101/60193 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
35.99/36.01	c    (25.3s) probing aborted: 100/100 successive totally useless probings
35.99/36.01	c (round 5) 148078 del vars, 1337897 del conss, 125544 chg bounds, 32 chg sides, 59 chg coeffs, 347931 upgd conss, 12496349 impls, 0 clqs
36.59/36.68	c (round 6) 148086 del vars, 1337941 del conss, 125544 chg bounds, 32 chg sides, 59 chg coeffs, 349562 upgd conss, 12496349 impls, 0 clqs
37.49/37.55	c    (26.8s) probing: 111/60193 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
37.49/37.55	c    (26.8s) probing aborted: 100/100 successive totally useless probings
37.49/37.56	c presolving (7 rounds):
37.49/37.56	c  148086 deleted vars, 1337941 deleted constraints, 125544 tightened bounds, 0 added holes, 32 changed sides, 59 changed coefficients
37.49/37.56	c  12496349 implications, 0 cliques
37.49/37.56	c presolved problem has 60185 variables (60185 bin, 0 int, 0 impl, 0 cont) and 349518 constraints
37.49/37.56	c  222555 constraints of type <setppc>
37.49/37.56	c  126963 constraints of type <logicor>
37.49/37.56	c transformed objective value is always integral (scale: 1)
37.49/37.56	c Presolving Time: 24.72
37.49/37.56	c - non default parameters ----------------------------------------------------------------------
37.49/37.56	c # SCIP version 1.2.1.3
37.49/37.56	c 
37.49/37.56	c # frequency for displaying node information lines
37.49/37.56	c # [type: int, range: [-1,2147483647], default: 100]
37.49/37.56	c display/freq = 10000
37.49/37.56	c 
37.49/37.56	c # maximal time in seconds to run
37.49/37.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
37.49/37.56	c limits/time = 1779.29
37.49/37.56	c 
37.49/37.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
37.49/37.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
37.49/37.56	c limits/memory = 13950
37.49/37.56	c 
37.49/37.56	c # default clock type (1: CPU user seconds, 2: wall clock time)
37.49/37.56	c # [type: int, range: [1,2], default: 1]
37.49/37.56	c timing/clocktype = 2
37.49/37.56	c 
37.49/37.56	c # should presolving try to simplify inequalities
37.49/37.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
37.49/37.56	c constraints/linear/simplifyinequalities = TRUE
37.49/37.56	c 
37.49/37.56	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
37.49/37.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
37.49/37.56	c constraints/indicator/addCouplingCons = TRUE
37.49/37.56	c 
37.49/37.56	c # should presolving try to simplify knapsacks
37.49/37.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
37.49/37.56	c constraints/knapsack/simplifyinequalities = TRUE
37.49/37.56	c 
37.49/37.56	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
37.49/37.56	c # [type: int, range: [-1,2147483647], default: -1]
37.49/37.56	c separating/rapidlearning/freq = 0
37.49/37.56	c 
37.49/37.56	c -----------------------------------------------------------------------------------------------
37.49/37.56	c start solving
37.49/37.59	c 
395.73/395.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.73/395.87	c   385s|     1 |     0 | 51223 |     - |1482M|   0 |  30k|  60k| 349k|  60k| 349k|   0 |   0 |   0 | 1.598750e+04 |      --      |    Inf 
1790.40/1790.75	c  1780s|     1 |     2 | 87208 |     - |1490M|   0 |   - |  60k| 349k|  60k| 349k|   0 |   0 |   0 | 1.598750e+04 |      --      |    Inf 
1790.40/1790.75	c 
1790.40/1790.75	c SCIP Status        : solving was interrupted [time limit reached]
1790.40/1790.75	c Solving Time (sec) : 1780.04
1790.40/1790.75	c Solving Nodes      : 1
1790.40/1790.75	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1790.40/1790.75	c Dual Bound         : +1.59875000000000e+04
1790.40/1790.75	c Gap                : infinite
1790.40/1790.75	s UNKNOWN
1790.40/1790.75	c SCIP Status        : solving was interrupted [time limit reached]
1790.40/1790.75	c Solving Time       :    1780.04
1790.40/1790.75	c Original Problem   :
1790.40/1790.75	c   Problem name     : HOME/instance-3744731-1338809683.opb
1790.40/1790.75	c   Variables        : 208271 (208271 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.40/1790.75	c   Constraints      : 1687459 initial, 1687459 maximal
1790.40/1790.75	c Presolved Problem  :
1790.40/1790.75	c   Problem name     : t_HOME/instance-3744731-1338809683.opb
1790.40/1790.75	c   Variables        : 60185 (60185 binary, 0 integer, 0 implicit integer, 0 continuous)
1790.40/1790.75	c   Constraints      : 349518 initial, 349518 maximal
1790.40/1790.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.40/1790.75	c   trivial          :       0.05          0          0          0          0          0          0          0          0
1790.40/1790.75	c   dualfix          :       1.00      17575          0          0          0          0          0          0          0
1790.40/1790.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.40/1790.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.40/1790.75	c   implics          :       2.99          0       1629          0          0          0          0          0          0
1790.40/1790.75	c   probing          :       4.18          0          0          0          0          0          0          0          0
1790.40/1790.75	c   setppc           :       0.72          0          0          0          0          0         44          0          0
1790.40/1790.75	c   linear           :      12.77     125544       3338          0     125544          0    1337897         32         59
1790.40/1790.75	c   logicor          :       0.36          0          0          0          0          0          0          0          0
1790.40/1790.75	c   root node        :          -          0          -          -          0          -          -          -          -
1790.40/1790.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.40/1790.75	c   integral         :          0          0          0          0          0          0          0          0          0          0
1790.40/1790.75	c   setppc           :     222555          0        221          0          1          0          0          0          0          0
1790.40/1790.75	c   logicor          :     126963          0        221          0          1          0          0          0          0          0
1790.40/1790.75	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1790.40/1790.75	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.40/1790.75	c   integral         :       0.00       0.00       0.00       0.00       0.00
1790.40/1790.75	c   setppc           :       2.83       0.00       2.77       0.00       0.06
1790.40/1790.75	c   logicor          :       0.16       0.00       0.14       0.00       0.02
1790.40/1790.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.40/1790.75	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.40/1790.75	c   vbounds          :       0.00          2          0          0
1790.40/1790.75	c   rootredcost      :       0.00          0          0          0
1790.40/1790.75	c   pseudoobj        :       0.00          2          0          0
1790.40/1790.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.40/1790.75	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1790.40/1790.75	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1790.40/1790.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.40/1790.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.40/1790.75	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.40/1790.75	c   applied globally :          -          -          -          0        0.0          -          -          -
1790.40/1790.75	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.40/1790.75	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.40/1790.75	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1790.40/1790.75	c   redcost          :       0.00          0          0          0          0          0
1790.40/1790.75	c   impliedbounds    :       0.00          0          0          0          0          0
1790.40/1790.75	c   intobj           :       0.00          0          0          0          0          0
1790.40/1790.75	c   cgmip            :       0.00          0          0          0          0          0
1790.40/1790.75	c   gomory           :       0.00          0          0          0          0          0
1790.40/1790.75	c   strongcg         :       0.00          0          0          0          0          0
1790.40/1790.75	c   cmir             :       0.00          0          0          0          0          0
1790.40/1790.75	c   flowcover        :       0.00          0          0          0          0          0
1790.40/1790.75	c   clique           :       0.00          0          0          0          0          0
1790.40/1790.75	c   zerohalf         :       0.00          0          0          0          0          0
1790.40/1790.75	c   mcf              :       0.00          0          0          0          0          0
1790.40/1790.75	c   rapidlearning    :       0.00          0          0          0          0          0
1790.40/1790.75	c Pricers            :       Time      Calls       Vars
1790.40/1790.75	c   problem variables:       0.00          0          0
1790.40/1790.75	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.40/1790.75	c   relpscost        :       0.00          0          0          0          0          0          0
1790.40/1790.75	c   pscost           :       0.00          0          0          0          0          0          0
1790.40/1790.75	c   inference        :       0.01          1          0          0          0          0          2
1790.40/1790.75	c   mostinf          :       0.00          0          0          0          0          0          0
1790.40/1790.75	c   leastinf         :       0.00          0          0          0          0          0          0
1790.40/1790.75	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.40/1790.75	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.40/1790.75	c   random           :       0.00          0          0          0          0          0          0
1790.40/1790.75	c Primal Heuristics  :       Time      Calls      Found
1790.40/1790.75	c   LP solutions     :       0.00          -          0
1790.40/1790.75	c   pseudo solutions :       0.00          -          0
1790.40/1790.75	c   oneopt           :       0.00          0          0
1790.40/1790.75	c   trivial          :       0.27          2          0
1790.40/1790.75	c   simplerounding   :       0.00          0          0
1790.40/1790.75	c   zirounding       :       0.00          0          0
1790.40/1790.75	c   rounding         :       0.03          1          0
1790.40/1790.75	c   shifting         :       2.87          1          0
1790.40/1790.75	c   intshifting      :       0.00          0          0
1790.40/1790.75	c   twoopt           :       0.00          0          0
1790.40/1790.75	c   fixandinfer      :       0.00          0          0
1790.40/1790.75	c   feaspump         :    1391.89          1          0
1790.40/1790.75	c   coefdiving       :       0.00          0          0
1790.40/1790.75	c   pscostdiving     :       0.00          0          0
1790.40/1790.75	c   fracdiving       :       0.00          0          0
1790.40/1790.75	c   veclendiving     :       0.00          0          0
1790.40/1790.75	c   intdiving        :       0.00          0          0
1790.40/1790.75	c   actconsdiving    :       0.00          0          0
1790.40/1790.75	c   objpscostdiving  :       0.00          0          0
1790.40/1790.75	c   rootsoldiving    :       0.00          0          0
1790.40/1790.75	c   linesearchdiving :       0.00          0          0
1790.40/1790.75	c   guideddiving     :       0.00          0          0
1790.40/1790.75	c   octane           :       0.00          0          0
1790.40/1790.75	c   rens             :       0.00          0          0
1790.40/1790.75	c   rins             :       0.00          0          0
1790.40/1790.75	c   localbranching   :       0.00          0          0
1790.40/1790.75	c   mutation         :       0.00          0          0
1790.40/1790.75	c   crossover        :       0.00          0          0
1790.40/1790.75	c   dins             :       0.00          0          0
1790.40/1790.75	c   undercover       :       0.00          0          0
1790.40/1790.75	c   nlp              :       0.00          0          0
1790.40/1790.75	c   trysol           :       0.00          0          0
1790.40/1790.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.40/1790.75	c   primal LP        :       0.00          0          0       0.00          -
1790.40/1790.75	c   dual LP          :     357.48          1      51223   51223.00     143.29
1790.40/1790.75	c   lex dual LP      :       0.00          0          0       0.00          -
1790.40/1790.75	c   barrier LP       :       0.00          0          0       0.00          -
1790.40/1790.75	c   diving/probing LP:    1391.71          3      35985   11995.00      25.86
1790.40/1790.75	c   strong branching :       0.00          0          0       0.00          -
1790.40/1790.75	c     (at root node) :          -          0          0       0.00          -
1790.40/1790.75	c   conflict analysis:       0.00          0          0       0.00          -
1790.40/1790.75	c B&B Tree           :
1790.40/1790.75	c   number of runs   :          1
1790.40/1790.75	c   nodes            :          1
1790.40/1790.75	c   nodes (total)    :          1
1790.40/1790.75	c   nodes left       :          2
1790.40/1790.75	c   max depth        :          0
1790.40/1790.75	c   max depth (total):          0
1790.40/1790.75	c   backtracks       :          0 (0.0%)
1790.40/1790.75	c   delayed cutoffs  :          0
1790.40/1790.75	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1790.40/1790.75	c   avg switch length:       1.00
1790.40/1790.75	c   switching time   :       0.00
1790.40/1790.75	c Solution           :
1790.40/1790.75	c   Solutions found  :          0 (0 improvements)
1790.40/1790.75	c   Primal Bound     :          -
1790.40/1790.75	c   Dual Bound       : +1.59875000000000e+04
1790.40/1790.75	c   Gap              :   infinite
1790.40/1790.75	c   Root Dual Bound  : +1.59875000000000e+04
1790.40/1790.75	c   Root Iterations  :      87208
1792.30/1792.69	c Time complete: 1792.4.

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15669
/proc/meminfo: memFree=24236232/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 1 0 347035468 8105984 1199 33554432000 4194304 8395647 140735970098480 140735970030536 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 1979 1199 370 1026 0 949 0

[startup+0.0674831 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15669
/proc/meminfo: memFree=24236232/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=27720 CPUtime=0.06 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 6184 0 0 0 5 1 0 0 20 0 1 0 347035468 28385280 6125 33554432000 4194304 8395647 140735970098480 140735970030536 7382031 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 6930 6125 394 1026 0 5900 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27720

[startup+0.100365 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15669
/proc/meminfo: memFree=24236232/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=31832 CPUtime=0.09 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 7193 0 0 0 8 1 0 0 20 0 1 0 347035468 32595968 7134 33554432000 4194304 8395647 140735970098480 140735970030536 5754601 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 7958 7134 394 1026 0 6928 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31832

[startup+0.300327 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15669
/proc/meminfo: memFree=24236232/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=50788 CPUtime=0.29 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 11917 0 0 0 28 1 0 0 20 0 1 0 347035468 52006912 11858 33554432000 4194304 8395647 140735970098480 140735970030536 7301433 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 12697 11858 394 1026 0 11667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50788

[startup+0.700253 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 15669
/proc/meminfo: memFree=24236232/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=78680 CPUtime=0.69 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 18869 0 0 0 67 2 0 0 20 0 1 0 347035468 80568320 18810 33554432000 4194304 8395647 140735970098480 140735970030536 7370152 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 19670 18810 394 1026 0 18640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78680

[startup+1.50029 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15670
/proc/meminfo: memFree=24142232/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=133536 CPUtime=1.49 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 32521 0 0 0 144 5 0 0 20 0 1 0 347035468 136740864 32462 33554432000 4194304 8395647 140735970098480 140735969963352 7384783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 33384 32462 394 1026 0 32354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133536

[startup+3.10031 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15670
/proc/meminfo: memFree=24066468/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=241868 CPUtime=3.09 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 59506 0 0 0 300 9 0 0 20 0 1 0 347035468 247672832 59447 33554432000 4194304 8395647 140735970098480 140735969963688 7370943 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 60467 59447 394 1026 0 59437 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 241868

[startup+6.30031 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15670
/proc/meminfo: memFree=23814004/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=454700 CPUtime=6.29 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 112471 0 0 0 612 17 0 0 20 0 1 0 347035468 465612800 112412 33554432000 4194304 8395647 140735970098480 140735969963688 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 113675 112412 394 1026 0 112645 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 454700

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15670
/proc/meminfo: memFree=22523420/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=1786684 CPUtime=12.69 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 444915 0 0 0 1202 67 0 0 20 0 1 0 347035468 1829564416 444502 33554432000 4194304 8395647 140735970098480 140735970094632 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 446671 444505 421 1026 0 445641 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1786684

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15670
/proc/meminfo: memFree=22182436/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2102660 CPUtime=25.48 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 522128 0 0 0 2469 79 0 0 20 0 1 0 347035468 2153123840 521715 33554432000 4194304 8395647 140735970098480 140735970093704 6349197 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 525665 521716 476 1026 0 524635 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2102660

[startup+51.1073 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 15670
/proc/meminfo: memFree=22010276/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2261976 CPUtime=51.08 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 557291 0 0 0 5023 85 0 0 20 0 1 0 347035468 2316263424 556270 33554432000 4194304 8395647 140735970098480 140735970093608 6697741 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 565494 556270 576 1026 0 564464 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2261976

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 15671
/proc/meminfo: memFree=21994992/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2277392 CPUtime=102.27 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 557372 0 0 0 10139 88 0 0 20 0 1 0 347035468 2332049408 559417 33554432000 4194304 8395647 140735970098480 140735970093608 6697720 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 569348 559417 576 1026 0 568318 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2277392

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15671
/proc/meminfo: memFree=21956924/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2312884 CPUtime=162.27 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 559955 0 0 0 16135 92 0 0 20 0 1 0 347035468 2368393216 569365 33554432000 4194304 8395647 140735970098480 140735970093608 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 578221 569365 577 1026 0 577191 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2312884

[startup+222.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 15671
/proc/meminfo: memFree=21976680/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2303644 CPUtime=222.25 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 566734 0 0 0 22126 99 0 0 20 0 1 0 347035468 2358931456 563904 33554432000 4194304 8395647 140735970098480 140735970093608 6723489 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 575911 563904 577 1026 0 574881 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2303644

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 15671
/proc/meminfo: memFree=21974412/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2286708 CPUtime=282.25 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 577933 0 0 0 28109 116 0 0 20 0 1 0 347035468 2341588992 564353 33554432000 4194304 8395647 140735970098480 140735970093608 6697804 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571677 564353 577 1026 0 570647 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2286708

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15674
/proc/meminfo: memFree=21984920/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287144 CPUtime=342.24 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 585971 0 0 0 34091 133 0 0 20 0 1 0 347035468 2342035456 564359 33554432000 4194304 8395647 140735970098480 140735970093608 6697804 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571786 564359 577 1026 0 570756 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2287144

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15675
/proc/meminfo: memFree=21985080/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2285328 CPUtime=402.23 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 590689 0 0 0 40075 148 0 0 20 0 1 0 347035468 2340175872 561727 33554432000 4194304 8395647 140735970098480 140735970093000 6709591 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571332 561727 582 1026 0 570302 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2285328

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15675
/proc/meminfo: memFree=21985480/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2285328 CPUtime=462.22 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 594116 0 0 0 46066 156 0 0 20 0 1 0 347035468 2340175872 561730 33554432000 4194304 8395647 140735970098480 140735970093048 6708010 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571332 561730 582 1026 0 570302 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2285328

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15675
/proc/meminfo: memFree=21977316/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2285328 CPUtime=522.21 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 596220 0 0 0 52060 161 0 0 20 0 1 0 347035468 2340175872 561730 33554432000 4194304 8395647 140735970098480 140735970092008 7382162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571332 561730 582 1026 0 570302 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2285328

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15676
/proc/meminfo: memFree=21985528/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2285328 CPUtime=582.21 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 597556 0 0 0 58056 165 0 0 20 0 1 0 347035468 2340175872 561727 33554432000 4194304 8395647 140735970098480 140735970093048 6708489 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571332 561727 582 1026 0 570302 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 2285328

[startup+642.3 s]

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

/proc/meminfo: memFree=21973792/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1062.13 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 617598 0 0 0 106003 210 0 0 20 0 1 0 347035468 2342686720 562807 33554432000 4194304 8395647 140735970098480 140735970093000 6664550 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562807 582 1026 0 570915 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2287780

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15681
/proc/meminfo: memFree=21975620/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1122.11 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 619481 0 0 0 111998 213 0 0 20 0 1 0 347035468 2342686720 562287 33554432000 4194304 8395647 140735970098480 140735970093000 6664895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562287 582 1026 0 570915 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2287780

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=24191524/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1182.11 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 620635 0 0 0 117994 217 0 0 20 0 1 0 347035468 2342686720 562306 33554432000 4194304 8395647 140735970098480 140735970093048 6707999 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562306 582 1026 0 570915 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2287780

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15719
/proc/meminfo: memFree=24167416/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1242.1 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 622554 0 0 0 123989 221 0 0 20 0 1 0 347035468 2342686720 562822 33554432000 4194304 8395647 140735970098480 140735970093000 6708477 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562822 582 1026 0 570915 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2287780

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15720
/proc/meminfo: memFree=24169244/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1302.1 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 624669 0 0 0 129984 226 0 0 20 0 1 0 347035468 2342686720 562316 33554432000 4194304 8395647 140735970098480 140735970093048 6708301 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562316 582 1026 0 570915 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2287780

[startup+1362.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15720
/proc/meminfo: memFree=24167348/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1362.08 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 625640 0 0 0 135979 229 0 0 20 0 1 0 347035468 2342686720 562828 33554432000 4194304 8395647 140735970098480 140735970093048 6696991 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562828 582 1026 0 570915 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2287780

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15720
/proc/meminfo: memFree=24167376/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1422.06 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 627266 0 0 0 141973 233 0 0 20 0 1 0 347035468 2342686720 562822 33554432000 4194304 8395647 140735970098480 140735970093000 6667646 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562822 582 1026 0 570915 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2287780

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15720
/proc/meminfo: memFree=24168336/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1482.05 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 628454 0 0 0 147968 237 0 0 20 0 1 0 347035468 2342686720 562313 33554432000 4194304 8395647 140735970098480 140735970093000 6708393 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562313 582 1026 0 570915 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2287780

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 15723
/proc/meminfo: memFree=24168480/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1542.04 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 630104 0 0 0 153963 241 0 0 20 0 1 0 347035468 2342686720 562314 33554432000 4194304 8395647 140735970098480 140735970093000 6708393 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562314 582 1026 0 570915 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2287780

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15747
/proc/meminfo: memFree=24168632/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1602.03 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 631306 0 0 0 159958 245 0 0 20 0 1 0 347035468 2342686720 562320 33554432000 4194304 8395647 140735970098480 140735970093000 6752539 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562320 582 1026 0 570915 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2287780

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15747
/proc/meminfo: memFree=24168420/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1662.02 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 633160 0 0 0 165952 250 0 0 20 0 1 0 347035468 2342686720 562320 33554432000 4194304 8395647 140735970098480 140735970093000 6378433 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562320 582 1026 0 570915 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2287780

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15747
/proc/meminfo: memFree=24168448/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1722.01 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 634336 0 0 0 171948 253 0 0 20 0 1 0 347035468 2342686720 562317 33554432000 4194304 8395647 140735970098480 140735970093048 6708010 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 562317 582 1026 0 570915 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2287780

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15747
/proc/meminfo: memFree=24162648/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1782.01 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 635524 0 0 0 177944 257 0 0 20 0 1 0 347035468 2342686720 563658 33554432000 4194304 8395647 140735970098480 140735970093000 6708477 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 563658 582 1026 0 570915 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2287780

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

[startup+1786 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15747
/proc/meminfo: memFree=24161020/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1785.7 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 635777 0 0 0 178313 257 0 0 20 0 1 0 347035468 2342686720 564124 33554432000 4194304 8395647 140735970098480 140735970093000 6752539 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 564124 582 1026 0 570915 0
Current children cumulated CPU time (s) 1785.7
Current children cumulated vsize (KiB) 2287780

[startup+1789.2 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15747
/proc/meminfo: memFree=24161020/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2287780 CPUtime=1788.9 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 635777 0 0 0 178633 257 0 0 20 0 1 0 347035468 2342686720 564124 33554432000 4194304 8395647 140735970098480 140735970093048 6708226 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 571945 564124 582 1026 0 570915 0
Current children cumulated CPU time (s) 1788.9
Current children cumulated vsize (KiB) 2287780

[startup+1790.8 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15747
/proc/meminfo: memFree=24161020/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2257152 CPUtime=1790.5 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 635785 0 0 0 178793 257 0 0 20 0 1 0 347035468 2311323648 556932 33554432000 4194304 8395647 140735970098480 140735970093000 6171051 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 564288 556932 590 1026 0 563258 0
Current children cumulated CPU time (s) 1790.5
Current children cumulated vsize (KiB) 2257152

[startup+1791.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15747
/proc/meminfo: memFree=24191276/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=2255524 CPUtime=1791.3 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 635787 0 0 0 178873 257 0 0 20 0 1 0 347035468 2309656576 556527 33554432000 4194304 8395647 140735970098480 140735970094312 6063861 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 563881 556527 592 1026 0 562851 0
Current children cumulated CPU time (s) 1791.3
Current children cumulated vsize (KiB) 2255524

[startup+1792.41 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15747
/proc/meminfo: memFree=24468912/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=1870608 CPUtime=1792.11 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 635787 0 0 0 178951 260 0 0 20 0 1 0 347035468 1915502592 460493 33554432000 4194304 8395647 140735970098480 140735970097864 6345373 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 467652 460493 592 1026 0 466622 0
Current children cumulated CPU time (s) 1792.11
Current children cumulated vsize (KiB) 1870608

[startup+1792.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15747
/proc/meminfo: memFree=24468912/32873844 swapFree=7128/7128
[pid=15669] ppid=15667 vsize=1655840 CPUtime=1792.3 cores=1,3,5,7
/proc/15669/stat : 15669 (pbscip.linux.x8) R 15667 15669 13572 0 -1 4202496 635787 0 0 0 178969 261 0 0 20 0 1 0 347035468 1695580160 406894 33554432000 4194304 8395647 140735970098480 140735970097864 6345173 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15669/statm: 413960 406894 592 1026 0 412930 0
Current children cumulated CPU time (s) 1792.3
Current children cumulated vsize (KiB) 1655840

Child status: 0
Real time (s): 1792.7
CPU time (s): 1792.41
CPU user time (s): 1789.75
CPU system time (s): 2.6536
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 2367448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.75
system time used= 2.6536
maximum resident set size= 2345688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635795
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= 23
involuntary context switches= 1845

runsolver used 8.96664 second user time and 9.14061 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 13:34:45
IDJOB=3744731
IDBENCH=92819
IDSOLVER=2326
FILE ID=node105/3744731-1338809683
RUNJOBID= node105-1338785386-13589
PBS_JOBID= 14636855
Free space on /tmp= 71136 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/graca/normalized-ped2.G.recomb10-0.01-5.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-3744731-1338809683/watcher-3744731-1338809683 -o /tmp/evaluation-result-3744731-1338809683/solver-3744731-1338809683 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744731-1338809683.opb -t 1800 -m 15500

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

MD5SUM BENCH= a790f652addb363b399514db95e6c8e6
RANDOM SEED=1591707196

node105.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.882
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	: 5333.76
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.882
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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24235876 kB
Buffers:          580296 kB
Cached:          3977224 kB
SwapCached:         1700 kB
Active:          4445944 kB
Inactive:        3298168 kB
Active(anon):    3181164 kB
Inactive(anon):     6844 kB
Active(file):    1264780 kB
Inactive(file):  3291324 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             63284 kB
Writeback:             0 kB
AnonPages:       3316360 kB
Mapped:            11516 kB
Shmem:                 0 kB
Slab:             746388 kB
SReclaimable:     187916 kB
SUnreclaim:       558472 kB
KernelStack:        1448 kB
PageTables:        10476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3451132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71184 MiB
End job on node105 at 2012-06-04 14:04:37