Trace number 3450997

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
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.05 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24372
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3450997-1307654475.opb>
0.01/0.04	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.01/0.04	c problem read
0.01/0.04	c presolving settings loaded
0.01/0.04	c presolving:
0.01/0.07	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.09/0.10	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.19/0.22	c    (0.2s) probing: 401/540 (74.3%) - 0 fixings, 0 aggregations, 1590 implications, 0 bound changes
0.19/0.22	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.22	c presolving (3 rounds):
0.19/0.22	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.19/0.22	c  4440 implications, 210 cliques
0.19/0.22	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.19/0.22	c    1734 constraints of type <knapsack>
0.19/0.22	c     840 constraints of type <setppc>
0.19/0.22	c    1902 constraints of type <logicor>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.18
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 2.0.1.5
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1800
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 13950
0.19/0.22	c 
0.19/0.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.22	c # [type: int, range: [1,2], default: 1]
0.19/0.22	c timing/clocktype = 2
0.19/0.22	c 
0.19/0.22	c # belongs reading time to solving time?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c timing/reading = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/indicator/addCouplingCons = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c separating/rapidlearning/freq = 0
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.22	c 
0.49/0.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.51	c   0.5s|     1 |     0 |  1682 |     - |9553k|   0 | 225 | 540 |4506 | 540 |4476 |   0 |  30 |   0 | 1.742200e+04 |      --      |    Inf 
3.20/3.27	o 27101
3.20/3.27	c y 3.3s|     1 |     0 | 10231 |     - |  13M|   0 | 225 | 540 |4506 | 540 |4476 |   0 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
3.20/3.30	c   3.3s|     1 |     0 | 10284 |     - |  11M|   0 | 229 | 540 |4650 | 540 |4483 |   7 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
3.99/4.02	c   4.0s|     1 |     0 | 10595 |     - |  14M|   0 | 225 | 540 |4650 | 540 |4488 |  12 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
4.59/4.66	c   4.7s|     1 |     0 | 10812 |     - |  16M|   0 | 230 | 540 |4650 | 540 |4497 |  21 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
5.29/5.32	c   5.3s|     1 |     0 | 10895 |     - |  18M|   0 | 226 | 540 |4650 | 540 |4504 |  28 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
5.89/5.98	c   6.0s|     1 |     0 | 10986 |     - |  20M|   0 | 239 | 540 |4650 | 540 |4511 |  35 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
6.69/6.70	c   6.7s|     1 |     0 | 11230 |     - |  23M|   0 | 224 | 540 |4650 | 540 |4518 |  42 |  30 |   0 | 1.742200e+04 | 2.710100e+04 |  55.56%
7.79/7.88	c   7.9s|     1 |     2 | 11230 |     - |  23M|   0 | 224 | 540 |4650 | 540 |4518 |  42 |  30 |  10 | 1.742200e+04 | 2.710100e+04 |  55.56%
93.09/93.15	o 25981
93.09/93.15	c F93.1s|   362 |   324 |241653 | 638.3 |  24M|  28 |   0 | 540 |4967 | 540 |4503 |  42 | 350 | 574 | 1.742200e+04 | 2.598100e+04 |  49.13%
1349.73/1349.75	c  1350s| 10000 |  9081 |  5528k| 551.8 |  47M|  39 | 184 | 540 |4994 | 540 |4503 |  42 |5835 |3962 | 1.752056e+04 | 2.598100e+04 |  48.29%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 13900
1800.03/1800.00	c Primal Bound       : +2.59810000000000e+04 (2 solutions)
1800.03/1800.00	c Dual Bound         : +1.75771250000000e+04
1800.03/1800.00	c Gap                : 47.81 %

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.01 1.92 2/177 12423
/proc/meminfo: memFree=31962964/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=12844 CPUtime=0 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 2192 0 0 0 0 0 0 0 25 0 1 0 857862841 13152256 2145 33554432000 4194304 9163163 140734085899824 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12423/statm: 3211 2155 389 1214 0 1993 0

[startup+0.020026 s]
/proc/loadavg: 2.05 2.01 1.92 2/177 12423
/proc/meminfo: memFree=31962964/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=14456 CPUtime=0.01 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 2603 0 0 0 1 0 0 0 25 0 1 0 857862841 14802944 2556 33554432000 4194304 9163163 140734085899824 18446744073709551615 4667569 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12423/statm: 3614 2556 395 1214 0 2396 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14456

[startup+0.101016 s]
/proc/loadavg: 2.05 2.01 1.92 2/177 12423
/proc/meminfo: memFree=31962964/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=28776 CPUtime=0.09 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 6222 0 0 0 9 0 0 0 25 0 1 0 857862841 29466624 5917 33554432000 4194304 9163163 140734085899824 18446744073709551615 5105013 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 7194 5917 529 1214 0 5976 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28776

[startup+0.300983 s]
/proc/loadavg: 2.05 2.01 1.92 2/177 12423
/proc/meminfo: memFree=31962964/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=39600 CPUtime=0.29 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 9126 0 0 0 28 1 0 0 25 0 1 0 857862841 40550400 8668 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 9900 8668 663 1214 0 8682 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39600

[startup+0.700919 s]
/proc/loadavg: 2.05 2.01 1.92 2/177 12423
/proc/meminfo: memFree=31962964/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=40000 CPUtime=0.69 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 9494 0 0 0 68 1 0 0 25 0 1 0 857862841 40960000 8928 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 10000 8928 680 1214 0 8782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40000

[startup+1.50078 s]
/proc/loadavg: 2.05 2.01 1.92 4/178 12424
/proc/meminfo: memFree=31925284/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=40196 CPUtime=1.49 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 9569 0 0 0 146 3 0 0 25 0 1 0 857862841 41160704 9000 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 10049 9000 679 1214 0 8831 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40196

[startup+3.1005 s]
/proc/loadavg: 2.04 2.01 1.92 4/178 12424
/proc/meminfo: memFree=31914476/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=67092 CPUtime=3.09 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 16613 0 0 0 303 6 0 0 25 0 1 0 857862841 68702208 15513 33554432000 4194304 9163163 140734085899824 18446744073709551615 5076090 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 16773 15513 719 1214 0 15555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67092

[startup+6.30093 s]
/proc/loadavg: 2.04 2.01 1.92 4/178 12424
/proc/meminfo: memFree=31883344/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=64820 CPUtime=6.29 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 17157 0 0 0 620 9 0 0 25 0 1 0 857862841 66375680 15326 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 16205 15326 726 1214 0 14987 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64820

[startup+12.7008 s]
/proc/loadavg: 2.04 2.01 1.92 4/178 12424
/proc/meminfo: memFree=31867396/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=64888 CPUtime=12.69 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 20857 0 0 0 1252 17 0 0 25 0 1 0 857862841 66445312 15383 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 16222 15383 735 1214 0 15004 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64888

[startup+25.5005 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 12424
/proc/meminfo: memFree=31867816/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=64888 CPUtime=25.49 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 20857 0 0 0 2512 37 0 0 25 0 1 0 857862841 66445312 15383 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 16222 15383 735 1214 0 15004 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64888

[startup+51.101 s]
/proc/loadavg: 2.02 2.01 1.92 4/178 12425
/proc/meminfo: memFree=31868128/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=64888 CPUtime=51.09 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 20859 0 0 0 5034 75 0 0 25 0 1 0 857862841 66445312 15385 33554432000 4194304 9163163 140734085899824 18446744073709551615 7348249 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 16222 15385 737 1214 0 15004 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64888

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.92 4/178 12426
/proc/meminfo: memFree=31867476/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=64888 CPUtime=102.3 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 20859 0 0 0 10087 143 0 0 25 0 1 0 857862841 66445312 15385 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 16222 15385 737 1214 0 15004 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64888

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 12428
/proc/meminfo: memFree=31866816/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=65676 CPUtime=162.29 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 20966 0 0 0 16003 226 0 0 25 0 1 0 857862841 67252224 15492 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 16419 15492 737 1214 0 15201 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65676

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 12430
/proc/meminfo: memFree=31865912/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=66420 CPUtime=222.29 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 21205 0 0 0 21918 311 0 0 25 0 1 0 857862841 68014080 15731 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12423/statm: 16605 15731 737 1214 0 15387 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 66420

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 12434
/proc/meminfo: memFree=31862964/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=68752 CPUtime=282.3 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 21802 0 0 0 27831 399 0 0 25 0 1 0 857862841 70402048 16322 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 17188 16322 737 1214 0 15970 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 68752

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 12436
/proc/meminfo: memFree=31862816/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=68976 CPUtime=342.29 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 21859 0 0 0 33744 485 0 0 25 0 1 0 857862841 70631424 16379 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 17244 16379 737 1214 0 16026 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 68976

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 12437
/proc/meminfo: memFree=31861560/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=69172 CPUtime=402.3 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 21912 0 0 0 39660 570 0 0 25 0 1 0 857862841 70832128 16432 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 17293 16432 737 1214 0 16075 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 69172

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 1.93 4/178 12439
/proc/meminfo: memFree=31858320/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=71700 CPUtime=462.3 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 22545 0 0 0 45574 656 0 0 25 0 1 0 857862841 73420800 17065 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 17925 17065 737 1214 0 16707 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 71700

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 1.93 4/178 12441
/proc/meminfo: memFree=31857680/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=72280 CPUtime=522.3 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 22708 0 0 0 51493 737 0 0 25 0 1 0 857862841 74014720 17228 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 18070 17228 737 1214 0 16852 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 72280

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.93 4/178 12442
/proc/meminfo: memFree=31856528/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=72436 CPUtime=582.3 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 22734 0 0 0 57405 825 0 0 25 0 1 0 857862841 74174464 17254 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 18109 17254 737 1214 0 16891 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 72436

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 12449
/proc/meminfo: memFree=31847132/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=78972 CPUtime=822.3 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 24385 0 0 0 81066 1164 0 0 25 0 1 0 857862841 80867328 18905 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 19743 18905 737 1214 0 18525 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 78972

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 12450
/proc/meminfo: memFree=31845608/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=80496 CPUtime=882.31 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 24757 0 0 0 86978 1253 0 0 25 0 1 0 857862841 82427904 19277 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 20124 19277 737 1214 0 18906 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 80496

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 12452
/proc/meminfo: memFree=31843232/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=82040 CPUtime=942.31 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 25146 0 0 0 92888 1343 0 0 25 0 1 0 857862841 84008960 19666 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 20510 19666 737 1214 0 19292 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 82040

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 12453
/proc/meminfo: memFree=31842468/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=82676 CPUtime=1002.31 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 25272 0 0 0 98798 1433 0 0 25 0 1 0 857862841 84660224 19792 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 20669 19792 737 1214 0 19451 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 82676

[startup+1062.3 s]
/proc/loadavg: 2.07 2.03 1.94 4/178 12455
/proc/meminfo: memFree=31838108/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=85300 CPUtime=1062.31 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 25901 0 0 0 104711 1520 0 0 25 0 1 0 857862841 87347200 20421 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 21325 20421 737 1214 0 20107 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 85300

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 1.94 4/178 12457
/proc/meminfo: memFree=31834496/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=86292 CPUtime=1122.31 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 26215 0 0 0 110626 1605 0 0 25 0 1 0 857862841 88363008 20735 33554432000 4194304 9163163 140734085899824 18446744073709551615 7348255 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 21573 20735 737 1214 0 20355 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 86292

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 1.94 4/178 12458
/proc/meminfo: memFree=31831864/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=87008 CPUtime=1182.32 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 26395 0 0 0 116542 1690 0 0 25 0 1 0 857862841 89096192 20915 33554432000 4194304 9163163 140734085899824 18446744073709551615 5073636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 21752 20915 737 1214 0 20534 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 87008

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.94 4/178 12460
/proc/meminfo: memFree=31830976/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=87296 CPUtime=1242.31 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 26479 0 0 0 122453 1778 0 0 25 0 1 0 857862841 89391104 20999 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 21824 20999 737 1214 0 20606 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 87296

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 12461
/proc/meminfo: memFree=31828352/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=89532 CPUtime=1302.32 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 27030 0 0 0 128369 1863 0 0 25 0 1 0 857862841 91680768 21550 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 22383 21550 737 1214 0 21165 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 89532

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 12463
/proc/meminfo: memFree=31825592/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=92608 CPUtime=1362.32 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 27797 0 0 0 134286 1946 0 0 25 0 1 0 857862841 94830592 22317 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 23152 22317 737 1214 0 21934 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 92608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 12465
/proc/meminfo: memFree=31823824/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=94228 CPUtime=1422.32 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 28209 0 0 0 140200 2032 0 0 25 0 1 0 857862841 96489472 22729 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 23557 22729 737 1214 0 22339 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 94228

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 12466
/proc/meminfo: memFree=31822812/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=95208 CPUtime=1482.32 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 28394 0 0 0 146115 2117 0 0 25 0 1 0 857862841 97492992 22914 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 23802 22914 737 1214 0 22584 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 95208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 12468
/proc/meminfo: memFree=31818700/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=97000 CPUtime=1542.32 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 28908 0 0 0 152036 2196 0 0 25 0 1 0 857862841 99328000 23428 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 24250 23428 737 1214 0 23032 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 97000

[startup+1602.3 s]
/proc/loadavg: 2.10 2.03 1.95 4/178 12469
/proc/meminfo: memFree=31814824/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=99516 CPUtime=1602.33 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 29537 0 0 0 157953 2280 0 0 25 0 1 0 857862841 101904384 24057 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 24879 24057 737 1214 0 23661 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 99516

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 1.95 4/178 12471
/proc/meminfo: memFree=31814800/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=99516 CPUtime=1662.33 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 29541 0 0 0 163873 2360 0 0 25 0 1 0 857862841 101904384 24061 33554432000 4194304 9163163 140734085899824 18446744073709551615 6687292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 24879 24061 737 1214 0 23661 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 99516

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.95 4/178 12473
/proc/meminfo: memFree=31812296/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=101772 CPUtime=1722.32 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 30032 0 0 0 169785 2447 0 0 25 0 1 0 857862841 104214528 24552 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 25443 24552 737 1214 0 24225 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 101772

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/178 12474
/proc/meminfo: memFree=31810284/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=102576 CPUtime=1782.33 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 30301 0 0 0 175701 2532 0 0 25 0 1 0 857862841 105037824 24821 33554432000 4194304 9163163 140734085899824 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12423/statm: 25644 24821 737 1214 0 24426 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 102576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.92 1.99 1.94 2/172 12500
/proc/meminfo: memFree=31953508/32951124 swapFree=67057920/67111528
[pid=12423] ppid=12421 vsize=102576 CPUtime=1800.04 cores=1,3,5,7
/proc/12423/stat : 12423 (scip-2.0.1.4b.l) R 12421 12423 11688 0 -1 4202496 30301 0 0 0 177440 2564 0 0 25 0 1 0 857862841 105037824 24821 33554432000 4194304 9163163 140734085899824 18446744073709551615 5169008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12423/statm: 25644 24821 737 1214 0 24426 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 102576

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.05
CPU user time (s): 1774.4
CPU system time (s): 25.6481
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 102576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.4
system time used= 25.6481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30301
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= 3
involuntary context switches= 2663

runsolver used 2.92656 second user time and 6.583 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-09 23:21:15
IDJOB=3450997
IDBENCH=2010
IDSOLVER=1948
FILE ID=node140/3450997-1307654475
RUNJOBID= node140-1307650865-12093
PBS_JOBID= 13549412
Free space on /tmp= 73912 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450997-1307654475/watcher-3450997-1307654475 -o /tmp/evaluation-result-3450997-1307654475/solver-3450997-1307654475 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450997-1307654475.opb -t 1800 -m 15500

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=79142610

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31964012 kB
Buffers:        227344 kB
Cached:         466500 kB
SwapCached:       7060 kB
Active:         453012 kB
Inactive:       335180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31964012 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           25028 kB
Writeback:           0 kB
AnonPages:       92172 kB
Mapped:          16244 kB
Slab:           134220 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282948 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73912 MiB
End job on node140 at 2011-06-09 23:51:17