Trace number 3735225

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1801.5 1801.79

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.11.opb
MD5SUM5f844d3fbd9d157e56bab6c09ee5f179
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark20.8078
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved YES
Number of variables21675
Total number of constraints1210400
Number of constraints which are clauses1206830
Number of constraints which are cardinality constraints (but not clauses)3570
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint170
Number of terms in the objective function 170
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 170
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 168
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 338
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.39/7.46	c SCIP version 1.1.0.7
7.39/7.46	c LP-Solver SoPlex 1.4.1
7.39/7.46	c user parameter file <scip.set> not found - using default parameters
7.39/7.46	c read problem <HOME/instance-3735225-1338709270.opb>
7.39/7.46	c original problem has 21675 variables (21675 bin, 0 int, 0 impl, 0 cont) and 1210400 constraints
8.70/8.74	c start presolving problem
8.70/8.74	c presolving:
13.29/13.32	c (round 1) 10229 del vars, 1090739 del conss, 9827 chg bounds, 162 chg sides, 324 chg coeffs, 0 upgd conss, 2971827 impls, 0 clqs
13.29/13.39	c (round 2) 10233 del vars, 1099536 del conss, 9827 chg bounds, 162 chg sides, 324 chg coeffs, 0 upgd conss, 2971827 impls, 0 clqs
13.89/13.92	c (round 3) 10233 del vars, 1099536 del conss, 9827 chg bounds, 162 chg sides, 324 chg coeffs, 110864 upgd conss, 2971827 impls, 0 clqs
14.19/14.22	c    (6.0s) probing: 161/11442 (1.4%) - 0 fixings, 0 aggregations, 6 implications, 0 bound changes
14.19/14.22	c    (6.0s) probing aborted: 100/100 successive totally useless probings
14.19/14.22	c presolving (4 rounds):
14.19/14.22	c  10233 deleted vars, 1099536 deleted constraints, 9827 tightened bounds, 0 added holes, 162 changed sides, 324 changed coefficients
14.19/14.22	c  2971839 implications, 0 cliques
14.19/14.22	c presolved problem has 11442 variables (11442 bin, 0 int, 0 impl, 0 cont) and 110864 constraints
14.19/14.22	c  110864 constraints of type <logicor>
14.19/14.22	c transformed objective value is always integral (scale: 1)
14.19/14.22	c Presolving Time: 4.94
14.19/14.22	c strange?!, PURESAT with obj
14.19/14.22	c -----------------------------------------------------------------------------------------------
14.19/14.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.19/14.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.19/14.22	c limits/memory = c 13950
14.19/14.22	c # maximal time in seconds to run
14.19/14.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.19/14.22	c limits/time = c 1791
14.19/14.22	c # frequency for displaying node information lines
14.19/14.22	c # [type: int, range: [-1,2147483647], default: 100]
14.19/14.22	c display/freq = c 10000
14.19/14.22	c -----------------------------------------------------------------------------------------------
14.19/14.22	c start solving problem
14.19/14.22	c 
93.17/93.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.17/93.25	c  84.9s|     1 |     0 | 25602 | 707M|   0 |9823 |  11k| 110k| 110k|  11k| 110k|   0 |   0 |   0 | 1.000000e+01 |      --      |    Inf 
755.46/755.61	c   747s|     1 |     0 | 95148 | 708M|   0 |8569 |  11k| 110k| 110k|  11k| 110k|  30 |   0 |   0 | 1.350000e+01 |      --      |    Inf 
852.44/852.65	c   844s|     1 |     0 |108047 | 709M|   0 |8984 |  11k| 110k| 110k|  11k| 110k|  50 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
1012.32/1012.53	c  1003s|     1 |     0 |123157 | 709M|   0 |8548 |  11k| 110k| 110k|  11k| 110k|  66 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
1252.18/1252.41	c  1243s|     1 |     0 |134924 | 709M|   0 |8140 |  11k| 110k| 110k|  11k| 110k|  78 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
1386.46/1386.75	c  1377s|     1 |     0 |143543 | 709M|   0 |7997 |  11k| 110k| 110k|  11k| 110k|  89 |   0 |   0 | 1.416667e+01 |      --      |    Inf 
1622.53/1622.84	c  1613s|     1 |     0 |151449 | 709M|   0 |8208 |  11k| 110k| 110k|  11k| 110k|  99 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
1800.90/1801.26	c  1791s|     1 |     0 |154538 | 709M|   0 |   - |  11k| 110k| 110k|  11k| 110k| 105 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
1800.90/1801.28	c  1791s|     1 |     2 |154538 | 709M|   0 |   - |  11k| 110k| 110k|  11k| 110k| 105 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
1800.90/1801.28	c 
1800.90/1801.28	c SCIP Status        : solving was interrupted [user interrupt]
1800.90/1801.28	c Solving Time (sec) : 1791.03
1800.90/1801.28	c Solving Nodes      : 1
1800.90/1801.28	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.90/1801.28	c Dual Bound         : +1.50000000000000e+01
1800.90/1801.28	c Gap                : infinite
1800.90/1801.28	c NODE         1
1800.90/1801.28	c DUAL BOUND   15
1800.90/1801.28	c PRIMAL BOUND 1e+20
1800.90/1801.28	c GAP          1e+20
1800.90/1801.28	s UNKNOWN
1800.90/1801.28	c SCIP Status        : solving was interrupted [user interrupt]
1800.90/1801.28	c Solving Time       :    1791.03
1800.90/1801.28	c Original Problem   :
1800.90/1801.28	c   Problem name     : HOME/instance-3735225-1338709270.opb
1800.90/1801.28	c   Variables        : 21675 (21675 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.90/1801.28	c   Constraints      : 1210400 initial, 1210400 maximal
1800.90/1801.28	c Presolved Problem  :
1800.90/1801.28	c   Problem name     : t_HOME/instance-3735225-1338709270.opb
1800.90/1801.28	c   Variables        : 11442 (11442 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.90/1801.28	c   Constraints      : 110864 initial, 110864 maximal
1800.90/1801.28	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.90/1801.28	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.90/1801.28	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
1800.90/1801.28	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.90/1801.28	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.90/1801.28	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.90/1801.28	c   probing          :       0.23          0          0          0          0          0          0          0          0
1800.90/1801.28	c   linear           :       3.58       9827        402          0       9827          0    1099536        162        324
1800.90/1801.28	c   logicor          :       0.13          0          0          0          0          0          0          0          0
1800.90/1801.28	c   root node        :          -          0          -          -          0          -          -          -          -
1800.90/1801.28	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.90/1801.28	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.90/1801.28	c   logicor          :     110864          7        321          0          1          0          0          0          0          0
1800.90/1801.28	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1800.90/1801.28	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.90/1801.28	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.90/1801.28	c   logicor          :       0.15       0.04       0.09       0.00       0.02
1800.90/1801.28	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.90/1801.28	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.90/1801.28	c   rootredcost      :       0.00          0          0          0
1800.90/1801.28	c   pseudoobj        :       0.00          5          0          0
1800.90/1801.28	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.90/1801.28	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.90/1801.28	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.90/1801.28	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.90/1801.28	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.90/1801.28	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.90/1801.28	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.90/1801.28	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.90/1801.28	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.90/1801.28	c   cut pool         :       0.00          6          -          -         28          -    (maximal pool size: 811)
1800.90/1801.28	c   redcost          :       0.01          7          0          0          0          0
1800.90/1801.28	c   impliedbounds    :       0.22          7          0          0          6          0
1800.90/1801.28	c   intobj           :       0.00          0          0          0          0          0
1800.90/1801.28	c   gomory           :     250.15          7          0          0       3147          0
1800.90/1801.28	c   strongcg         :     257.36          7          0          0       3147          0
1800.90/1801.28	c   cmir             :      29.68          7          0          0          0          0
1800.90/1801.28	c   flowcover        :      60.81          7          0          0         15          0
1800.90/1801.28	c   clique           :      10.86          7          0          0         61          0
1800.90/1801.28	c   zerohalf         :       0.00          0          0          0          0          0
1800.90/1801.28	c   mcf              :       0.07          1          0          0          0          0
1800.90/1801.28	c Pricers            :       Time      Calls       Vars
1800.90/1801.28	c   problem variables:       0.00          0          0
1800.90/1801.28	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.90/1801.28	c   relpscost        :       0.00          0          0          0          0          0          0
1800.90/1801.28	c   pscost           :       0.00          0          0          0          0          0          0
1800.90/1801.28	c   inference        :       0.00          1          0          0          0          0          2
1800.90/1801.28	c   mostinf          :       0.00          0          0          0          0          0          0
1800.90/1801.28	c   leastinf         :       0.00          0          0          0          0          0          0
1800.90/1801.28	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.90/1801.28	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.90/1801.28	c   random           :       0.00          0          0          0          0          0          0
1800.90/1801.28	c Primal Heuristics  :       Time      Calls      Found
1800.90/1801.28	c   LP solutions     :       0.00          -          0
1800.90/1801.28	c   pseudo solutions :       0.00          -          0
1800.90/1801.28	c   oneopt           :       0.00          0          0
1800.90/1801.28	c   simplerounding   :       0.00          0          0
1800.90/1801.28	c   rounding         :       0.05          7          0
1800.90/1801.28	c   shifting         :       0.53          7          0
1800.90/1801.28	c   intshifting      :       0.00          0          0
1800.90/1801.28	c   fixandinfer      :       0.00          0          0
1800.90/1801.28	c   feaspump         :     420.45          1          0
1800.90/1801.28	c   coefdiving       :       0.00          0          0
1800.90/1801.28	c   pscostdiving     :       0.00          0          0
1800.90/1801.28	c   fracdiving       :       0.00          0          0
1800.90/1801.28	c   veclendiving     :       0.00          0          0
1800.90/1801.28	c   intdiving        :       0.00          0          0
1800.90/1801.28	c   actconsdiving    :       0.00          0          0
1800.90/1801.28	c   objpscostdiving  :       0.00          0          0
1800.90/1801.28	c   rootsoldiving    :       0.00          0          0
1800.90/1801.28	c   linesearchdiving :       0.00          0          0
1800.90/1801.28	c   guideddiving     :       0.00          0          0
1800.90/1801.28	c   octane           :       0.00          0          0
1800.90/1801.28	c   rens             :       0.00          0          0
1800.90/1801.28	c   rins             :       0.00          0          0
1800.90/1801.28	c   localbranching   :       0.00          0          0
1800.90/1801.28	c   mutation         :       0.00          0          0
1800.90/1801.28	c   crossover        :       0.00          0          0
1800.90/1801.28	c   dins             :       0.00          0          0
1800.90/1801.28	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.90/1801.28	c   primal LP        :       0.00          0          0       0.00          -
1800.90/1801.28	c   dual LP          :     754.50          8     122040   15255.00     161.75
1800.90/1801.28	c   barrier LP       :       0.00          0          0       0.00          -
1800.90/1801.28	c   diving/probing LP:     420.06         26      32498    1249.92      77.37
1800.90/1801.28	c   strong branching :       0.00          0          0       0.00          -
1800.90/1801.28	c     (at root node) :          -          0          0       0.00          -
1800.90/1801.28	c   conflict analysis:       0.00          0          0       0.00          -
1800.90/1801.28	c B&B Tree           :
1800.90/1801.28	c   number of runs   :          1
1800.90/1801.28	c   nodes            :          1
1800.90/1801.28	c   nodes (total)    :          1
1800.90/1801.28	c   nodes left       :          2
1800.90/1801.28	c   max depth        :          0
1800.90/1801.28	c   max depth (total):          0
1800.90/1801.28	c   backtracks       :          0 (0.0%)
1800.90/1801.28	c   delayed cutoffs  :          0
1800.90/1801.28	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.90/1801.28	c   avg switch length:       1.00
1800.90/1801.28	c   switching time   :       0.00
1800.90/1801.28	c Solution           :
1800.90/1801.28	c   Solutions found  :          0 (0 improvements)
1800.90/1801.28	c   Primal Bound     :          -
1800.90/1801.28	c   Dual Bound       : +1.50000000000000e+01
1800.90/1801.28	c   Gap              :   infinite
1800.90/1801.28	c   Root Dual Bound  : +1.50000000000000e+01
1801.41/1801.79	c Time complete: 1801.49.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22929
/proc/meminfo: memFree=27080104/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=9020 CPUtime=0 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 1566 0 0 0 0 0 0 0 20 0 1 0 337052152 9236480 1518 33554432000 4194304 7823515 140734052565472 140734052430024 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 2255 1532 354 887 0 1365 0

[startup+0.077145 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22929
/proc/meminfo: memFree=27080104/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=21080 CPUtime=0.07 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 4604 0 0 0 6 1 0 0 20 0 1 0 337052152 21585920 4556 33554432000 4194304 7823515 140734052565472 140734052430024 6957168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 5270 4556 354 887 0 4380 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21080

[startup+0.100355 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22929
/proc/meminfo: memFree=27080104/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=21276 CPUtime=0.09 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 4660 0 0 0 8 1 0 0 20 0 1 0 337052152 21786624 4612 33554432000 4194304 7823515 140734052565472 140734052430024 6908077 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 5319 4612 354 887 0 4429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21276

[startup+0.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22929
/proc/meminfo: memFree=27080104/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=32756 CPUtime=0.29 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 7545 0 0 0 28 1 0 0 20 0 1 0 337052152 33542144 7497 33554432000 4194304 7823515 140734052565472 140734052431576 6908082 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 8189 7497 354 887 0 7299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32756

[startup+0.700314 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22929
/proc/meminfo: memFree=27080104/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=56120 CPUtime=0.69 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 13342 0 0 0 67 2 0 0 20 0 1 0 337052152 57466880 13294 33554432000 4194304 7823515 140734052565472 140734052431576 6908057 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 14030 13295 354 887 0 13140 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56120

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22930
/proc/meminfo: memFree=27010276/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=103772 CPUtime=1.49 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 25242 0 0 0 144 5 0 0 20 0 1 0 337052152 106262528 25194 33554432000 4194304 7823515 140734052565472 140734052431576 6897531 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 25943 25194 354 887 0 25053 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103772

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22930
/proc/meminfo: memFree=26942696/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=198948 CPUtime=3.09 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 48957 0 0 0 300 9 0 0 20 0 1 0 337052152 203722752 48909 33554432000 4194304 7823515 140734052565472 140734052431576 6896662 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 49737 48909 354 887 0 48847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 198948

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22930
/proc/meminfo: memFree=26748884/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=387424 CPUtime=6.29 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 95835 0 0 0 613 16 0 0 20 0 1 0 337052152 396722176 95787 33554432000 4194304 7823515 140734052565472 140734052431576 6794336 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 96856 95787 354 887 0 95966 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 387424

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22930
/proc/meminfo: memFree=25819396/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1293448 CPUtime=12.69 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 318816 0 0 0 1179 90 0 0 20 0 1 0 337052152 1324490752 318414 33554432000 4194304 7823515 140734052565472 140734052562408 5021335 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 323362 318414 432 887 0 322472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1293448

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22930
/proc/meminfo: memFree=25808720/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=25.49 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 320993 0 0 0 2448 101 0 0 20 0 1 0 337052152 1317130240 317264 33554432000 4194304 7823515 140734052565472 140734052560136 6151335 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317264 520 887 0 320675 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1286260

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22930
/proc/meminfo: memFree=25809216/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=51.09 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 320993 0 0 0 5006 103 0 0 20 0 1 0 337052152 1317130240 317264 33554432000 4194304 7823515 140734052565472 140734052560808 6908052 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317264 520 887 0 320675 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1286260

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22930
/proc/meminfo: memFree=25816544/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=102.28 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321007 0 0 0 10121 107 0 0 20 0 1 0 337052152 1317130240 317351 33554432000 4194304 7823515 140734052565472 140734052560152 6208911 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317351 531 887 0 320675 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1286260

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22931
/proc/meminfo: memFree=25805276/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=162.26 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321007 0 0 0 16117 109 0 0 20 0 1 0 337052152 1317130240 317351 33554432000 4194304 7823515 140734052565472 140734052560152 6208329 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317351 531 887 0 320675 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1286260

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22931
/proc/meminfo: memFree=25808904/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=222.25 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321008 0 0 0 22113 112 0 0 20 0 1 0 337052152 1317130240 317351 33554432000 4194304 7823515 140734052565472 140734052560152 6211574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317351 531 887 0 320675 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1286260

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 22931
/proc/meminfo: memFree=25807692/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=282.24 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321011 0 0 0 28109 115 0 0 20 0 1 0 337052152 1317130240 317351 33554432000 4194304 7823515 140734052565472 140734052560152 6234848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317351 531 887 0 320675 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1286260

[startup+342.3 s]
/proc/loadavg: 1.97 1.99 1.99 3/177 22969
/proc/meminfo: memFree=24624308/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=342.23 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321012 0 0 0 34106 117 0 0 20 0 1 0 337052152 1317130240 317351 33554432000 4194304 7823515 140734052565472 140734052560152 6019603 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317351 531 887 0 320675 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1286260

[startup+402.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 22969
/proc/meminfo: memFree=24624088/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=402.22 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321016 0 0 0 40103 119 0 0 20 0 1 0 337052152 1317130240 317351 33554432000 4194304 7823515 140734052565472 140734052560152 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317351 531 887 0 320675 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1286260

[startup+462.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 22970
/proc/meminfo: memFree=24624488/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=462.21 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321021 0 0 0 46100 121 0 0 20 0 1 0 337052152 1317130240 317351 33554432000 4194304 7823515 140734052565472 140734052560152 6263490 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317351 531 887 0 320675 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1286260

[startup+522.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 22970
/proc/meminfo: memFree=24624084/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=522.2 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321035 0 0 0 52096 124 0 0 20 0 1 0 337052152 1317130240 317390 33554432000 4194304 7823515 140734052565472 140734052561272 5597657 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 317390 544 887 0 320675 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1286260

[startup+582.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 22973
/proc/meminfo: memFree=24617904/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=582.19 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 58070 149 0 0 20 0 1 0 337052152 1317130240 318908 33554432000 4194304 7823515 140734052565472 140734052561224 6237396 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318908 560 887 0 320675 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1286260

[startup+642.3 s]

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

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22975
/proc/meminfo: memFree=24618028/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1062.11 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 106022 189 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560568 6911817 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1286260

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22975
/proc/meminfo: memFree=24618056/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1122.1 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 112012 198 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560664 4273522 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1286260

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22978
/proc/meminfo: memFree=24618324/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1182.1 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 118007 203 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560808 6180599 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1286260

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23000
/proc/meminfo: memFree=24618228/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1242.09 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 124002 207 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052561224 6177706 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1286260

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23000
/proc/meminfo: memFree=24616964/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1302.08 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 129992 216 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052561224 5575776 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1286260

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612404/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1362.07 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 135988 219 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560808 6175264 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1286260

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612432/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1422.06 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 141982 224 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560568 6908067 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1286260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612460/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1482.04 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 147971 233 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560664 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1286260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612488/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1542.04 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 153961 243 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052561224 5575805 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1286260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612020/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1602.03 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 159957 246 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560136 6211692 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1286260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23001
/proc/meminfo: memFree=24612204/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1662.02 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 165948 254 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560696 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1286260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23002
/proc/meminfo: memFree=24612568/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1722.02 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 171941 261 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052560616 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1286260

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 23005
/proc/meminfo: memFree=24611940/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1782 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 177933 267 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052561224 6173514 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1286260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 23005
/proc/meminfo: memFree=24612072/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1800.01 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 179732 269 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052561272 6150580 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1286260

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23006
/proc/meminfo: memFree=24612072/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1800.31 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321054 0 0 0 179762 269 0 0 20 0 1 0 337052152 1317130240 318909 33554432000 4194304 7823515 140734052565472 140734052561272 6211711 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318909 560 887 0 320675 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 1286260

[startup+1801.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23006
/proc/meminfo: memFree=24612072/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1286260 CPUtime=1801.1 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321059 0 0 0 179841 269 0 0 20 0 1 0 337052152 1317130240 318914 33554432000 4194304 7823515 140734052565472 140734052560808 4802903 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 321565 318914 565 887 0 320675 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 1286260

[startup+1801.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23006
/proc/meminfo: memFree=24612072/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=1106844 CPUtime=1801.3 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321059 0 0 0 179859 271 0 0 20 0 1 0 337052152 1133408256 274330 33554432000 4194304 7823515 140734052565472 140734052560808 5875143 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 276711 274330 565 887 0 275821 0
Current children cumulated CPU time (s) 1801.3
Current children cumulated vsize (KiB) 1106844

[startup+1801.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23006
/proc/meminfo: memFree=24916616/32873844 swapFree=7116/7116
[pid=22929] ppid=22927 vsize=974516 CPUtime=1801.41 cores=0,2,4,6
/proc/22929/stat : 22929 (pbscip.linux.x8) R 22927 22929 10620 0 -1 4202496 321059 0 0 0 179869 272 0 0 20 0 1 0 337052152 997904384 241248 33554432000 4194304 7823515 140734052565472 140734052560808 5875188 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22929/statm: 243629 241248 565 887 0 242739 0
Current children cumulated CPU time (s) 1801.41
Current children cumulated vsize (KiB) 974516

Child status: 0
Real time (s): 1801.79
CPU time (s): 1801.5
CPU user time (s): 1798.77
CPU system time (s): 2.73558
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1297556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 2.73558
maximum resident set size= 1287272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321064
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= 21
involuntary context switches= 1915

runsolver used 2.90256 second user time and 9.34158 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 09:41:11
IDJOB=3735225
IDBENCH=2952
IDSOLVER=2321
FILE ID=node138/3735225-1338709270
RUNJOBID= node138-1338679216-19462
PBS_JOBID= 14636675
Free space on /tmp= 70736 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.11.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735225-1338709270/watcher-3735225-1338709270 -o /tmp/evaluation-result-3735225-1338709270/solver-3735225-1338709270 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3735225-1338709270.opb

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

MD5SUM BENCH= 5f844d3fbd9d157e56bab6c09ee5f179
RANDOM SEED=1429835785

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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		: 2667.347
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:        27080236 kB
Buffers:          712676 kB
Cached:          3945820 kB
SwapCached:          208 kB
Active:          2600700 kB
Inactive:        2288188 kB
Active(anon):     213688 kB
Inactive(anon):    12768 kB
Active(file):    2387012 kB
Inactive(file):  2275420 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             52636 kB
Writeback:             0 kB
AnonPages:        232920 kB
Mapped:            16620 kB
Shmem:               200 kB
Slab:             765456 kB
SReclaimable:     207464 kB
SUnreclaim:       557992 kB
KernelStack:        1448 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     343816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 70688 MiB
End job on node138 at 2012-06-03 10:11:13