Trace number 3451894

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.1 1802.03

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-250-false-45-90-4-1000opt.opb
MD5SUMf77d1de307b7db24bfedc4f252c9c297
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-178
Best CPU time to get the best result obtained on this benchmark3.60245
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2025
Total number of constraints62994
Number of constraints which are clauses62994
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 135
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 327
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 327
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [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-3451894-1307114924.opb>
0.39/0.41	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 62994 constraints
0.39/0.41	c problem read
0.39/0.41	c presolving settings loaded
0.49/0.57	o 0
0.49/0.57	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.49/0.57	c presolving:
0.59/0.65	c (round 1) 191 del vars, 191 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
0.79/0.84	c (round 2) 191 del vars, 851 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 62143 upgd conss, 2340 impls, 0 clqs
0.89/0.91	c    (0.9s) probing: 101/1834 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.91	c    (0.9s) probing aborted: 100/100 successive totally useless probings
0.89/0.91	c presolving (3 rounds):
0.89/0.91	c  191 deleted vars, 851 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.91	c  2340 implications, 0 cliques
0.89/0.91	c presolved problem has 1834 variables (1834 bin, 0 int, 0 impl, 0 cont) and 62143 constraints
0.89/0.91	c     979 constraints of type <setppc>
0.89/0.91	c   61164 constraints of type <logicor>
0.89/0.91	c transformed objective value is always integral (scale: 1)
0.89/0.91	c Presolving Time: 0.46
0.89/0.91	c - non default parameters ----------------------------------------------------------------------
0.89/0.91	c # SCIP version 2.0.1.4
0.89/0.91	c 
0.89/0.91	c # frequency for displaying node information lines
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.91	c display/freq = 10000
0.89/0.91	c 
0.89/0.91	c # maximal time in seconds to run
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/time = 1800
0.89/0.91	c 
0.89/0.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/memory = 13950
0.89/0.91	c 
0.89/0.91	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.91	c # [type: int, range: [1,2], default: 1]
0.89/0.91	c timing/clocktype = 2
0.89/0.91	c 
0.89/0.91	c # belongs reading time to solving time?
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c timing/reading = TRUE
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify inequalities
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/linear/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/indicator/addCouplingCons = TRUE
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify knapsacks
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c separating/rapidlearning/freq = 0
0.89/0.91	c 
0.89/0.91	c -----------------------------------------------------------------------------------------------
0.89/0.91	c start solving
0.89/0.91	c 
170.10/170.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.10/170.12	c t 170s|     1 |     0 | 44884 |     - |  75M|   0 |1815 |1834 |  62k|1834 |  62k|   0 |   0 |   0 |-2.510395e+02 | 0.000000e+00 | 100.00%
170.10/170.18	o -16
170.10/170.18	c R 170s|     1 |     0 | 44884 |     - |  75M|   0 |1815 |1834 |  62k|1834 |  62k|   0 |   0 |   0 |-2.510395e+02 |-1.600000e+01 |  93.63%
170.19/170.24	o -18
170.19/170.24	c s 170s|     1 |     0 | 44884 |     - |  75M|   0 |1815 |1834 |  62k|1834 |  62k|   0 |   0 |   0 |-2.510395e+02 |-1.800000e+01 |  92.83%
229.40/229.44	c   229s|     1 |     0 | 65105 |     - |  80M|   0 |1818 |1834 |  62k|1834 |  62k|   6 |   0 |   0 |-2.459279e+02 |-1.800000e+01 |  92.68%
229.40/229.45	o -38
229.40/229.45	c b 229s|     1 |     0 | 65105 |     - |  80M|   0 |1818 |1834 |  62k|1834 |  62k|   6 |   0 |   0 |-2.459279e+02 |-3.800000e+01 |  84.55%
434.01/434.08	c   434s|     1 |     0 |106008 |     - |  84M|   0 |1818 |1834 |  62k|1834 |  62k|  14 |   0 |   0 |-2.418299e+02 |-3.800000e+01 |  84.29%
434.11/434.12	o -50
434.11/434.12	c b 434s|     1 |     0 |106008 |     - |  84M|   0 |1818 |1834 |  62k|1834 |  62k|  14 |   0 |   0 |-2.418299e+02 |-5.000000e+01 |  79.32%
541.71/541.79	c   542s|     1 |     0 |128250 |     - |  90M|   0 |1822 |1834 |  62k|1834 |  62k|  19 |   0 |   0 |-2.397393e+02 |-5.000000e+01 |  79.14%
747.52/747.57	c   748s|     1 |     0 |168201 |     - |  97M|   0 |1826 |1834 |  62k|1834 |  62k|  22 |   0 |   0 |-2.390190e+02 |-5.000000e+01 |  79.08%
946.33/946.31	c   946s|     1 |     0 |206514 |     - | 105M|   0 |1826 |1834 |  62k|1834 |  62k|  25 |   0 |   0 |-2.381482e+02 |-5.000000e+01 |  79.00%
1167.03/1167.10	c  1167s|     1 |     0 |253757 |     - | 113M|   0 |1822 |1834 |  62k|1834 |  62k|  31 |   0 |   0 |-2.350977e+02 |-5.000000e+01 |  78.73%
1363.85/1363.89	c  1364s|     1 |     0 |292011 |     - | 119M|   0 |1825 |1834 |  62k|1834 |  62k|  80 |   0 |   0 |-2.303658e+02 |-5.000000e+01 |  78.30%
1512.45/1512.47	c  1512s|     1 |     0 |327690 |     - | 126M|   0 |1827 |1834 |  62k|1834 |  62k|  89 |   0 |   0 |-2.287458e+02 |-5.000000e+01 |  78.14%
1708.06/1708.07	c  1708s|     1 |     0 |365065 |     - | 132M|   0 |1811 |1834 |  62k|1834 |  62k|  90 |   0 |   0 |-2.286458e+02 |-5.000000e+01 |  78.13%

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 3/481 8740
/proc/meminfo: memFree=27217488/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=11580 CPUtime=0 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 1888 0 0 0 0 0 0 0 25 0 1 0 823092053 11857920 1841 33554432000 4194304 9128323 140733263247392 18446744073709551615 8012251 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8740/statm: 2895 1841 400 1205 0 1686 0

[startup+0.109194 s]
/proc/loadavg: 2.00 2.03 2.00 3/481 8740
/proc/meminfo: memFree=27217488/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=17164 CPUtime=0.1 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 3300 0 0 0 10 0 0 0 25 0 1 0 823092053 17575936 3251 33554432000 4194304 9128323 140733263247392 18446744073709551615 8135194 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8740/statm: 4291 3251 400 1205 0 3082 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17164

[startup+0.201157 s]
/proc/loadavg: 2.00 2.03 2.00 3/481 8740
/proc/meminfo: memFree=27217488/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=21596 CPUtime=0.19 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 4415 0 0 0 19 0 0 0 25 0 1 0 823092053 22114304 4364 33554432000 4194304 9128323 140733263247392 18446744073709551615 8008925 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8740/statm: 5399 4364 400 1205 0 4190 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21596

[startup+0.301158 s]
/proc/loadavg: 2.00 2.03 2.00 3/481 8740
/proc/meminfo: memFree=27217488/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=26432 CPUtime=0.29 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 5611 0 0 0 29 0 0 0 25 0 1 0 823092053 27066368 5558 33554432000 4194304 9128323 140733263247392 18446744073709551615 4337651 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8740/statm: 6608 5558 400 1205 0 5399 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26432

[startup+0.701083 s]
/proc/loadavg: 2.00 2.03 2.00 3/481 8740
/proc/meminfo: memFree=27217488/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=93984 CPUtime=0.69 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 27202 0 0 0 66 3 0 0 25 0 1 0 823092053 96239616 22145 33554432000 4194304 9128323 140733263247392 18446744073709551615 4518670 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 23496 22161 527 1205 0 22287 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93984

[startup+1.50089 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 8741
/proc/meminfo: memFree=27044380/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=209172 CPUtime=1.5 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 56104 0 0 0 143 7 0 0 18 0 1 0 823092053 214192128 47120 33554432000 4194304 9128323 140733263247392 18446744073709551615 6941047 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 52293 47120 874 1205 0 51084 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 209172

[startup+3.10065 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 8741
/proc/meminfo: memFree=27012388/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=218632 CPUtime=3.09 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 62071 0 0 0 301 8 0 0 21 0 1 0 823092053 223879168 51766 33554432000 4194304 9128323 140733263247392 18446744073709551615 7343104 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 54658 51766 733 1205 0 53449 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 218632

[startup+6.30102 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 8741
/proc/meminfo: memFree=27002772/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=234552 CPUtime=6.29 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 65824 0 0 0 620 9 0 0 25 0 1 0 823092053 240181248 55417 33554432000 4194304 9128323 140733263247392 18446744073709551615 7343102 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 58638 55417 667 1205 0 57429 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 234552

[startup+12.7008 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 8741
/proc/meminfo: memFree=26997288/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=225600 CPUtime=12.69 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 68727 0 0 0 1259 10 0 0 25 0 1 0 823092053 231014400 53526 33554432000 4194304 9128323 140733263247392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 56400 53526 651 1205 0 55191 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 225600

[startup+25.5014 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 8742
/proc/meminfo: memFree=26989112/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=234508 CPUtime=25.49 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 73623 0 0 0 2536 13 0 0 25 0 1 0 823092053 240136192 55755 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315631 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 58627 55755 649 1205 0 57418 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 234508

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 8742
/proc/meminfo: memFree=26982772/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=234508 CPUtime=51.09 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 73629 0 0 0 5093 16 0 0 25 0 1 0 823092053 240136192 55761 33554432000 4194304 9128323 140733263247392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 58627 55761 649 1205 0 57418 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 234508

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 8744
/proc/meminfo: memFree=26982636/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=234508 CPUtime=102.31 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 73632 0 0 0 10210 21 0 0 25 0 1 0 823092053 240136192 55764 33554432000 4194304 9128323 140733263247392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 58627 55764 649 1205 0 57418 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 234508

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 8745
/proc/meminfo: memFree=26982236/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=234508 CPUtime=162.3 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 73634 0 0 0 16201 29 0 0 25 0 1 0 823092053 240136192 55766 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315586 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 58627 55766 649 1205 0 57418 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 234508

[startup+222.319 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 8747
/proc/meminfo: memFree=26975368/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=244688 CPUtime=222.32 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 82768 0 0 0 22195 37 0 0 25 0 1 0 823092053 250560512 57951 33554432000 4194304 9128323 140733263247392 18446744073709551615 7316161 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 61172 57951 967 1205 0 59963 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 244688

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 8748
/proc/meminfo: memFree=26990964/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=230532 CPUtime=282.3 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 83621 0 0 0 28181 49 0 0 25 0 1 0 823092053 236064768 54102 33554432000 4194304 9128323 140733263247392 18446744073709551615 7381250 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 57633 54102 852 1205 0 56424 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 230532

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 8750
/proc/meminfo: memFree=26962912/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=251984 CPUtime=342.3 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 90429 0 0 0 34172 58 0 0 25 0 1 0 823092053 258031616 60200 33554432000 4194304 9128323 140733263247392 18446744073709551615 7316182 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 62996 60200 1636 1205 0 61787 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 251984

[startup+402.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/482 8752
/proc/meminfo: memFree=26962884/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=251984 CPUtime=402.3 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 90431 0 0 0 40167 63 0 0 25 0 1 0 823092053 258031616 60201 33554432000 4194304 9128323 140733263247392 18446744073709551615 7314312 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 62996 60201 1635 1205 0 61787 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 251984

[startup+462.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/482 8753
/proc/meminfo: memFree=26955652/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=251984 CPUtime=462.31 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 90431 0 0 0 46160 71 0 0 25 0 1 0 823092053 258031616 60201 33554432000 4194304 9128323 140733263247392 18446744073709551615 8012592 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 62996 60201 1635 1205 0 61787 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 251984

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/482 8755
/proc/meminfo: memFree=26953736/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=246284 CPUtime=522.31 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 96078 0 0 0 52150 81 0 0 25 0 1 0 823092053 252194816 60067 33554432000 4194304 9128323 140733263247392 18446744073709551615 6941086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 61571 60067 1106 1205 0 60362 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 246284

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 8756
/proc/meminfo: memFree=26951344/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=246284 CPUtime=582.31 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 96486 0 0 0 58141 90 0 0 25 0 1 0 823092053 252194816 60069 33554432000 4194304 9128323 140733263247392 18446744073709551615 6309892 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 61571 60069 700 1205 0 60362 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 246284

[startup+642.301 s]

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

/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 104778 0 0 0 106090 143 0 0 25 0 1 0 823092053 281010176 64175 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315717 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 68606 64175 692 1205 0 67397 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 274424

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/482 8771
/proc/meminfo: memFree=26921416/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=274424 CPUtime=1122.33 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 104839 0 0 0 112086 147 0 0 25 0 1 0 823092053 281010176 64236 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315464 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 68606 64236 692 1205 0 67397 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 274424

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 8772
/proc/meminfo: memFree=26912332/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=274424 CPUtime=1182.33 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 108285 0 0 0 118080 153 0 0 25 0 1 0 823092053 281010176 67099 33554432000 4194304 9128323 140733263247392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 68606 67099 1695 1205 0 67397 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 274424

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 8774
/proc/meminfo: memFree=26908940/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=284284 CPUtime=1242.34 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 110603 0 0 0 124072 162 0 0 25 0 1 0 823092053 291106816 68948 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315610 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 71071 68948 1227 1205 0 69862 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 284284

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 8776
/proc/meminfo: memFree=26891664/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=284284 CPUtime=1302.35 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 110605 0 0 0 130067 168 0 0 25 0 1 0 823092053 291106816 68950 33554432000 4194304 9128323 140733263247392 18446744073709551615 7316399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 71071 68950 1227 1205 0 69862 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 284284

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 8777
/proc/meminfo: memFree=26901684/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=284284 CPUtime=1362.35 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 110605 0 0 0 136061 174 0 0 25 0 1 0 823092053 291106816 68950 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315582 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 71071 68950 1227 1205 0 69862 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 284284

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 8779
/proc/meminfo: memFree=26892340/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=290540 CPUtime=1422.36 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 113467 0 0 0 142056 180 0 0 25 0 1 0 823092053 297512960 71130 33554432000 4194304 9128323 140733263247392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 72635 71130 1161 1205 0 71426 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 290540

[startup+1482.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/482 8780
/proc/meminfo: memFree=26891816/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=290540 CPUtime=1482.35 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 113471 0 0 0 148050 185 0 0 25 0 1 0 823092053 297512960 71131 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315625 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 72635 71131 1158 1205 0 71426 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 290540

[startup+1542.32 s]
/proc/loadavg: 2.13 2.07 2.02 3/482 8782
/proc/meminfo: memFree=26891792/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=290540 CPUtime=1542.37 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 113471 0 0 0 154045 192 0 0 25 0 1 0 823092053 297512960 71131 33554432000 4194304 9128323 140733263247392 18446744073709551615 6694312 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 72635 71131 1158 1205 0 71426 0
Current children cumulated CPU time (s) 1542.37
Current children cumulated vsize (KiB) 290540

[startup+1602.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/482 8784
/proc/meminfo: memFree=26881588/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=294468 CPUtime=1602.35 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 114025 0 0 0 160033 202 0 0 25 0 1 0 823092053 301535232 71232 33554432000 4194304 9128323 140733263247392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 73617 71232 705 1205 0 72408 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 294468

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 8785
/proc/meminfo: memFree=26882160/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=294468 CPUtime=1662.35 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 114028 0 0 0 166028 207 0 0 25 0 1 0 823092053 301535232 71235 33554432000 4194304 9128323 140733263247392 18446744073709551615 6941919 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 73617 71235 705 1205 0 72408 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 294468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 8815
/proc/meminfo: memFree=26813600/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=294468 CPUtime=1722.36 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 114028 0 0 0 172022 214 0 0 25 0 1 0 823092053 301535232 71235 33554432000 4194304 9128323 140733263247392 18446744073709551615 8012592 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 73617 71235 705 1205 0 72408 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 294468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 8816
/proc/meminfo: memFree=26799804/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=303948 CPUtime=1782.36 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 116740 0 0 0 178015 221 0 0 25 0 1 0 823092053 311242752 73947 33554432000 4194304 9128323 140733263247392 18446744073709551615 6941904 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 75987 73947 705 1205 0 74778 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 303948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 8817
/proc/meminfo: memFree=26795204/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=303948 CPUtime=1800.07 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 116740 0 0 0 179784 223 0 0 25 0 1 0 823092053 311242752 73947 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315582 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 75987 73947 705 1205 0 74778 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 303948

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8740

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/483 8818
/proc/meminfo: memFree=26795072/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=303948 CPUtime=1800.77 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 116740 0 0 0 179854 223 0 0 25 0 1 0 823092053 311242752 73947 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315698 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 75987 73947 705 1205 0 74778 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (KiB) 303948

[startup+1801.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/483 8818
/proc/meminfo: memFree=26795072/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=303948 CPUtime=1801.56 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 116740 0 0 0 179933 223 0 0 25 0 1 0 823092053 311242752 73947 33554432000 4194304 9128323 140733263247392 18446744073709551615 7315612 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 75987 73947 705 1205 0 74778 0
Current children cumulated CPU time (s) 1801.56
Current children cumulated vsize (KiB) 303948

[startup+1801.92 s]
/proc/loadavg: 2.00 2.02 2.00 3/483 8818
/proc/meminfo: memFree=26795072/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=303948 CPUtime=1801.98 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 116740 0 0 0 179975 223 0 0 25 0 1 0 823092053 311242752 73947 33554432000 4194304 9128323 140733263247392 18446744073709551615 6941024 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 75987 73947 705 1205 0 74778 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 303948

[startup+1802 s]
/proc/loadavg: 2.00 2.02 2.00 3/483 8818
/proc/meminfo: memFree=26795072/32950928 swapFree=39617324/67111528
[pid=8740] ppid=8738 vsize=303948 CPUtime=1802.06 cores=0,2,4,6
/proc/8740/stat : 8740 (scip-2.0.1.4.li) R 8738 8740 7025 0 -1 4202496 116740 0 0 0 179983 223 0 0 25 0 1 0 823092053 311242752 73947 33554432000 4194304 9128323 140733263247392 18446744073709551615 7241303 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/8740/statm: 75987 73947 705 1205 0 74778 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 303948

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.1
CPU user time (s): 1799.85
CPU system time (s): 2.24966
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 303948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 2.24966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116740
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= 2508

runsolver used 8.94164 second user time and 19.916 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-03 17:28:44
IDJOB=3451894
IDBENCH=71829
IDSOLVER=1949
FILE ID=node127/3451894-1307114924
RUNJOBID= node127-1307109419-8246
PBS_JOBID= 13497989
Free space on /tmp= 73928 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/featureSubscription/normalized-50-250-false-45-90-4-1000opt.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451894-1307114924/watcher-3451894-1307114924 -o /tmp/evaluation-result-3451894-1307114924/solver-3451894-1307114924 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451894-1307114924.opb -t 1800 -m 15500

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

MD5SUM BENCH= f77d1de307b7db24bfedc4f252c9c297
RANDOM SEED=330283881

node127.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.823
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.64
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.823
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	: 5332.83
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.823
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.74
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.823
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.86
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.823
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.823
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.75
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27217652 kB
Buffers:        318368 kB
Cached:         906892 kB
SwapCached:      59160 kB
Active:        3448772 kB
Inactive:      1996188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27217652 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:           14408 kB
Writeback:           0 kB
AnonPages:     4167364 kB
Mapped:          24684 kB
Slab:           122864 kB
PageTables:      95624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119973616 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 node127 at 2011-06-03 17:58:46