Trace number 3735236

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.78

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.07.opb
MD5SUM7a51facc2b0ceeb02915874508a30079
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark5.63214
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved YES
Number of variables21756
Total number of constraints1266468
Number of constraints which are clauses1262688
Number of constraints which are cardinality constraints (but not clauses)3780
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
Number of terms in the objective function 168
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 168
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 166
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 334
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.78/7.84	c SCIP version 1.1.0.7
7.78/7.84	c LP-Solver SoPlex 1.4.1
7.78/7.84	c user parameter file <scip.set> not found - using default parameters
7.78/7.84	c read problem <HOME/instance-3735236-1338709573.opb>
7.78/7.84	c original problem has 21756 variables (21756 bin, 0 int, 0 impl, 0 cont) and 1266468 constraints
9.38/9.45	c start presolving problem
9.38/9.45	c presolving:
15.08/15.15	c (round 1) 9584 del vars, 1131751 del conss, 9140 chg bounds, 162 chg sides, 324 chg coeffs, 0 upgd conss, 2936383 impls, 0 clqs
15.18/15.23	c (round 2) 9587 del vars, 1136608 del conss, 9140 chg bounds, 162 chg sides, 324 chg coeffs, 0 upgd conss, 2936383 impls, 0 clqs
15.99/16.00	c (round 3) 9587 del vars, 1136608 del conss, 9140 chg bounds, 162 chg sides, 324 chg coeffs, 129860 upgd conss, 2936383 impls, 0 clqs
18.79/18.82	c    (10.0s) probing: 1000/12169 (8.2%) - 0 fixings, 0 aggregations, 8630 implications, 0 bound changes
22.38/22.47	c    (13.6s) probing: 2000/12169 (16.4%) - 0 fixings, 0 aggregations, 30913 implications, 0 bound changes
22.38/22.48	c    (13.6s) probing: 2001/12169 (16.4%) - 0 fixings, 0 aggregations, 30943 implications, 0 bound changes
22.38/22.48	c    (13.6s) probing aborted: 2000/2000 successive useless probings
22.38/22.48	c presolving (4 rounds):
22.38/22.48	c  9587 deleted vars, 1136608 deleted constraints, 9140 tightened bounds, 0 added holes, 162 changed sides, 324 changed coefficients
22.38/22.48	c  3001011 implications, 0 cliques
22.38/22.48	c presolved problem has 12169 variables (12169 bin, 0 int, 0 impl, 0 cont) and 129860 constraints
22.38/22.48	c  129860 constraints of type <logicor>
22.38/22.48	c transformed objective value is always integral (scale: 1)
22.38/22.48	c Presolving Time: 12.33
22.38/22.48	c strange?!, PURESAT with obj
22.38/22.48	c -----------------------------------------------------------------------------------------------
22.38/22.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.38/22.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.38/22.48	c limits/memory = c 13950
22.38/22.48	c # maximal time in seconds to run
22.38/22.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.38/22.48	c limits/time = c 1791
22.38/22.48	c # frequency for displaying node information lines
22.38/22.48	c # [type: int, range: [-1,2147483647], default: 100]
22.38/22.48	c display/freq = c 10000
22.38/22.48	c -----------------------------------------------------------------------------------------------
22.38/22.48	c start solving problem
22.38/22.48	c 
143.16/143.22	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.16/143.22	c   134s|     1 |     0 | 26499 | 747M|   0 |9653 |  12k| 129k| 129k|  12k| 129k|   0 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1800.80/1801.10	c  1791s|     1 |     0 |142469 | 751M|   0 |   - |  12k| 129k| 129k|  12k| 131k|2000 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1800.80/1801.14	c  1791s|     1 |     2 |142469 | 751M|   0 |   - |  12k| 129k| 129k|  12k| 131k|2000 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1800.80/1801.14	c 
1800.80/1801.14	c SCIP Status        : solving was interrupted [user interrupt]
1800.80/1801.14	c Solving Time (sec) : 1791.05
1800.80/1801.14	c Solving Nodes      : 1
1800.80/1801.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.80/1801.14	c Dual Bound         : +5.00000000000000e+00
1800.80/1801.14	c Gap                : infinite
1800.80/1801.14	c NODE         1
1800.80/1801.14	c DUAL BOUND   5
1800.80/1801.14	c PRIMAL BOUND 1e+20
1800.80/1801.14	c GAP          1e+20
1800.80/1801.14	s UNKNOWN
1800.80/1801.14	c SCIP Status        : solving was interrupted [user interrupt]
1800.80/1801.14	c Solving Time       :    1791.05
1800.80/1801.14	c Original Problem   :
1800.80/1801.14	c   Problem name     : HOME/instance-3735236-1338709573.opb
1800.80/1801.14	c   Variables        : 21756 (21756 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.80/1801.14	c   Constraints      : 1266468 initial, 1266468 maximal
1800.80/1801.14	c Presolved Problem  :
1800.80/1801.14	c   Problem name     : t_HOME/instance-3735236-1338709573.opb
1800.80/1801.14	c   Variables        : 12169 (12169 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.80/1801.14	c   Constraints      : 129860 initial, 129860 maximal
1800.80/1801.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.80/1801.14	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.80/1801.14	c   dualfix          :       0.00          3          0          0          0          0          0          0          0
1800.80/1801.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.80/1801.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.80/1801.14	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.80/1801.14	c   probing          :       6.38          0          0          0          0          0          0          0          0
1800.80/1801.14	c   linear           :       4.40       9140        444          0       9140          0    1136608        162        324
1800.80/1801.14	c   logicor          :       0.18          0          0          0          0          0          0          0          0
1800.80/1801.14	c   root node        :          -          0          -          -          0          -          -          -          -
1800.80/1801.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.80/1801.14	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.80/1801.14	c   logicor          :     129860          1       4036          0          1          0          0          0          0          0
1800.80/1801.14	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1800.80/1801.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.80/1801.14	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.80/1801.14	c   logicor          :       2.36       0.01       2.31       0.00       0.04
1800.80/1801.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.80/1801.14	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.80/1801.14	c   rootredcost      :       0.00          0          0          0
1800.80/1801.14	c   pseudoobj        :       0.00          1          0          0
1800.80/1801.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.80/1801.14	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.80/1801.14	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.80/1801.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.80/1801.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.80/1801.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.80/1801.14	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.80/1801.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.80/1801.14	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.80/1801.14	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 3595)
1800.80/1801.14	c   redcost          :       0.00          1          0          0          0          0
1800.80/1801.14	c   impliedbounds    :       0.05          1          0          0       3215          0
1800.80/1801.14	c   intobj           :       0.00          0          0          0          0          0
1800.80/1801.14	c   gomory           :       0.68          1          0          0        500          0
1800.80/1801.14	c   strongcg         :       0.67          1          0          0        500          0
1800.80/1801.14	c   cmir             :       0.00          0          0          0          0          0
1800.80/1801.14	c   flowcover        :       0.00          0          0          0          0          0
1800.80/1801.14	c   clique           :       0.00          0          0          0          0          0
1800.80/1801.14	c   zerohalf         :       0.00          0          0          0          0          0
1800.80/1801.14	c   mcf              :       0.00          0          0          0          0          0
1800.80/1801.14	c Pricers            :       Time      Calls       Vars
1800.80/1801.14	c   problem variables:       0.00          0          0
1800.80/1801.14	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.80/1801.14	c   relpscost        :       0.00          0          0          0          0          0          0
1800.80/1801.14	c   pscost           :       0.00          0          0          0          0          0          0
1800.80/1801.14	c   inference        :       0.00          1          0          0          0          0          2
1800.80/1801.14	c   mostinf          :       0.00          0          0          0          0          0          0
1800.80/1801.14	c   leastinf         :       0.00          0          0          0          0          0          0
1800.80/1801.14	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.80/1801.14	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.80/1801.14	c   random           :       0.00          0          0          0          0          0          0
1800.80/1801.14	c Primal Heuristics  :       Time      Calls      Found
1800.80/1801.14	c   LP solutions     :       0.00          -          0
1800.80/1801.14	c   pseudo solutions :       0.00          -          0
1800.80/1801.14	c   oneopt           :       0.00          0          0
1800.80/1801.14	c   simplerounding   :       0.00          0          0
1800.80/1801.14	c   rounding         :       0.01          1          0
1800.80/1801.14	c   shifting         :       0.14          1          0
1800.80/1801.14	c   intshifting      :       0.00          0          0
1800.80/1801.14	c   fixandinfer      :       0.00          0          0
1800.80/1801.14	c   feaspump         :    1110.45          1          0
1800.80/1801.14	c   coefdiving       :       0.00          0          0
1800.80/1801.14	c   pscostdiving     :       0.00          0          0
1800.80/1801.14	c   fracdiving       :       0.00          0          0
1800.80/1801.14	c   veclendiving     :       0.00          0          0
1800.80/1801.14	c   intdiving        :       0.00          0          0
1800.80/1801.14	c   actconsdiving    :       0.00          0          0
1800.80/1801.14	c   objpscostdiving  :       0.00          0          0
1800.80/1801.14	c   rootsoldiving    :       0.00          0          0
1800.80/1801.14	c   linesearchdiving :       0.00          0          0
1800.80/1801.14	c   guideddiving     :       0.00          0          0
1800.80/1801.14	c   octane           :       0.00          0          0
1800.80/1801.14	c   rens             :       0.00          0          0
1800.80/1801.14	c   rins             :       0.00          0          0
1800.80/1801.14	c   localbranching   :       0.00          0          0
1800.80/1801.14	c   mutation         :       0.00          0          0
1800.80/1801.14	c   crossover        :       0.00          0          0
1800.80/1801.14	c   dins             :       0.00          0          0
1800.80/1801.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.80/1801.14	c   primal LP        :       0.00          0          0       0.00          -
1800.80/1801.14	c   dual LP          :     664.83          2      75280   37640.00     113.23
1800.80/1801.14	c   barrier LP       :       0.00          0          0       0.00          -
1800.80/1801.14	c   diving/probing LP:    1109.76         34      67189    1976.15      60.54
1800.80/1801.14	c   strong branching :       0.00          0          0       0.00          -
1800.80/1801.14	c     (at root node) :          -          0          0       0.00          -
1800.80/1801.14	c   conflict analysis:       0.00          0          0       0.00          -
1800.80/1801.14	c B&B Tree           :
1800.80/1801.14	c   number of runs   :          1
1800.80/1801.14	c   nodes            :          1
1800.80/1801.14	c   nodes (total)    :          1
1800.80/1801.14	c   nodes left       :          2
1800.80/1801.14	c   max depth        :          0
1800.80/1801.14	c   max depth (total):          0
1800.80/1801.14	c   backtracks       :          0 (0.0%)
1800.80/1801.14	c   delayed cutoffs  :          0
1800.80/1801.14	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.80/1801.14	c   avg switch length:       1.00
1800.80/1801.14	c   switching time   :       0.00
1800.80/1801.14	c Solution           :
1800.80/1801.14	c   Solutions found  :          0 (0 improvements)
1800.80/1801.14	c   Primal Bound     :          -
1800.80/1801.14	c   Dual Bound       : +5.00000000000000e+00
1800.80/1801.14	c   Gap              :   infinite
1800.80/1801.14	c   Root Dual Bound  : +5.00000000000000e+00
1801.41/1801.78	c Time complete: 1801.48.

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

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: 1.94 1.99 1.99 3/176 22968
/proc/meminfo: memFree=25979676/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=8740 CPUtime=0 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 1554 0 0 0 0 0 0 0 20 0 1 0 337082528 8949760 1506 33554432000 4194304 7823515 140735389961152 140736515148296 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 2185 1507 354 887 0 1295 0

[startup+0.0342689 s]
/proc/loadavg: 1.94 1.99 1.99 3/176 22968
/proc/meminfo: memFree=25979676/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=17084 CPUtime=0.02 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 3611 0 0 0 2 0 0 0 20 0 1 0 337082528 17494016 3563 33554432000 4194304 7823515 140735389961152 140736515148296 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 4271 3563 354 887 0 3381 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17084

[startup+0.100357 s]
/proc/loadavg: 1.94 1.99 1.99 3/176 22968
/proc/meminfo: memFree=25979676/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=21248 CPUtime=0.09 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 4657 0 0 0 9 0 0 0 20 0 1 0 337082528 21757952 4609 33554432000 4194304 7823515 140735389961152 140736515148296 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 5312 4609 354 887 0 4422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21248

[startup+0.300283 s]
/proc/loadavg: 1.94 1.99 1.99 3/176 22968
/proc/meminfo: memFree=25979676/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=32748 CPUtime=0.29 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 7542 0 0 0 28 1 0 0 20 0 1 0 337082528 33533952 7494 33554432000 4194304 7823515 140735389961152 140736515148296 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 8187 7494 354 887 0 7297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32748

[startup+0.700279 s]
/proc/loadavg: 1.94 1.99 1.99 3/176 22968
/proc/meminfo: memFree=25979676/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=56324 CPUtime=0.69 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 13372 0 0 0 67 2 0 0 20 0 1 0 337082528 57675776 13324 33554432000 4194304 7823515 140735389961152 140735389827256 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 14081 13324 354 887 0 13191 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56324

[startup+1.5003 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 22969
/proc/meminfo: memFree=25910220/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=103764 CPUtime=1.48 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 25222 0 0 0 145 3 0 0 20 0 1 0 337082528 106254336 25174 33554432000 4194304 7823515 140735389961152 140735389827256 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 25941 25174 354 887 0 25051 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 103764

[startup+3.1003 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 22969
/proc/meminfo: memFree=25844128/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=198872 CPUtime=3.08 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 48902 0 0 0 301 7 0 0 20 0 1 0 337082528 203644928 48854 33554432000 4194304 7823515 140735389961152 140735389827256 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 49718 48854 354 887 0 48828 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 198872

[startup+6.30029 s]
/proc/loadavg: 1.95 1.99 1.99 3/177 22969
/proc/meminfo: memFree=25652300/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=386124 CPUtime=6.29 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 95502 0 0 0 613 16 0 0 20 0 1 0 337082528 395390976 95454 33554432000 4194304 7823515 140735389961152 140735389827256 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 96531 95454 354 887 0 95641 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 386124

[startup+12.7003 s]
/proc/loadavg: 1.95 1.99 1.99 3/177 22969
/proc/meminfo: memFree=24684976/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1325480 CPUtime=12.69 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 327818 0 0 0 1181 88 0 0 20 0 1 0 337082528 1357291520 327416 33554432000 4194304 7823515 140735389961152 140735389958088 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 331370 327416 431 887 0 330480 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1325480

[startup+25.5003 s]
/proc/loadavg: 1.96 1.99 1.99 3/177 22969
/proc/meminfo: memFree=24624200/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=25.48 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342069 0 0 0 2427 121 0 0 20 0 1 0 337082528 1401839616 338742 33554432000 4194304 7823515 140735389961152 140735389956488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338742 520 887 0 341356 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1368984

[startup+51.1004 s]
/proc/loadavg: 1.97 1.99 1.99 3/177 22969
/proc/meminfo: memFree=24624400/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=51.08 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342069 0 0 0 4983 125 0 0 20 0 1 0 337082528 1401839616 338742 33554432000 4194304 7823515 140735389961152 140735389956488 6234864 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338742 520 887 0 341356 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1368984

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 22969
/proc/meminfo: memFree=24624072/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=102.28 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342069 0 0 0 10097 131 0 0 20 0 1 0 337082528 1401839616 338742 33554432000 4194304 7823515 140735389961152 140735389956488 6212430 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338742 520 887 0 341356 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1368984

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 22970
/proc/meminfo: memFree=24624348/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=162.26 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342080 0 0 0 16091 135 0 0 20 0 1 0 337082528 1401839616 338753 33554432000 4194304 7823515 140735389961152 140735389955832 6208777 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338753 531 887 0 341356 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1368984

[startup+222.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/177 22970
/proc/meminfo: memFree=24623820/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=222.25 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342080 0 0 0 22087 138 0 0 20 0 1 0 337082528 1401839616 338753 33554432000 4194304 7823515 140735389961152 140735389955832 6208541 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338753 531 887 0 341356 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1368984

[startup+282.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 22973
/proc/meminfo: memFree=24617888/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=282.25 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342080 0 0 0 28084 141 0 0 20 0 1 0 337082528 1401839616 338753 33554432000 4194304 7823515 140735389961152 140735389955960 5914500 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338753 531 887 0 341356 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1368984

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 22973
/proc/meminfo: memFree=24617800/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=342.23 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342080 0 0 0 34080 143 0 0 20 0 1 0 337082528 1401839616 338753 33554432000 4194304 7823515 140735389961152 140735389955832 6208892 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338753 531 887 0 341356 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1368984

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22973
/proc/meminfo: memFree=24617952/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=402.23 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342080 0 0 0 40077 146 0 0 20 0 1 0 337082528 1401839616 338753 33554432000 4194304 7823515 140735389961152 140735389955912 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338753 531 887 0 341356 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1368984

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22974
/proc/meminfo: memFree=24618228/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=462.21 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342080 0 0 0 46073 148 0 0 20 0 1 0 337082528 1401839616 338753 33554432000 4194304 7823515 140735389961152 140735389955912 6208630 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338753 531 887 0 341356 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1368984

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22974
/proc/meminfo: memFree=24618024/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=522.2 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342080 0 0 0 52070 150 0 0 20 0 1 0 337082528 1401839616 338829 33554432000 4194304 7823515 140735389961152 140735389955832 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338829 531 887 0 341356 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1368984

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22974
/proc/meminfo: memFree=24618052/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=582.2 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342081 0 0 0 58067 153 0 0 20 0 1 0 337082528 1401839616 338829 33554432000 4194304 7823515 140735389961152 140735389955912 6908057 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 338829 531 887 0 341356 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1368984

[startup+642.3 s]

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

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612388/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1062.11 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342097 0 0 0 106039 172 0 0 20 0 1 0 337082528 1401839616 340292 33554432000 4194304 7823515 140735389961152 140735389955960 6208682 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340292 531 887 0 341356 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1368984

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612416/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1122.1 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342097 0 0 0 112035 175 0 0 20 0 1 0 337082528 1401839616 340292 33554432000 4194304 7823515 140735389961152 140735389955960 6208511 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340292 531 887 0 341356 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1368984

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612444/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1182.1 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342097 0 0 0 118031 179 0 0 20 0 1 0 337082528 1401839616 340292 33554432000 4194304 7823515 140735389961152 140735389955832 6208911 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340292 531 887 0 341356 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1368984

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612472/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1242.08 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342097 0 0 0 124027 181 0 0 20 0 1 0 337082528 1401839616 340292 33554432000 4194304 7823515 140735389961152 140735389955832 6208518 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340292 531 887 0 341356 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1368984

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23001
/proc/meminfo: memFree=24612072/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1302.09 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 130023 186 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6212637 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1368984

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23002
/proc/meminfo: memFree=24612196/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1362.07 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 136018 189 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6212302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1368984

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23002
/proc/meminfo: memFree=24612444/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1422.06 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 142013 193 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1368984

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 23005
/proc/meminfo: memFree=24611940/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1482.05 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 148008 197 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956904 6263163 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1368984

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 23044
/proc/meminfo: memFree=25792804/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1542.04 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 154005 199 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6211574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1368984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23044
/proc/meminfo: memFree=25792308/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1602.03 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 160000 203 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956952 6211578 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1368984

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 23044
/proc/meminfo: memFree=25792316/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1662.03 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 165995 208 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6212404 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1368984

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23045
/proc/meminfo: memFree=25792432/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1722.01 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 171990 211 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6212348 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1368984

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 23045
/proc/meminfo: memFree=25792060/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1782.01 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 177986 215 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6211728 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1368984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 23045
/proc/meminfo: memFree=25792308/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1800.01 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 179785 216 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6908132 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1368984

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.02 2.01 2.00 3/178 23046
/proc/meminfo: memFree=25792176/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1368984 CPUtime=1800.31 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342106 0 0 0 179815 216 0 0 20 0 1 0 337082528 1401839616 340301 33554432000 4194304 7823515 140735389961152 140735389956488 6212544 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 342246 340301 540 887 0 341356 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 1368984

[startup+1801.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 23046
/proc/meminfo: memFree=25792176/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1357688 CPUtime=1801.1 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342112 0 0 0 179894 216 0 0 20 0 1 0 337082528 1390272512 337502 33554432000 4194304 7823515 140735389961152 140735389956488 4240663 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 339422 337502 546 887 0 338532 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 1357688

[startup+1801.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 23046
/proc/meminfo: memFree=25792176/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1137944 CPUtime=1801.31 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342112 0 0 0 179913 218 0 0 20 0 1 0 337082528 1165254656 282566 33554432000 4194304 7823515 140735389961152 140735389960584 5875900 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 284486 282566 546 887 0 283596 0
Current children cumulated CPU time (s) 1801.31
Current children cumulated vsize (KiB) 1137944

[startup+1801.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 23046
/proc/meminfo: memFree=26143044/32873844 swapFree=7116/7116
[pid=22968] ppid=22966 vsize=1016960 CPUtime=1801.41 cores=1,3,5,7
/proc/22968/stat : 22968 (pbscip.linux.x8) R 22966 22968 10620 0 -1 4202496 342112 0 0 0 179922 219 0 0 20 0 1 0 337082528 1041367040 252320 33554432000 4194304 7823515 140735389961152 140735389960584 5875083 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22968/statm: 254240 252320 546 887 0 253350 0
Current children cumulated CPU time (s) 1801.41
Current children cumulated vsize (KiB) 1016960

Child status: 0
Real time (s): 1801.78
CPU time (s): 1801.5
CPU user time (s): 1799.29
CPU system time (s): 2.20566
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 1380280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 2.20566
maximum resident set size= 1364700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342119
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= 18
involuntary context switches= 1865

runsolver used 3.78043 second user time and 10.3334 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 09:46:15
IDJOB=3735236
IDBENCH=2953
IDSOLVER=2321
FILE ID=node138/3735236-1338709573
RUNJOBID= node138-1338679216-19463
PBS_JOBID= 14636675
Free space on /tmp= 70696 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.07.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-3735236-1338709573/watcher-3735236-1338709573 -o /tmp/evaluation-result-3735236-1338709573/solver-3735236-1338709573 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3735236-1338709573.opb

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

MD5SUM BENCH= 7a51facc2b0ceeb02915874508a30079
RANDOM SEED=868293774

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:        25979940 kB
Buffers:          712772 kB
Cached:          3987144 kB
SwapCached:          208 kB
Active:          3700572 kB
Inactive:        2286164 kB
Active(anon):    1271540 kB
Inactive(anon):    11376 kB
Active(file):    2429032 kB
Inactive(file):  2274788 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             54668 kB
Writeback:             0 kB
AnonPages:       1289284 kB
Mapped:            16492 kB
Shmem:               200 kB
Slab:             765512 kB
SReclaimable:     207564 kB
SUnreclaim:       557948 kB
KernelStack:        1456 kB
PageTables:         6620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1409488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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= 70728 MiB
End job on node138 at 2012-06-03 10:16:17